*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

bold{
    font-weight: bold;
}

.clear{
    clear: both;
}

.cta{
    margin-top: 25px;
    margin-bottom: 25px
}

a{text-decoration: none;
color: black;
font-size: 12px;
font-weight: 600;
}

ul{
    list-style-type: none;
}

h1{
    font-size: 36px;
    font-weight: 800;
    margin: 25px 0;
}

h2,h3{
    font-size: 24px;
        font-weight: 800;
    margin: 15px 0;
}

p{
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0;
    line-height: 20px;
}

a{font-size: 16px;}


hr{
    width: 30px;
    height: 2px;
    border: none;
    background-color: #00B8F1;
    margin-bottom: 15px
}


.btn{
    background-color: #00B8F1;
    padding: 14px 20px;
    color: white;

    
    

}

.btn2{
    border: 2px;
    border-style: solid;
    padding: 12px;
    color: #00B8F1;
}

.btn3{
    color: black;
    font-size: 12px;
    text-decoration: underline;
}

.logo{
    width: 200px;
}

.content{
    width: 80%;
    margin: auto;
    padding: 100px 0;
}

.content2{
    width: 80%;
    margin: auto;
    padding: 20px 0;
}

.produktbild{
    width: 100%;
}

nav{
    overflow: hidden;
  position: fixed;
  top: 0px; 
  width: 100%;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
}


.mobilh1{
    display: none;
}



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

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    background-color: #506ab0;
}

header a{color: white;}


.navigation li{
    display: inline-block;
    padding: 0 30px;
}

.navigation a{
    font-size: 16px
}

#titelbild .btn2{
    
    background-color: white;

}

#titelbild{
    background-image: url(img/header.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 300px 0 250px;
    color: white;
}

#titelbildtxt{
    width: 80%;
    margin: auto;
}

#titelbild p{
    font-size: 16px;}

#titelbild ul{
    display: flex;
    justify-content: center
}

#titelbild ul li{
    margin: 40px 20px 0 20px;
}

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

#leistungen{
    text-align: center;
}

#leistungen .einführtxt a{
    text-decoration: underline;
    color: #00B8F1;
    font-size: 12px;
}

#leistungen .btn{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#leistungen .btn2{
    display: block;
    text-align: center;
}

#leistungen .produkte ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#leistungen .produkte ul li{
    width: 30%;
    margin-top: 25px;
    border: 3px;

    padding: 25px;
    box-shadow: 5px 5px 5px 1px gray;
}





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

#überuns{
    background-color: #535353;
    color: white;
}

#team{
    background-image:url(img/team.jfif);
    width: 100%;
    height: 700px;
    margin-top: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#kunden ul{

    display: flex;
    justify-content:space-between;  
    align-items: center;
    margin-top: 25px;
}

#kunden ul li{
    padding: 10px
}

#kunden img{
    width: 100%;
}

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

#referenzen ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;  
}

#referenzen img{
}

#referenzen ul il{
    margin-bottom: 25px;
    width: 30%;
}

#referenzen img{
    width: 100%;
}

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

#kontaktformular{
    background-color: #2b2b2b;
    color: white;  
}

#kontaktformular .content{
    display: flex;
    justify-content:space-between;
    align-items: center;
    

}

#kontaktformular form{
    width: 50%;
    margin-right: 100px;
}



#kontaktformular form ul{
    display: flex;
    justify-content: space-between;
}

#kontaktformular form textarea{
    width: 100%;
    margin: 10px 0;
    border-style: none;
    padding: 5px 0 0 5px;
}
   
#kontaktformular form button{
    border-style: none;
    border: 0;
    margin-top: 25px;
        padding-left: 40px;
    padding-right: 40px;
    
    
}

#kontaktformular input{
    border-style: none;
    margin: 10px 0;
        padding: 10px;
    width: 100%
}

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

#kontakt ul{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#kontakt ul li{
    width: 30%
}

#kontakt a{
    margin-right: 10px
}


#kontakt h3{
    margin: 0 0 15px 0;
}

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



footer{
    background-color: black;
    color: white;
    text-align: center;
}


footer ul{
    display:flex;
    justify-content: center;
}

footer ul li{
    width: 10%
}




footer a{
    color: white;
}


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

@media screen and (max-width: 1812px){
    #kontaktformular .content{
        display: block;
    }
    
    
    #kontaktformular form{
        margin-bottom: 50px;
        width: 100%
    }
    
    #kontaktformular .googlemaps{
        width: 100%;
        display: block;

    }
    
    #kontaktformular iframe{
        width: 100%;
    }
}

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

@media screen and (max-width: 1160px) {

    
    #leistungen .produkte2 ul li {
        width: 49%;
    }
    
}


/*---------------------------------------*/
@media screen and (max-width: 1146px) {
    
    .logo{
        padding-top: 5px;
    }
    
    nav{
        position: fixed;
        overflow: visible;
    }
    
 

    body {
        overflow-x: hidden;
    }
    
    #leistungen .produkte ul li{
        width: 48%;
    }
    
    #titelbild{
        height: 550px;
        padding: 150px 0;
    }

}



.mobile {
    display: none;
}


@media screen and (max-width: 1146px) {

.mobile {
    display: block; 
}

.navigation {
    display: none;
}

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    transition: all .2s linear
}

#menuToggle a {
    text-decoration: none;
    color: white;
    transition: color .3s ease;
        font-size: 24px;
   font-weight: 600;
}

#menuToggle a:hover {
    color: #DB004F;
}

#menuToggle input {
    display: block;
    width: 43px;
    height: 26px;
    position: absolute;
    top: -1px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 5px;
    margin-bottom: 8px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}
    
    #menuToggle span:nth-last-child(2){
        margin-bottom: 0;
    }

#menuToggle span:first-child {
    transform-origin: 0 0;
    transition: all .2s linear
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(9px, 4px);
    background: white;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0px, 4px)
}

#menu {
    position: fixed;
    width: 300px;
    background: rgba(43, 43, 43, 1);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(100%, 0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    right: -700px;
    opacity: .1;
    z-index: 99999999999999999;
    overflow: scroll
}

#menu li {
    padding: 20px 0;
    font-size: 25px;
    border-bottom: solid 2px white;
    padding: 18px 10px
}

#menuToggle input:checked~ul {
    transform: none;
    opacity: 1;
    right: 0;
    top: 115px;
    bottom: 0
}
    
    #titelbild{
        padding: 200px 0 0 0;
 
    }
    
    #referenzen ul il {
    margin-bottom: 25px;
    width: 45%;

}

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

@media only screen and (max-width: 775px) {
    
    
   
    
    #titelbild ul li{
        margin: 25px 0 0 0;
    padding: 0 10px}
    
    
    
    #kontakt ul li{
        width: 40%;
        margin-bottom: 25px;
    }
    
    #kontakt ul{
        flex-wrap: wrap;
    }

#kontaktformular input{
    width: auto;
}
    
#kontaktformular textarea{
    width: 95% !important;
}

}

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



@media screen and (max-width: 729px) {
    
    
    #kontaktformular input{
        width: 100% !important;
    }
    
    #kontaktformular form ul{
        display: block !important;
        
    }
    
    #kontaktformular textarea{
        width: 100% !important;

    }
}


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


@media screen and (max-width: 707px) {
    
    #leistungen .produkte ul li{
        width: 100%;
    }
    
    
    
    
    
    #referenzen ul li{
        width: 100% !important;
    }

    
}

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

@media screen and (max-width: 540px){

#titelbild .deskh1{
    display: none;
}

#titelbild .mobilh1{
    display: block;
}

#titelbild{
    padding: 200px 0;
}
    
    #kontakt ul li:nth-last-child(1){
        width: 100%;
    }
    
    #schritte p{
        font-size: 10px
    }
    
    footer ul li{
        width: 100%;
    }


}


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

@media screen and (max-width: 414px) {
    
    .deskh1{
        display: none;
    }
    
    .mobilh1{
        display: block;
    }
    
    .mobilh1 h2{
        font-size: 25px !important;
    }

    
    #menuToggle input:checked~ul {
    top: 103px;
}

    
    
    #titelbild{
        padding: 220px 0;
        height: 680px;
    }
    
    
    #titelbild p{
        font-size: 16px;
    }
    
    
    #kontakt ul li:nth-last-child(1){
        width: 100%;
    }
    
    footer ul li{
        width: 100%;
    }
    
    #schritte .content ul{
        display: none;
    }
    
      #titelbild ul{
        display: block;
    }
    
    #titelbild ul li{
        margin-bottom: 40px;
    }
    
    .btn{
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    
     .btn2{
        width: 100%;
        display: block;
        text-align: center;
    }
    
 
    
    #titelbild .btn{
        width: 100%;
        justify-content: center;
        display: unset;
    }
    
    #titelbild .btn2{
        width: 100%;
        justify-content: center;
        display: unset;
    }
    
    #referenzen ul il {
    margin-bottom: 25px;
    width: 100%;
}
    
    #team{
        height: 300px;
    }
    
    #kunden ul{
        flex-wrap: wrap;
        width: 100%;
    }
    
    #kunden ul li{
        width: 45%
    }
    
 
}

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


   
  


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

@media screen and (max-width: 280px){
    
    #titelbild{
        padding: 80px 0;
        height: 500px;
    }
    
    #kontakt ul li{
        width: 100%;
    }
    
    #kontakt p:nth-last-child(1){
        margin: 0px;
    }
    
    #menuToggle input:checked~ul{
        width: 80%;
    }
    
    #leistungen h2{
        width: 10px
    }
    
}
