/*

	Dunkelrot		#bb1b1b
	Dunkles grau	#c1c1c1

*/

/* Generell */          
             
html, body, input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	}

@media (min-width: 640px) { body {font-size:0.9rem;} } 
@media (min-width:960px) { body {font-size:0.9rem;} } 
@media (min-width:1100px) { body {font-size:1.1rem;} } 

body {
	font-weight:300;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;/* improves safari */
	}

b, strong {
	font-weight:700;
	}

img { max-width: 100%; height: auto; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0px;
	margin:0px;
	table-layout:fixed;
	}
th {
	text-align:left;
	color:#2a404a;
	border-bottom:#2a404a 2px solid;
	}

tr.line td {
	border-bottom:#d3d3d3 1px solid;
	}

th.rotated {
	white-space: nowrap;
	}
th.rotated > div {
	transform:translate(0px, -10px) rotate(315deg);
	-webkit-transform: translate(0px, -10px) rotate(315deg);
	-ms-transform: translate(0px, -10px) rotate(315deg);
	width:30px;
	padding:0px;
	white-space: nowrap;
	}
th.rotated.c > div {
	margin:0px auto;
	}
th.rotated.r > div {
	margin:0px 0px 0px auto;
	}
th.rotated > div > span {
	padding:0px;
	white-space: nowrap;
	}

th.rot45 > div {
	transform:translate(0px, -10px) rotate(315deg);
	-webkit-transform: translate(0px, -10px) rotate(315deg);
	-ms-transform: translate(0px, -10px) rotate(315deg);
	width:30px;
	padding:0px;
	white-space: nowrap;
	}
th.rot90 > div {
	transform:translate(-10px, -10px) rotate(270deg);
	-webkit-transform: translate(-10px, -10px) rotate(270deg);
	-ms-transform: translate(-10px, -10px) rotate(270deg);
	width:30px;
	padding:0px;
	white-space: nowrap;
	}
th.rot45 > div > span, th.rot90 > div > span {
	padding:0px;
	white-space: nowrap;
	}
th.rot45.c > div, th.rot90.c > div {
	margin:0px auto;
	}
th.rot45.r > div, th.rot90.r > div {
	margin:0px 0px 0px auto;
	}

td.cut {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	}

a, a:link, a:hover, a:visited {
	color: #000000;
	visibility: inherit;
	text-decoration: underline;
	}
a:hover {
	color: #bb1b1b;
	box-shadow:0 0;
	}
a:active {
	color: #ce0325;
	visibility: inherit;
	text-decoration:none;
	}

a.linkbutton, a.linkbutton:visited, input.linkbutton {
	background:#bb1b1b !important;
	border:#bb1b1b 4px solid !important;
	padding:10px 20px !important;
	text-decoration:none;
	font-weight:bold;
	transition: all .5s ease;
	margin-Left:10px;
	height:initial;
	box-shadow:none !important;
	}
a.linkbutton:hover, input.linkbutton:hover {
	background:#ffffff !important;
	color:#bb1b1b !important;
	}
	
span.maillink {
	cursor:pointer;
	}
span.maillink > span:after {
	content:'@';
	}
span.maillink:hover {
	text-decoration:underline;
	}

input[type=text], input[type=password], textarea {
	border:#a7a7a7 1px solid;
	font-size:110%;
	padding:3px;
	font-size:90%;
	}
input[type=button], input[type=submit] {
	background:#ffffff;
	padding:5px 5px;
	font-weight:bold;
	cursor:pointer;
	}
input[type=button]:hover {
	background:#a7a7a7;
	border:#000000 1px solid;
	}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:#ffffff url(../_img/dropdown-arrow.png) 95% 50% no-repeat;
	text-indent:0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	height:30px;
	padding-left:10px;
	border:#aaa solid 1px;
	cursor:pointer;
	font-size:16px;
	}
.datum {
	width:140px;
	background-image:url(../_img/calendar.gif);
	background-position:95% center;
	background-repeat:no-repeat;
	}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	} 

.clearfix::after {
	clear: both;
	}

.clearfix {
	*zoom: 1; /* Für den IE6 und IE7 */
	}

.statusPic {
	cursor:help;
	background-image:url(../_lib/jquery/css/smoothness/images/ui-icons_222222_256x240.png);
	width:14px;
	height:14px;
	display:inline-block;
	}

/* jquery UI Fix */

button.ui-button, .ui-dialog-titlebar { font-size:12px !important; }
button.ui-button.ui-corner-all.ui-widget.jDropdown_open { background:#ffffff; }
.ui-dialog .ui-dialog-buttonset { width:100%; float:initial; } 
.ui-dialog .ui-dialog-buttonset > .ui-button { float:right; }

/* Seitenlayout */


.contactbar {
	background:#bb1b1b;
	color:#000000;
	height:35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:80%;
	}
.contactbar > div { 
	width:1140px; 
	margin:0px auto;
	text-align:right;
	}
.contactbar > div > span { 
	padding-left:20px;
	}
.contactbar a, .contactbar a:visited {
	color:#000000;
	text-decoration:none;
	padding-left:20px;
	}
.contactbar a:hover {
	text-decoration:none;
	box-shadow:0 0;
	color:#e9cea6
	}
#mainheader {
	height:120px;
	background:#ffffff;
	}
#mainheader > div {
	width:1200px; 
	margin:0px auto;
	position:relative;
	}
#mainlogo {
	width:250px;
	height:100px;
	background:url(../_img/logo/logo.svg) no-repeat;
	background-size:contain;
	position: relative;
	top: 20px;
	cursor:pointer;
	}

#mobileMenu { display:none; }

#navigation {
	position:absolute;
	bottom:0;
	right: -20px;
	font-size: 1.2rem;
	}
#navigation li {
	display:inline-block;
	margin-right:20px;
	}
#navigation a, #navigation a:visited, #navigation a:hover {
	text-decoration:none;
	}
#navigation .level2 {
	display:none;
	position:absolute;
	background:#ffffff;
	z-index:9;
	margin-left:-15px;
	padding:15px 0;
	}
#navigation .level2 > li {
	display:block;
	margin:0px;
	padding:5px 15px;
	}
#navigation.level1 > li:hover > ul.level2 {
	display:block;
	}
.level1 .selected > a, .level2 .selected > a {
	box-shadow: 0 1px #000000;
	}

#mainheader.fixed {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 9;
	height:60px;
	box-shadow:#000 0px 0px 2px;
	}
#mainheader.fixed > div {
	padding-top: 15px;
	}
#mainheader.fixed #mainlogo {
	height:40px;
	position:initial;
	top:initial;
	}
#mainheader.fixed #navigation {
	margin-bottom: 5px;
	}

footer {
	width:100%;
	margin-top:30px;
	padding-bottom:20px;
	background:#c1c1c1;
	font-size:80%;
	}
footer #footer_content {
	}
footer #footer_content > div {
	padding-top:20px;
	width:1140px;
	margin:0 auto;
	}
footer #footer_content > div > div {
	width:360px;
	margin-right:30px;
	float:left;
	}
footer #footer_content > div > div:last-child {
	margin:0px;
	}
footer #footer_content a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
footer #footer_content a:hover {
	color:#ffffff;
	box-shadow: 0 1px #ffffff;
	}
footer #footer_copy {
	width:1200px;
	margin:0 auto;
	text-align:right;	
	}

#content {
	width:1200px;
	margin:0 auto;
	padding-bottom:150px;
	}


/* Überschriften & Co */

.headline {
	font-weight:bold;
	text-align:left;
	font-size:160%;
	margin:50px auto 30px -50px;
	color:#000000;
	}
.headline::before {
	content: "";
	display: inline-block;
	width:70px;
	height:70px;
	background:#bb1b1b;
	position: relative;
	left: 60px;
	bottom: -10px;
	z-index: -1;
	}
.headline + p {
	margin:0 0 3em 1em;
	}
.headline span {
	display: inline-block;
	position: absolute;
	padding-top: 20px;
	}

ul.check {
	list-style:none;
	padding-left: 10px;
	}
ul.check li {	
	margin-bottom: 10px;
	}
ul.check li::before {
	content: '' !important;
	background-image: url(../_img/icons/check.svg);
	margin: 0 5px -0.5rem -1rem;
	background-size: contain;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	}

ul.preise {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    margin:0;
    }
ul.preise li {
	margin-bottom:10px;
	}
ul.preise li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }
ul.preise span:first-child {
    padding-right: 0.33em;
    background: white;
    }
ul.preise span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    }


/* Blöcke */

.row {
	*zoom: 1; /* Für den IE6 und IE7 */
	margin-bottom:60px;
	}

.row.vierspaltig > div.col {
	width:260px;
	margin-left:30px;
	float:left;
	}
.row.vierspaltig > div.col > div.img {
	width:100%;
	}
.row.dreispaltig > div.col {
	width:360px;
	margin-left:30px;
	float:left;
	}
.row.dreispaltig > div.col > div.img {
	width:100%;
	}
.row.zweispaltig > div.col {
	width:555px;
	margin-left:30px;
	float:left;
	}
.row.einspaltig > div.col {
	width:1200px;
	}
.row.einspaltig > div.col > div.img,
.row.einspaltig > div.col > div.content {
	width:555px;
	margin-left:30px;
	float:left;
	}
div.row.einspaltig > div.col > div.content > h3 {
	margin-top:0px;
	}
.row > div.col > div.img {
	height:350px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
.row > div.col > div.img.full {
	background-size:contain;
	}
.row > div.col > div.img.top {
	background-position:top;
	}
div.row > div.col > div.content > h3 {
	font-weight:400;
	text-transform:uppercase;
	margin:10px 0;
	}
div.row > div.col > div.content > p {
	margin-top:0;
	}
.row::before, .row::after {
	content: " ";
	display: table;
	} 
.row::after {
	clear: both;
	}

/* Anderes */

.panelTab {
	display:none;
	background:#c1c1c1;
	padding:15px 15px;
	color:#000000;
	}
.panelTab.aktiv {
	display:block;
	}
	
#tabBar div {
	display:table-cell;
	padding:6px 10px;
	background:#E3E3E3;
	cursor:pointer;
	border-right:#ffffff 2px solid;
	}
#tabBar div.aktiv {
	background:#c1c1c1;
	cursor:text;
	}	
#tabBar div:first-child {
	border-top-left-radius:5px;
	}
#tabBar div:last-child {
	border-top-right-radius:5px;
	}

.hero {
	width:100%;
	height:600px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	margin-bottom:30px;
	}
.hero.top { background-position-y:top; }
.hero.bottom { 	background-position-y:bottom; }
.hero.left { background-position-x:left; }
.hero.right { 	background-position-x:right; }

