/* ------ BASE ------ */
html {
	font-size: 13px;
}
body {
	font-family: 'Open Sans', Arial, Tahoma, Verdana !important;
	color: #444;
	-webkit-animation: bugfix infinite 1s;
	font-size: 1rem;
	line-height: 1.4;
	position: static;
}
@-webkit-keyframes bugfix { 
	from { padding: 0; } 
	to { padding: 0; } 
}
.row {
	max-width: 78em;
}

table.office {
    border: 0;
    
}

table.office tr:nth-of-type(even) {
    background: #f5f5f5;
}

table.office img {
    width: 20%;
    opacity: 0.6;
}

table.office td {
    width: 20%;
    padding: 2rem;
}
.logo {
	max-width: 200px;
}



/* ------ HEADER ------ */
header {
	position: absolute;
	top: 2.438rem;
	width: 100%;
	height: 5.750rem;
	left: 0;
	z-index: 11;
	background-color: #fff;
	padding: 1.25rem 0;
}

/* mega price table */
div.mega-price-table {
	margin-top:60px;
}
div.mega-price-table .btn .caret.pull-right {
	margin-top:8px;
}
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head {
	color:#fff;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
	height:75px;
}
	div.mega-price-table .pricing-title {
		background-color:transparent !important;
		padding:15px 0 0 0;
		margin:0;
		height:165px;
	}
	div.mega-price-table .pricing-title h3 {
		font-size:35px;
		line-height:35px;
		margin-bottom:10px;
	}

div.mega-price-table .pricing-head h3 {
	margin-bottom:3px;
	display:block;
	color:#fff;
	font-size:30px;
	padding-top:12px;
	height:36px;
	font-weight:300;
}
div.mega-price-table h4 {
	display:block;
	text-align:center;
	font-size:60px;
	padding:20px 0; margin:0;
	font-weight:400;
	color:#666;
	height:85;
	background-color:rgba(0,0,0,0.03);
	font-weight:300;
}
div.mega-price-table .pricing:hover h4 {
	color:#333;
	text-align:center;
}
div.mega-price-table .pricing h4 sup,
div.mega-price-table .pricing h4 sub {
	font-size:34px;
}
div.mega-price-table .pricing-head small {
	font-size:12px;
	line-height:40px;
	display:block;
	color:rgba(255,255,255,0.7);
	font-weight:300;
	font-family:'Open Sans', Arial, Hevletica, sans-serif;
}

div.mega-price-table .pricing-desc li,
div.mega-price-table ul.pricing-table li {
	padding: 10px;
	font-style: normal;
	min-height: 41px;
	text-align:center;
}
	div.mega-price-table ul li.alternate {
		background-color:rgba(0,0,0,0.03);
	}

div.mega-price-table {
	padding-left:15px;
	padding-right:15px;
}
div.mega-price-table div {
	padding:0;
}
div.mega-price-table .pricing {
	margin-top: 1px;
	margin-left: 1px;
	background: rgba(0,0,0,0.03);
}
	section.dark div.mega-price-table ul li.alternate,
	section.dark div.mega-price-table .pricing {
		background: rgba(255,255,255, 0.05);
	}
div.mega-price-table .pricing-desc div,
div.mega-price-table .pricing-desc li {
	text-align:left !important;
}
div.mega-price-table .btn,
div.mega-price-table .list-unstyled,
div.mega-price-table .btn-group, 
div.mega-price-table .btn-toolbar {
	margin:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
div.mega-price-table .pricing.popular h4 small {
	color:#fff;
}
div.mega-price-table .pricing.popular {
	background-color:#676767;
}
div.mega-price-table .pricing.popular,
div.mega-price-table .pricing.popular h3,
div.mega-price-table .pricing.popular h4,
div.mega-price-table .pricing.popular li,
div.mega-price-table .pricing.popular div,
div.mega-price-table  .pricing.popular .pricing-table i.fa {
	color:#fff !important;
}
div.mega-price-table .dropdown-menu {
	width:100%;
}

/* clean price */
.price-clean {
	padding: 30px 10px;
	text-align: center;
	position: relative;
	border: 1px solid #D0D6DF;
	font-family: Arial, Helvetica, sans-serif;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
		 -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
	.price-clean h4 {
		font-size: 60px;
		line-height:60px;
		font-weight: 300;
		margin: 0;
		color: #547698;
	}
	.price-clean h4 sup {
		position: relative;
		font-size: 20px;
		line-height:25px;
		vertical-align: top;
		top: 3px;
	}
	.price-clean h4 em {
		font-size: 14px;
		font-style:normal;
	}
	.price-clean h5 {
		text-transform: uppercase;
		font-weight: 300;
		margin: 0;
		font-size: 15px;
		color: #BACDD6;
		letter-spacing: 2px;
	}
	.price-clean p {
		line-height: 1.5em;
		color: #526066;
		margin-bottom: 0;
	}



@media only screen and (max-width: 992px) {
	.price-clean {
		margin-bottom:30px;
	}
	.col-md-5th .price-clean h4 {
		font-size: 40px;
		line-height:40px;
	}
	.col-md-5th .price-clean h4 em {
		font-size:11px;
	}
}
@media only screen and (max-width: 768px) {
	.price-clean h4 {
		font-size: 60px;
		line-height:60px;
	}
	.price-clean h4 em {
		font-size: 14px;
	}
}



/* ------ BANNER ------ */
.banner {
	margin-top: 5.750rem;
	position: relative;
	overflow: hidden;
}
.banner .bannerText,
.banner .nivo-caption {
	position: static;
	left: 0;
	width: 100%;
	padding: 1rem 0;
	background: none;
	opacity: 1;
	text-align: center;
}
.banner .bannerText p,
.banner .nivo-caption p {
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 0;
	color: #444;
	font-family: 'Raleway', Arial, Tahoma, Verdana !important;
}
.theme-default .nivo-caption {
	font-family: 'Open Sans', Arial, Tahoma, Verdana !important;
}
.banner img {
	width: 768px;
	height: 200px;
	position: relative;
	left: 50% !important;
	margin-left: -384px;
	max-width: none;
}
.banner .nivoSlider img {
	width: 732px !important;
	height: 200px !important;
	margin-left: -366px;
}

/* Bildabstand Bug beheben */
.logo img,
.banner img{
	vertical-align: bottom;
}
.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.scrollTop {
	color: #fff !important;
	width: 3.125rem;
	height: 3.125rem;
	position: fixed;
	display: none;
	bottom: 1rem;
	font-size: 1.125rem;
	background-color: #0a7fe9;
	cursor: pointer;
	z-index: 9999;
	overflow: hidden;
	right: 1rem;
	text-align: center;
	box-shadow: 0 0 0.625 rgba(0, 0, 0, 0.15);
}
.scrollTop > .fa {
	position: absolute;
	top: 0.625rem;
	left: 0;
	width: 100%;
	display: block;
	font-size: 1.5rem;
}
.scrollTop:hover {
	background-color: #ea8b03;
}

@media only screen and (min-width: 90.063em) {
	.tt-nav {
		display: none;
	}
}

/* ---------- MAIN ---------- */

.error,
.success  {padding: 10px;}

.error {	background-color: #F1E1E4;}
.success {background-color: #BFDFBF;}

#fancybox-wrap {
	box-sizing: content-box;
}

#fancybox-content {
	width: 100% !important;
}

.tx-timetable-pi1 .medium-9 .medium-3 img {
	width: 100%;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser {
	background-color: #fff;
	padding: 0.625rem;
	position: relative;
	margin-bottom: 1.875rem;
	-webkit-box-shadow: 0 0 8px rgb(200, 200, 200);
       -moz-box-shadow: 0 0 8px rgb(200, 200, 200);
    		box-shadow: 0 0 8px rgb(200, 200, 200);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
    		box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .inner {
	border: 1px solid transparent;
	padding: 0.813rem;
	padding-bottom: 1.25rem;
	position: relative;
	-webkit-transition: border-color .3s ease;
	   -moz-transition: border-color .3s ease;
			transition: border-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage {
	width: 5.313rem;
	height: 5.313rem;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #333;
	margin-bottom: 0.6rem;
	display: table;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage .valign {
	display: table-cell;
	vertical-align: middle;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage img {
	display: block;
	margin: 0 auto;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserLink {
	position: absolute;
	bottom: -1.25rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserLink > a{
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	background-color: #dc0e23;
	padding: 0.750rem 1rem;
	line-height: 100%;
	width: auto;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser:hover .inner {
	border-color: #dc0e23;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser:hover .teaserImage {
	background-color: #dc0e23;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserText h3 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserText h4 {
	color: #444;
	text-align: center;
	margin-bottom: 1.5rem;
}

.theme-default .nivo-controlNav a {
	background: #015db0;
	border-radius: 50%;
	width: 0.625rem;
	height: 0.625rem;
	margin: 0 0.313rem;
}
.theme-default .nivo-controlNav a.active {
	background: #0a7fe9;
}
ul.csc-textpic-imgblock li.csc-textpic-imgwrap {
	padding-bottom: 3.5rem;
}
#c1081 ul.csc-textpic-imgblock li.csc-textpic-imgwrap {
	padding-bottom: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none;
	color: #fff;
	position: absolute;
	top: 25%;
	font-size: 1rem;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -3rem;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
textarea {
	min-height: 6.9rem;
}

#c937 > .row > .columns a {
	text-align: left;
	width: 245px;
	display: inline-block;
	margin-bottom: 1rem;
}
#c937 > .row > .columns:last-child {
    display: none;
}
.accordion {
	margin-left: 0;
	margin-bottom: 2rem;
}
.accordion .accordion-content {
	padding: 1rem;
}
.accordion .accordion-navigation > a {
	border: 1px solid #ddd;
	background: none;
	font-family: inherit !important;
	padding: 0.7rem 1rem;
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: background .3s ease, color .3s ease;
	   -moz-transition: background .3s ease, color .3s ease;
			transition: background .3s ease, color .3s ease;
}
.accordion .accordion-navigation > a > i {
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.5rem;
	color: #888;
	-webkit-transition: transform .3s ease;
	   -moz-transition: transform .3s ease;
			transition: transform .3s ease;
}
.accordion .accordion-navigation > a:hover {
	background: #f0f0f0;
}
.accordion .accordion-navigation + .accordion-navigation {
	margin-top: 1rem;
}
.accordion .accordion-content {
	display: none;
}
.accordion .accordion-navigation.accordion-active > a {
	color: #0a7fe9;
}
.accordion .accordion-navigation.accordion-active > a > i {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}
.accordion .accordion-content ul {
	list-style: none;
}
.accordion .accordion-content ul li {
	position: relative;
	padding-left: 15px;
}
.accordion .accordion-content ul li:before {
	content: "■";
	color: #ff9600;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 13px;
	line-height: 1;
}