@import "stylesheet.css";

html, body {
  scroll-behavior: smooth;

}



button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "HeeboRegular", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 140%;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;

}

.auto__container-steckbrief {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

.redText{
  color:#E4051F;
}

h1 {
  font-size: 38px;
  line-height: 120%;
  font-weight:500;
  text-transform: uppercase;
  color: #000;
}

h1 b {
  font-weight:700;
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.agb {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.main {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo {
   position: absolute;
   top: 55px;
   left: 50%;
   transform: translate(-50%, -50%);
}

.logo img {
   max-height:30px;
}

img {
  width: 100%;
}

.h-desk{
  display: block;
}

.h-mob{
  display: none;
}

.headline {
   position: absolute;
   width:100%;
   top: 200px;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align:center;
}
.headline h1 {
    font-family: "NoeDisplayMedium";
    font-size: 38px;
    line-height: 120%;
    font-weight:500;
}

.content_container {
   width:100%;
   margin-top:20px;
   display: grid;
   place-items: center;

}

.content_inner {
    max-width: 680px;
}

.content_logo{
    text-align:center;
}

.content_logo img {
  max-width: 64px;  
}

.content_text_container{
    max-width:680px;
     
}

.content_text {
  font-family: "HeeboRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  margin-top:20px;
}

.content_headline {
  font-family: "NoeDisplayMedium";
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #E4051F;
  margin-top:30px;
  margin-bottom:20px;
}


.content_leiste{
    text-align:center;
}

.content_leiste img {
  max-width: 680px;  
}

.section_form {
  max-width: 680px;  
  margin-top: 20px;
}

.wrapper {
  max-width:680px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  flex-wrap:  wrap;
  justify-content: center;
  gap: 10px;
  padding-left: 0px;
}

.sel {
  width: calc(100% - 10px);
  height: 50px;
  font-family: "HeeboRegular";
}

.sel select{
  width: calc(50% - 5px);
  height: 40px;
  font-family: "HeeboRegular";
  color: grey;
  padding-left: 5px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}

.sel option{
  font-family: "HeeboRegular";
  color: black;
  border: 1px solid #bbbbbb;
}

.input {
  width: calc(50% - 10px);
  font-family: "HeeboRegular";
}

.input input {
  width: 100%;
  height: 40px;
  font-family: "HeeboRegular";
  color: #000000;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding-left:10px;
  outline: none;
}

.input input::placeholder {
  color: grey;
  opacity: 1;
  padding-left:1px;
}

.input input::-webkit-input-placeholder {
  color: grey;
  opacity: 1;
  padding-left:1px;
}

input[type=text]:focus {
  border: 1px solid darkgrey;
  -webkit-box-shadow: 0 0 4px #E4051F;
          box-shadow: 0 0 4px #E4051F;
}

select:focus {
  border: 1px solid darkgrey;
  -webkit-box-shadow: 0 0 4px #E4051F;
          box-shadow: 0 0 4px #E4051F;
}



.infoForm__checks {
  margin-bottom: 55px;
}
.infoForm__checks h3 {
  margin-bottom: 14px;
}
.infoForm > p {
  margin: 15px 0 25px;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -10px;

}
.check:last-child {
  margin: 0;
}
.check.error p {
  color: red;
}
.check__box {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 12px;
  margin-top: 5px;

}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;

}
.check__box input:checked ~ span {
  border-color: #bbbbbb;

}
.check__box input:checked ~ span::before {
  opacity: 1;
}
.check__box input:checked ~ span::after {
  opacity: 1;
            
}
.check__box:checked span {
  background-color: #000;
}

.check__box span {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 2px;

}

/**checkbox black**/
/*.check__box span::before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #bbbbbb;
  opacity: 0;


}*/

/**häckchen**/

.check__box span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 35%;
  content: "";
  -webkit-transform: translate(-50%, -65%) rotate(125deg);
          transform: translate(-50%, -65%) rotate(125deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;

}

.check p {
  width: calc(100% - 32px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.checkbox_spacer {
  height: 10px;
}
/*
.checkboxes{
  width:100%;
  border: 2px solid red;
}
.check{
  width: 20px;
  border: 2px solid green;
  float:left;
}
.label{
  width: 80%;
  float:right;
  border: 2px solid blue;
}
*/

/*
input[type="checkbox"] {
    width: 14px;
    height: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
}

.custom-checkbox :checked {
  background-color: darkgrey;
  border: 1px solid #bbb;
}

.checkmark {
  background-color: darkgrey;
  border: 1px solid #bbb;
}
*/


button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button_row {
  margin-top:20px;
  width:100%;
  text-align:center;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "HeeboRegular", sans-serif;
  font-size: 20px;
  line-height: 100%;
  padding: 15px 22px;
  text-transform: uppercase;
  border: none;
}
.button.primary {
  color: #fff;
  background-color: #E4051F;
  border-radius: 40px;
  font-family:  "HeeboBold";
  margin-left: 20%;
  margin-right: 50%;
  width: 386px;
  height: 53px;
  border: none;
}
.button.primary:hover {
  opacity: 1;
  background-color: #Af1522;
}

.content_item {
  margin-bottom: 15px;
  /*-webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  border-bottom: 0.25px solid #adada8;*/
  background-color: #ffffff;
  
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;""
      -ms-flex-align: center;
          align-items: center;

}

.content_item h3 {
  font-family: "NoeDisplayMedium";
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}


.content_item:last-child {
  margin: 0;
}

.content_item span {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}

.content_item.active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

.content_item span:hover {
  opacity: 0.8;
}
.content_item span::before {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #000000;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content_item span::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #000000;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.content_item__body {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}

.content_item__body.active {
  padding: 0px;
  max-height: 600px;
  opacity: 1;
}

.grey{
  background-color: #F3F5FB;
}

.item_wrapper {
  width:100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  flex-wrap:  wrap;
  justify-content: center;
  gap: 0;
  padding-left: 0px;
}

.item_stuff {
  width: calc(50% - 10px);
  font-family: "HeeboRegular";
  padding-left: 0px;
  border-bottom: 1px solid #bbbbbb;
}

.item_row {
  width:100%;
  height:37px;
  padding: 0px;
}

.item_headline {
  width: calc(50% - 10px);
  font-family: "HeeboRegular";
  font-size: 12px;
  font-weight: 400;
  float:left;
  height:37px;
  padding: 10px;
}

.item_description {
  width: calc(50% - 10px);
  font-size: 12px;
  font-weight: 400;
  font-family: "HeeboRegular";
  float:right;
  height:37px;
  padding: 10px;
}


footer{
    width: 100%;
    background-color: #EEEDED;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    font-family: "HeeboRegular";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

footer .copy{
  float:left;
  width:60%;
  padding-left:10px;
}
footer .links{
  float:right;
  width:40%;
  padding-right:10px;
}


@media (max-width: 1280px) {
  .headline {
    top: 150px;
  }
  .headline h1 {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .logo {
    top: 30px;
  }
  .headline {
    top: 120px;
  }
  .headline h1 {
    font-size: 38px;
  }
}

@media (max-width: 900px) {
  .headline {
    top: 100px;
  }
  .headline h1 {
    font-size: 30px;
  }
}

@media (max-width: 440px) {
  .h-desk{
    display: none;
  }
  .h-mob{
    display: block;
  }
  .logo img {
   max-height:20px;
  }
  .headline {
    top: 80px;
  }
  .headline h1 {
    font-size: 18px;
  }

  .content_inner {
    padding-left:15px;
    padding-right:15px;
  }

  #wrapper {
    flex-direction: column;
  }

  .input {
    width: calc(100% - 10px);
  }



  .button.primary {
    color: #fff;
    background-color: #E4051F;
    border-radius: 40px;
    font-family:  "HeeboBold";
    margin:auto;
    width: 250px;
    height: 43px;
    border: none;
    font-size: 16px;
  }
}

@media (max-width: 660px) {
  .logo img {
   max-height:20px;
  }
  .headline {
    top: 80px;
  }
  .headline h1 {
    font-size: 20px;
  }

  .content_inner {
    padding-left:15px;
    padding-right:15px;
  }

  .item_wrapper {
    flex-direction: column;
  }

  .item_stuff {
    width:100%;
  }
  .spacer{
    display: none;;
  }

  footer .copy{
    width:100%;
    padding-left:10px;
  }
  footer .links{
    width:100%;
    padding-left:10px;
  }

}





