/** reset **/
* { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6,
strong, b, em, i, a { color: inherit; font-weight: normal; font-style: normal; }
img, fieldset { border: 0px; }
a { color: #e1000f; text-decoration: underline; }
body { font-size: 18px; font-family: 'myriad-pro', sans-serif; color: #333; }
textarea { resize: vertical; }
/** standards / helper classes **/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/*
::selection {
	color: #fff;
	background-color: #728f9e;
}
::-moz-selection {
	color: #fff;
	background-color: #728f9e;
}*/
img,
object,
embed {
  	max-width: 100%;
  	height: auto; 
}

object,
embed {
  	height: 100%; 
}

img {
	display: block;
  	-ms-interpolation-mode: bicubic; 
}

.aural-only {
	position: absolute !important;
	height: 1px; width: 1px; 
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);	
}
.hide { display: none; }
.visually-hidden { visibility: hidden; }

.clear { clear: both; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "";
    display: table;
}
.clearfix:after,
.row:after {
    clear: both;
}
.clearfix,
.row {
    *zoom: 1;
}

.center-h {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.center-v {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.center-h.center-v {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.no-user-selection {
	-moz-user-select: none;
	user-select: none;
}
.no-tap-highlight {
	-webkit-tap-highlight-color: transparent;
}
.iframe-container-youtube {
	position: relative; 
	height: 0;
	padding: 30px 0 56.24%;
	overflow: hidden;
}
.iframe-container-youtube > iframe {
	height: 100%; width: 100%;
	position: absolute;
	left: 0; top: 0; 
	border: none;
}
/** standard grid base **/
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col {
	float: left;
	position: relative;
}
/* large */
.col-1 { width: 8.33333%; }
.col-2 { width: 16.66667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333%; }
.col-5 { width: 41.66667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333%; }
.col-8 { width: 66.66667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333%; }
.col-11 { width: 91.66667%; }
.col-12 { width: 100%; float: none; }

.grid {
	margin: 0 -15px;
}
.grid > .col {
	padding: 0 15px;
}

@media only screen and (max-width: 900px) {
	.grid > .col-medium-12 {
		float: none;
		width: 100%;
	}
}

/** layout **/

/* set fixed width for container */
.container { width: 1100px; margin-left: auto; margin-right: auto; }

/**
 * @section Header
 */
#header > .container { position: relative; }
#header-logo {
	display: inline-block;
	margin: 12px 0 22px 0;
}
#header-logo img {
	/*display: block;
	width: 215px;*/

    display: block;
    height: 60px;
    padding-top: 10px;
    width: auto;
}
@media(max-width: 559px) {
    #header-logo img {
        height: 45px;
        padding-top: 0;
        width: auto;
        margin-bottom: 15px;
    }
}
#quick-search {
	position: absolute;
	right: 188px;
	top: 28px;
	background-color: #e5e5e5;
	overflow: hidden;
}
#quick-search-sw {
	float: left;
	width: 148px;
	padding: 3px 0px 3px 8px;
	color: #797979;
	border: none;
	background-color: transparent;
	font: inherit;
	font-size: 16px;
}
#quick-search-submit {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	background: transparent none;
}
#quick-search-submit .icon--search-magnifier {
	width: 22px; height: 22px;
	position: absolute;
	left: 50%; margin-left: -11px;
	top: 50%; margin-top: -11px;
	background-position: 0 0;
}

#meta-nav {
	position: absolute;
	right: 380px;
	top: 31px;
}
#meta-nav li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
#meta-nav li a {
	text-decoration: none;
	color: #797979;
	font-size: 16px;
}
#meta-nav li.page-120 a,
#meta-nav li.page-160 a { color: #e1000f; }

.user-is-logged-in #meta-nav li.page-120 a {
	position: relative;
}
.user-is-logged-in #meta-nav li.page-120 a:before {
	content: '';
	display: block;
	width: 6px; height: 6px;
	position: absolute;
	left: -12px; top: 50%;
	margin-top: -2px;
	background-color: #00cc00;
	box-shadow: 1px 1px #ddd;
}

#meta-nav li a:hover,
#meta-nav li a:focus {
	text-decoration: underline;
}
#main-nav {
	background-color: #d8001a;
	background-image: linear-gradient(to bottom, #e2001a, #ad0412);
}
#quick-search-trigger,
#main-nav-trigger { display: none; }

#main-nav-trigger {
	position: relative;
	float: right;
	width: 48px; height: 48px;
	margin: 6px;
	border: none;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	background: none;
	overflow: hidden;
	border: 1px solid transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
#main-nav-trigger:active,
#main-nav-trigger.active {
	border-color: #b2001a;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.05);
}

.icon--hb-menu {
	display: block;
	width: 34px; height: 26px;
	position: absolute;
	top: 50%; margin-top: -13px;
	left: 50%; margin-left: -17px;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
}
.icon--hb-menu:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 0; right: 0;
	height: 4px;
	background-color: #fff;
}

#quick-search-trigger {
	position: relative;
	float: right;
	width: 48px; height: 48px;
	margin: 6px;
	margin-right: 1%;
	border: none;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	background: none;
	overflow: hidden;
	border: 1px solid transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
#quick-search-trigger:active,
#quick-search-trigger.active {
	border-color: #b2001a;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.05);
}
.icon--search-magnifier {
	display: block;
	width: 34px; height: 34px;
	background: transparent url('../img/icon/icon_search_magnifier.svg') no-repeat 0px 100%;
	background-size: cover;
}
#quick-search-trigger .icon--search-magnifier {
	position: absolute;
	left: 50%; margin-left: -17px;
	top: 50%; margin-top: -17px;
}

#main-nav > .container > ul {
	float: right;
}
#main-nav li.first-level {
	position: relative;
	list-style-type: none;
	float: left;
}
#main-nav li.first-level > a,
#main-nav li.first-level > .no-link {
	display: block;
	padding: 14px 30px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 21px;
	letter-spacing: 0.02em; /* 20/1000 Geviert */
	color: #fff;
	text-decoration: none;
	outline: none;
}
#main-nav li.first-level > .no-link {
	cursor: default;
}
#main-nav li.first-level > a span,
#main-nav li.first-level > .no-link span {
	position: relative;
}
#main-nav li.first-level.active > a span:after,
#main-nav li.first-level.submenu-active > a span:after,
#main-nav li.first-level > a:focus span:after,
#main-nav li.first-level.active > .no-link span:after,
#main-nav li.first-level.submenu-active > .no-link span:after,
#main-nav li.first-level > .no-link:focus span:after {
	content: "";
	position: absolute;
	bottom: -14px; left: 0px; right: 0px;
	height: 4px;
	background-color: #fff;
}

/* submenu */
#main-nav .submenu-trigger { display: none; }
#main-nav .submenu { 
	display: none; 
	padding: 16px 20px;
	position: absolute;
	z-index: 20;
	left: 10px;
	text-align: left;

	border: 1px solid #ccc;
	border-top: none;
	background-color: #e5e5e5;
}
#main-nav li.first-level:last-child .submenu { left: auto; right: 0; }
#main-nav .submenu.submenu-1col { width: 300px; }
#main-nav .submenu.submenu-2col { width: 500px; }
#main-nav .submenu.submenu-3col { width: 500px; }
#main-nav .submenu.submenu-4col { width: 560px; }

#main-nav li.second-level, 
#main-nav li.third-level {
	list-style-type: none;
}

#main-nav li.second-level > a,
#main-nav li.third-level > a {
	text-decoration: none;
	font-size: 18px;
	font-family: 'myriad-pro-condensed', sans-serif;
}
#main-nav li.second-level > a:hover,
#main-nav li.third-level > a:hover,
#main-nav li.second-level > a:focus,
#main-nav li.third-level > a:focus {
	text-decoration: underline;
}

#main-nav li.third-level > a { color: #797979; }

#main-nav li.first-level.submenu-active > .submenu {
	display: block;
} 

@media only screen and (max-width: 1100px) {
	#header > .container { width: 98%; }
}

@media only screen and (max-width: 1040px) {
	#meta-nav {
		right: 0px;
		top: 67px;
	}
}

@media only screen and (max-width: 900px) {
	#main-nav > .container > ul {
		float: none;
		display: table;
		width: 100%;
	}
	#main-nav li.first-level {
		float: none;
		display: table-cell;
		text-align: center;
	}
	#main-nav li.first-level > a {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media only screen and (max-width: 640px) {
	/* Suche und Hauptmenü nur via Button einblenden */
	#quick-search {
		display: none;
		opacity: 0;
	}
	#quick-search.is-alternate-visible {
		display: block;
		opacity: 1;
		position: absolute;
		left: 0; top: 0; right: 0; bottom: 0;
		z-index: 10;
		padding-top: 18px;
		padding-left: 20px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.95);
		-webkit-animation-duration: 0.5s;
		-webkit-animation-name: fadeInFromNone;
		animation-duration: 0.5s;
		animation-name: fadeInFromNone;
	}

	@-webkit-keyframes fadeInFromNone {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			display: block;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes fadeInFromNone {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			display: block;
		}
		100% {
			opacity: 1;
		}
	}
	#quick-search-submit {
		width: 54px; height: 54px;
	}
	#quick-search-submit .icon--search-magnifier {
		width: 34px; height: 34px;
		margin-left: -17px;
		margin-top: -17px;
	}
	#quick-search-sw {
		width: 200px; height: 36px;
		margin: 9px 6px 0px 0px;
		border: 1px solid #ccc;
		background-color: #fff;
	}

	#quick-search-trigger {
		display: inline-block;
	}
	#main-nav-trigger {
		display: inline-block;
	}
	#main-nav > .container > ul {
		display: none;
		max-height: 0;
		overflow: hidden;
	}
	#main-nav.is-alternate-visible { position: relative; }
	#main-nav.is-alternate-visible > .container > ul {
		position: absolute;
		left: 1%; top: 60px; width: 98%;
		z-index: 20;
		display: block;
		background-color: #fff;
		border: 1px solid #bbb;
		border-top: none;
		box-shadow: 0px 0px 10px -5px #555;
		max-height: 5000px;
		-webkit-animation-duration: 4s;
		-webkit-animation-name: slideDownFromNone;
		animation-duration: 4s;
		animation-name: slideDownFromNone;
	}
	
	@-webkit-keyframes slideDownFromNone {
		0% {
			display: none;
			max-height: 0;
		}
		1% {
			display: block;
		}
		100% {
			max-height: 5000px;
		}
	}

	@keyframes slideDownFromNone {
		0% {
			display: none;
			max-height: 0;
		}
		1% {
			display: block;
		}
		100% {
			max-height: 5000px;
		}
	}

	#main-nav.is-alternate-visible li.first-level {
		display: block;
		text-align: left;
		border-bottom: 1px solid #bbb;
	}
	#main-nav.is-alternate-visible li.first-level > a,
	#main-nav.is-alternate-visible li.first-level > span.no-link {
		padding-left: 16px;
		-webkit-tap-highlight-color: transparent;
		color: #555;
	}
	#main-nav.is-alternate-visible li.first-level:last-child { border-bottom: none; }
	#main-nav.is-alternate-visible li a {
		color: #555;
	}
	/* 2nd + 3rd lvl */
	#main-nav.is-alternate-visible .submenu {
		display: none;
		width: auto !important;
		padding: 0px 16px 12px 16px;
		position: static;
		background-color: #f5f5f5;
		background-image: linear-gradient(to bottom, #fff, #e7e7e7);
	}
	#main-nav.is-alternate-visible .submenu .col {
		width: auto;
		float: none;
	}
	#main-nav.is-alternate-visible li.second-level {
		margin-bottom: 12px;
	}
	#main-nav.is-alternate-visible li.second-level > a {
		font-size: 19px;
	}
	#main-nav.is-alternate-visible li.third-level > a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 560px) {
	#meta-nav {
		left: 0;
		right: 0;
	}
	#meta-nav > ul {
		display: table;
		width: 100%;
	}
	#meta-nav > ul > li {
		float: none;
		display: table-cell;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	#header-logo { margin-bottom: 30px; }
	#header-logo img { width: 160px; }
	#meta-nav li a { font-size: 12px; }
	.user-is-logged-in #meta-nav li.page-120 a:before {
		width: 4px; height: 4px;
		left: -7px;
		margin-top: -2px;
	}
	#meta-nav {	top: 59px; }
}

@media only screen and (max-width: 360px) {
	/*#meta-nav { display: none; }
	#header-logo { margin-bottom: 12px; }*/
}

@media only screen and (max-width: 310px) {
	#quick-search-sw {
		width: 62%;
	}
}

/**
 * @section Breadcrumb
 */
#bread-crumb { margin: 10px auto; }
#bread-crumb ol { margin-bottom: 0; }
#bread-crumb li {
	float: left;
	list-style-type: none;
}
#bread-crumb li:after {
	content: '>>>';
	position: relative; bottom: 1px;
	margin: 0 6px;
	color: #828282;
	font-size: 12px;
}
#bread-crumb li:last-child:after { content: ''; display: none; }
#bread-crumb li a {
	font-size: 14px;
	text-decoration: none;
	color: #828282;
}
#bread-crumb li a:hover,
#bread-crumb li a:focus { text-decoration: underline; }


/**
 * @module Service hotline
 */
.service-hotline {
	padding: 7px 10px 7px 40px;
	display: inline-block;
	background-color: #e5e5e5;
	background-image: url('../img/icon/icon_hotline_phone.svg');
	background-size: 26px auto;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	color: #e2001a;
	text-decoration: none;
	box-shadow: 0px 10px 25px -14px #777;
}
.service-hotline--title {
	display: block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.01em;
}
.service-hotline--number {
	display: block;
	margin-top: 2px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
}
#header .service-hotline {
	position: absolute;
	right: 0px; top: 0px;
}
@media only screen and (max-width: 480px) {
	.service-hotline {
		padding: 4px 8px 4px 30px;
		background-size: 13px auto;
	}
	.service-hotline--title {
		font-size: 11px;
	}
	.service-hotline--number {
		font-size: 17px;
	}
}

/**
 * @module Feature
 */
.feature {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1000f;
	border-top: 1px solid #e1000f;
	overflow: hidden;
}
.feature--content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 50%;
	padding-top: 24px;
}
.feature--header {
	margin-bottom: 20px;
}
.feature--header > h1 {
	font-family: 'myriad-pro-condensed', sans-serif;
	font-weight: 200;
	font-size: 50px;
	line-height: 1;
	color: #e1000f;
}
.feature--text > p {
	font-weight: 200;
	line-height: 1.3;
}
.feature--text .button { margin: 10px 0; }
.feature--image {
	position: relative;
	float: right;
	width: 60%;
	min-height: 400px;
}
/* Mask */
.feature--image:before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: transparent url('../img/feature_image_mask.png') no-repeat 0px 0px;
	background-size: cover;
}
/*
.feature--image:before, 
.feature--image:after {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 30%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
.feature--image:after {
	left: auto;
	right: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
*/

.feature--image img { width: 100%; }

@media only screen and (max-width: 870px) {
	.feature.container {
		width: 100%;
	}
	.feature--image {
		float: none;
		width: 100%;
	}
	.feature--image:before {
		background-image: url('../img/feature_image_mask_small.png');
	}
	.feature--content {
		padding: 10px 12px;
		position: static;
		/*position: absolute;
		left: 0; bottom: 0;
		right: 0; top: auto;*/
		width: auto;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.feature--header {
		margin-bottom: 8px;
	}
	.feature--header > h1 {
		font-size: 26px;
	}
	.feature--text {
		font-size: 16px;
	}
	.feature--text p { margin-bottom: 0; }
	.feature--text a.button { margin-top: 20px; }
}

@media only screen and (max-width: 600px) {
	.feature--image { min-height: 0; }
}

/**
 * @module Tabs
 * @todo sichtbarkeit per klassen statt inline styles
 */
.tabs {
	margin-top: 40px;
	margin-bottom: 60px;
}
.content--col :first-child.tabs { margin-top: 0; }
.tabs--nav-trigger {
	display: none;
	position: relative;
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px -1px #ddd inset;
	border-radius: 2px;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #fefefe, #e7e7e7);
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 24px;
	cursor: pointer;
	color: #777;
}
.tabs--nav-trigger:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
	width: 0px; height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #777;
}
.tabs .tabs--nav {
	display: table;
	width: 100%;
	padding: 0; margin: 0;
	background-color: #646567;
	background-image: linear-gradient(to bottom, #89898b 40%, #757677 68%, #4a4b4d 100%);
}
.tabs .tabs--nav-item {
	display: table-cell;
	margin-bottom: 0;
}
.tabs--nav-item:before {
	display: none;
}
.tabs--nav-item a {
	display: block;
	padding: 10px 16px;
	color: #fff;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 19px;
	text-decoration: none;
	text-align: center;
}
.tabs--nav-item a > span {
	position: relative;
	bottom: 1px;
}
.tabs--nav-item a:hover,
.tabs--nav-item a:focus {
	background-color: #646567;
	background-image: linear-gradient(to bottom, #aaabad 40%, #98989a 68%, #6a6a6c 100%);
}
.tabs--nav-item.ui-tabs-active a {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #eee, #fff);
	box-shadow: 0 0 8px -1px  #555 inset;
	color: #db051e;
}
.tabs--nav-item.ui-tabs-active a > span:after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: -10px;
	height: 4px;
	background-color: #db051e;
}
.tabs--content { padding-top: 30px; }

@media only screen and (max-width: 650px) {
	.tabs--nav-trigger {
		display: inline-block;
	}
	.tabs .tabs--nav { 
		display: none; 
		position: absolute;
		z-index: 10;
		background: transparent none;
		border: 1px solid #ccc;
		border-top: none;
		box-shadow: 0px 6px 13px -3px #999;
	}
	.tabs .tabs--nav-item { 
		display: block; 
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}
	.tabs .tabs--nav-item:last-child {
		border-bottom: none;
	}
	
	.tabs--nav-item a {
		color: #777;
	}
	.tabs--nav-item.ui-tabs-active a {
		background-image: none;
		background-color: #fff;
		box-shadow: none;
	}
	.tabs--nav-item a:hover,
	.tabs--nav-item a:focus {
		background-color: inherit;
		background-image: none;
	}
	.tabs--nav-item a:hover {
		box-shadow: 0px -2px 4px #eee inset;
	}
	.tabs--nav-item.ui-tabs-active a > span:after {
		content: none;
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	.tabs--nav-trigger,
	.tabs--nav-item a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 360px) {
	.tabs--nav-trigger,
	.tabs--nav-item a {
		text-align: left;
	}
}

/**
 * @module Teaser carousel
 */
.teaser-carousel--wrapper { margin-bottom: 30px; }
.teaser-carousel {
	position: relative;
	margin: 0 50px;
	max-height: 150px;
	overflow: hidden;
}
.teaser-carousel.is-initialized { overflow: visible; }
.teaser-carousel--item {

}
.teaser-carousel--image {
	display: block;
}
.teaser-carousel .carousel--direction-nav { margin: 0; }
.teaser-carousel .carousel--direction-nav li { position: static; }
.teaser-carousel .carousel--direction-nav li:before { display: none; content: ''; }
.teaser-carousel .carousel--prev,
.teaser-carousel .carousel--next {
	position: absolute;
	left: -50px; 
	top: 50%; margin-top: -35px;
	width: 30px;
	height: 70px;
	background-image: url('../img/icon/icon_arrow_left_light.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 23px auto;
	overflow: hidden;
	text-indent: -9999px;
}
.teaser-carousel .carousel--next {
	left: auto;
	right: -50px;
	background-image: url('../img/icon/icon_arrow_right_light.svg');
}
@media only screen and (max-width: 790px) {
	.teaser-carousel--intro,
	.teaser-carousel--main {
		float: none; width: 100%;
	}	
}

/**
 * @module Slider (default)
 * @contains Feature
 */
.slider-default { position: relative; margin-bottom: 20px; }
.slider-tab { position: relative; }
.slider-default .feature {
	margin-bottom: 0;
}
.slider-default .slider--control-nav, 
.slider-tab .slider--control-nav {
	position: absolute;
	right: 10px; top: 10px;
	z-index: 10;
}
.slider-default .slider--control-nav li,
.slider-tab .slider--control-nav li {
	float: left;
	margin-left: 8px; 
	list-style-type: none;
	box-shadow: 0 0 10px -5px #555;
	border-radius: 10px;
	overflow: hidden;
}
.slider-default .slider--control-nav li a ,
.slider-tab .slider--control-nav li a {
	display: block;
	width: 18px; height: 18px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-indent: -9999px; overflow: hidden;
}
.slider-default .slider--control-nav li a.slider--active,
.slider-tab .slider--control-nav li a.slider--active { background-color: #e1000f; }
.slider-default .slider--control-nav li a.slider--active {
	border-color: transparent;
}

.slider-default .slider--direction-nav {}
.slider-default .slider--direction-nav li,
.slider-tab .slider--direction-nav li {
	position: static;
	list-style-type: none;
}
.slider-tab .slider--direction-nav li:before { display: none; }
.slider-default .slider--direction-nav li a.slider--prev,
.slider-default .slider--direction-nav li a.slider--next,
.slider-tab .slider--direction-nav li a.slider--prev,
.slider-tab .slider--direction-nav li a.slider--next {
	position: absolute;
	z-index: 10;
	left: -80px;
	top: 50%;
	margin-top: -60px;
	display: block;
	width: 70px;
	height: 120px;
	background-image: url('../img/icon/icon_arrow_left.svg');
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
}
.slider-default .slider--direction-nav li a.slider--next,
.slider-tab .slider--direction-nav li a.slider--next {
	left: auto;
	right: -80px;
	background-image: url('../img/icon/icon_arrow_right.svg');
}
.slider-tab .slider--image { text-align: center; }
.slider-tab .slider--image img { 
	max-width: 100%;
	display: inline-block;
}
.slider-tab .slider--description { padding-top: 12px; }

@media only screen and (max-width: 1280px) {
	.slider-default .slider--direction-nav { display: none; }
}

@media only screen and (max-width: 800px) {
	.slider-default.container { width: 100%; }
}

/* Slider Variante 1 */
.slider--variant-1 .feature--image {
	width: 60%;
	margin-right: -15%;
}
.slider--variant-1 .feature:after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%;	
	padding-bottom: 40%;
	background: transparent url('../img/feature_v1_image_mask.png');
	background-size: cover;
}
.slider--variant-1 .feature--image:before,
.slider--variant-1 .feature--image:after {
	display: none;
}
.slider--variant-1 .feature--content {
    font-size: 36px;
    padding-left: 25px;
    width: 63%;
}
.slider--variant-1 .feature--text * {
	color: #fff;
}
.slider--variant-1 .feature--text p { margin-bottom: 30px; }
.slider--variant-1 .feature--header { display: none; }
.slider--variant-1 .button {
	background-image: none;
	background-color: #fff;
	color: #e1000f;
}
.slider--variant-1 .button:hover,
.slider--variant-1 .button:focus,
.slider--variant-1 .button:active {
	background-image: none;
	background-color: #fff;
}

@media only screen and (max-width: 1280px) {
	.slider--variant-1 .feature--content {
	    font-size: 30px;
	}
}

@media only screen and (max-width: 1080px) {
	.slider--variant-1 .feature--content {
	    font-size: 28px;
	}
}

@media only screen and (max-width: 870px) {
	.slider--variant-1 .feature--image {
		width: 100%;
	}
	.slider--variant-1 .feature--text * {
		color: inherit;
	}
	.slider--variant-1 .feature:after {
		display: none;
	}
}

@media only screen and (max-width: 600px) {

}


/**
 * @module Teaser container
 */
.teaser-container { padding-top: 30px; }
.teaser-container--headline { color: #e1000f; }
.teaser-container--image {
	float: right;
	width: 40%;
}
@media only screen and (max-width: 850px) {
	.teaser-container--image {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 850px) {
	.teaser-container--image {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}


/**
 * @module Prominent content
 */
.prominent-content {
	margin: 20px 0;
	padding: 16px 0;
	background-color: #616264;
	background-image: linear-gradient(to bottom, #a5a6a8 40%, #6e6f71 80%, #4e4e50 94%);
	color: #fff;
}
.prominent-content--box {
	padding-right: 2%;
	font-size: 18px;
}
.prominent-content--box > h2 {
	font-family: 'myriad-pro-condensed', sans-serif;
	color: inherit;
} 
@media only screen and (max-width: 740px) {
	.prominent-content--box.col-medium-12 {
		float: none;
		width: 100%
	}
	.prominent-content--box.col-medium-6 {
		width: 50%
	}
}

@media only screen and (max-width: 430px) {
	.prominent-content--box.col-small-12 {
		float: none;
		width: 100%
	}
}
@media only screen and (max-width: 360px) {
	.prominent-content--box img { display: none; }
}

/**
 * @module News teaser
 */
.news-teaser {}
.news-teaser--headline {
	color: #e1000f;
	font-family: 'myriad-pro-condensed', sans-serif;
}
.news-teaser--news {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1000f;
}
.news-teaser--news-title {
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 24px;
	color: #777;
}
.news-teaser--news-title > a {
	text-decoration: none;
	color: inherit;
}
.news-teaser--news-image img { width: 100%; }
.news-teaser--news-content {
    padding-top: 20px;
}
.news-teaser--news-text a {
	text-decoration: none;
	color: inherit;
}
.news-teaser--news-more {
	position: absolute;
	right: 0;
	bottom: 2px;
	display: inline-block;
	width: 28px; height: 7px;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: 1px solid #e1000f;
	border-top: 1px solid #e1000f;
	transition: background-color 0.2s, height 0.2s;
}
.news-teaser--news-more:after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: 2px;
	height: 1px; background-color: #e1000f;
}
.news-teaser--news:hover .news-teaser--news-more {
	height: 22px;
	background-color: #e1000f;
	bottom: 0;
	background-image: url('../img/icon/icon_arrow_right_white.svg');
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: 10px 3px;
	transition: background-color 0.2s, height 1s;
}
.news-teaser--news:hover .news-teaser--news-more:after { content: ''; display: none; }
/* 2 highlight news */
.news-teaser--highlights {
	margin-left: -1%;
	margin-right: -1%;
}
.news-teaser--highlights .news-teaser--news {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
/* 4 list news */
.news-teaser--list {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
}
.news-teaser--list .news-teaser--news {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}

@media only screen and (max-width: 780px) {
	.news-teaser--list {
		display: block;
	}
	.news-teaser--list .news-teaser--news {
		width: 98%;
	}
	.news-teaser--highlights .news-teaser--news {
		width: 98%;
	}
}

@media only screen and (max-width: 440px) {
	.news-teaser--news-title {
		font-size: 21px;
	}
	.news-teaser--list .news-teaser--news {
		width: 98%;
	}
}

/**
 * @module News list
 */
 .news-list {}
 .news-list--news {
 	position: relative;
 	padding-bottom: 5px;
 	margin-bottom: 30px;
	border-bottom: 1px solid #e1000f;
 }
 .news-list--news-image {
 	float: left;
 	width: 40%;
 	margin-bottom: 10px;
 	margin-right: 20px;
 }
 .news-list--news-title {
 	color: #777;
 }
 .news-list--news-title > a { color: inherit; text-decoration: none; }
 .news-list--news-text a {
 	text-decoration: none;
 	color: inherit;
 }


.news-list--news-more {
	position: absolute;
	display: inline-block;
	width: 28px; height: 22px;
	background-color: #e1000f;
	right: 0; bottom: 0;
	background-image: url('../img/icon/icon_arrow_right_white.svg');
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: 10px 4px;
	overflow: hidden;
	text-indent: -9999px;
}


/**
 * @module News detail
 */
 .news-detail {}
 .news-detail--news-image {
 	float: left;
 	width: 40%;
 	margin-right: 20px;
 	margin-bottom: 10px;
 }

/**
 * @section Content
 */
.content {}
.main-content { padding-right: 40px; }
.sec-content .text-content { 
	margin-bottom: 16px; 
	padding-bottom: 16px;
	border-bottom: 1px solid #999;
	font-size: 16px;
}
.sec-content .text-content:last-child {
	border-bottom: none;
}
.sec-content .text-content p:last-child {
	margin-bottom: 0; 
}
.sec-content .csc-textpic-image img { width: 100%; }

@media only screen and (max-width: 780px) {
	.content--col.col-medium-12 {
		float: none;
		width: 100%;
	}
}

/**
 * @module Quick Buttons
 */
.quick-buttons { margin: 20px auto; position: relative; padding: 0 4%; overflow: hidden; }
.quick-buttons:after,
.quick-buttons:before {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	z-index: -1;
	left: 0; right: 0; bottom: 0;
	background: linear-gradient(to right, #fafafa 0%, #d5d5d5 50%, #fafafa 100%);
}
.quick-buttons:before {
	top: 0;
}
.quick-buttons--button {
	position: relative;
	float: left;
	display: inline-block;
	width: 30%;
	padding: 3px 10px 10px 16px;
	margin: 0 1.5%;
	background-color: #eee;
	background-image: linear-gradient(to right, #f6f6f6, #e4e4e4);
	font-size: 20px;
	color: #888;
	border-bottom: 4px solid #888;
	text-decoration: none;
	box-shadow: 0px 0px 4px 0px #ababab inset;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.quick-buttons--button:hover,
.quick-buttons--button:focus {
	background-image: linear-gradient(to right, #fff, #f2f2f2);
}
.quick-buttons--button:active {
	background-image: none;
	background-color: #fff;
}
.quick-buttons--button:before {
	content: '';
	display: inline-block;
	width: 16px; height: 16px;
	margin-right: 4px; margin-bottom: 3px;
	background-image: url('../img/icon/icon_double_arrow_right.svg');
	background-repeat: no-repeat;
	background-size: 17px auto;
	vertical-align: middle;
}
.quick-buttons--button-orange:before { background-position: 0 0; }
.quick-buttons--button-green:before { background-position: 0 -16px; }
.quick-buttons--button-blue:before { background-position: 0 -31px; }
.quick-buttons--button-orange { color: #f59e00; border-color: #f59e00; }
.quick-buttons--button-green { color: #a9c400; border-color: #a9c400; }
.quick-buttons--button-blue { color: #00b6e8; border-color: #00b6e8; }

@media only screen and (max-width: 600px) {
	.quick-buttons.container { width: 100%; }
	.quick-buttons { padding: 0; }
	.quick-buttons:after,
	.quick-buttons:before { display: none; }

	.quick-buttons--button {
		width: 33.33333%;
		margin: 0;
	}
}

@media only screen and (max-width: 400px) {
	.quick-buttons--button {
		float: none;
		width: 100%;
		margin-bottom: 6px;
		text-align: center;
	}
	.quick-buttons--button:before {
		position: absolute;
		left: 6px;
		top: 50%;
		margin-top: -8px;
	}
}

/**
 * @module Quick links
 */
.quicklinks { 
	margin-top: 50px;
	padding-top: 12px;
	padding-bottom: 20px; 
	box-shadow: 0px -28px 28px -28px #ccc; 
}
.quicklinks--item {
	float: left;
	width: 33.33333%;
	text-align: center;
	text-decoration: none;
}
.quicklinks--item-title { display: block; } 
.quicklinks--item-title > span {
	display: inline-block;
	padding-left: 28px;
	font-size: 24px;
	font-weight: 200;
	background: transparent url('../img/icon/icon_arrow_dotted.svg') no-repeat 0px 50%;
	background-size: 20px auto;
}
.quicklinks--item-image {
	display: inline-block;
	max-width: 80%;
	margin-top: 7px;
}

@media only screen and (max-width: 900px) {
	.quicklinks--item-image {
		max-width: none;
		width: 100%; height: auto;
	}
}

@media only screen and (max-width: 600px) {
	.quicklinks--item-title > span {
		padding-left: 22px;
		font-size: 20px;
		background-size: 17px auto;
	}
}

@media only screen and (max-width: 480px) {
	.quicklinks { overflow: hidden; }
	.quicklinks--item-image {
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 120%;
	}
}

@media only screen and (max-width: 390px) {
	.quicklinks--item-title > span {
		padding-left: 16px;
		font-size: 16px;
		background-size: 11px;
	}
}

/**
 * @module Contact
 */
.contact {
	margin-left: 5%;
	background-color: #f3f3f3;
}
.contact.is-sticky { 
	position: fixed; 
	top: 0;
}
.contact--header {
	padding: 8px 4px;
	font-size: 36px;
	font-family: 'myriad-pro-condensed', sans-serif;
	letter-spacing: 0.02em;
	color: #e1000f;
	text-align: center;
}
.contact--image img {
	width: 100%;
}
.contact--info {
	padding: 10px 14px;
}
.contact--info p {}
.contact--info a { text-decoration: none; }
.contact--info a:hover,
.contact--info a:focus { text-decoration: underline; }
.contact--links p { margin: 0; }
.contact--links .button { 
	width: 100%; 
	margin-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}
.contact--links .button:last-child { margin-bottom: 0; }



@media only screen and (max-width: 1080px) {
	.contact--header {
		font-size: 28px;
	}	
}
@media only screen and (max-width: 900px) {
	.contact--header {
		font-size: 22px;
	}
}
@media only screen and (max-width: 780px) {
	.contact { 
		/* Position sticky ueberschreiben */
		position: static !important;
		width: auto !important;
		margin: 0 !important; 
	}
}

/**
 * @section Footer 
 */
/*#footer { margin-bottom: 40px; }*/

#footer-nav {
	padding: 10px 0;
	background-color: #d8001a;
	background-image: linear-gradient(to bottom, #e2001a, #ad0412);
	text-align: center;
}
#footer-nav ul { margin-bottom: 1px; cursor: default; }
#footer-nav li {
	display: inline-block;
	margin: 0 10px;
	list-style-type: none;
	cursor: default;
}
#footer-nav li a {
	text-decoration: none;
	color: #f1f1f1;
	font-size: 16px;
}
#footer-nav li a:hover,
#footer-nav li a:focus { text-decoration: underline; }


/**
 * @module Social Nav
 */
.social-nav { 
	text-align: center;
	margin: 10px 0;
	cursor: default;
}
.social-nav--item {
	display: inline-block;
	margin: 0 5px;
	list-style-type: none;
}
.social-nav--item > a {
	display: block;
	width: 22px; height: 22px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: contain;
}
.social-nav--email > a { background-image: url('../img/icon/icon_mail.svg'); }
.social-nav--twitter > a { background-image: url('../img/icon/icon_twitter.svg'); }
.social-nav--facebook > a { background-image: url('../img/icon/icon_facebook.svg'); }

/**
 * @plugin Perfect Scrollbar
 */
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}



/**
 * @module YouTube Widget
 */
.yt-widget {
	padding: 30px 0;
	background-color: #e6e6e6;
}
.yt-widget.yt-widget--layout-mediathek { background-color: transparent; }
.yt-widget--main {
	margin-right: 360px;
}
.yt-widget--aside {
	position: relative;
	float: right;
	width: 340px; height: 594px;
	background-color: #fff;
	overflow: hidden;
}
.yt-widget--aside > a.button { display: none; }

.yt-widget--aside.ps-container .ps-scrollbar-y-rail {
	border-radius: 0;
	right: 8px !important;
	background-color: transparent;
	z-index: 10;
}
.yt-widget--aside.ps-container .ps-scrollbar-y {
	width: 4px;
	border-radius: 0;
	background-color: #bbb;
}
.yt-widget--aside.ps-container .ps-scrollbar-y:before,
.yt-widget--aside.ps-container .ps-scrollbar-y:after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	height: 8px; background-color: #fff;
	width: 100%;
}
.yt-widget--aside.ps-container .ps-scrollbar-y:after { top: auto; bottom: 0; }

.yt-widget--info {
	padding: 14px 0;
}
.yt-widget--title { 
	margin-bottom: 4px;
	font-size: 19px;
}
.yt-widget--description {
	font-size: 14px;
}
.yt-widget .yt-widget--items { position: relative; padding: 0; z-index: 1; }
.yt-widget--items .yt-widget--item {
	padding: 8px; margin: 0;
	list-style-type: none;
}
.yt-widget--items .yt-widget--item:before { display: none; }
.yt-widget--item:hover {
	background-color: #fafafa;
}
.yt-widget--item.active {
	background-color: #f1f1f1;
}
.yt-widget--item-link {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.yt-widget--item-link:hover,
.yt-widget--item-link:focus {
	opacity: 0.9;
}
.yt-widget--item-thumb {
	position: relative;
	float: left;
	width: 120px; height: 68px;
	margin-right: 10px;
	overflow: hidden;
}
.yt-widget--item-image {
	position: relative;
	top: -11px;
}
.yt-widget--item-title {
	display: block;
	font-size: 13px; line-height: 1;
	color: #333;
}
.yt-widget--item-views {
	display: block;
	margin-top: 3px;
	color: #888;
	font-size: 12px;
}
.yt-widget--item-duration {
	position: absolute;
	right: 2px;
	bottom: 2px;
	padding: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
@media only screen and (max-width: 900px) {
	.yt-widget--aside { height: 424px; }
}
@media only screen and (max-width: 780px) {
	.yt-widget > .container {
		display: flex;
		flex-direction: column;
	}
	.yt-widget--main {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		background-color: #fff;
		order: 1;
	}
	.yt-widget--info {
		padding: 14px 18px;
	}
	.yt-widget--aside {
		float: none;
		width: 100%; height: auto;
		text-align: center;
		order: 2;
	}

	.yt-widget--aside.ps-container .ps-scrollbar-y-rail,
	.yt-widget--aside.ps-container .ps-scrollbar-y {
		display: none !important;
	}

	.yt-widget--aside > a.button {
		display: inline-block;
		position: relative;
		margin: 50px 0 20px 0;
	}
	.yt-widget--aside > a.button:before {
		content: '...';
		font-size: 80px;
		color: #aaa;
		line-height: 1;
		position: absolute;
		left: 0; right: 0;
		text-align: center;
		top: -96px;
		pointer-events: none;
	}
	.yt-widget--items {
		padding: 1%;
		text-align: left;
		overflow: hidden;
	}
	.yt-widget--item {
		float: left;
		width: 25%;
		padding: 1%;
	}
	.yt-widget--item:hover { background-color: transparent; }
	.yt-widget--item:nth-of-type(4n+1) {
		clear: left;
	}
	.yt-widget--item:nth-child(n+9) {
		display: none;
	}
	.yt-widget--item-thumb {
		float: none;
		display: block;
		height: auto; width: auto;
		margin-right: 0;
		margin-bottom: 5px;
		height: 0;
		padding-bottom: 54%;
		overflow: hidden;
	}
	.yt-widget--item-image { 
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -20%; 
		top: auto;
	}

	.yt-widget--item-title { display: block; }
}

@media only screen and (max-width: 500px) {
	.yt-widget--item {
		width: 33.33333%;
	}
	.yt-widget--item { clear: none !important; }
	.yt-widget--item:nth-of-type(3n+1) { clear: left !important; }
	.yt-widget--item:nth-child(n+7) {
		display: none;
	}
}

/**
 * @module Mailform
 */
.mailform {
	width: 600px;
}
.mailform .row,
.csc-mailform ol > li {
	margin-bottom: 6px;
}
.form-group { 
	max-width: 600px; 
	margin-bottom: 12px;
}
.csc-mailform form ol { 
	padding-left: 0;
}
.csc-mailform ol > li { 
	list-style-type: none;
}
.csc-form-element { overflow: hidden; }
.mailform label,
.csc-mailform label {
	float: left;
	width: 280px;
}
.control-label {
	display: inline-block;
	margin-bottom: 2px;
}
.form-control,
.mailform input[type="text"],
.csc-mailform input[type="text"],
.mailform input[type="password"],
.mailform textarea,
.csc-mailform textarea,
.mailform select,
.csc-mailform select {
	width: 250px;
	padding: 5px 7px;
	border: 1px solid #999;
	font-family: 'myriad-pro';
	font-size: 15px;
}
.form-control {
	width: 100%;
}
textarea.form-control {
	min-height: 200px;
}
.mailform textarea,
.csc-mailform textarea {
	width: 320px;
	min-height: 120px;
}
.mailform select,
.csc-mailform select {
	padding-left: 4px;
}
.form-control:focus,
.mailform input[type="text"]:focus,
.mailform input[type="password"]:focus,
.mailform textarea:focus,
.csc-mailform input[type="text"]:focus,
.csc-mailform input[type="password"]:focus,
.csc-mailform textarea:focus {
	border-color: #777;
	box-shadow: 2px 2px 5px 0 #ddd inset;
}
.mailform input[type="text"].has-error,
.mailform input[type="password"].has-error,
.mailform textarea.has-error {
	border-color: #e1000f;
}
.mailform .has-error > label,
.mailform label.has-error,
.mailform p.error { 
	color: #e1000f;
}
.mailform p.error-hint {
	color: #e1000f;
	margin-bottom: 6px;
	font-weight: bold;
}
.mailform .errors {
	margin-bottom: 14px;
}
.mailform .required-mark { margin-left: 3px; }
.mailform [type="submit"] {
	margin-top: 20px;
	margin-left: 280px;
}
.actions .btn-primary {
	margin-top: 30px;
}
.mailform .hint { margin-top: 30px; }

.mailform-logout-container { position: relative; } 
.mailform-logout {	
	position: absolute;
	z-index: 10;
	right: 0;
	top: 10px;
	text-align: right;
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	color: #717171;
}
.page-uid-160 .mailform-logout {
	position: relative;
}
.logout-button {
	padding-left: 18px;
	background: transparent url('../img/icon/icon_logout.png') no-repeat 0px 5px;
	border: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	text-transform: lowercase;
}

.required-hint {
	margin-top: 60px;
}

.checkbox-items {
	float: left;
}
.mailform .checkbox-items--label { 
	float: none;  
	margin-left: 7px;
}

.mailform.condensed-login { 
	width: auto; 
	padding: 10px 13px;
	background-color: #eee;
}
.sec-content .mailform.condensed-login {
	margin-left: 10px;
}
.mailform.condensed-login legend {
	display: none;
	margin-bottom: 5px;
	font-family: 'myriad-pro-condensed', arial, sans-serif;
	font-weight: normal;
	color: #444;
	font-size: 20px;
}
.mailform.condensed-login input[type="text"],
.mailform.condensed-login input[type="password"] { 
	width: 100%;
}
.mailform.condensed-login label { 
	float: none;
	width: auto; 
}
.mailform.condensed-login [type="submit"] { 
	margin-left: 0;
}
.mailform.condensed-login .error-hint {
	margin-bottom: 10px;
	font-size: 14px;
	color: #e2001a;
}
#ci-terms { float: left; margin-left: 280px; margin-right: 14px; margin-top: 7px; }
.mailform-newsletter label[for="nl-email"] {
	width: 100px;
}
.mailform-newsletter label[for="nl-newsletter"] {
	width: 100%;
	margin-bottom: 15px;
}
.mailform .label-full {
	width: auto;
	float: none;
}
.mailform .label-full input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

@media only screen and (max-width: 900px) {
	.mailform-logout {
		float: left;
		position: relative;
		text-align: left;
	}
}

@media only screen and (max-width: 650px) {
	.mailform {
		width: 80%;
		margin: 0 auto;
	}
	.mailform label {
		width: auto;
		float: none;
		display: block;
		margin-bottom: 3px;
	}
	.mailform .row.with-checkbox {
		position: relative;
	}
	.mailform .row.with-checkbox label {
		margin-left: 24px;
	}
	.mailform .row.with-checkbox input[type="checkbox"] {
		position: absolute;
		left: 0;
		top: 5px;
	}
	.form-control,
	.mailform input[type="text"],
	.mailform input[type="password"],
	.mailform textarea {
		width: 100%;
	}
	.actions .btn-primary,
	.mailform [type="submit"] {
		width: 100%;
		margin-left: 0;
	}

}

@media only screen and (max-width: 400px) {
	.mailform {
		width: 90%;
	}
}

/**
 * @module Login Controls 
 */
.login-area-controls {
	margin-bottom: 24px;
}
.login-area-nav li a {
	text-decoration: none;
}
.login-area-nav li {
	list-style-type: none;
}
.login-area-nav li.page-244 {
	margin-left: 30px;
}
.login-area-nav li.page-244 > a {
	padding-left: 24px;
	color: #333;	
	background: transparent url('../img/icon/icon_faq.png') no-repeat 0px 50% / 19px auto;
}
.login-area-nav li.page-244 > a:hover,
.login-area-nav li.page-244 > a:focus {
	color: inherit;
	background-color: transparent;
}

.login-area-nav-primary {
	background-color: #e5e5e5;
}
.login-area-nav-primary ul { float: right; }
.login-area-nav-primary li {
	float: left;
	margin: 12px 5px 12px 0;
}
.login-area-nav-primary li:last-child {
	margin-right: 0;
}
.login-area-nav-primary li > a {
	display: block;
	padding: 3px 7px;
}
.login-area-nav-primary li.active > a,
.login-area-nav-primary li > a:hover,
.login-area-nav-primary li > a:focus {
	color: #fff;
	background-color: #e1000f;
}  

.login-area-nav-secondary {
	padding: 6px 0;
}
.login-area-nav-secondary ul { float: right; }
.login-area-nav-secondary li {
	float: left;
	margin: 6px 20px 6px 0px;
}
.login-area-nav-secondary li:last-child { margin-right: 0; }
.login-area-nav-secondary li > a {
	font-size: 16px;
}
.login-area-nav-secondary li.active > a,
.login-area-nav-secondary li > a:hover,
.login-area-nav-secondary li > a:focus {
	text-decoration: underline;
}

/**
 * @module Seminare
 */
.table-seminars {}
.table-seminars td { vertical-align: top; }
.table-seminars td.date-col {
	min-width: 106px; 
	padding: 0;
	padding-top: 4px; 
}
.table-seminars .button-seminar-register {
	margin-top: 3px;
} 

.table-seminars .title-col > a { 
	color: inherit;
	text-decoration: none; 
}
.table-seminars .title-col .seminar-title { 
	display: block;
	color: #e1000f;
}

.seminar-list { margin-top: 30px; }
.seminar-item {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #88898a;
	overflow: hidden;
}
.seminar-item--to-overview {
	margin-bottom: 10px;
	float: right;
}

/**
 * @module Teaser Images
 */
.teaser-images {}
.teaser-images > h1 {
	margin-bottom: 60px;
	font-size: 34px;
	font-family: 'myriad-pro-condensed', sans-serif;
	color: #777;
}
.teaser-images--item {
	float: left;
	width: 50%;
	margin-bottom: 24px;
}
.teaser-images--items .teaser-images--item:nth-child(2n+1) {
	clear: left;
	padding-right: 15px;
}
.teaser-images--items .teaser-images--item:nth-child(2n) {
	padding-left: 15px;
}
.teaser-images--item > a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.teaser-images--item > a:hover .teaser-images--title,
.teaser-images--item > a:hover .teaser-images--description {
	color: #e1000f;
}
/*
.teaser-images--item > a::after {
	content: '';
	width: 20px;
	height: 20px;
	background: #e1000f url('/fileadmin/tpl/img/icon/icon_arrow_right_white.svg') no-repeat 6px 3px;
	background-size: 8px auto;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0;
}
*/
.teaser-images--description::after {
	content: '';
	position: relative;
	top: 2px;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background: #e1000f url('/fileadmin/tpl/img/icon/icon_arrow_right_white.svg') no-repeat 6px 3px;
	background-size: 8px auto;
	display: inline-block;
}
.teaser-images--image {
	float: left;
	width: 27%;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	/*transition: opacity 0.2s ease;*/
}
.teaser-images--item > a:hover .teaser-images--image { opacity: 0.7;  }
.teaser-images--title {
	color: #333;
	font-size: 20px;
	/*transition: color 0.2s ease;*/
}
.teaser-images--description {
	color: #777;
	font-size: 20px;
	/*transition: color 0.2s ease;*/
	overflow: hidden;
}
@media only screen and (max-width: 640px) {
	.teaser-images--item { 
		width: 100%; 
		float: none; 
		margin-bottom: 40px;  
		padding: 0 !important;
	}
}

/**
 * @module Lightbox Teaser
 */
 .lightbox-teaser { margin-bottom: 20px; margin-right: 50px; }
 h2 + .lightbox-teaser { margin-top: 40px;  }
 .lightbox-teaser--image {
 	float: left;
 	margin-right: 20px;
 	width: 40%;
 	cursor: pointer;
 }
 .lightbox-teaser--text {
 	overflow: hidden; 
 }

 .lightbox-teaser--links { display: none !important; }
 .lightbox-teaser--has-items {
 	position: relative;
 }
 .lightbox-teaser--has-items::after {
 	/*content: attr(data-item-count);*/
 	content: '';
 	position: absolute;
 	right: 15px;
 	bottom: 15px;
 	width: 30px; height: 30px;
 	background: transparent url('../img/icon/icon_photo.png') no-repeat;
 	background-size: cover;
 	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
 	color: #222;
 }

@media only screen and (max-width: 500px) {
	.lightbox-teaser {
		margin-bottom: 40px;
	}
	.lightbox-teaser--image {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.lightbox-teaser--image > img { width: 100%; }
	.lightbox-teaser--text { margin-top: 16px; }

}

/** 
 * @module Magnific Popup
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}


.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/**
 * @module Mini Slider
 */
.mini-slider { 
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.mini-slider--text {
	padding: 12px;
	padding-bottom: 30px;
	background-color: #e1000f;
	color: #fff;
	font-size: 14px;
}
.mini-slider--text a { color: inherit; text-decoration: none; }
.mini-slider--text h3 { margin-bottom: 6px; color: inherit; font-size: 20px; }
.mini-slider--text p { margin-bottom: 0; }  
.mini-slider--control-paging {
	position: absolute;
	bottom: 12px;
	left: 50%;
	z-index: 90;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.mini-slider--control-paging li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
.mini-slider--control-paging li a { 
	display: block; 
	width: 10px; height: 10px;
	background-color: #fff;
	border-radius: 50%;
	text-indent: -110%;
	white-space: pre;
	overflow: hidden;
	cursor: pointer;
}
.mini-slider--control-paging li a.mini-slider--active { opacity: 0.5; }

.mini-slider--control-paging li a:hover { opacity: 0.8; } 

@media only screen and (max-width: 780px) {
	.mini-slider--image img { width: 100%;  }
}

/**
 * @module Quick Contact
 */
html.quickcontact--overflow body { overflow-y: scroll; overflow-x: hidden; }
.quickcontact--wrapper {
	position: fixed;
	right: -900px;
	top: 50px;
	z-index: 99;
	width: 900px; height: 820px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: right 2s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.quickcontact--wrapper.quickcontact--is-active {
	right: 0;
}
.quickcontact--button {
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 100;
	display: block;
	width: 38px;
	height: 114px;
	background: transparent url('../img/flyin_button.png') no-repeat;
	background-size: cover;
	text-indent: 120%;
	white-space: pre;
	overflow: hidden;
}
.quickcontact--iframe {
	width: 900px; height: 820px;
	border: none;
}

.quickcontact--close {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px; height: 27px;
	font-family: 'myriad-pro-condensed';
	color: #fff;
	background-color: #666;
	border: none;
	cursor: pointer;
}


@media only screen and (max-height: 850px) {
	.quickcontact--wrapper {
		top: 50%;
		margin-top: -360px;
	}
}

/**
 * @module TeaserCombination
 */
.teaser-combination {}
.teaser-combination-inner {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.teaser-combination-item {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.teaser-combination-width-1.teaser-combination-item {
	width: 25%;
}
.teaser-combination-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
}
.teaser-combination-image img {
	width: 100%;
	height: auto;
}
.teaser-combination-title {
	margin-left: 15px;
	margin-top: 8px;
	font-size: 24px;
	font-family: 'myriad-pro';
	color: #e1000f;
}
h1.teaser-combination-title {
	font-size: 45px;
}
h3.teaser-combination-title {
	font-size: 17px;
}
.teaser-combination-text {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 70%;
	color: #000;
	font-size: 15px;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.teaser-combination-width-1 .teaser-combination-text {
	width: 50%;
}
.teaser-combination-text ul {
	padding-left: 25px;
}
.teaser-combination-text > * {
	margin-bottom: 0;
}
.teaser-combination-button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 4px 8px;
	background-color: #e1000f;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.teaser-combination-button.is-inverted {
	color: #e1000f;
	background-color: #fff;
}

@media only screen and (max-width: 1280px) {
	.teaser-combination-item {
		width: 100%;
	}
}

@media only screen and (max-width: 1080px) {
	.teaser-combination-width-1.teaser-combination-item {
		width: 50%;
	}
}

@media only screen and (max-width: 540px) {
	.teaser-combination-width-1.teaser-combination-item {
		width: 100%;
	}
}


/**
 * @section Footer Content
 */
.footer-content {
	margin-top: 60px;
	padding: 16px 0;
	background-color: #616264;
	background-image: linear-gradient(to bottom, #a5a6a8 40%, #6e6f71 80%, #4e4e50 94%);
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.footer-content h2,
.footer-content a {
	color: inherit;
}

.footer-content h2 {
	border-bottom: 1px solid;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 4px;
	font-size: 22px;
}

.footer-content a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	transition: border 0.2s ease;
}
.footer-content a:hover,
.footer-content a:focus {
	border-color: rgba(255, 255, 255, 1.0)
}

/**
 * @module Cookie Consent
 */
.cc-grower {
  transition: max-height 0.3s !important;
  overflow: visible !important;
}
.cc-window.cc-banner.cc-type-info {
  position: relative;
  z-index: 99999;
  padding: 2px 12px;
  background-color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
.cc-window.cc-banner.cc-type-info .cc-btn {
  text-decoration: none;
  min-width: 0;
  padding: 0px 7px;
  margin: 3px 0;
  font-size: 13px;
}

/** global tweakpoints **/

@media only screen and (max-width: 1280px) {
	/* set fluid width for container */
	.container { width: 96%; }
}

@media only screen and (max-width: 640px) {
	body { font-size: 16px; }
	h2 { font-size: 24px; }

	a.button { font-size: 18px; }

	table { font-size: 16px; }
	table.table-presenter { font-size: 20px; }
}

