 @font-face {
 	font-family:"FV Granada";
 		src:url("../font/FVGranada-regular.eot?") format("eot"),
			url("../font/FVGranada-regular.woff") format("woff"),
			url("../font/FVGranada-regular.ttf") format("truetype"),
			url("../font/FVGranada-regular.svg#FVGranada") format("svg");
 	font-weight:normal;
 	font-style:normal;
}
 
 @font-face {
    font-family: 'CGFLocustResistanceRegular';
    src: url('../font/cgflocustresistance.eot');
    src: url('../font/cgflocustresistance.eot') format('embedded-opentype'),
         url('../font/cgflocustresistance.woff2') format('woff2'),
         url('../font/cgflocustresistance.woff') format('woff'),
         url('../font/cgflocustresistance.ttf') format('truetype'),
         url('../font/cgflocustresistance.svg#CGFLocustResistanceRegular') format('svg');
}

/* #basic
================================================== */
 html {
	overflow-x:hidden; 
	height:100%;
}
.z-index{
	z-index:5;
}
div.full-page {
    width:100%;
}


/* #modal
================================================== */

.interior {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.btn {
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 3px;
  text-decoration: none;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 60%;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}






/* Colours */
.blue {color: #333366!important;}
.red { color: #cc0000!important; }
.orange{color: rgba(241,180,8,1)!important;}
.asphalt{color:#444444!important;}


/* Padding */
.nopadding { padding: 0 !important; margin: 0 !important; }
.padding { padding: 0 30px 0 30px!important; margin: 0 !important; }
.padd-text { padding: 30px 30px 0 30px!important; margin: 0 !important; }
.padd-title { padding: 85px 20px 0 20px!important; margin: 0 !important; }
.padd-divider { padding-bottom: 50px!important;}
.space100 { padding-top:100px; }
.space90 { padding-top:300px; }
.space70 { padding-top:70px; }
.space45 { padding-top:45px; }
.space30 { padding-top:30px; }
.space25 { padding-top:25px; }
.space15 { padding-top:15px; }
.space10 { padding-top:10px; }
.pad25 { padding: 25px 0 25px 0; }


.centered {position: absolute;
           margin: 0px 0 0 -50px;
  			left: 50%;
}

a {
  position: relative;
}


a[data-tooltip]:before {
  position: absolute;
  left: 0;
  top: -40px;
  background-color: #ff0000;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 15px;
  content: attr(data-tooltip);
  white-space: nowrap;
  display: none;
}


a[data-tooltip]:after {
  position: absolute;
  left: 15px;
  top: -10px;
  border-top: 7px solid #ff0000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: none;
}


a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
  display: block;
}

.os-animation{
opacity: 0;
}
.os-animation.animated{
opacity: 1;
}

.slid-title  {
font-size:18px;
}
.slid  {
font-size:14px;
}


#slidingDiv_1{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_2{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_3{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_4{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_5{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_6{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}
#slidingDiv_7{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
	
}#slidingDiv_8{
	height:100%;
	background: transpatent;
	padding:20px;
	margin-top:-100px;
	margin-bottom:10px;
	border-bottom:2px solid #cc0000;
	display:none;
}

/* #Navigation
================================================== */


#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:1000;
	top:0;
	left:0;
}

.menu-back{
	background:rgba(87, 106, 146,1);
}


.cbp-af-header {
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background:rgba(129, 146, 180,1);
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:300px;
	height:60px;
	background:url('../img/logo-text.png') no-repeat center center;
	background-size:300px 60px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
ul.slimmenu li ul {
	background:rgba(250,250,250,.95);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.logo{
	position:absolute;
	width:400px;
	height:80px;
	z-index:10000;
	left:10px;
	top:10px;
	background:url('../img/logo-text-1.png') no-repeat center center;
	background-size:400px 80px;
}


.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:13px;
	margin-bottom:10px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background:url('../images/line.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:20px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #000;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 12px;
	font-family:"FV Granada";
	font-weight:500;
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	text-decoration: none;
}
ul.slimmenu li a:hover {
    text-decoration: none;
	color: #333;
}
ul.slimmenu li a.active { color:#FFFFFF; }
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}
/* #center
================================================== */
.hero{
	width:100%;
}
.col-centered {
	 margin:auto;
}

/* #Home
================================================== */

#home{
background: url('../img/shadow.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
	
}
  
.big-text { 
	position: absolute; 
	top: 50%;
	margin-top:-30px;
	width: 100%;
	font-family:"FV Granada";
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	font-size: 50px; 
	line-height:50px;
	color: #ededed;
	z-index: 20; 
}
.big-text span{ 
	background: rgba(0,0,0,.3); 
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}
.small-text { 
	position: absolute; 
	top: 50%;
	margin-top:55px;
	color:#fff;
	width: 100%;
	font-family:"FV Granada";
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-align:center;
	font-size: 23px; 
	line-height:23px;
	z-index: 20; 
}

.box-img{	
	position:relative;
	max-width: 1170px; 
	margin:0 auto; 
	padding:30px;
	text-align: center;
}
.cc_container .cc_btn {
background-color: rgba(129, 146, 180,1) !important; /* Farbe des Buttons */
color: #222 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #222222 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #666666 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #dddddd !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px!important;
    overflow: hidden;
    padding: 10px 15px 50px;
}

@media screen and (min-width: 500px) {
 .cc_container {
  left:initial;
  right:20px;
  bottom:100px!important;
  width:300px;
  padding-bottom:77px
 }
  }	




.just_pattern { 
	background-image: url(../images/pattern.png); 
	position: absolute; 
	opacity: 0.5; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}
.just_pattern-shape { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	opacity: 0.5; 
	z-index: 2; 
}

.scroll-btn {
	position: absolute;
	font-family:"FV Granada";
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:30px;
	left:50%;
	margin-left:-30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 60px;
	height:40px;
	background:url('../images/arrow-down.png') no-repeat center bottom;
	background-size:30px 16px;
	z-index: 3900;
	opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }
  @-webkit-keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }

  
 /* #intro
================================================== */

#intro{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:200px;
	padding-bottom:215px;
	z-index:2;
}  
#intro h1, h2, h3, h4, h5, h6 {
		color: #444444;
		text-align:center;
	}
  
  

/* #About
================================================== */

#about{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
}
#about h6 {
	text-align:left;
	padding-bottom:25px;
}

.head-subtext {
	text-align:left;
	padding-top:30px;
	padding-bottom:40px;
	font-family:"FV Granada";
	font-size: 17px;
	line-height:22px;
	color:#737373;
}
#about .head-subtext {
	padding-bottom:30px;
}
/* #work
================================================== */
#work{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background: url('../img/shadow2.jpg') repeat fixed;
	background-size: cover;
	overflow:hidden;
	padding-top:50px;
	z-index:2;
} 
 

#work h1, h2, h3, h4, h5, h6 {
		font-family: 'CGFLocustResistanceRegular';
		color: #444444;
		text-align:center;
		margin-bottom:50px;
	}
#work h1{
		font-size:24px;
	}
	
/* #imda
================================================== */

 

#imda h1, h2, h3, h4, h5, h6 {
		font-family:"FV Granada"!important;
		color: #444444;
		text-align:left!important;
		margin-bottom:25px!important;
	}
#imda h1{
		font-size:24px;
	}	
	
#imda p{
		font-size:16px;
	}
#imda li{
		font-size:16px;
	}	

/* #services
================================================== */
#services{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	z-index:2;
} 
 

#services h1, h2, h3, h4, h5, h6 {
		font-family: 'CGFLocustResistanceRegular';
		color: #444444;
		text-align:center;
		margin-bottom:50px;
	}
#services h1{
		font-size:24px;
	}
/* #referenzen		
================================================== */
#referenzen{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#ffffff;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:100px;
	z-index:2;
} 
 

#referenzen h1, h2, h3, h4, h5, h6 {
		font-family: 'CGFLocustResistanceRegular';
		color: #444444;
		text-align:center;
		margin-bottom:50px;
	}
#referenzen h1{
		font-size:24px;
	}

#referenzen img{
		max-width:100%;
		height:auto;
	}
.responsiv-img{
		max-width:100%;
		height:auto;
	}				
		
 
/* #Sep sections
================================================== */ 
#sep{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:150px;
	padding-bottom:150px;
} 
#sep1{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:170px;
}

#sep9 .z-index{
	z-index:2000;
}
#sep9{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	padding-top:150px;
	padding-bottom:150px;
	z-index:2;
} 


 .parallax {
	background: url('../img/elektropartner-kfz.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}

  .parallax1 {
	background: url('../images/parallax/2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
.parallax8 {
	background: url('../images/projects/16.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}


.parallax9 {
	background: url('../images/projects/26.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}


 
#contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:80px;
	
} 
.frame3 {
    float: left;
    margin-left: 2%;
    margin-top: 0;
    width: 500px;
    height: 400px;
	margin-bottom: 80px;
}

 .parallax-footer {
	background: url('../images/parallax/3.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}





/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#fff;
	padding-top:60px;
	padding-bottom:35px;
}
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:100px;
	margin-left:100px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:#f2f2f2;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#fff;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p{
	font-size: 16px;
	line-height:22px;
	text-align:left;
	padding-bottom:5px;
}  
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	z-index:6;
	padding-left:5px;
	padding-right:5px;
} 
.imprint {
	font-size: 16px!important;
	text-align:left;
	padding-bottom:5px;
}

#impressum {	
	margin-top:150px;
}




/* #svg
================================================== */


.drawings {
	position: relative;
	max-height: 600px;
}

.illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing,
.illustration {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.line-drawing path {
	fill: none;
	stroke: red;
	stroke-width: 2;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}
.contact-wrap{
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	
} 
.contact-wrap h6{
	padding-bottom:25px;
	text-align:center;
	color:#fff;
} 
.contact-wrap p{
	padding-bottom:30px;
	text-align:center;
	color:#a1c438;
	opacity:.8;
} 
.contact-wrap p span{
	font-family: inherit;
	color:#a1c438;
	font-size: 20px;
	line-height: 20px;
	padding-right:10px;
	font-weight: 800;
}
.icon-contact1{
	font-family: 'FontAwesome'; 
	font-size: 20px;
	line-height: 20px;
	text-align:center;
	z-index:6;
	padding-right:10px;
} 

.contact-wrap p:last-child{
	padding-bottom:0;
} 
	

	label {
		display: block;
		font-size: 14px;
		line-height:32px;
	}
	
	
	.error {
		font: 10px;
		display: none;
		color:#fff;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px;
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	margin-top:10px;
	}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
 }
#button-con button:hover{
	background: rgba(0,0,0,.6);
 }
#button-con button:focus{ 
    outline: none !important;
 }
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
 /*** Form ***/
.form-control:focus{
	border: none;
	background-color:#ddd;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control {
	color: #444;
	background-color:#ededed;
    border:none;
}
.error {
width:236px;color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;}

label.error {
width:236px;
color:#fff;
background-color: #B94A48;
border:none}

#mobil-list > li
{
display: inline-block;
    zoom:1;
   
}





 
 
/* #Media Queries
================================================== */

@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
} 

@media only screen and (min-width: 1930px) { .parallax-footer { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-footer { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-footer { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

@media only screen and (min-width: 1930px) { .parallax8 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

@media only screen and (min-width: 1930px) { .parallax9 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 


@media only screen and (max-width: 800px) {
h1 { font-size: 28px; line-height:28px; }

logo{
	width:300px;
	height:60px;
	left:10px;
	top:10px;
	background:url('../img/logo-text.png') no-repeat center center;
	background-size:300px 60px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:200px;
	height:40px;
	left:10px;
	top:10px;
	background:url('../img/logo-text.png') no-repeat center center;
	background-size:200px 40px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.prev {
	left:100px;
}
.next {
	right:100px;
} 
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.big-text { 
	margin-top:-40px;
	font-size: 40px; 
	line-height:40px;
}
.small-text { 
	margin-top:25px;
}
.social-top{ 
	margin-top:65px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
} 

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.big-text { 
	margin-top:-40px;
	font-size: 30px; 
	line-height:30px;
}
.small-text { 
	margin-top:20px;
	font-size: 20px; 
	line-height:20px;
}
.social-top{ 
	margin-top:50px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}


.logos-wrap{
	width: 33.3333333333333333333333333%;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.big-text { 
	margin-top:-40px;
	font-size: 20px; 
	line-height:20px;
}
.big-text span{ 
	padding-left:15px; 
	padding-right:15px;
}
.small-text { 
	margin-top:20px;
	font-size: 14px; 
	line-height:14px;
}
.social-top{ 
	margin-top:50px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}


.logos-wrap{
	width: 50%;
}	
.project-info{
	width:200px;
}
.full-page{

overflow:scroll !important;
}

}

@media only screen and (max-width: 319px) {
.big-text { 
	margin-top:-30px;
	font-size: 15px; 
	line-height:15px;
}
.big-text span{ 
	padding-left:0; 
	padding-right:0;
	padding-bottom:0;
	border:none;
}
.small-text { 
	margin-top:0;
	font-size: 14px; 
	line-height:14px;
}
.social-top{ 
	margin-top:20px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}

.logos-wrap{
	width: 50%;
}	
.project-info{
	width:200px;
}
.full-page{

overflow:scroll !important;
}












