/*#mainNavigation ul.level1 li {
    background-color: #52a2c1;
}*/

/*
#mainNavigation .gray {
    background: #7b7c7e !important;
}
*/

#mainContent nav ol,
#mainContent nav ul {
    list-style-type: none;
}

#mainContent nav ol,
#mainContent nav ul,
#mainContent nav li {
    margin: 0;
    padding: 0;
}




#mainContent .frame {
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}


#contentLeft .frame:first-child h2 {
    margin-bottom: 12px;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: bold;
}



#mainContent header .meta {
    margin-bottom: -17px;
}

header .date,
header h3 {
    margin-bottom: -17px;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

header .meta + h3 { margin-top: 17px; }



#contentRight .frame h2 {
    color: #636467;
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: normal;
}


/* CE - Caption */
.frame figcaption,
.ce-intext figcaption{
    font-size: 0.78em;
    line-height: 1.2em;
    margin: 4px 0;
}


/* CE Type: Button */
.frame.frame-layout-4 a {
    display: block;
    height: 50px; /* TS hier  50*/
    padding: 12px 0 0 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url(../Img/youtube-channel_neu.png);
}

.frame.frame-layout-5 a {
    display: block;
    height: 50px;
    padding: 12px 0 0 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url(../Img/facebook-channel.png);
}

.sm-container {
	/* background-color: #1e697f; */
	background: #3499b8;
	background: -moz-linear-gradient(top, #3499b8 0%, #1e697f 100%);
	background: -webkit-linear-gradient(top, #3499b8 0%,#1e697f 100%);
	background: linear-gradient(to bottom, #3499b8 0%,#1e697f 100%);
	position: relative;
	height: 120px;
}
#contentRight .sm-container h2 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
}

.sm-container .sm-btn {
	/*position: absolute;*/
	padding-top: 30px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
}

.sm-container .sm-btn span {
	margin-left: -90%;
}

.sm-container .sm-btn.yt_btn span {
	margin-left: -96%;
}

.sm-wrap {
	padding: 10px 0 0 35px;
	display: flex;
	justify-content: space-between;
}


.fb_btn {
	background-image: url(../Img/fb.png);
	background-repeat: no-repeat;

}
.fb_btn:hover {
	text-decoration: underline;
}

.yt_btn {

	background-image: url(../Img/youtube_social_square_red.png);
	background-repeat: no-repeat;
	background-size: 32px;
}
.yt_btn:hover {
	text-decoration: underline;
}

.ig_btn {

	background-image: url(../Img/IG_Glyph_Fill.png);
	background-repeat: no-repeat;
	background-size: 32px;
}
.ig_btn:hover {
	text-decoration: underline;
}


.lightbox { position: relative; }

.lightbox:after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 5px;
	height: 18px;
	width: 18px;
	background-image: url(../Img/plus_btn.jpg);
	text-decoration: none;
}


.ce-uploads a {
	text-decoration: none !important;
}

.ce-uploads li { padding: 0 0 5px; border-bottom: 1px solid #ccc; }

.ce-uploads h2 { margin-top: 0; margin-bottom: 0; }
.ce-uploads h1 { margin-top: 0; }

/*USER-WARNING*/

.user-warning {
	background: none repeat scroll 0 0 #DC3228;
	border: 1px solid #C62D24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #E66F68 inset;
	color: white;
	font-size: 14px;
	margin: 10px auto;
	padding: 18px 20px 14px;
	text-shadow: 0 2px 0 #C62D24;
	z-index: 120;
	width: calc(100% - 40px);
	text-align: center;
	position: relative;
}

.user-warning a {
	color: #EFEFEF;
	text-decoration: underline;
}

.user-warning a:hover {
	color: #000000;
	text-decoration: underline;
}

/*COOKIE START*/

.panel-group .panel + .panel {
	margin-top: 30px;
}

body.dp--cookie-consent {
	overflow: hidden;
}
body .cc-revoke.cc-custom {
	bottom: 0;
	background-color: #1180A9;
	color: #fff;
}
body .cc-revoke.cc-custom:hover {
	background-color: #0d698c;
	color: #fff;
	opacity: 1;
}
div.cc-window.cc-custom {
	z-index: 100001;
	font-family: Arial, Helvetica, Calibri, sans-serif;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	background: rgba(0, 0, 0, .7);
	overflow-y: auto;
	padding: 1em;
	transform: translateY(200vh);
}
div.cc-window.cc-custom * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom {
		display: flex;
		padding: 2em;
	}
}
div.cc-window.cc-custom h1, div.cc-window.cc-custom h2, div.cc-window.cc-custom h3, div.cc-window.cc-custom h4, div.cc-window.cc-custom h5, div.cc-window.cc-custom h6, div.cc-window.cc-custom p {
	font-family: Arial, Helvetica, Calibri, sans-serif;
}
div.cc-window.cc-custom a {
	cursor: pointer;
	opacity: 1;
	border: none;
}
div.cc-window.cc-custom a:not(.uk-accordion-title) {
	text-decoration: underline;
}
div.cc-window.cc-custom.show-custom {
	transform: translateY(0);
}
div.cc-window.cc-custom .cc-compliance {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	display: flex;
	flex-direction: column-reverse;
	margin-top: 70px;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cc-compliance {
		display: block;
	}
}
div.cc-window.cc-custom .cc-compliance .cc-btn, div.cc-window.cc-custom .cc-compliance span {
	transition: all 0.3s ease;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0 0;
	padding: 10px;
	width: calc(100% - 20px);
}
div.cc-window.cc-custom .cc-compliance .cc-btn.cc-allow, div.cc-window.cc-custom .cc-compliance span.cc-allow {
	background: #a5a5a5;
	color: #fff;
}
div.cc-window.cc-custom .cc-compliance .cc-btn.cc-allow:hover, div.cc-window.cc-custom .cc-compliance span.cc-allow:hover {
	background: #8c8c8c;
	color: #fff;
}
div.cc-window.cc-custom .cc-compliance .cc-btn.cc-dismiss, div.cc-window.cc-custom .cc-compliance span.cc-dismiss {
	background: #1180A9;
	color: #fff;
}
div.cc-window.cc-custom .cc-compliance .cc-btn.cc-dismiss:hover, div.cc-window.cc-custom .cc-compliance span.cc-dismiss:hover {
	background: #0d698c;
	color: #fff;
}
div.cc-window.cc-custom .cc-message {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 740px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin: auto 0 0;
	color: #415666;
	background: #fff;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cc-message {
		flex-direction: row;
	}
}
div.cc-window.cc-custom .cc-message > * {
	width: calc(100% - 40px);
	padding: 20px;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cc-message > * {
		width: calc(50% - 60px);
	}
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cc-message > * {
		padding: 30px;
	}
}
div.cc-window.cc-custom .cc-message > *:first-child {
	background: #f2f2f2;
	border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cc-message > *:first-child {
		order: 99;
		border-radius: 0 10px 10px 0;
	}
}
div.cc-window.cc-custom .cookie-logo {
	height: 110px;
}
div.cc-window.cc-custom .cookie-logo img {
	width: auto;
	max-height: 70px;
}
div.cc-window.cc-custom .cookie-description > * p.cookie-hinweise {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cookie-description > * {
		padding: 100px 0 40px;
		height: calc(100% - 140px);
		position: relative;
	}
	div.cc-window.cc-custom .cookie-description > * > *:last-child {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
div.cc-window.cc-custom .cookie-description > * > *:last-child {
	text-align: right;
}
div.cc-window.cc-custom .cookie-description h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #1180A9;
}
@media (min-width: 768px) {
	div.cc-window.cc-custom .cookie-description h3 {
		font-size: 28px;
	}
}
div.cc-window.cc-custom .cookie-description .collapse.in, div.cc-window.cc-custom .cookie-description .collapse.collapsing {
	display: block !important;
}
div.cc-window.cc-custom .cookie-description p {
	font-size: 16px;
}
div.cc-window.cc-custom .cookie-description p a {
	color: #1180A9;
}
div.cc-window.cc-custom .cookie-description p a:hover {
	color: #415666;
}
div.cc-window.cc-custom .cookie-description a {
	color: #415666;
}
div.cc-window.cc-custom .cookie-description a:hover {
	color: #1180A9;
}
div.cc-window.cc-custom .panel-default {
	box-shadow: none;
}
div.cc-window.cc-custom .panel-default > :nth-child(n+2) {
	margin-top: 10px;
}
div.cc-window.cc-custom .panel-default .panel-heading {
	background-color: transparent !important;
	border: none;
	float: none;
}
div.cc-window.cc-custom .panel-default .panel-title a {
	display: block;
	font-size: 20px;
	text-decoration: none;
	background: transparent;
	padding: 0;
	color: #415666;
	border-bottom: 1px solid #d5d0d0;
}
div.cc-window.cc-custom .panel-default .panel-title a::before {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	margin-left: 10px;
	margin-right: 0;
	float: right;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z' fill='%231180A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
div.cc-window.cc-custom .panel-default .panel-title a.collapsed::before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
div.cc-window.cc-custom .panel-default .panel-title a:hover {
	color: rgba(0, 0, 0, .7);
	transition: all 400ms ease-in-out;
}
div.cc-window.cc-custom .panel-default .panel-collapse, div.cc-window.cc-custom .panel-default .collapsing {
	margin: 0;
	background: transparent;
	padding: 10px 0 0;
}
div.cc-window.cc-custom .dp--cookie-check {
	display: block;
	border: none;
	border-radius: 0;
	margin-top: 0;
}
div.cc-window.cc-custom .dp--cookie-check .panel-default {
	float: none;
}
div.cc-window.cc-custom .dp--cookie-check input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
div.cc-window.cc-custom .dp--cookie-check label {
	cursor: pointer;
	text-indent: -9999px;
	width: 39px;
	height: 17px;
	background: #d5d0d0;
	display: block;
	border-radius: 100px;
	position: relative;
	padding: 0;
	margin-top: 10px;
}
div.cc-window.cc-custom .dp--cookie-check label::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
	transition: all 0.3s ease;
}
div.cc-window.cc-custom .dp--cookie-check input:checked + label {
	background: #1180A9;
}
div.cc-window.cc-custom .dp--cookie-check input[disabled=disabled] + label {
	background: rgba(17,128,169,0.5);
}
div.cc-window.cc-custom .dp--cookie-check input:checked + label::after {
	left: calc(100% - 1px);
	transform: translateX(-100%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(17,128,169,1)' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
}
div.cc-window.cc-custom .dp--cookie-check input[disabled=disabled] + label::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(17,128,169,0.5)' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
}
div.cc-window.cc-custom .dp--cookie-check label:active::after {
	width: 15px;
}

#headerContent .video {
	position: relative;
}

#headerContent .dp--overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	font-size: 15px;
	color: #fff;
}

.dp--overlay-header {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.dp--overlay-button {
	margin-top: 25px;
}

.db--overlay-submit {
	background-color: #1180A9 !important;
	color: #fff;
}

.db--overlay-submit:hover {
	background-color: #0d698c !important;
}

/* for boostrap gedöns */

.cookie-hinweis {
	display: none;
}

@media (min-width: 768px) {
	.cookie-hinweis-switch {
		display: none;
	}

	.cookie-hinweis {
		display: block;
	}
}

.collapsing,
.collapse {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 600ms ease;
	-moz-transition: max-height 600ms ease;
	-ms-transition: max-height 600ms ease;
	-o-transition: max-height 600ms ease;
	transition: max-height 600ms ease;
}

.collapse.in {
	 max-height: 99em;
}

/*COOKIE END*/