*{font-family: 'Poppins', sans-serif;}

header{
    display: flex;
    height: auto;
    align-content: center;
    justify-content: center;
    margin-top: 22px;
    padding: 0.5%;
    height: 70px;
    margin-bottom: 0;
    padding-bottom: 22px;
    border-bottom: solid 2px;
    border-bottom-color: #FFB52E;

}
.leftsideheader img{
    width: 150px;
    height: auto;
    float: right;
    padding-right: 1.5%;
    align-items: center;
    justify-content: center;
}
.spacer{
 height: 15px;   
}
.leftsideheader{
    float: left;
    width: 40%;
    align-items: center;
    display: inherit;
    justify-content: right;

}

.textboxvlink{
    padding-left: 1.6%;
    float: left;


}

.rightsideheader{
    font-size: clamp(0.5rem, 1.15vw, 1.0rem);
    width: 30%;
    align-items: center;
    display: flex;
    
}


.rightsideheader2{
    width: 20%;
}

body{
    margin: 0 0 0 0;
    padding: 0;
    font-size: 18px;
    width: 100%;
    
}
#linkinf{
    text-decoration: none;
    color: #FFFFFF;
}
.btnarea{
    background-color: #FFA500;
    width: 200px;
    height: 55px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-left: 0;
}
#btnarea:hover{
    transition: 0.6s;
    background-color: #ff8c00;
    }



.header{
    background: rgba(255,255,255,0);
    float: right;
    margin: 1%;
    padding: 1%;
    border-radius: 5px;
}


.container1{
    background-image: url(images/header-8.jpg);
    background-size: cover;  
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center; 
    color: #FFFFFF;
    font-size: 20px;
    font-size: clamp(1.0rem, 1.05vw, 1.8vw);
}



.overrec{
    justify-content: center;
    align-items: center;
    display: flex;}

.overrec2{
    justify-content: center;
    align-items: center;
    display: flex;}

.newrec{
    background-color: #008000;
    height: 60px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    top: 50%;
    bottom: 50%;
    box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
}
.newrec2{
    background-color: #ff0000;
    height: 60px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    top: 50%;
    bottom: 50%;
    box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
}

@keyframes cssAnimation{
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}
@-webkit-keyframes cssAnimation{
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}






@media (max-width: 800px){


.oderspace{
    border-top: solid 2px;
    border-color: #ff8c00;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 1%;
}

.contact{
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 5%;
}

.eul{
    height: 30px;
}
.eul2{
    height: 37px;
    border: solid 1px;
    background-color: #000000;
    color: #ffffff;
}

.eul2:hover{
    background-color: #ff8c00;
    transition: 0.6s;
}

.heady{
    text-align: center;
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    }

ul {
  padding: 0;
  margin: 0;
  clear: both;
}

li{
  list-style-type: none;
  list-style-position: outside;
  padding: 10px;
  float: left;
}

input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999%;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding: 8px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #a9a9a9;
  color: black;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 3px;

}

input[type="checkbox"]:checked + label {
  border: 1px solid white;
  color: #fff;
  background-color: #ff8c00;
}



footer{
    height: 70px;
    width: 100%;
    background-color: #ff8c00;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border-top: solid 2px;
    border-color: #ff8c00;
    padding-left: 1%;
    letter-spacing: 1px;
    padding-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.textdec{
    text-decoration: none;
    color: white;
}


.contactfeld{
    width: 330px;
    background: #f1f1f1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}

.txtbx{
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: solid 1px;
    border-color: #a9a9a9;   
}
.textboxform{
    align-items: center;
    justify-content: center;
    display: grid;
}

#submitti{
    height: 40px;
    width: 260px;
    background-color: #ff8c00;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

#submitti:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

.optionwind{
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
    justify-content: center;
    width: 95%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.terminvereinbaren{
    height: 225px;
    width: 260px;
    background-color: #f1f1f1;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.btntermin{
    background-color: #ff8c00;
    height: 50px;
    width: 220px;
    letter-spacing: 0.8px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
  
}
btntermin:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

#tex{
text-decoration: none;
color: #fff;
}
}

















@media (min-width: 800px){


.oderspace{
    border-top: solid 2px;
    border-color: #ff8c00;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 1%;
}

.contact{
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 5%;
}

.eul{
    height: 30px;
}
.eul2{
    height: 37px;
    border: solid 1px;
    background-color: #000000;
    color: #ffffff;
}

.eul2:hover{
    background-color: #ff8c00;
    transition: 0.6s;
}

.heady{
    text-align: center;
}

ul {
  padding: 0;
  margin: 0;
  clear: both;
}

li{
  list-style-type: none;
  list-style-position: outside;
  padding: 10px;
  float: left;
}

input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999%;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding: 8px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #a9a9a9;
  color: black;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 3px;

}

input[type="checkbox"]:checked + label {
  border: 1px solid white;
  color: #fff;
  background-color: black;
}



footer{
    height: 70px;
    width: 100%;
    background-color: #ff8c00;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border-top: solid 2px;
    border-color: #ff8c00;
    padding-left: 1%;
    letter-spacing: 1px;
    padding-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.textdec{
    text-decoration: none;
    color: white;
}


.contactfeld{
    width: 330px;
    background: #f1f1f1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}

.txtbx{
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: solid 1px;
    border-color: #a9a9a9;   
}
.textboxform{
    align-items: center;
    justify-content: center;
    display: grid;
}

#submitti{
    height: 40px;
    width: 260px;
    background-color: #ff8c00;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

#submitti:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

.optionwind{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.terminvereinbaren{
    height: 225px;
    width: 260px;
    background-color: #f1f1f1;
    padding: 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btntermin{
    background-color: #ff8c00;
    height: 50px;
    width: 220px;
    letter-spacing: 0.8px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
  
}
btntermin:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

#tex{
text-decoration: none;
color: #fff;
}
}


















@media (min-width: 1600px){


.oderspace{
    border-top: solid 2px;
    border-color: #ff8c00;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 1%;
}

.contact{
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(0,0,0,0.05);
    padding-bottom: 5%;
}

.eul{
    height: 30px;
}
.eul2{
    height: 37px;
    border: solid 1px;
    background-color: #000000;
    color: #ffffff;
}

.eul2:hover{
    background-color: #ff8c00;
    transition: 0.6s;
}

.heady{
    text-align: center;
}

ul {
  padding: 0;
  margin: 0;
  clear: both;
}

li{
  list-style-type: none;
  list-style-position: outside;
  padding: 10px;
  float: left;
}

input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999%;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding: 8px;
  font-size: 13px;
  margin-right: -15px;
  cursor: pointer;
  border: 1px solid #a9a9a9;
  color: black;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 3px;

}

input[type="checkbox"]:checked + label {
  border: 1px solid white;
  color: #fff;
  background-color: black;
}



footer{
    height: 70px;
    width: 100%;
    background-color: #ff8c00;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border-top: solid 2px;
    border-color: #ff8c00;
    letter-spacing: 1px;
    padding-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.textdec{
    text-decoration: none;
    color: white;
}


.contactfeld{
    width: 330px;
    background: #f1f1f1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}

.txtbx{
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: solid 1px;
    border-color: #a9a9a9;   
}
.textboxform{
    align-items: center;
    justify-content: center;
    display: grid;
}

#submitti{
    height: 40px;
    width: 260px;
    background-color: #ff8c00;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

#submitti:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

.optionwind{
    margin-top: 60px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    width: 40%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;

}

.terminvereinbaren{
    height: 225px;
    width: 260px;
    background-color: #f1f1f1;
    padding: 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    
}

.btntermin{
    background-color: #ff8c00;
    height: auto;
    padding: 9px;
    width: 220px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
  
}
btntermin:hover{
    background-color: #ff8800;
    border: solid 1px;
    border-color: #fff;
}

#tex{
text-decoration: none;
color: #fff;

}
}