/* CSS Document */
@font-face {
    font-family: 'open_sansregular';
    src: url('/font/opensans-regular-webfont.eot');
    src: url('/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans-regular-webfont.woff2') format('woff2'),
         url('/font/opensans-regular-webfont.woff') format('woff'),
         url('/font/opensans-regular-webfont.ttf') format('truetype'),
         url('/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/font/opensans-bold-webfont.eot');
    src: url('/font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/opensans-bold-webfont.woff2') format('woff2'),
         url('/font/opensans-bold-webfont.woff') format('woff'),
         url('/font/opensans-bold-webfont.ttf') format('truetype'),
         url('/font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
} 


* {box-sizing: border-box;}

body {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'open_sansregular', sans-serif; 
	font-weight: normal;
	font-size: 16px; 
	line-height: 1.4em;
	background-color: #fff;
	color: #0f0f0f;
	-moz-box-shadow: 0px 0px 8px 2px rgba(18,105,176,0.10);
	-webkit-box-shadow: 0px 0px 8px 2px rgba(18,105,176,0.10);
	box-shadow: 0px 0px 8px 2px rgba(18,105,176,0.10);
}

h2 {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

h3, h4, h5, h6 {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
	color: #0f0f0f;
}
	
a {
	text-decoration:none; 
	color: #000;
	margin-top: 0;
	margin-bottom: 1rem;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
  color: #F2CB13;
}

ul {
	list-style: none;
	margin: 0 0 0 15px;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {bottom: -.25em;}

sup {top: -.5em;}

strong {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
}

.clear {
	clear: both;
	width: 100%;
	display: block;
}

.center {
	text-align: center;
}

a:active,
a:hover {
	color: #0f0f0f;
}

div.contactus, div.aboutus {
	margin-top: 50px;
}

a.contactus, a.aboutus {
 	padding: 10px 15px;
	border: 1px solid #0f0f0f;
}

a.contactus:hover {
	border: 1px solid #62b45e;
	background: #62b45e;
}

a.aboutus:hover {
	border: 1px solid #fba940;
	background: #fba940;
}

img.hover {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

a:hover img.hover {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

/* ------------------------------------------
  HEADER
--------------------------------------------- */

header{
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}

header a.logo{
	float: left;
	margin: 10px 0 0 5%;
}

/* ------------------------------------------
  NAVIGATION
--------------------------------------------- */

nav {
	margin: 74px 5% 0 0;
	float: right;
	font-size: 17px;
}

#toggle {
	display: none;
}

nav ul {
	margin: 0;
	list-style: none;
}

nav ul li {
	padding: 0 20px 18px 20px;
	float: left;
	border-bottom: 6px solid #ffffff;
}

nav ul li a {
	font-family: 'open_sansregular';
	font-weight: normal;
	color: #868686;
	text-decoration: none;	
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav ul li:hover, nav ul li.activ {
	border-bottom: 6px solid #ffd400;
}

nav ul li:nth-child(2):hover, nav ul li:nth-child(2).activ {
	border-bottom: 6px solid #fba940;
}

nav ul li:nth-child(3):hover, nav ul li:nth-child(3).activ {
	border-bottom: 6px solid #8a69a8;
}

nav ul li:nth-child(4):hover, nav ul li:nth-child(4).activ {
	border-bottom: 6px solid #135ca7;
}

nav ul li:nth-child(5):hover, nav ul li:nth-child(5).activ {
	border-bottom: 6px solid #62b45e;
}

nav ul li:hover a, nav ul li.activ a {
	color: #000;
}

/* ------------------------------------------
  NAV SPRACHE
--------------------------------------------- */


nav ul li.lang {
	padding: 0 10px 18px 10px;
	float: left;
	border-bottom: none;
}

nav ul li.lang a img{
	border: solid thin #666;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

nav ul li.lang:hover {
	border-bottom: none;
}

nav ul li.lang a:hover img, .lang a img.aktiv{
	filter: none;
	-webkit-filter: grayscale(0%);
}

/* ------------------------------------------
  NAV UNTERMENÜ
--------------------------------------------- */

nav ul ul {
	margin: 10px 0 0 -20px;
	padding: 10px 0 0 0;
	top: -9999px;
	position: absolute;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-top: none;
	-webkit-box-shadow: 0 4px 2px #f2f2f2;
	-moz-box-shadow: 0 4px 2px #f2f2f2;
	box-shadow: 0 4px 2px #f2f2f2;
}

nav ul li:hover ul {
	top: 110px;
}

nav ul ul li {
	margin: 0;
	padding: 5px 10px;
	float: none;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	text-transform: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav ul ul a {text-decoration: none;}

nav ul ul li:hover, nav ul ul li.activ {
	background-color: #F2CB13;
	border: none;
}

@media (max-width: 940px) {
	
	nav {
		float: right;
		margin: 35px 25px 0 0;
	}

	nav ul li {
		clear: both;
		margin: 10px 0 0 0;
		width: 100%;
	}
	
	nav ul li { text-align: center;}
	
	nav ul li span {display: none;}

	nav ul ul {display: none;}

	#toggle {
		float: right;
		display: block;
		width: 34px;
		height: 36px;
		margin: 43px 0 0 0;
		z-index: 99999;
	}

	#toggle span:after,	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}

	#toggle span:after {top: 9px;}

	#toggle span {
		position: relative;
		display: block;
	}

	#toggle span, #toggle span:after, #toggle span:before {
		width: 100%;
		height: 5px;
		background-color: #000;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}

	#toggle.on span {background-color: transparent;}

	#toggle.on span:before {transform: rotate(45deg) translate(5px, 5px);}

	#toggle.on span:after {transform: rotate(-45deg) translate(7px, -8px);}

	#toggle.on + #menu {
		opacity: 1;
		visibility: visible;
	}

	#menu {
		width: 100%; 
		position: absolute;
		display: block;
		background-color: #fff;
		padding: 5px;
		margin: 18px auto 0 auto;
		top:96px;
		left: 0;
		border: 1px solid #f2f2f2;
		border-top: none;
		-webkit-box-shadow: 0 4px 2px #f2f2f2;
		-moz-box-shadow: 0 4px 2px #f2f2f2;
		box-shadow: 0 4px 2px #f2f2f2;
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s;
	}

	#menu:after {
		width: 100%; 
		position: absolute;
		content: "";
		display: block;
	}
}

/* ------------------------------------------
  MAIN
--------------------------------------------- */

main {
	width: 100%;
	min-height: 500px;	
	margin: 0;
	padding: 0;
}

.row {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.row100 {
	width: 100%;
	margin: 80px auto 80px auto;
	padding: 0;
	position: relative;
}

.row::after, .row100::after {
    content: "";
    clear: both;
    display: table;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
	margin: 0;
    padding: 15px 15px 0 15px;
	min-height: 100%;
}

.no-gutter > [class*=col-] {
    padding: 0;
}

.row .img {
    float: left;
    padding: 0;
	margin: 0;
}

.row .img img{
    width: 100%;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------
  SITEIMAGE
--------------------------------------------- */

div.siteimagelg{
	height: 550px;
	width: 100%;
	z-index: -999;
	background-image: url(/img/header-wibol-lacke-solingen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

div.siteimagelg h1 {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 66px;
	line-height: 1em;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
	margin-top: 70px;
}

div.siteimage {
	height: 200px;
	width: 100%;
	margin-bottom: 60px;
	z-index: -999;
	background-image: url(/img/sites-wibol-lacke-solingen.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.siteimage h2 {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}

div.image {
	margin: -180px 0 -5px 0;
}

div.image img {
	width: 100%;
}

/* ------------------------------------------
  BACKGROUND
--------------------------------------------- */

div.bgblue {
	padding: 0 35px;
	min-height: 200px;
	background-color: #135ca7;
	border-radius: 20px;
}

div.bgblue h3 {
	font-family: 'open_sansbold', sans-serif; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 30px;
	line-height: 1.3em;
	color: #fff;
}

div.bgblue h4 {
	font-family: 'open_sansregular', sans-serif; 
	font-weight: normal;
	font-size: 25px;
	line-height: 2em;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin: 20px 0 -20px 0;
}

/* ------------------------------------------
  TIMELINE
--------------------------------------------- */

.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding:  50px;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #bb1119;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 1em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: .5em;
}

/* --------------------------s----------------
  PARALLAX
--------------------------------------------- */

.parallax {        
	width: 100%;
	height: 400px;
	margin: 120px 0 80px 0;
	padding: 0;
	background: url(/img/parallax.jpg) no-repeat fixed;
	background-size: cover;
	position: relative;
}

.parallax img.overlay{
	position: absolute;
	top: 0;
}

/* ------------------------------------------
  BILDERGALLERIE
--------------------------------------------- */

.gallery-box {
	display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-box img {
	width: 100%;
    margin: 0;
    padding: 0;   
	display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/* ------------------------------------------
  SITEIMAGE
--------------------------------------------- */

div.footerimagelg{
	height: 250px;
	width: 100%;
	z-index: -999;
	background-image: url(/img/footer-wibol-lacke-solingen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 120px;
}

/* ------------------------------------------
  MAPS
--------------------------------------------- */

div.maps {
	width: 100%;
	height: 350px;
	margin: 80px 0 0 0;
	padding: 0;
}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */

footer{
	width: 100%;
	min-height: 250px;
	margin: 0;
	padding: 0;
	background-color: #444444;
	position: relative;
	color: #fff;
}

footer ul{
	margin: 0;
	padding: 0;
}

footer ul li{
	margin: 0;
	padding: 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffd400;
}

footer img {
	width: 40%;
	position: absolute;
	right: calc(-5% - 6px);
	bottom: -25px;
}

footer div.bottom {
	width: 100%;
	min-height: 35px;
	background-color: #0f0f0f;
	position: absolute;
	bottom: 0;
	padding: 8px calc(10% + 15px) 5px calc(10% + 15px);
}

footer div.bottom p, footer div.bottom a {
	color: #fff;
}

footer div.bottom a:hover, footer div.bottom li.activ a {
	font-family: 'open_sansregular', sans-serif; 
	font-weight: normal;
	color: #ffd400;
}

footer div.bottom p{
	margin: 0;
	padding: 0;
	float: left;
}

footer div.bottom ul {
	float: right;
}

footer div.bottom ul li {
	float: left;
	margin-left: 15px;
}

@media only screen and (max-width:1240px) {
	
	body {
		width: 100%;
	}
	
	.parallax {
		background-attachment: scroll;
		background-position: center;
	}
}

@media only screen and (max-width:1240px) {
	.col-m-0 {display: none;}
	.col-m-1 {width: 8.33%;}
	.col-m-2 {width: 16.66%;}
	.col-m-3 {width: 25%;}
	.col-m-4 {width: 33.33%;}
	.col-m-5 {width: 41.66%;}
	.col-m-6 {width: 50%;}
	.col-m-7 {width: 58.33%;}
	.col-m-8 {width: 66.66%;}
	.col-m-9 {width: 75%;}
	.col-m-10 {width: 83.33%;}
	.col-m-11 {width: 91.66%;}
	.col-m-12 {width: 100%;}
}

@media (max-width: 480px) {
	
	[class*="col-"] {
		width: 100%;
	}
}