@import "styles_parent.css";

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100%;
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bg-yellow {
  background-color: #f1b710;
}

.bg-technik-blue {
  background-color: #124795;
}

#slide-1 {
  content: url("../assets/img/slideshow/slideshow_1m.jpg");
}

#slide-2 {
  content: url("../assets/img/slideshow/slideshow_2m.jpg");
}

#slide-3 {
  content: url("../assets/img/slideshow/slideshow_3m.jpg");
}

.registration-input-div{
  margin: 2rem;
}

.wrapper{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}
.registration-input-radio{
  display: none;
}

.option{
  width: 300px;
  height: 35px;
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.option label{
  cursor: pointer;
}



.registration-input-parent{
  margin-left: 10px;
  width: 250px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #124795;
  border-bottom-width: 2px;
  outline: none;
  transition: 0.25s;
}

.formular-textarea{
  margin-left: 10px;
  width: 350px;
  border-top-color: #124795;
  border-left-color: #124795;
  border-right-color: #124795;
  border-bottom-color: #124795;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  outline: none;
  transition: 0.25s;
}

.registration-input-parent:focus{
  width: 270px;
  border-bottom-width: 4px;
}

.formular-textarea:focus{
  width: 370px;
  border-bottom-width: 4px;
  border-top-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
}

.option label::after{
  content: "";
  position: absolute;
  cursor: pointer;
  right: 15%;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(244, 98, 58, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0 , 0,0, 0.8);
}
.option label::before{
  content: "";
  position: absolute;
  top: 30%;
  right: 17.5%;
  transform: rotateY(-50%);
  width: 35px;
  height: 35px;
  background-color: rgba(244, 98, 58, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0 , 0,0, 0.8);
  opacity: 0;
  transition: opacity 0.25s;
}
.option input:checked ~ label::before{
  opacity: 1;
}

.option-b label::after{
  width: 40px;
  height: 40px;
  border: 5px solid rgba(244, 98, 58, 0.8);
}
.option-b label::before{
  width: 25px;
  height: 25px;
  background-color: rgba(244, 98, 58, 0.8);
}

.submit{
  outline: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 14px 10px;
  background: none;
  width: 200px;
  border: 2px solid rgba(244, 98, 58, 0.9);
  transition: 0.25s;
  border-radius: 5px;
}

.submit:hover{
  background: rgba(244, 98, 58, 0.9);
  width: 250px;
}

.registration-input{
  margin-left: 10px;
  /*margin: 1rem;*/
  width: 250px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: rgba(244, 98, 58, 0.9);
  border-bottom-width: 2px;
  outline: none;
}

.registration-input:focus{
  width: 270px;
  border-bottom-color: rgba(244, 98, 58, 1);
  border-bottom-width: 4px;
  transition: 0.25s;
}

.registration-input-textarea {
  width: 250px;
  /*margin: 1rem;*/
  min-height: 74px;
  border: 2px solid rgba(241,183,16, 0.7);
  border-radius: 5px;
  outline: none;
}

.secondPart{
  width: 300px;
  height: 35px;
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.secondPart label{
  cursor: pointer;
}
.secondPart label::after{
  content: "";
  position: absolute;
  cursor: pointer;
  right: 15%;
  width: 50px;
  height: 51px;
  border: 5px solid rgba(241,183,16, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0 , 0,0, 0.8);
}
.secondPart label::before{
  content: "";
  position: absolute;
  top: 30%;
  right: 17.5%;
  transform: rotateY(-50%);
  width: 35px;
  height: 35px;
  background-color: rgba(241,183,16, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0 , 0,0, 0.8);
  opacity: 0;
  transition: opacity 0.25s;
}
.secondPart input:checked ~ label::before{
  opacity: 1;
}

.childrenInformation{
  padding: 40px;
  margin-top: 4.5rem;
}
@media (min-width: 600px) {
  #slide-1 {
    content: url("../assets/img/slideshow/slideshow_1d.jpg");
  }

  #slide-2 {
    content: url("../assets/img/slideshow/slideshow_2d.jpg");
  }

  #slide-3 {
    content: url("../assets/img/slideshow/slideshow_3d.jpg");
  }
}

.carousel-inner, .carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

@media (max-device-width: 776px) {
  .registration-input-div {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .hideonmobile {
    display:none !important;
  }
}

@media (min-width: 501px) {
  .hideonmobile {
    display:block !important;
  }
}


.checkbox-xl .custom-control-label::before, .checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}
