/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v34-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, p, a {
	font-family: 'Open Sans', sans-serif;
}
h5 {
	font-size: 32px;
	font-weight: 900;
	color: #5E6E5D;
	text-transform: uppercase;
}
p {
/*	color: #717777;	*/
	color: #484848;
	font-weight: 400;
}

h1 {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	color: #5E6E5D;
}

h2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 900;
	color: #5E6E5D;
}

h3 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 900;
	color: #5E6E5D;
}

.bienemaja {
	display: none;
}

.tallarea {
	height: 123px;
}


/* Header -> 														*/
header {
  	height: 400px;
  	z-index: 10;
    background-color: #333;
  	background-image: url('../img/header/header.jpg');
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
}
.header-banner {

}

header .infologo {
  	background-color: transparent;
  	background-image: url('../img/header/kreis.png');
  	background-position: center top;
	background-size: contain;
  	background-repeat: no-repeat;
  	position: absolute;
  	top: 250px; 
  	margin-left: 200px;
  	height: 185px;
  	width: 180px;
  	z-index: 5;
}

@media only screen and (max-width: 40em) { 
	header .infologo {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
display: none;
	}
}

.logo {
  	background-color: #fff;
  	background-image: url('../img/header/logo.png');
  	background-position: center top;
  	background-repeat: no-repeat;
	height: 110px;
	width: 220px;
	z-index: 15;
	border-top: 10px solid white;
}

.wk-title {
	font-weight: 900;
	color: #fff;
}



/* Menu -> 														*/
/* 			Smart -> 											*/
.top-bar, .top-bar ul {
    background-color: #fff;
}
.menu > li > a {
	color: #7D7A7B;
}
.menu > li > a:hover, .menu > li > a:active {
	color: #201B1D;
}
.title-bar {
	background-color: #A99343;
	color: #fff;
}

/* 			Desk -> 											*/
#wk-menu,
#wk-menu ul,
#wk-menu ul li,
#wk-menu ul li a {
	margin: 0;
  	padding: 0;
  	border: 0;
  	list-style: none;
  	line-height: 1;
  	display: block;
  	position: relative;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#wk-menu {
  	width: 220px;
  	font-family: Raleway, sans-serif;
  	color: #BCBABB;
  	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

#wk-menu ul ul {
  	display: none;
}

#wk-menu > ul > li.active > ul {
  	display: block;
}

.align-right {
  	float: right;
}

#wk-menu > ul > li > a {
	padding: 10px 22px;
  	cursor: pointer;
  	z-index: 2;
  	font-size: 16px;
  	text-decoration: none;
  	color: #808080;
  	background: #fff;
  	-webkit-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
}

#wk-menu > ul > li > a:hover {
  	color: #201B1D;
}

#wk-menu ul > li.has-sub > a:after {
  	position: absolute;
  	right: 26px;
  	top: 16px;
  	z-index: 5;
  	display: block;
  	height: 10px;
  	width: 2px;
  	background: #BCBABB;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}

#wk-menu ul > li.has-sub > a:before {
  	position: absolute;
  	right: 22px;
  	top: 20px;
  	display: block;
  	width: 10px;
  	height: 2px;
  	background: #BCBABB;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}

#wk-menu ul > li.has-sub.open > a:after,
#wk-menu ul > li.has-sub.open > a:before {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}

#wk-menu ul ul li a {
	padding: 10px 22px;
  	cursor: pointer;
  	z-index: 2;
  	font-size: 14px;
  	text-decoration: none;
  	color: #909090;
  	background: #fff;
  	-webkit-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
}

#wk-menu ul ul ul li a {
  	padding-left: 32px;
}

#wk-menu ul ul li a:hover {
  	color: #201B1D;
}

#wk-menu ul ul > li.has-sub > a:after {
  	top: 14px;
  	right: 26px;
  	background: #a0a0a0;
}

#wk-menu ul ul > li.has-sub > a:before {
  	top: 18px;
  	background: #a0a0a0;
}

@media only screen and (max-width: 40em) { 

#wk-menu,
#wk-menu ul,
#wk-menu ul li,
#wk-menu ul li a {
	margin: 0;
  	padding: 0;
  	border: 0;
  	list-style: none;
  	line-height: 1;
  	display: block;
  	position: relative;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#wk-menu {
  	width: 100%;
  	font-family: Raleway, sans-serif;
  	color: #BCBABB;
  	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

#wk-menu ul ul {
  	display: none;
}

#wk-menu > ul > li.active > ul {
  	display: block;
}

.align-right {
  	float: right;
}

#wk-menu > ul > li > a {
	padding: 10px 22px;
  	cursor: pointer;
  	z-index: 2;
  	font-size: 16px;
  	text-decoration: none;
  	color: #808080;
  	background: #fff;
  	-webkit-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
}

#wk-menu > ul > li > a:hover {
  	color: #201B1D;
}

#wk-menu ul > li.has-sub > a:after {
  	position: absolute;
  	right: 26px;
  	top: 16px;
  	z-index: 5;
  	display: block;
  	height: 10px;
  	width: 2px;
  	background: #BCBABB;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}

#wk-menu ul > li.has-sub > a:before {
  	position: absolute;
  	right: 22px;
  	top: 20px;
  	display: block;
  	width: 10px;
  	height: 2px;
  	background: #BCBABB;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}

#wk-menu ul > li.has-sub.open > a:after,
#wk-menu ul > li.has-sub.open > a:before {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}

#wk-menu ul ul li a {
	padding: 10px 22px;
  	cursor: pointer;
  	z-index: 2;
  	font-size: 14px;
  	text-decoration: none;
  	color: #909090;
  	background: #fff;
  	-webkit-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
}

#wk-menu ul ul ul li a {
  	padding-left: 32px;
}

#wk-menu ul ul li a:hover {
  	color: #201B1D;
}

#wk-menu ul ul > li.has-sub > a:after {
  	top: 14px;
  	right: 26px;
  	background: #a0a0a0;
}

#wk-menu ul ul > li.has-sub > a:before {
  	top: 18px;
  	background: #a0a0a0;
}

} 





/* Content -> 										*/

.content {
	margin-top: 75px;
	margin-bottom: 75px;
}

.wk-headline {
	margin-bottom: 25px;
}

.headline {
	height: 1px;
	width: 100%;
	background-color: #A99343;
	margin-bottom: 10px;
}
.wk-title-main {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	color: #5E6E5D;
}
.wk-font-main {
	color: #484848;
	font-weight: 400;
}

/* 			Action -> 								*/
.button {
	background-color: #A99343;
}		
										
.button:hover, .button:focus {
    background-color: #A99343;
    color: #fff;
}

/* 			Boxen -> 								*/
.callout {
	padding: 0rem;
	border: 1px solid #A99343;
}
.callout.alert {
	padding: 10px;
	padding: 15px;
}
.callout h2 {
	font-size: 32px;
	font-weight: 900;
	color: #5E6E5D;
	text-transform: uppercase;
}
.callout h4 {
	font-size: 16px;
	font-weight: 900;
	color: #5E6E5D;
	text-transform: uppercase;
}
.callout p {
	color: #484848;
}
.callout img {
	width: 100%;
	max-width:100%;
	max-height:100%;
}

.wk-title-start {
	margin-top: 40px;
	font-size: 48px;
	font-weight: 900;
	color: #fff;
}

@media only screen and (max-width: 60em) { 
	.wk-title-start {
		margin-top: 50px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 52em) { 
	.wk-title-start {
		margin-top: 50px;
		font-size: 32px;
	}
}

@media only screen and (max-width: 45em) { 
	.wk-title-start {
		margin-top: 50px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 40em) { 
	.wk-title-start {
		margin-top: 60px;
		font-size: 32px;
	}
}

/* Footer -> 										*/
.footer {
  background-color: #EBECEC;
  padding: 10px 10px;
  text-align: center;
  color: #323232;
}

.footer h4 {
  color: #484848;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.footer p, .footer a {
  font-weight: 300;
  font-size: 14px;
  color: #323232;
}


.bar_year {
	background-color: #5e6e5d;
	font-size: 20px;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	margin-bottom: 5px;
}