/* ########## GENERAL ######## */
h1,h2,h3 {text-transform:uppercase;}
h2,h4,h6 {color:#000000;}

p.readmore {text-align:right;}
p.readmore a.btn {border:none; background:transparent; -webkit-box-shadow:none; box-shadow:none; padding:0; color:#bd2025; text-decoration:underline;}

a {color:#bd2025; text-decoration:underline;}

pre {
    white-space:pre-wrap;}


/* ########## TOP-BAR ######## */
.top-bar {background:#bd2025; z-index:10000; position:fixed; width:100%;}
.language {background:#ffffff;}


/* ########## LOGO NAVIGATION ######## */
.logo {z-index:10000; position:fixed; top:0; }
.nav {position:relative; top:70px; }
.nav-pills>li>a {
	color:#000000;
	background:transparent; 
	border-bottom:3px solid #000000; 
	border-radius:0;
	-webkit-border-radius:0;
	text-transform:uppercase;
	font-size:15px;display:block; 
	padding:0 5px 10px; 
	margin:0 10px;
	text-decoration:none;
}
.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover { color:#000000; background:transparent; border-bottom-color:#bd2025;}
.nav-pills>li.active>a {font-weight:bold;font-size:15px;}
.nav-pills>li>ul.nav-child {
	display:none;
	position:absolute;
	z-index:1000;
	background:#ffffff;
	padding:10px 10px;
	border:1px solid #cccccc;
	border-top:0;
}
.nav-pills>li:hover>ul.nav-child {
	display:block;
}
/*.nav-pills>li>*/ul.nav-child>li>a {
	text-decoration:none;
	padding:3px 5px;
	display:block;
	border-bottom:1px solid #cccccc;
	font-size:14px;
}
/*
.nav-pills>li>ul.nav-child>li:last-child>a {
	border-bottom:0;
}*/
.nav-pills>li>ul.nav-child>li:hover,
.nav-pills>li>ul.nav-child>li.active {
	background:#eeeeee;
	background:rgba(0,0,0,0.05);
	margin:0 -10px;
	padding:0 10px;
}
.nav-pills>li>ul.nav-child>li.active {
	padding: 0 10px 0 0;
	border-left:10px solid #cccccc;
}
.nav-pills>li>ul.nav-child>li.active>a {
	color:#000000;
	font-weight:bold;
}
ul.nav-child>li>ul.nav-child>li>a {
	padding:3px 15px;
}
ul.nav-child>li>ul.nav-child>li.active>a {font-weight:bold;}
.nav-header {padding:10px 5px 0; font-size:14px;}
.nav-header:hover {background:#ffffff;}

/* ########## HEADER ######## */
header {background:#e6e6e6; position:relative; margin-top:100px; padding:20px 0;}
header [class*="span"] {border-bottom:10px solid #fece05;}
header p {margin:0; padding:0;}
header .head-content p {margin:0 0 12px;}
header .head-content h1 {margin-top:0; padding-top:0;}


/* ########## MAIN ######## */
.main {position:relative;}

/* BLOGANSICHT */
.blog [class*="span"],
.teaser .custom.teaser {
	overflow:hidden;
	width:220px;
	height:215px;
	position:relative;
}
.blog [class*="span"],
.teaser .custom.teaser,
.contact .custom.contact {
	border-bottom:5px solid #fece05;
	margin-bottom:20px;
}
.contact .custom.contact {
	padding:0 10px;
}
.contact .custom.contact i {
	margin-right:5px;
	margin-top:3px;
}
.teaser .custom.teaser {height:210px;}
.blog [class*="span"] .page-header {
	padding-bottom:0;
	margin:0;
	border-bottom:0;
}
.blog [class*="span"] h2 a,
.teaser .custom.teaser h2 a {
	display:block;
	position:absolute;
	
	background:#000000;
	background:rgba(0,0,0,0.75);
	
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	text-overflow:ellipsis;
	white-space:nowrap;
	
	overflow:hidden;
	width:200px;
	height:50px;
	
	margin-top:150px;
	padding:0 10px;
	z-index:1000;
	transition:all 0.5s ease;
}
.blog [class*="span"] h2 a:hover,
.teaser .custom.teaser h2 a:hover {
	height:215px;
	font-size:18px;
	margin-top:0;
	white-space:normal;
	line-height:28px;
	padding:10px;
	background:#000000;
	background:rgba(0,0,0,0.75);
}

.blog [class*="span"] .item-image,
.teaser .custom.teaser p {
	position:absolute;
	width:220px;
	height:215px;
	overflow:hidden;
	padding:0;
	margin-top:-12px;
}
.blog [class*="span"] .item-image img,
.teaser .custom.teaser p img {
	vertical-align:middle;
}

.contact h3,
.contact dl {display:none;}

.column  {
	column-count: 2;
	-webkit-column-count: 2;
}
ul {
	column-break-after: column;
	-webkit-column-break-after: column;
}
.page-header,
h1,h2,h3,h4,h5,h6 {
	column-span: all;
	-webkit-column-span: all;
}

.column ul:first-letter {font-weight:bold; font-size:1.3em;}

.zerti {text-align:center; margin-top:35px;}
.zerti img {height:60px; width:auto; margin-left:20px;}
.zerti-left .zerti-left {text-align:center; margin-top:40px;}
.zerti-left img {height:60px; width:auto; margin-left:7px;}
.zerti-left img:first-of-type {margin-left:0;}

.kontakt-home {border-bottom:3px solid #fece05; margin-top:20px;}
.kontakt-home h4 strong {color:#bd2025;}
.kontakt-home .row-fluid {padding:0 10px;}

/* ########## Tabelle ######## */
th, td {padding:3px 10px;}
th {background:#eeeeee; background:rgba(0,0,30,0.1); }
td {vertical-align: top;}
tr:nth-child(2n) {border-top:1px solid #cccccc;}

/* ########## Formular ######## */
.general-form {
	margin-bottom:10px;
}
.validations{display:none; }
.rwa-form .row-fluid {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:10px 0;
}
.rwa-form .row-fluid:last-child {
	border-bottom:0;
}
.rwa-form .row-fluid [class*="span"] {
	min-height:0;
}
.rwa-form .row-fluid div:first-child {
	font-weight:bold;
	line-height:normal;
}
.rwa-form input[type="checkbox"]+label,
.rwa-form input[type="radio"]+label {
	margin:-2px 10px 0 0;
	height:auto;
}
.formResponsive .rwa-form select, .formResponsive .rwa-form textarea, .formResponsive .rwa-form input[type="text"], .formResponsive .rwa-form input[type="password"] {
	margin-bottom:0;
}
.formResponsive .send {
	margin-top:20px;
}
/* ########## FOOTER ######## */
footer {background:#000000; color:#696969; color:rgba(255,255,255,0.5); line-height:40px; margin-top:20px;}
footer p {margin:0; padding:0;}
footer .nav { top:0; margin-bottom:0;}
footer .nav-pills>li>a,
footer .nav-pills>li.active>a { color:#696969; color:rgba(255,255,255,0.5); padding:0; border:0; line-height:40px; text-transform:none; font-weight:normal; font-size:14px; text-decoration:underline;}
footer .nav-pills>li>a:hover,
footer .nav-pills>li.active>a:hover { color:#ffffff; font-weight:normal; }
