@charset "utf-8";
/* © 2015 - Rockdesign, http://www.rockdesign.de */
/* © 2015 - Leo Babic, München */

/*@font-face {
    font-family: 'b4ulc';
    src: url('../fonts/ulc.eot');
    src: url('../fonts/ulc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ulc.woff2') format('woff2'),
         url('../fonts/ulc.woff') format('woff'),
         url('../fonts/ulc.ttf') format('truetype'),
         url('../fonts/ulc.svg#ulc') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'b4u';
    src: url('../fonts/b4uc.eot');
    src: url('../fonts/b4uc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/b4uc.woff') format('woff'),
         url('../fonts/b4uc.ttf') format('truetype'),
         url('../fonts/b4uc.svg#b4uc') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'b4u';
    src: url('../fonts/b4ul.eot');
    src: url('../fonts/b4ul.eot?#iefix') format('embedded-opentype'),
         url('../fonts/b4ul.woff') format('woff'),
         url('../fonts/b4ul.ttf') format('truetype'),
         url('../fonts/b4ul.svg#b4ul') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	font-family: inherit;
	margin: 0px;
	padding: 0px;
	text-align: inherit;
	border: 0;
	position: relative;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-variant: inherit;
	font-style: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	line-height: inherit;
	box-sizing: border-box;
	/** /border: 1px dotted red;/**/
}

html, body {
	font-family: 'b4u', Arial, Helvetica, 'sans serif', sans-serif;
	background-color: #fff;
	font-size: 10.5pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	/*text-transform: none;*/
	text-transform: uppercase;
	text-align: left;
	overflow: visible;
	color: #3e3d40;
	line-height: 1.35;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, a:visited {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: inherit;
}
a:hover, a:active {
	text-decoration: underline;
	color: #a0a600;
}
h1, h2, h3, h4, h5, h6 {
	color: #a0a600;
	font-weight: bold;
	text-transform: uppercase;
}
h1 { font-size: 125%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 {
	font-size: 100%;
	color: #3e3d40;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; margin-right: 0.2em; }

.wrapper {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 16px;
}

#kopf {
	padding: 20px 0;
}

#logo {
	font-size: 135%;
	color: #a0a600;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 25px;
	font-weight: bold;
}
#logo .b4 {
	font-size: 200%;
}
#logo a:hover { text-decoration: none; }
#logo span { white-space: nowrap; }

#topnav {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	/*border-bottom: 1px solid #3e3d40;
	/*line-height: 1.42;*/
}
#topnav nav {
	margin: 10px 0;
}
#nav_main, #nav_lang, #nav_foot {
	width: auto;
}
#nav_main, #nav_lang {
	display: none;
}
#nav_foot {
	display: inline-block;
	font-weight: bold;
}
#nav_main ul, #nav_lang ul, #nav_sub ul, #nav_foot ul {
	list-style: none inside none;
	margin-left: 0 !important;
}
#nav_lang ul li {
	display: inline-block;
}
#nav_main ul li {
	margin: 0 30px 0 0;
}
#nav_main ul li.act, #nav_lang ul li.act, #nav_sub ul li.act, #nav_foot ul li.act {
		color: #a0a600;
}
#nav_sub {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
}
.menuswitch {
	cursor: pointer;
	border-top: 3px solid #a0a600;
	border-bottom: 3px solid #a0a600;
	width: 22px;
	height: 17px;
	padding: 4px 0px;
	background-color: #a0a600;
	background-clip: content-box;
	position: absolute;
	right: 0px;
	top: 23px;
}

#inhalt {
	text-transform: none;
	margin-bottom: 10px;
	min-height: 75%;
}
.links, .rechts {
	padding-bottom: 20px;
}
.projekt {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 30px;
}
/*.projekt > a > div {
	margin-bottom: 10px;
}*/
.projekt .bild img, .rechts img {
	padding: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.rechts * { max-width: 100%; }
.rechts .inner_cbQuickGoogleMap * {
	max-width: none;
	font-family: Arial, Helvetica, 'sans serif', sans-serif;
}

.archiv {
	display: table;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.archiv > .zeile {
	display: table-row;
	color: #888888;
}
.archiv > .zeile:first-child { color: #a0a600; }
.archiv > .zeile > div {
	display: table-cell;
	vertical-align: baseline;
	padding-left: 10px;
}
.archiv > .zeile > div:first-child {
	font-size: 120%;
	padding-left: 0;
}
.archiv > .zeile:first-child > div:first-child { font-size: 100%; }
.archiv > .zeile:link, .archiv > .zeile:visited { color: #3e3d40; }
.archiv > .zeile:hover { text-decoration: none; }
.archiv > .zeile:link:hover, .archiv > .zeile:visited:hover { color: #a0a600; }
#inhalt ul { margin-left: 20px; }
#inhalt ol { margin-left: 24px; }
#inhalt table {
	border-spacing: 0;
	border-collapse: collapse;
 }
#inhalt table th, #inhalt table td {
	padding-right: 10px;
	vertical-align: baseline;
}
#inhalt table.farbig {
	border-spacing: 0;
	border-collapse: separate;
}
#inhalt table.farbig th, #inhalt table.farbig td {
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #fff;
	padding: 1px 10px 1px 5px;
}
#inhalt table.farbig tr th { background-color: #aaa; }
#inhalt table.farbig tr td { background-color: #eee; }
#inhalt table.farbig tr:nth-child(2) td { background-color: #ddd; }

div.csc-textpic-right div.csc-textpic-imagecolumn { float: right; }

#fuss {
	background-color: #fafafa;
	padding: 35px 0;
	color: #a0a600;
}
#fuss .wrapper {
	/*line-height: 1.42;*/
}


.clearfix::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

@media only screen and (min-width: 768px) {
	.links {
		float: left;
		width: 37%;
	}
	.rechts {
		float: right;
		width: 60%;
	}
	#fuss .wrapper {
		text-align: right;
		/*line-height: normal;*/
	}
	#nav_foot ul li {
		margin: 0 0 0 30px;
		display: inline-block;
	}
}
@media only screen and (min-width: 1024px) {
	body {
		font-size: 11.5pt;
	}
	#kopf {
		height: 205px;
		padding-top: 65px;
	}
	#logo, #topnav {
		width: 50%;
	}
	#topnav {
		margin: 0;
		text-align: right;
	}
	#nav_main, #nav_lang {
		display: inline-block;
	}
	#nav_main ul li {
		margin: 0 0 0 30px;
		display: inline-block;
	}
	#topnav #nav_lang {
		margin-left: 35px;
	}
	.menuswitch {
		display: none;
	}
	.links, .rechts {
		padding-bottom: 30px;
	}
	.projekt {
		text-align: right;
	}
	.projekt a:hover { text-decoration: none; }
	.projekt a:hover h4 { text-decoration: underline; }
	.projekt > a > div {
		/*margin-bottom: 30px;*/
		display: inline-block;
		vertical-align: top;
	}
	.projekt .beschreibung {
		width: 40%;
		float: left;
	}
	.projekt .bild {
		width: 60%;
		float: right;
	}
	.projekt .bild img, .rechts img {
		padding: 0 0 0 20px;
	}
	.projekt::after {
		content: '';
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
	}
}



body.start {
	overflow: visible;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.start #alles {
	width: 100%;
	height: 100%;
}
.start #bilder {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.start #bilder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	display: none;
}
.start #bilder img.v {
	display: block;
	z-index: 1;
}
.start #kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
}
.start #logo {
	color: #fff;
}
body.start > a {
	display: block;
	z-index:20;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#nav_lang { display: none !important; }


div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom: 36px;
}