       

         html, body {
		height:100%;
                text-decoration: none;
                padding:0px;
                margin:0px;
                color:#000000;
                
	}

	body {
                font-family: 'Raleway', sans-serif;
                background-color:#fff;
                overflow-x: hidden;
                
        }
        
        .nomargin{
            margin-top:0px!important;
        }
        
        a{
            transition:1.0s;
            text-decoration: none;
            color:inherit;
             cursor: pointer;
        }
        
        a:hover {
            transition:1.0s;
             color:#d92650;
            
        }
        
        .logo {
            width:100%;
            max-width:550px;
            margin: 100px;
        }
        
        .floatright{
            float: right;
        }
        
        #slider{
            transition: 1.0s;
            position:relative;
            height: calc(100% + 40px);
            top: 0px;
            width:100%;
            padding: 0px;
            max-width:2700px;
            overflow: hidden;
            //-webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% calc(100% - 40px), 0% 100%, 0% 0%);
            //clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% calc(100% - 40px), 0% 100%, 0% 0%);
        }
        
        .slider{
            position:absolute;
            height: calc(100% - 200px);
            background-repeat: no-repeat;
            top: 0px;
            width:calc(100% - 200px);
            padding: 100px;
            font-size: 18px;
            background-size: 100%;
            background-attachment:fixed;
            padding-top:200px;
            background-position-y: 100px;
        }
        
        
        
        .headline{
            transition: 1.5s;
            left: -40%;
            position: absolute;
            color: #343434;
            border-bottom: #d92650 solid;
            font-size: 2.2em;
            padding:10px;
            border-radius:3px;
        }

        .logosmall{
            transition: 1.0s;
           position: relative;
            min-height:35px;
            height: calc(100% - 50px);
            max-height:70px;
            padding: 0px;
            padding-top: 15px;
            padding-left:100px;
            margin: 10px;
            margin-left: 0px;
            margin-right: 30px;
            display: inline;
            float: left;
        }
        
        .newselement{
            padding-bottom: 10px;
        }
        
        .noclip{
            clip-path: unset !important;
            
        }

.menu{
    transition:1.0s;
    position:fixed;
    top:0px;
    height:115px;
    min-height: 80px;
    width:calc(100% - 0px);
    background-color:#FFF;
    z-index: 98;
    border-bottom: 1px solid #d92650;
    padding-left: 0px;
    padding-right:0px;
    opacity:1.0;
    text-align: center;
}

.menu a{
    transition:1.0s;
    position: relative;
    top:51px;
    font-size: 1.2em;
    display: inline;
   float: left;
   color: black;
   margin-left: 30px;
   margin-right: 30px;
  
}

.menu a:hover{
    border-bottom: #d92650 solid 2px;
    color: #d92650;
}

.active{
    border-bottom: #d92650 solid 2px;
    color: #d92650;
}

.cover{
    position: relative;
    display: inline-block;
    width:140px;
    height:140px;
    
}

.animationleft {
    left: -100%;
}

.animationright {
  
    right: -110%;
}

.blockelement2{
    transition: 1.0s;
    position: relative;
    display: inline-block;
    margin-right: 80px;
    margin-top: 50px;
    vertical-align: top;           
}

#map{
height:100%;
    min-height:250px;
}

.halfwidth{
    width:calc(50% - 100px);
    max-width:700px;
}

.sprache{
    position:fixed;
    right:100px;
    top:20px;
    z-index:99;
}

.sprache img{
    transition: 1.0s;
    width:35px;
    height:20px;
    margin:5px;
}

.sprache img:hover{
    transition: 1.0s;
    height: 20px;
    width:40px;
}

.content img{
    position: relative;
    max-width: 400px;
    width: 100%;
}

.imgleft {
    display:inline-block;
    position: relative;
}

.gold {
    color: #c3b090;
    }

.text{
    vertical-align: top;
    width: calc(100% - 300px);
    font-size: 1em;
    font-family: Montserrat;
    display:inline-block;
    position: relative;
}

.text b{
    font-family: Montserrat;
}

.partner {
    height: 50px;
    margin-right:10px;
    border-radius: 3px;
}

.brand{
    height: 150px;
    margin-right: 30px;
}

.mitarbeiter{
    transition: 1.0s;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    max-height: 400px;
    min-height: 250px;
    height: 33vw;
    border-radius: 3px;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.0;
    border-bottom: solid #d92650;
}

.mitarbeitercontainer{
    display: inline-block;
    width: calc(33% - 40px);
    margin: 20px;
    vertical-align: top;
   min-width:250px;
}

.dienstleistungen{
    transition: 1.0s;
    display: inline-block;
    margin: 30px;
    vertical-align: top; 
    min-width:280px;
    max-width: 280px;
    text-align: center;
    min-height: 430px;
    opacity: 0;
    
}

.dienstleistungen img{
    max-width: 175px;
}


.mitarbeitercontainer b{
    
    font-size: 1.8em !important;
}

.clippath{
    border-radius: 10px;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 0px), 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 0px), 0% 0%);
    background-color:#fff;
    border-bottom: solid #d92650 10px;
    cursor: pointer;
}

.clippath:hover{
    transition: 1.0s;
    border-radius: 10px;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 10px), 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 10px), 0% 0%);
    background-color:#fff;
    border-bottom: solid #d92650 10px;
   
}

#formular #button1 {
    border: black 1px solid;
}

.content{
    transition: all 1.0s;
    -moz-transition: all 1.0s;
    -webkit-transition: all 1.0s;
    position: relative;
    top: 0px;
    width:calc(100% - 200px);
    padding: 100px;
    font-size: 16px;
    max-width:2600px;
    opacity: 1.0;
    background-color:#fff;
    border-bottom: solid #db0041 5px;
    min-height: calc(100% - 380px);
}

.fadein{
    opacity:0.0;
    transition: all 1.0s;
    -moz-transition: all 1.0s;
    -webkit-transition: all 1.0s;
   
}

#footer{
    padding-top:25px;
    padding-bottom:25px;
   background-color:#db0041;
   color: white;
   min-height: 0px;
}

.footerelement{
            display: inline;
            padding-right:10px;
        }

 #kontaktformular{
            background-image:url(../pictures/kontaktformular.jpg);
            background-size: auto 100%;
            background-color: #d92650; 
            background-repeat: no-repeat;
            background-position-x: calc(100% + 00px);
            -webkit-clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 00%);
            border: none;
            color: #fff;
            
        }
        
        .noborder{
            border: none;
        }

.color{
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% calc(100% - 40px), 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% calc(100% - 40px), 0% 100%, 0% 0%);
}

 #contactform{
     background-color: rgba(255,255,255, 0.0);
      float: none;
     
  }

  

.anchor{
    position: relative;
}

.uberschrift{
    font-size:2em; 
}



.introvideo{
    position: relative;
    margin-right:3%;
    width:46%;
    display: inline-block;
    min-width:260px;
    border-radius:10px;
}

.fullimage{
    width:100%;
    border-radius:10px;
    
}

.blockelement{
    transition: transform 2.0s;
    -webkit-transition: transform 2.0s;
    -moz-transition: transform 2.0s;
    -o-transition: transform 2.0s;
    position: relative;
    display: inline-block;
    width: 330px;
    height: 250px;
    margin-right: 80px;
    margin-top: 50px;
    box-shadow: 3px 5px 9px #434343;
    border-radius:10px;
    cursor: pointer            
}
            

            
.front{
    transition-delay: 0.6s;
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 350px;
    height: 250px;
    background-size: cover;
    border-radius:10px;
    color: #fff;
    font-family: FuturaBoo, Arial
}

.front b{
    position: relative;
    top: 40px;
    left: 40px;
    }            
            
.backside{
    transition: 1.5s;
    -webkit-transition: 1.5s;
    position: absolute;
    top:5px;
    right: 15px;
    display: inline-block;
    transform: rotateY(180deg);
    opacity:0.0;
    width: 270px;
    height: 215px; 
    font-size: 1.2em;
    padding:20px;
    
}
.backside:hover{
    transition: 4.0s;
    -webkit-transition: 4.0s;
    position: absolute;
    display: inline-block;
    transform: rotateY(180deg);
    opacity:1.0;
cursor: pointer
}

.blockelement:hover{
    transition: transform 2.0s;
    transform: rotateY(180deg);
cursor: pointer

}

.blockelement:hover .front{
    transition-delay: 0.6s;
    opacity: 0.0;
    cursor: pointer
}

.cookies{
            position: fixed;
            width:calc(100% - 20px);
            bottom: 0px;
            background-color: #000;
            padding-left: 60px;
           padding-right: 60px;
           padding-top:10px;
           padding-bottom: 10px;
            font-size:1.2em;
            padding:10px;
            color:#ffffff;
            opacity: 0.9;
            visibility: visible;
            z-index:98;
            text-decoration: none;
         }
         
         .right{
             float: right;
         }
         
         
        .cookies a:link {
	  
        color:#ffffff;  }
	
	.cookies a:visited {
	text-decoration: none; 
        color:#ffffff;  ;
	}
	.cookies a:hover {
	text-decoration: none; 
        color:#555555;  ;
	}
	.cookies a:active {
	text-decoration: none; 
        color:#555555; ;
	}
 
        .nocookies
         {
            transition: 1.0s;
            opacity: 0.0;
            visibility: hidden;
         }
    
        .privacy{
            transition: 1.0s;
            position: fixed;
            left: 0px;
            top: 0px;
            font-family: Montserrat;
            font-size:1.0em;
            text-align: left;
            background-color: #ffffff;
            overflow-x: hidden;
            overflow-y: scroll;
            width:calc(100% - 100px);
            height: calc(100% - 100px);
            margin: 0px;
            padding:50px;
            color:#000000;
            opacity: 0.0;
            visibility: hidden;
            z-index:99;
        }
 
         .noprivacy{
            transition: 1.0s;
            opacity: 0.95;
            visibility: visible;
       }   
       
       
        
    
    .contactform{
      padding:0px;
      background-color:#fff;
      
  }  
  
.error{
	display: none;
	margin-left: 0px;
        opacity:0.0;
        }		

        .error_show{
        transition: 3.0s;
	color: #d92650;
	margin-left: 0px;
        margin-bottom:10px;
        opacity: 1.0;
        }

        input.invalid, textarea.invalid{
	border: 1px solid #f9a54f;
        }

        input.valid, textarea.valid{
	
        }
        
        button {
            position: relative;
            top: 10px;
            transition: 1.0s;
            background-color: #fff;
            color: black;
            padding:10px;
            border-radius:5px;
            
        }
        
        button:hover {
            transition: 1.0s;
            background-color: #d92650;
            color: white;
            padding:10px;
            border-radius:5px;
        }
       
        textarea{
	vertical-align: top;
	height: 5em;
        }
        input, textarea, select
        {
        position: relative;
        border: 1px solid #dadada;
        border-radius: 5px; 
        padding:2px;
        width: 200px;
        margin-bottom:10px;
        }
        
        label{
            display: inline-block;
            position: relative;
            width: 150px;
           
        }
        
       
        
        .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(0px, auto);
}
.gridmaintitle {
  grid-column: 1 ;
  grid-row: 1;
}
.gridtitle {
  grid-column: 1 ;
  grid-row: 2;
}
.gridtitle2 {
  grid-column: 1 ;
  grid-row: 4;
}
.gridtime {
  grid-column: 2 / 3 ;
  grid-row: 2;
}
.gridtime2 {
  grid-column: 2 / 3 ;
  grid-row: 3;
}

.gridtime3 {
  grid-column: 2 / 3 ;
  grid-row: 4;
}

.gridtime4 {
  grid-column: 2 / 3 ;
  grid-row: 5;
}

.gridtitle3 {
  grid-column: 1 ;
  grid-row: 6;
}

.gridtime5 {
  grid-column: 2 / 3 ;
  grid-row: 6;
}

.gridtime6 {
  grid-column: 2 / 3 ;
  grid-row: 7;
}

.socialmedia {
    width:60px;
}

.title{
    font-size: 1.1em;
    font-weight: bold;
}

 .white{
           
           transition: opacity 1.0s;
           position: fixed;
           z-index: 99;
           visibility: hidden;
           opacity: 0.0;
           top: 0;
           left:0px;
           padding: 230px;
           height: calc(100% - 460px);
           width: calc(100% - 460px);
           background-color: rgba(255, 255, 255, 0.9);
           overflow: auto;
       }
       
       .close{
           position: fixed;
           background-color: #ffffff;
           top: 0px;
           right:0px;
           padding-left: 230px;
           padding-right: 230px;
           padding-top: 50px;
           padding-bottom:20px;
           width: calc(100% - 460px);
           font-size: 5em;
           text-align: right;
       }
       
       
       #headline2 {
           left:100px;
       }
       
       #menulines{
       visibility: hidden;   
       height: 0px;
       }
       
          @media only screen and (max-width: 1550px) {
      
        #kontaktformular{
            background-image:url(../pictures/kontaktformular.jpg);
            background-size: auto 100%;
            background-color: #d92650; 
            background-repeat: no-repeat;
            background-position-x: 140%;
            -webkit-clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 00%);
            border: none;
            color: #fff;
            
        }
          }
       
          
          @media only screen and (max-width: 1300px) {
      
              #kontaktanchor{
                  top: -600px;
              }
              
              .floatright{
                  float: none;
              }
              
               .menu{
           font-size: 0.8em;
               }
               
             #kontaktformular{
            background-image:url(../pictures/kontaktformular.jpg);
            background-size: auto 100%;
            background-color: #d92650; 
            background-repeat: no-repeat;
            background-position-x: calc(100% + 350px);
            -webkit-clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 00%);
            border: none;
            color: #fff;
            
        }
        
           .menu a{
   
   margin-left: 20px;
   margin-right: 20px;
}
       
.slider{
            
            padding-top:150px;
           
        }
       
        
        
          }
       
   @media only screen and (max-width: 950px) {
      
        #kontaktformular{
            background-image:none;
            background-size: auto 100%;
            background-color: #d92650; 
            background-repeat: no-repeat;
            background-position-x: 150%;
            -webkit-clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px), 0% 00%);
            border: none;
            color: #fff;
            
        }
       
       .color{
           background-size: 0px 0px;
       }
       
       .menu{
           font-size: 0.7em;
           padding-left: 30px;
           padding-right: 30px;
           
       }
       
       .menu a{
   
   margin-left: 20px;
   margin-right: 20px;
}
       
       .logosmall { 
           padding-left: 0px;
       }
       
       .introvideo{
    position: relative;
   
    width:100%;
    display: inline-block;
    min-width:260px;
    border-radius:10px;
}

.content{
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
}

.sprache{
    position:fixed;
    right:30px;
    top:20px;
    z-index:99;
}

#contactform {
       
      float: none;
  
        }
        
        #imgbig{
        width:100%;
        height: auto;
    }
    
    .logo {
            width:calc(100% - 200px);
            max-width:550px;
            margin: 100px;
        }
     
   
  .hidden{
            transition: 1.5s;
            opacity: 0.0;
        }
  
        .white{
           padding-top: 200px;
           
           padding-left: 30px;
           padding-right: 30px;
           padding-bottom: 30px;
           height: calc(100% - 230px);
           width: calc(100% - 60px);
           
       }
       
       .headline{
            transition: 1.5s;
            left: -40%;
            position: absolute;
            color: #343434;
            border-bottom: #d92650 solid;
            font-size: 1.5em;
            padding:0px;
            border-radius:3px;
        }
        
        
        
   } 
   
   
   
     @media only screen and (max-width: 830px) {
 
         .right{
             float: none;
         }
     
 .halfwidth{
    width:calc(100% - 100px);
}
         
         .menu{
       
        text-align: center;
    }
    
    .menu a{
    position: relative;
    top:100px;
    font-size: 2.8em;
    transition: 0.0s;
    font-weight: normal;
    visibility: hidden;
    margin-left: 0px;
    width:calc(100% - 60px);
  
}

.menu a:hover{
    position: relative;
    
    
}

 #menulines{
            position: fixed;
            right: 30px;
            top: 20px;
            width:50px;
            z-index:99;
            color: #000;
            font-size: 0.8em;
            height: 100px;
            visibility: visible;
        }
        
        #menulines svg{
            transition: 3.0s;
            position:fixed;
            width:40px;
            z-index:99;
            top:30px;
            height:30px;
            right:30px;
            transition: transform 1.0s;
            box-shadow: 0px 0px 0px #000;
            
        }
        
        /*#menulines:hover #line1{
            transition: transform 1.0s;
            transform: rotate(45deg);
        }
        
        #menulines:hover #line2{
             transition: transform all 1.0s;
            transform: rotate(-45deg);
            transform: scale(4.0);
        }
        
        #menulines:hover #line3{
            transition: transform all 1.0s;
            transform: rotate(-45deg);
            transform: scale(4.0);
        }*/
        
        #line1 {
          transition: transform 1.0s;  
        }
        #line2 {
          transition: transform all 1.0s;  
        }
        #line3 {
          transition: transform all 1.0s;  
        }
        
        
        #menulines line{
            transition: transform 1.0s;
            stroke-width: 2px;
            fill: none;
            stroke:#000;
            transition: 1.0s;
            
        }
     }
        
  
  @media only screen and (max-width: 550px) {
      
      .animationright{
          right: 0px;
      }
      
      label{
           
            width: 100%;
           
        }
      
      .cookies{
            position: fixed;
            width:calc(100% - 20px);
            bottom: 0px;
            background-color: #000;
            padding-left: 10px;
           padding-right: 10px;
           padding-top:10px;
           padding-bottom: 10px;
            font-size:1.0em;
            padding:10px;
            color:#ffffff;
            opacity: 0.9;
            visibility: visible;
            z-index:98;
            text-decoration: none;
         }
   
         .contactform{
      padding:0px;
            
  }  
  
    #headline2 {
           left:30px;
       }
  
  .headline{
            transition: 1.5s;
            left: -40%;
            position: absolute;
            bottom: 300px;
            font-size: 1.5em;
            padding:0px;
            background-color: rgba(0,0,0, 0.0);
            border-radius:3px;
            color: #fff;
        }

.blockelement{
    transition: transform 2.0s;
    position: relative;
    display: inline-block;
    width: 280px;
    height: 250px;
    margin-right: 20px;
    margin-top: 50px;
    box-shadow: 3px 5px 9px #434343;
    border-radius:10px;
                
}
   
.front{
    transition-delay: 0.6s;
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 300px;
    height: 250px;
    background-size: cover;
    border-radius:10px;
    color: #fff;
    font-family: Montserrat;
}          
            
.backside{
    transition: 1.5s;
    position: absolute;
    top:5px;
    right: 15px;
    display: inline-block;
    transform: rotateY(180deg);
    opacity:0.0;
    width: 240px;
    height: 215px; 
    font-size: 1.1em;
    padding:20px;
}

.sprache{
    position:fixed;
    right:00px;
    width:50px;
    top:10px;
    z-index:99;
    
}

.sprache img{
    transition: 1.0s;
    width:30px;
    height:18px;
    margin:0px;
}

.blockelement2{
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-top: 50px;
   width:100%;
    vertical-align: top;           
}


        
        .imgleft {
    display:block;
    
}

.text{
   
    width: 100%;
    
}

input {
    width:100%;
height: 30px;
}    


 .logosmall{
            position: relative;
            height:40px;
            padding: 0px;
            padding-top: 10px;
            display: inline;
        }
        
  }
  
   @media only screen and (min-width: 2000px) {
       
    .doublecontent{
            min-height:50%;
        }

.headline{
    font-size: 3.0em;
}
   }