@font-face{
    font-family: Überschrift;
    src: url(Schriften/Roboto-Medium.ttf);}
@font-face{
    font-family: Unterschrift;
    src: url(Schriften/Roboto-Light.ttf);}
@font-face{
    font-family: Normale-Schrift;
    src: url(Schriften/Roboto-Thin.ttf);}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing:antialiased;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0; 
    overscroll-behavior: none;
    overflow-x: clip;}
body{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: #F7F6F3;
    font-family: 'Unterschrift'Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    justify-content: center;}

/*Mobile*/
@media screen and (max-width: 480px){
    .tablet{display: none;}
    .laptop{display: none;}}
/*Navigationsbar*/   
.mobile-nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;
    padding-right: 10px;}
.mobile-open-menu {
    height: 64px;
    box-sizing: border-box;
    top: 0;
    right:0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: fixed;}
.mobile-open-menu img{
    padding-top: 5px;
    padding-bottom: 5px ;
    box-sizing: border-box;
    height: 54px;
    width:54px;}
#mobile-check {
    display: none;}
.mobile-close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
.mobile-close-menu img{
    box-sizing: border-box;
    align-items: left;
    width: 44px;
    height: 44px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.mobile-menu {       
    flex-direction: column;
    align-items: left;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    font-family: 'Normale-Schrift'!important;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;} 
.mobile-menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 64px;}
.mobile-menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.5rem;
    font-size: 0.8rem;
    font-family: 'Normale-Schrift', !important;
    font-weight: 10;}
.mobile-menu li a h2{
    margin: 5px}
.mobile-menu-list a:hover{
        box-sizing: border-box;
        background-color: #F7F6F3;
        color: #2D2C2D;}
.mobile-closed-menu a:hover{
    background-color:#2D2C2D ;}
#mobile-check:checked ~ .mobile-menu {
    right: 0;
    display: flex;}  
#mobile-check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.headerspace-small{ 
    width: 100%;
    max-width: 100%;
    height: 64px;
    background-color: #F7F6F3;
    margin:0;
    padding: 0;}
/*Main*/
.mobile-padder{
    max-width: 100%;}
form.x-mobile {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    margin: 7.5%;
    padding: 0;
    border-radius: 17px 17px;}
fieldset.x-mobile  {
    box-sizing: border-box;
    size: 190px;
    border-radius: 17px 17px;
    background-color: #2D2C2D;
    color:#F7F6F3;
    outline: none;
    border: none;
    padding: 10%;
    max-width: 100%;
    min-width: fit-content;
    height: 100%;}
.Logo{
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;}
.mobile-Kontaktformular h1{
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 7.5%;
    padding-top: 7.5%;
    margin: 0;
    text-align: center;
    font-size: 0.6rem;
    font-weight: normal;
    letter-spacing: 0.3rem;
    font-family:'Überschrift'!important;}
.mobile-Kontaktformular hr{
    box-sizing: border-box;
    text-align: center;
    opacity: 60%;
    margin: 0;}
select.x-mobile {
    box-sizing: border-box;
    padding: 3.5%;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family:'Unterschrift'!important;
    font-size: 0.6rem;
    margin: 0;
    border-radius: 7px 7px;
    border:none;}
input.x-mobile {
    box-sizing: border-box;
    padding: 3.5%;
    width: 100%;
    height: 100%;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    font-size: 0.6rem;
    margin: 0;
    border-radius: 7px 7px;
    outline: none;
    border: none;}
.mobile-Eingaben{
    padding-top: 5%;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 5%;}
.mobile-Eingaben h2{
    font-size: 0.6rem;
    font-weight: 150;
    letter-spacing: 0.3rem;
    box-sizing: border-box;
    font-family: 'Überschrift'!important;
    margin: 0;
    padding-top: 5%;
    padding-bottom: 5%;}
input.x-mobile::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
textarea.x-mobile {
    box-sizing: border-box;
    width: 100%;
    padding: 3.5%;
    min-height: 120px;
    font-size: 0.6rem;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    border-radius: 7px 7px;
    outline: none;
    margin: 0;}
textarea.x-mobile::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
button.x-mobile {
    box-sizing: border-box;
    width: 75%;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 2.5%;
    font-size: 1rem;
    color: #2D2C2D;
    letter-spacing: 0.5rem;
    background-color: #F7F6F3;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 7px 7px;}
.mobile-submit-button button img{
    box-sizing: border-box;
    padding: 3%;
    align-items: center;
    height: 25px;
    width: 25px;
    color: #2D2C2D;
    margin: 0;}
button.x-mobile  h3{
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Unterschrift';
    font-weight: 100;
    font-size: 0.6rem;
    padding: 5%;
    letter-spacing: 0.3rem;}

/*-----------------------------------------------------*/

/*Tablet*/
@media screen and (min-width: 481px) and (max-width: 768px){
    .mobile{display: none;}
    .laptop{display: none;}}
/*Navigationsbar*/
.tablet-nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;
    padding-right: 10px;
    padding-left: 9px;}
.tablet-open-menu {
    height: 64px;
    box-sizing: border-box;
    top: 0;
    right:0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: fixed;}
.tablet-open-menu img{
    box-sizing: border-box;
    height: 54px;
    width:54px;}
#tablet-check {
    display: none;}
.tablet-close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
.tablet-close-menu img{
    box-sizing: border-box;
    align-items: left;
    width: 54px;
    height: 54px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.tablet-menu {       
    flex-direction: column;
    align-items: left;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;
    font-family: 'Normale-Schrift'!important;}        
.tablet-menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 64px;}
.tablet-menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.5rem;
    font-size: 0.8rem;
    font-family: 'Normale-Schrift', !important;
    font-weight: 10;}
.tablet-menu-list a:hover{
        box-sizing: border-box;
        background-color: #F7F6F3;
        color: #2D2C2D;}
.tablet-closed-menu a:hover{
    background-color:#2D2C2D ;}
#tablet-check:checked ~ .tablet-menu {
    right: 0;
    display: flex;}  
#tablet-check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.headerspace-small{ 
    width: 100%;
    max-width: 100%;
    height: 64px;
    background-color: #F7F6F3;
    margin:0;
    padding: 0;}
/*Main*/
.tablet-padder{
    max-width: 100%;}
form.x-tablet {
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 7.5%;
    margin: 0;
    justify-content: center;}
fieldset.x-tablet {
    box-sizing: border-box;
    border-radius: 17px 17px;
    background-color: #2D2C2D;
    color:#F7F6F3;
    outline: none;
    border: none;
    padding: 7.5%;
    margin: 0;
    max-width: 100%;
    height: 100%;}
.Logo{
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;}
.tablet-Kontaktformular h1{
    box-sizing: border-box;
    padding: 5%;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.75rem;
    font-family:'Überschrift'!important;}
.tablet-Kontaktformular hr{
    box-sizing: border-box;
    text-align: center;
    opacity: 60%;
    margin: 0;}
select.x-tablet{
    box-sizing: border-box;
    padding: 3.5%;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family:'Unterschrift'!important;
    font-size: 0.8rem;
    margin: 0;
    border-radius: 7px 7px;
    border:none;}
input.x-tablet{
    box-sizing: border-box;
    width: 100%;
    padding: 3.5%;
    margin: 0;
    background-color: #F7F6F3;
    height: 100%;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    border-radius: 7px 7px;
    outline: none;
    border: none;
    font-size: 0.8rem;}
.tablet-Eingaben{
    box-sizing: border-box;
    padding-bottom: 5%;
    padding-top: 1%;
    margin: 0;}
.tablet-Eingaben h2{
    font-size: 0.8rem;
    font-weight: 150;
    letter-spacing: 0.5rem;
    box-sizing: border-box;
    font-family: 'Überschrift'!important;
    padding-top: 6.5%;
    padding-bottom: 6.5%; }
input.x-tablet::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
textarea.x-tablet{
    box-sizing: border-box;
    width: 100%;
    padding: 3.5%;
    min-height: 120px;
    font-size: 0.8rem;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    border-radius: 7px 7px;
    outline: none;
    margin: 0;}
textarea.x-tablet::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
button.x-tablet{
    box-sizing: border-box;
    width: fit-content;
    height: 100%;
    max-width: 95%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1rem;
    color: #2D2C2D;
    letter-spacing: 0.5rem;
    background-color: #F7F6F3;
    gap:3.5%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 7px 7px;
    margin: 0;}
.tablet-submit-button button img{
    box-sizing: border-box;
    padding: 0;
    align-items: center;
    height: 20px;
    width: 20px;
    color: #2D2C2D;
    margin: 0;}
button.x-tablet h3{
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Unterschrift';
    font-weight: 100;
    font-size: 0.8rem;
    letter-spacing: 0.5rem;}

/*-----------------------------------------------------*/

/*Laptop*/
@media screen and (min-width: 769px){
    .mobile{display: none;}
    .tablet{display: none;}}
/*Navigationsbar-Laptop*/ 
.nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;}
.open-menu {
    height: 84px;
    box-sizing: border-box;
    top: 0;
    right:0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: fixed;}
.open-menu img{
    padding-top: 5px;
    padding-bottom: 5px ;
    box-sizing: border-box;
    height: 64px;
    width:64px;}
#check {
    display: none;}
.close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
.close-menu img{
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    align-items: left;
    width: 64px;
    height: 64px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.menu {       
    flex-direction: column;
    align-items: left;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;} 
.menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 84px;}
.menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.5rem;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;}
.menu-list a:hover{
    box-sizing: border-box;
    background-color: #F7F6F3;
    color: #2D2C2D;}
.closed-menu a:hover{
background-color:#2D2C2D ;}
#check:checked ~ .menu {
    right: 0;
    display: flex;}  
#check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.menu h2{
    display: flex;
    margin-left:10px ;
    margin-right: 10px;
    margin-top: 28px;
    margin-bottom: 28px;}
.headerspace{ 
    width: 100%;
    max-width: 100%;
    height: 84px;
    background-color: #F7F6F3;
    margin:0;
    padding: 0;}
/*Main*/
.padder{
    max-width: 100%;}
form.x-laptop {
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 7.5%;
    margin: 0;
    justify-content: center;}
fieldset.x-laptop {
    box-sizing: border-box;
    border-radius: 17px 17px;
    background-color: #2D2C2D;
    color:#F7F6F3;
    outline: none;
    border: none;
    padding: 7.5%;
    margin: 0;
    max-width: 100%;
    height: 100%;}
.Logo{
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;}
.Kontaktformular h1{
    box-sizing: border-box;
    padding: 5%;
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.9rem;
    font-family:'Unterschrift'!important;}
.Kontaktformular hr{
    box-sizing: border-box;
    text-align: center;
    opacity: 60%;
    margin: 0;}
select.x-laptop{
    box-sizing: border-box;
    padding: 2.5%;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family:'Unterschrift'!important;
    font-size: 0.8rem;
    margin: 0;
    border-radius: 7px 7px;
    border:none;}
input.x-laptop{
    box-sizing: border-box;
    width: 100%;
    padding: 2.5%;
    margin: 0;
    background-color: #F7F6F3;
    height: 100%;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    border-radius: 7px 7px;
    outline: none;
    border: none;
    font-size: 0.8rem;}
.Eingaben{
    box-sizing: border-box;
    padding-bottom: 5%;
    padding-top: 1%;
    margin: 0;}
.Eingaben h2{
    font-size: 1.5rem;
    font-weight: 150;
    letter-spacing: 0.7rem;
    box-sizing: border-box;
    font-family: 'Unterschrift'!important;
    padding-top: 3.5%;
    padding-bottom: 3.5%; }
input.x-laptop::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
textarea.x-laptop{
    box-sizing: border-box;
    width: 100%;
    padding: 2.5%;
    min-height: 120px;
    font-size: 0.8rem;
    background-color: #F7F6F3;
    color: #2D2C2D;
    letter-spacing: 2.5px;
    font-family: 'Unterschrift'!important;
    border-radius: 7px 7px;
    outline: none;
    margin: 0;}
textarea.x-laptop::placeholder{
    background-color: #F7F6F3;
    color: #A6906A;}
button.x-laptop{
    box-sizing: border-box;
    width: fit-content;
    height: 100%;
    max-width: 95%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    padding: 2.5%;
    font-size: 1rem;
    color: #2D2C2D;
    letter-spacing: 0.5rem;
    background-color: #F7F6F3;
    gap:5%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 7px 7px;
    margin: 0;}
.submit-button button img{
    box-sizing: border-box;
    padding: 0;
    align-items: center;
    height: 25px;
    width: 25px;
    color: #2D2C2D;
    margin: 0;}
button.x-laptop h3{
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Unterschrift';
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 0.5rem;}

