#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 82% !important;
  min-width: 0;
}

#upperHalf {
  width: 100%;
  height: 70vh;
  display: flex;
}

#kontaktInfo {
  width: 50%;
  margin: auto;
  text-align: left;
  margin-left: 0;
}

#kontaktTitle {
  font-size: 55px;
  color: #000f43;
  font-weight: 400;
  margin-bottom: 20px;
}

#kontaktDesc {
  font-size: 18px;
  color: #000f43;
  width: 84%;
  font-weight: 300;
}

#map {
  width: 50%;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

iframe {
  border: 0;
  width: 100%;
  height: 60vh;
  border-radius: 22px;
}

.kontaktForm {
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  margin-bottom: 85px;
  height: 450px;
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: var(--black);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base);
}

.titleCustom {
  color: #000f43;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 32px;
  margin: 25px;
}

textarea {
  resize: none;
  height: 158px;
  border: 1px solid #3c4c652e;
  border-radius: 4px;
  padding-left: 15px;
  color: #3c4c65;
  padding-top: 15px;
  margin-top: 20px;
}

textarea::placeholder {
  color: #3c4c657d;
}

input {
  font-family: "General Sans";
  font-weight: 300;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  height: 25px;
  width: 20px;
}

.formInput {
  width: calc(100% - 50px);
  color: #3c4c65;
  margin-top: 20px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 35px;
  background-color: #eff5ff;
  border: 0;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom:12px; */
  cursor: pointer;
  /* font-size: 18px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 30px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b7d4ff;
}

.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label {
  font-size: 16px;
  font-weight: 600;
  color: #000f43;
  top: 0;
  position: relative;
  top: -4px;
  left: 5px;
}

input::placeholder {
  color: #3c4c657d;
}

.contactMessage {
  width: calc(100% - 50px);
  height: 17vh;
  border-color: #fff;
}

.contactContainer {
  width: 90%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}

.contactContainer img {
  width: calc(100% - 50rem);
}

.contactFormContainer {
  position: absolute;
  right: 0;
  width: 65rem;
  z-index: 1;
  background: #fff;
}

.contactDiv {
  width: 97%;
  position: relative;
  float: left;
  margin-left: 12%;
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.inputTitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  width: calc(50% - 50px);
}

.title {
  width: 76%;
  position: relative;
  float: left;
  margin-top: 5rem;
  margin-left: 12%;
  text-transform: uppercase;
  font-size: 3rem;
}

.contactInput {
  border: 1px solid var(--grey);
  border-radius: 0;
  color: var(--base);
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  height: 4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.contactInput.contactTextarea {
  height: 13rem;
  padding-top: 1rem;
}

#right {
  width: 50%;
  float: left;
}

#left {
  width: 50%;
  float: right;
}

.sendContact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40%;
  margin-top: 11px;
  float: right;
  height: 45px;
  background-color: #00255e;
  text-align: center;
  line-height: 46px;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  font-size: 20px;
  border: 1px solid var(--base);
  color: #b7d4ff;
  font-weight: 400;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 6px;
  margin-right: 35px;
}

.contactBanner {
  width: 100%;
  height: 100%;
}

.boxContainer {
  display: flex;
  height: 100%;
}

.left {
  width: 53%;
}

.right {
  width: 23%;
  padding-top: 8vh;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.formContainer {
  margin: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto;
  }

  #upperHalf {
    width: 88%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 6%;
  }

  #kontaktInfo {
    width: 90%;
  }

  #kontaktTitle {
    font-size: 36px;
    color: #000f43;
    font-weight: 400;
    margin-bottom: 24px;
  }

  #kontaktDesc {
    font-size: 18px;
    color: #000f43;
    width: 94%;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
  }

  iframe {
    height: 42vh;
    border-radius: 15px;
  }

  .sendContact {
    width: 88%;
    border-radius: 8px;
    height: 6rem;
    line-height: 6rem;
    margin-right: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    bottom: 30px;
    position: absolute;
  }

  #map {
    width: 100%;
    margin-bottom: 30px;
  }

  .kontaktForm {
    padding-top: 10px;
    height: 665px;
    margin-bottom: 0px;
  }

  .titleCustom {
    font-weight: 400;
    font-size: 30px;
  }

  #right {
    width: 100%;
  }

  #left {
    width: 100%;
    float: unset;
    height: 585px;
  }

  .formInput {
    width: 96%;
    margin-bottom: 6px;
  }

  .contactMessage {
    width: 96%;
  }

  .sendContact {
    width: 100%;
    border-radius: 8px;
    height: 6rem;
    line-height: 6rem;
    margin-right: 0px;
    margin-bottom: 2rem;
    margin-top: 50px;
  }

  .customPageCenteredContent {
    width: 100% !important;
    min-width: 0;
    margin-bottom: 0px;
  }

  .checkmark {
    top: -5px;
    left: -4px;
  }

  .container {
    top: 245px;
  }

  label {
    font-weight: 400;
    font-size: 15px;
  }

  .boxContainer {
    flex-direction: column;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 90%;
    padding: 0;
    margin: auto;
    margin-top: 50px;
  }

  .title {
    width: 90%;
    margin-left: 0%;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .contactContainer img {
    width: 100%;
    height: auto;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
  }

  .contactDiv {
    width: 90%;
    margin-left: 5%;
    margin-top: 0rem;
  }
}
