*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5vw;
	
	
}

html{
	scroll-behavior: smooth;
}
body{
	
	margin:0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	
}
a:active{
	
	text-decoration: none;
	color: gray;
	
}
a{
	
color:gray;
	text-decoration: none;
	padding: 2px;
	
	
}
a:visited{
	
	color: gray !important;
    font-weight: bold;
	text-decoration: none;
	 

	
}
.header{
	margin:0 auto;
	padding-bottom: 2vw;
	width: 100%;
	z-index: 999;
	position: fixed;
	font-weight: 500;
padding: 1vw,0vw,0vw,0vw;
box-shadow: 1px 1px 3px #888888;
height: 7vw;
background-color: white;
	
}

.mobileheader{

width:100%;
color:white;
background-color: rgba(0,0,0,0.8);
padding: 2vw;
z-index: 999;
position: fixed;
top:18vw;
}

.mobileheader div{

	width: 100%;
	padding: 5vw;
transition: 0.5s;
}

.mobileheader div:hover{
background: black;
	color: white;
}

.mobileheader div a{
width: 100%;
color:white;
font-size: 5vw;
text-decoration: none;


}
.mobileheader div a:hover{
color: black;

}



@media screen and (min-width: 768px) {
  .mobileheader {
    display: none;
  }
}

.logo12{
width: 12%;

}

.extrawidth{

width: 15%;

}
.left{

	position: absolute;
	left:0;
	top:8%;
}

.subheader{

  position: absolute;
  box-shadow: 1px 1px 3px #888888;
  transition:"2s";
}


.subpadding{

  padding-top: 10vw;
}

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

  .subpadding{

  padding-top: 29vw;
}


	.logo12{

		width:20%;
	}
  .left{

	left:7%;
	top:20%;
}
.header{
	padding-bottom: 18vw;
}
.extrawidth{

width: 30%;

}
}


.right{

	position: absolute;
	float: right;
	left: 85%;
	top:8%;
}
.center{

	position: absolute;
	margin: 0 auto;
	text-align: center;
	width:70%;
	left:15%;
	top:40%;
	

}


@media screen and (max-width: 768px) {
  .center{

	display: none;}

.right{

	left: 75%;
top:20%;	
}
}

.center >.menue {

	list-style: none;
	text-decoration: none;
}

.center > .menue >li{
    text-decoration: none;
	display:inline;
	padding: 1vw 2vw 1vw 2vw;
	border-radius: 5px;
}
.center > .menue >li:hover{

	   
	    font-weight: 900;
}

.icon{
	  position: absolute;
    font-size: 8vw;
    color: black;
    top: 35%;
    left: 1.5%;
}

@media screen and (min-width: 768px) {
  .icon {
    display: none;
  }
}
.white{
	background-color: white;
	padding-top: 5vw;

}
.layer {
    margin-top: -5.5%;
    width: 50%;
    background-color: white;
    z-index: 100;
    position: relative;
    margin-left: 49%;
}
.parallax-container {
    height: auto;
    width: 100%;
}
.container1{

width:100%;
margin: 0 auto;
}
.parallax-container div {
    position: relative;
    top: 15%;
    left: 8%;
    max-width: 45vw;
    padding: 5px;
    overflow: hidden;
}

.parallax-container div h2 {
    font-size: 1.2vw;
    font-weight: 0.5em;
    font-style: cormorant,calibri,cambria;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    background-attachment: faster;
}

.parallax-container div h1 {
    font-size: 1.5vw;
    font-weight: 0.5em;
    font-style: cormorant,calibri,cambria;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    background-attachment: faster;
}

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

	.parallax-container div {
   
    max-width: 80vw;
    ;
}
  .parallax-container div h2 {
    font-size: 4vw;
font-weight: 3em;
   
}

.parallax-container div h1 {
    font-size: 4.5vw;
    font-weight: 2em;
   
}

}
#teaser{

	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 2vw;
	color: gray;
}
.footerlogo{

	width: 50%;

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

        .footerlogo{

  width: 100%;

}

        }
.social {
    position: fixed;
    display: block;
    max-width: 100%;
    z-index: 999;
    margin-top: 5vw;
    transform: translateX(95%);
    -webkit-transform: translateX(95%);
    -ms-transform: translateX(95%);
    -moz-transform: translateX(95%);
    cursor: pointer;
}
.socialicon {
    width: 3%;
    display: block;
    padding-top: 0.5vw;
    transition: transform 0.5s linear;
}

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

.social{

margin-top:17vw;
transform: translateX(92%);
    -webkit-transform: translateX(92%);
    -moz-transform: translateX(92%);	
    -ms-transform: translateX(92%);
}
.socialicon {
    width: 10%;

   }



}




.subheader{

position: relative;

z-index: 995;
width: 100%;
margin: 0 auto;
background-color: white;
text-align: center;
     padding-top: 10vw;

}

@media screen and (max-width: 768px) 
      {
        .subheader{
        	     padding-top: 19vw;
        	      }
             
      }

.subheader >.menue {

	list-style: none;
	text-decoration: none;
}

.subheader > .menue >li{
    text-decoration: none;
	display:inline;
	padding: 1vw 2vw 1vw 2vw;
	border-radius: 5px;
}
.subheader > .menue >li:hover{

	   
	    font-weight: 900;
}
.aain {
    background-color: rgba(0,0,0,1.00);
    margin:0 auto;
    text-align: center;
    width: 100%;
}
.about{

width:100%;
margin: 0 auto;
text-align: center;
background-image:url('../IMG/ip/A22A8879 copy.jpg'); 
background-size: cover;
background-position:center;
background-repeat: no-repeat;

}
.content{

	width:70%;
	margin: 0 auto;
	text-align: justify;
	color: white;
	background-color: rgba(0,0,0,0.5);
	padding: 10vw;
    font-size: 1.1vw;
}

.slist a{


}

.tec{

	width: 100%;
	padding: 3vw;
	margin: 0 auto;


}
.teccontent{

	margin: 0 auto;
	text-align: justify;
	width: 95%;
	padding: 2vw;
}

@media screen and (max-width: 768px) 
      {
     .content{
     font-size: 5vw;
    width: 100%;
              }

     .slist a{

     	font-size: 4vw;
     	font-weight: 600;
     }

     .teccontent{
             
             font-size: 5vw;
    


     }

	  }

.director{

padding:5vw;
width: 80%;
display: flex;
 display: -webkit-flex; /* Safari */
margin: 0 auto;
justify-content: space-between;
background-color: #eee7e7;



}
.director > div{
	flex-basis: 30%;
overflow: hidden;
filter:grayscale(80%);

}
.director > div >div{

padding: 1vw;
text-align: left;

}

@media screen and (max-width: 768px) 
      {
.director{

padding:3vw;
width: 100%
}

.director > div{
	flex-basis: 50%;


}

      }
.team{

	width: 100%;
	padding: 3vw;
	display: flex;
	flex-wrap: wrap;
	 display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap;
 display: -webkit-flex; /* Safari */
margin: 0 auto;
justify-content: space-between;
}

.team > div{

	
	flex-basis: 25%;
filter:grayscale(80%);
padding: 2vw;
}
.team > div > div{
	height: 20vw;
	overflow: hidden;

}
.team > div > div > img{
	width: 100%;


}
.teamhead{
	font-size: 2vw;
}

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

.team > div{

  
  flex-basis: 48%;

}
        
.team > div > div{

flex-basis: 50%;
height: 48vw;
}
.teamhead{
	font-size: 6vw;
}
}
.w3{

	width: 100%;
	background-color: black;
}
.w3 > div{
width: 100%;
display: flex;
  flex-wrap: wrap;
   display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap;
 display: -webkit-flex; /* Safari */
margin: 0 auto;
justify-content: space-between;
align-items:flex-start;
  align-content:flex-start; 
 

}

.w3 > div > div{

flex-basis: 33.3%;



}

.w3 > div > div > img{

width: 100%;
float: left; 

}

.contact{

background-color:rgba(0, 0, 0, 0.2); 
margin: auto;

padding: 3vw;
display: flex;
	flex-wrap: wrap;
	 display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap;
 display: -webkit-flex; /* Safari */
margin: 0 auto;
justify-content: space-between;

}
.contact > div{

	flex-basis: 33.33%;
}
textarea{
  height: 10vw;
}
@media screen and (max-width: 768px) 
      {

      	.contact{
      		 -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
      	}
.contact > div{

	flex-basis: 100%;
	padding: 4vw;
}

}

.contact > div > strong{

	font-size: 1vw;
}

.contact > div > div > div{

	font-size: 1.1vw;
}
.contact > div > div a {

	font-size: 1vw;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2vw;
    font-weight: 700;
    font-size: 1.1vw;
}
.star {
    color: red;
}
input[type=text],input[type=email],input[type=number], select {
  width: 100%;
  padding: 1vw 1vw;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1vw;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 1vw 2vw;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.positons{

	font-size: 0.8vw;
}

@media screen and (max-width: 768px) 
      {
       .positons{

	font-size: 5vw;
}

.contact > div > strong{

	font-size: 6vw;
}

strong{
font-size: 5vw;

}

.contact > div > div > div {
    font-size: 4.5vw;
}

.contact > div > div a {
    font-size: 4.5vw;
}

.header .fa{

  font-size: 8.5vw;
}

.fa{
	font-size: 4.5vw;
}

h4{
	font-size: 6vw;
}

label {
   
    font-size: 4vw;
     padding: 3vw;
}

input[type=text],input[type=email],input[type=number], select {
  
  font-size: 4vw;
   padding: 3vw;
}

input[type=submit] {
  font-size: 4vw;
  padding: 3vw;
}

textarea{

	font-size: 4vw;
  height: 38vw;
}



      }


      .error{
   font-size: 0.8vw;
   color: red;
   font-weight: 600;
   font-style: italic;

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

       .error
       {
       	font-size: 2.8vw;
       }
.widget_title a{

	font-size: 3.5vw;
}
a:visited
{
	font-size: 2.8vw;
}
a
{
	font-size: 2.8vw;
}
.contact_mail a{
  font-size: 4.8vw;
}
.size5{
  font-size: 3vw;
  font-weight: 500;
}

      }

      .flash{

      	background-color: green;
    width: 33.3%;
    color: white;
    transition: 0.2s;
    font-weight: 600;
    font-style: italic;
    font-size: 2.2vw;
    padding: 1vw;
    position: absolute;
    margin-top: 0%;
     opacity: 0;
      z-index: -1;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 20s;
    animation-name: flash;
    animation-duration: 20s;

      }


      @media screen and (max-width: 768px) 
      {
 .flash{
font-size: 7.2vw;
padding: 3vw;
width: 84.3%;
 margin-top: -374%;
}
        }

* Safari 4.0 - 8.0 */
@-webkit-keyframes flash{
  0% {z-index: -1;opacity: 0;}
 50% {z-index: 1;opacity: 1;}
 100% {z-index: -1;opacity: -1;}
}

/* Standard syntax */
@keyframes flash {
   0% {z-index: -1;opacity: 0;}
 50% {z-index: 1;opacity: 1;}
 100% {z-index: -1;opacity: -1;}
}
}



