@font-face {
    font-family: 'source_sans_problack';
    src: url('SourceSansPro-Black-webfont.eot');
    src: url('SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Black-webfont.woff2') format('woff2'),
         url('SourceSansPro-Black-webfont.woff') format('woff'),
         url('SourceSansPro-Black-webfont.ttf') format('truetype'),
         url('SourceSansPro-Black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('SourceSansPro-Semibold-webfont.eot');
    src: url('SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Semibold-webfont.woff2') format('woff2'),
         url('SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('SourceSansPro-Semibold-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('SourceSansPro-Light-webfont.eot');
    src: url('SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Light-webfont.woff2') format('woff2'),
         url('SourceSansPro-Light-webfont.woff') format('woff'),
         url('SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('SourceSansPro-Light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
b, strong, .bold {
	font-family: 'source_sans_problack',Helvetica,Arial,sans-serif;
	font-weight: normal;
}

html {
    overflow-x: auto;
    overflow-y: auto;
}

.banner {
    background-image: url("../img/bg-yellow.png");
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
position:absolute;
box-shadow: 3px 3px 3px rgba(45, 45, 45, 0.7);
}
.banner + #isometrie {
    left: 170px;
    position: relative;
}
html.trias {
    background: url("../img/bilder02.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.ort {
    background: url("../img/bg-ort.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.angebot {
    background: url("../img/angebot.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.bilder {
	   overflow-x: auto;
    overflow-y: hidden;
    background: url("../img/angebot.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.downloads {
    background: url("../img/bilder05.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.kontakt {
    background: url("../img/bilder07.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
html.impressum {
    background: url("../img/bilder08.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
body {
	font-family: 'source_sans_prolight',Helvetica,Arial,sans-serif;
	background: none;
	color: #434343;
}
.navbar-default {
	background-color: white;
	height: 90px;
}
.demo_container { width:960px; margin:0 auto; }
#demo_top_wrapper { margin:0 0 20px 0; }
#demo_top { height:100px; padding:20px 0 0 0; }
#sticky_navigation_wrapper { width:100%; height:58px; z-index: 9;  }
#sticky_navigation { width:100%; height:90px; padding-bottom: 20px;z-index: 19; background: white; }
#nav1 img { margin:25px 0 0 0; }
#sticky_navigation ul { list-style:none; margin:20px 0 0 0; }
#sticky_navigation ul li { margin:0; padding:0; display:inline; }
#sticky_navigation ul li a { font: 15px/20px 'source_sans_prolight', Arial, sans-serif; display:block; float:left; margin:0px 20px; padding: 20px 0px 5px 0px; height:48px; color: #000; }
#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected, #sticky_navigation ul li a.current { margin: 0px 20px; padding: 20px 0px 5px 0px; text-decoration: none !important; color:#000; }
#sticky_navigation ul li a.selected, #sticky_navigation ul li a.current { font: 15px/20px 'source_sans_problack', Arial, sans-serif; }


.footer {
	background-color: white;

}
.closer {
	background: url(../img/closer.png) bottom left;
	height: 26px;
	width: 26px;
	position: absolute; 
	top: -26px; 
	right: 640px;
	cursor: pointer;
}
.closer.on {
	background: url(../img/closer.png) top left;
}
.container .text-muted {
	text-transform: Uppercase;
    margin: 22px 0 0 0;
}
.text-muted a {
	color: #777 !important;
}
#footer-box1-wrapper {
	margin: -460px 320px 0 0;
	height: 460px;
	width: 320px;
	float: right;
	overflow: hidden;
}
#footer-box1, 
#footer-box2 {
	background: url(../img/bg-yellow.png) top left;
	padding: 20px;
	height: 460px;
	bottom: 0px;
	width: 320px;
	float: right;
	position: relative;
}
#content-box {
	height: 420px;
	width: 290px;	
	position: relative;
}
#footer-box2 {
	display: none;
}
h1 {
	font-family: 'source_sans_problack',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px 0;
}

p, a {
	font-family: 'source_sans_prolight',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;	
}
a, a:hover, a:focus {
	color: #434343;
}

form input, form textarea {
	margin-top: 2px;
	background: white;
	border: 1px solid white;
	color: #434343 !important;
	padding: 4px;
	font-family: 'source_sans_prolight',Helvetica,Arial,sans-serif;
	outline: 0;
	border: 0;
	width: 100%;
}
input:focus, textarea:focus {
	background: white;
	border: 1px solid black;
	color: #000 !important;
	padding: 4px;
	font-family: 'source_sans_prolight',Helvetica,Arial,sans-serif;
	outline: 0;
	border: 0;
	width: 100%;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	width: auto;
}
input[type="checkbox"]:focus {
	outline: none !important;
	outline-offset: 0 !important;
}
label {
	font-family: 'source_sans_prolight',Helvetica,Arial,sans-serif;
	font-size: 13px;
}
form textarea {
  height: 50px;
}

input.button, button {
	font-family: 'source_sans_problack',Helvetica,Arial,sans-serif;
	font-weight: normal;
	display: inline-block;
	width: auto;
	background: none;
	color: #434343;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px 10px 0px;
	border: 0;
}
label { padding: 0; }
label.error { display: none; color: #9b0202; }
input.error {
    border: 1px solid #9b0202;
}
a.si {
	position: fixed;
	bottom: 75px;
	right: 5px;
	z-index: 101100;
}
a.disclaimer {
	position: fixed;
	bottom: 160px;
	right: 5px;
	z-index: 1000;
}
a.si-custom {
	position: fixed;
	bottom: 10px;
	right: 65px;
	z-index: 1;
}
a.disclaimer-custom {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
@-ms-viewport {
  width: AUTO !IMPORTANT
}
/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;

}
.message_list li {
	padding: 0;
	margin: 0;
	clear: both;
}
.message_head {
	padding: 7px 5px 5px 5px;
	cursor: pointer;
	border-top: 2px solid #000;
	color: #000;
	background: #fff;
	text-align: center;
	margin-bottom: 0px;
	font-family:'source_sans_problack', arial, helvetica, sans-serif;
}
.message_head.open,
.message_head:hover {
	background: url(../img/bg-yellow.png) top left;
}
.last {
	border-bottom: 1px solid #acacac;
}

.message_head .more {
	color: #666666;
	padding: 5px 10px 0px 0px;
	font-size: 20px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 0px;
}
.img, .textlist {
	margin-bottom: 20px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 660px;
}
.collapse_buttons a {
	margin-right: 5px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	color: #666666;
	display: none;
}
.large-title,
h3 {
	font-size:15px;
	margin:0px;
	padding: 0px;
	clear: left;
	font-weight: normal;
}
ul.square-bullets li {
	margin-left: 16px;
	list-style-type:none;
}
.gr tr th {
	border-bottom: 1px solid #d4d4d4;
	background: #f1f1f1;
	color: #000;
	font-weight: normal !important;
	padding: 5px;
}
.gr tr {
	background: #fff;
}
.gr tr td {
	cursor: default;
}
.odd, .even { 
	border-bottom: 1px solid #ccc; cursor: pointer;
}
a.pdf {
	display: block;
	height: 16px;
	font-weight: bold;
}
a.pdf:hover {
	text-decoration: underline;
}
a.grpdf {
	display: block;
	height: 16px;
	background: url(../img/pdf.png) bottom right no-repeat;
}
a.grpdf:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(../img/pdf.png) top right no-repeat;
}
body > .container {
    padding: 40px 15px 0;
	width: 960px;
}
.alert {
    background: url("../img/bg-yellow.png") repeat scroll left top rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    font-family: "source_sans_problack",arial,helvetica,sans-serif;
    margin-bottom: 0;
    padding: 7px 5px 5px;
    text-align: center;
	border-radius: 0;
	margin-bottom: 10px;
}
.dld {
	font-family: "source_sans_problack",arial,helvetica,sans-serif;
}