/* manjari-700 - latin */
@font-face {
font-family: 'Manjari';
font-style: normal;
font-weight: 700;
src: url('../fonts/manjari-v2-latin-700.eot'); /* IE9 Compat Modes */
src: local('Manjari Bold'), local('Manjari-Bold'),
		url('../fonts/manjari-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/manjari-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/manjari-v2-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/manjari-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/manjari-v2-latin-700.svg#Manjari') format('svg'); /* Legacy iOS */
}

/* manjari-regular - latin */
@font-face {
font-family: 'Manjari';
font-style: normal;
font-weight: 400;
src: url('../fonts/manjari-v2-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Manjari Regular'), local('Manjari-Regular'),
		url('../fonts/manjari-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/manjari-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/manjari-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/manjari-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/manjari-v2-latin-regular.svg#Manjari') format('svg'); /* Legacy iOS */
}


/* -- Smarty -- */
section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Manjari', arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.box {
	width: 100%;
	min-height: 100%;
	position: relative;
	float: left;
	clear: both;
	display: block;
}

a {
	text-decoration: none;
}

#inhaltsbereich a {
	color: #002d5b;
}



.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

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

#inhaltsbereich a:hover {
	text-decoration: underline;
}

#inhaltsbereich.unterseite {
	padding: 50px 0 80px;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

#inhaltsbereich .ce-bodytext ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
}

#inhaltsbereich .ce-bodytext ul li {
	margin: 0;
}

h1 {
	font-size: 26px;
	margin: 0 0 5px 0;
	color: #002d5b;
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 22px;
	margin: 0 0 20px 0;
	color: #19466e;
	font-weight: 400;
}

h3 {
	font-size: 26px;
	color: #002d5b;
	margin: 15px 0;
	line-height: 1em;
}

h4 {
	color: #1d4d77;
	font-size: 16px;
	margin: 0;
}
/* -------------------------------- */
.frame {
	width: 100%;
	float: left;
	clear: both;
}

.frame > .rahmen {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	float: none;
	clear: both;
}

.frame > .rahmen .rahmen, .ticker .rahmen, .rahmen .rahmen {
	width: 100%;
	max-width: none;
	margin: 0; 
}

.frame .frame {
	width: 100%;
	float: left;
	clear: both;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(25, 70, 110, 0.9);
	z-index: 11;
	transition: all 0.3s ease;
	border-bottom: 10px solid #002d5b;
}

#header > .rahmen {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	float: none;
	clear: both;
	position: relative;	
}

#header.scrolled {
	background: #19466e;
}

#header.scrolled .ticker {
	display: none;
}

#subheader .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ticker {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	font-size: 11px;
}

/* -- Mobile Navi -- */
.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	display: none;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 40px 0 15px;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
}

.mob_button span {
	background-color: #fff;
	height: 3px;
	left: 5px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 30px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #fff;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible .mob_button span {
	background-color: transparent;
}

.mobnavvisible .mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible .mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#mobnavi {
	width: 100% !important;
	float: left;
	clear: both;
	margin: 95px 0 0 !important;
	padding: 0px 0;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	font-size: 16px;
	text-transform: uppercase;
	display: none;
	position: fixed;
	z-index: 2;
}

#mobnavi ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobnavi ul li{
	width: 100%;
	float: left;
	clear: both;
	margin: 2px 0 0 0;
	text-align: center;
}

#mobnavi ul li:first-child {
	margin: 10px 0 0 0;
}

#mobnavi ul li a {
	width: 96%;
	padding: 10px 2%;
	text-decoration: none;
	display: block;
	background: #e6e6e6;
	color: #002d5b;
}

#mobnavi ul li.act a, #mobnavi ul li:hover a {
	background: #002d5b;
	color: #FFFFFF;
}

#mobnavi .opnavi li a:hover, #mobnavi .opnavi li.act a, #mobnavi .unavi li a:hover, #mobnavi .unavi li.act a {
	border: 0;
}

/* ---------------------------------------------------- */
#hauptnavi {
	float: left;
}

.opnavi, .unavi {
	padding: 0;
	list-style: none;
	float: left;
	clear: both;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.opnavi li, .unavi li {
	float: left;
	clear: none;
	margin: 0 4px;
}

.opnavi li:first-child, .unavi li:first-child {
	margin: 0 4px 0 0;
}

.opnavi li a, .unavi li a {
	display: block;
	padding: 15px 12px;
	color: #fff;
}

.unavi li a {
	border-bottom: 3px solid transparent;
}

.opnavi li a:hover, .opnavi li.act a, .unavi li a:hover, .unavi li.act a {
	border-bottom: 3px solid #fff;
}

.logo {
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
}

.logo .ce-textpic, .logo .ce-gallery, .logo .ce-row {
	overflow: visible;
}

.logo img {
	transition: all 0.3s ease;
}

#header.scrolled .logo img {
	width: 120px !important;
	height: auto !important;
}

#mobnavi {
	display: none;
}

#inhaltsbereich {
	float: left;
	clear: both;
	width: 100%;
}

.bereiche {
	float: left;
	clear: both;
	width: 100%;
}

.inhaltsheader, .inhalt, #subheader {
	float: left;
	clear: both;
	width: 100%;
}

#subheader {
	max-height: 500px;
	overflow: hidden;
}

.inhaltsheader .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

.inhaltsheader .ce-gallery, #subheader .ce-gallery {
	margin: 0;
}

.inhaltsheader .ce-border img {
	border: 0;
}

.inhaltsheader.ih_fixed {
	height: 400px;
	background-position: center bottom;
	background-attachment: fixed;
}

.inhaltsheader .ce-gallery img, .frame-type-cn_multicontent .row > div .ce-gallery img, #subheader img {
	height: auto !important;
}

.inhaltsheader .ce-gallery img, #subheader img {
	width: 100% !important;
}

.inhaltsheader .ce-gallery {
	margin-bottom: 0;
}

.inhaltsheader .ce-textpic {
	position: relative;
}

.inhaltsheader .ce-bodytext {
	position: absolute;
	bottom: 220px;
    left: 0;
    background: rgba(25, 70, 110, 0.9);
    color: #fff;
    padding: 30px 100px;
    border-bottom: 10px solid #002d5b;
}

.inhaltsheader .ce-bodytext h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	border-left: 0;
	color: #fff;
}

.inhaltsheader .ce-bodytext h2 strong {
	text-transform: uppercase;
}

.inhaltsheader .ce-bodytext h3 {
	font-weight: 300;
	margin: 10px 0 0 0;
}

.inhaltsheader > .frame {
	display: none;
}

.inhaltsheader > .frame:first-child {
	display: block;
}

.inhaltsheader .ce-gallery, .inhaltsheader .ce-column, .inhaltsheader .ce-gallery, .inhaltsheader .image,
#subheader .ce-gallery, #subheader .ce-column, #subheader .ce-gallery, #subheader .image {
	width: 100%;
}

.videogallery, .videogallery .ce-row, .videogallery .ce-column, .video {
	width: 100%;
}

.video-embed {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.videoiframelink {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 1;
	background: url(../images/play.svg) center center no-repeat rgba(0,0,0,0.8);
	background-size: 60px 60px;
	transition: all 0.3s ease;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.videoiframelink:hover {
	background-size: 65px 65px;
}

.video-embed iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* -- Startheaderslider -- */
#inhaltsbereich .bereiche:first-child .inhaltsheader {
	position: relative;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .arrow {
	display: none;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -25px;
	z-index: 4;
	cursor: pointer;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::before, #inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::after {
	content: '';
	width: 28px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 25px;
	-moz-transform:rotate(35deg);
	-webkit-transform:rotate(35deg);
	-o-transform:rotate(35deg);
	-ms-transform:rotate(35deg);
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::after {
	left: auto;
	right: 0;
	-moz-transform:rotate(-35deg);
	-webkit-transform:rotate(-35deg);
	-o-transform:rotate(-35deg);
	-ms-transform:rotate(-35deg);
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dots {
	width: auto;
	float: left;
	position: absolute;
	bottom: 50px;
	left: 5%;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dot {
	display: inline-block;
	width: 40px;
	height: 5px;
	background:rgba(0, 45, 91, 0.6);
	margin: 0 0 0 4px;
	/* box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1); */
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dot.active {
	background: #002d5b;
}

/* ----------------------------- */
.buttons {
	position: fixed;
	right: 5px;
	top: 55%;
	background: #fff;
	display: block;
	padding: 5px 5px;
	width: 25px;
	overflow: hidden;
	z-index: 4;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-radius: 15px 0 15px 0;
	opacity: 0;
}

.buttons div {
	display: block;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 0;
	padding: 0;
	float: left;
	clear: both;
	background-color: #999;
	color: #999;
}

.buttons div:hover {
	background-color: #333;
	color: #333;
 }

.buttons div.button_rauf {
	background-image: url(../images/arrow-top.png);
}

.buttons div.button_runter {
	background-image: url(../images/arrow-bottom.png);
}

.button_sprache {
	border-bottom: 1px dotted #aaa;
	padding: 0 0 5px 0 !important;
	background: none !important;
	height: auto !important;
}

.buttons div.ibutt {
	background-image: url(../images/infotool.png);
	display: block;
}

.buttons div.ibutt::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-top: 1px dotted #AAA;
}

/* ----------------------------- */
.footerbg, #footer, #footerinhalt, #footerunten {
	float: left;
	clear: both;
	width: 100%;
}

#footer {
	position: relative;
	z-index: 3;
	margin: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.box #footer {
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.footerbg {
	height: 200px;
	overflow: hidden;
	opacity: 0.8;
 
}

.footerbg.fbg_fixed {
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover; 
}

.footerbg .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

#footerinhalt {
	background: #002d5b;
	padding: 25px 0 15px 0;
	font-size: 14px;
}

#footerinhalt ul {
	margin: 0;
	padding: 0;
}

#footerinhalt .frame-type-menu_subpages ul {
	list-style: none;
	float: right;
	text-align: right;
}

#footerinhalt .frame-type-menu_subpages ul a {
	font-style: normal;
}

#footerinhalt .frame-type-menu_subpages ul a:hover {
	text-decoration: none;
}

#footerunten {
	background: #002d5b;
	padding: 15px 0;
}

.smartstyle {
	position: absolute;
	right: 1%;
	bottom: 5px;
}

.smartstyle img {
	width: 60px;
	height: 60px;
}

.bg {
	display: none;
}

/* -- Rahmen -- */
#inhaltsbereich .inhalt > .frame {
	padding: 0 0 70px 0;
	width: 100%;
	float: left;
	clear: both;
}

#inhaltsbereich .inhaltsheader + .inhalt > .frame:first-child {
	padding-top: 70px;
}

#inhaltsbereich .inhalt > .frame.frame-default + .frame.frame-default {
	padding-top: 0px; 

}

#inhaltsbereich .inhalt .frame-aerzte h3 {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
}

#inhaltsbereich .inhalt .frame-aerzte .ce-gallery .image {
	border-radius: 100%;
	overflow: hidden;
}

#inhaltsbereich .inhalt .frame-aerzte .ce-gallery .image img {
	transition: 0.5s;
}

#inhaltsbereich .inhalt .frame-aerzte .ce-gallery .image img:hover {
	transform: scale(1.05);
}

#inhaltsbereich .inhalt .frame-aerzte .ce-bodytext {
	text-align: center;
}

#inhaltsbereich .inhalt .frame-aerzte .ce-bodytext ul {
	display: inline-block;
}

#inhaltsbereich .inhalt .frame-aerzte .tx_cn-columns .row .col-33 {
	width: 27%;
	padding: 0 3%;
}

#inhaltsbereich .inhalt .frame-praxen .ce-gallery {
	width: 100%;
}

#inhaltsbereich .inhalt .frame-praxen .ce-gallery .ce-row {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

#inhaltsbereich .inhalt .frame-praxen .ce-gallery .image {
	position: relative;
}

#inhaltsbereich .inhalt .frame-praxen .ce-gallery .image img {
	border-radius: 100%;
}

#inhaltsbereich .inhalt .frame-praxen .ce-gallery .image figcaption {
	position: absolute;
	top: 50px;
    background: #19466e;
    border-bottom: 10px solid #002d5b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    padding: 20px 40px 10px;
}

#inhaltsbereich .inhalt .frame-filtergalerie h3 {
	font-size: 26px;
    margin: 0 0 5px 0;
    color: #002d5b;
    text-transform: uppercase;
    font-weight: 700;
}

#inhaltsbereich .inhalt .frame-filtergalerie h4 {
	font-size: 22px;
    margin: 0 0 20px 0;
    color: #19466e;
    font-weight: 400;
}

#inhaltsbereich .inhalt .frame-pdf .image {
	border: 3px solid #cccccc;
	border-radius: 100%;
	transition: 0.5s;
}

#inhaltsbereich .inhalt .frame-pdf .row > div:hover .image {
	border: 3px solid #002d5b;
}

/* -- Powermail -- */
.tx-powermail h3, .powermail_legend {
	display: none;
}

.powermail_fieldset {
	border: 0;
	padding: 0;
}

.powermail_fieldwrap {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 5px 0;
}

.powermail_label {
	width: 30%;
	float: left;
}

.powermail_field {
	width: 68%;
	float: right;
	position: relative;
}

.powermail_input, .powermail_textarea {
	width: 96%;
	padding: 4px 2%;
	border: 0;
	background: rgba(0,0,0,0.05);
	border-radius: none;
	float: left;
	font-family: inherit;
}

.powermail_textarea {
	resize: none;
	overflow: auto;
	height: 80px;
}

.powermail_submit {
	float: right;
	background: #009999;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border: 0;
	border-radius: none;
}

ul.parsley-errors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 2px;
	bottom: 1px;
	color: #009999;
}

ul.parsley-errors-list li {
	margin: 0;
	padding: 0;
}

ul.parsley-errors-list li::before {
	display: none;
}

.powermail_create {
	text-align: center;
}

/* -- Multicontent -- */
.ui-accordion .ui-accordion-header {	
    margin: 6px 0 0 0;
    padding: 13px 4% 13px 2%;
	width: 94%;
	position: relative;
	float: left;
	clear: both;
	cursor: pointer;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
    background: #cccccc;
    font-weight: 400;
	font-size: 16px;
    color: #fff !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default:hover {
	border: 0;
    background: #002d5b;
    font-weight: 400;
	font-size: 16px;
    color: #FFFFFF;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-accordion .ui-accordion-header a:hover {
	text-decoration: none !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: auto;
	right: 1%;
    top: 50%;
    margin-top: -14px;
}

.ui-icon {
	height: 29px;
    width: 18px;
    background-image: url(../images/accordion.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
	background-color: transparent;
	transition: all 0.5s ease;
}

.ui-state-default .ui-icon {
    background-image: url(../images/accordion.svg);
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon, .ui-accordion-header:hover .ui-accordion-header-icon {
	transform: rotate(90deg);
}

.ui-accordion .ui-accordion-content {
    padding: 10px 2%;
	width: 96%;
    border: 0;
	background: none;
	float: left;
	clear: both;
}

/* -- Responsive Bilder -- */
.respbilder .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 0 0 !important;
}

.respbilder .ce-bodytext {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;	
	color: #fff;	
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 280px;
	padding: 7px 10px;
	z-index: 99999;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 3px 10px;	
	margin: 7px 0 0 0; 
	font-weight: 700;
	background: rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

#cookie-bar .cb-enable {	
	margin-left: 10px;
} 
/* -- Cookies -- */

/*~ News ~*/
.news .news-listslider-container .article .news-img-wrap {
	margin-bottom: 30px;
	border-top: 10px solid white;
	position: relative;
}

.news .news-listslider-container .article .news-img-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/news-overlay.svg) center center no-repeat;
	background-size: contain;
}

.news .news-listslider-container .article .news-img-wrap.dummy::after {
	display: none;
}

.news .news-listslider-container .article .no-media-element a {
	width: 100%;
}

.news-listslider-container .news-content {
	width: 90%;
	padding: 0 5% 10px 5%;
	min-height: 170px;
}

/*~ Filter-Gallerie ~*/
.frame-filtergalerie .ce-row .image img { 
	transition: 0.5s;
}

.frame-filtergalerie .ce-row:hover .image img {
	transform: scale(1.05); 
	filter: blur(3px);
}

.frame-filtergalerie .image-caption {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #002d5b;
    padding: 20px;
	transition: 0.7s;
	white-space: pre-line;
	font-weight: bold;
}

.frame-filtergalerie .ce-row:hover .image-caption {
    top: 0;
    bottom: 0;
}

/*~ Kontakt-Button ~*/
#inhaltsbereich .inhalt .frame-buttonlink a[title="button"] {
	background: #1d4d77;
	color: white;
	padding: 15px 15px 10px 15px;
	transition: 0.5s;
}

#inhaltsbereich .inhalt .frame-buttonlink a[title="button"]:hover {
	background: none;
	box-shadow: inset 0 0 0 2px #1d4d77;
	color: #1d4d77;
	text-decoration: none;
}

/* Mediaconsent */
.mediaconsent {
  /*margin: 30px 0 50px;*/
  position: relative;
  overflow: hidden;
}
.mediaconsent iframe { 
  position: relative;
  border: 0 none;
  z-index: 1;   
}
.matomo-optout { 
  display: none;
}
.matomo-optout.loadcontent {
  display: block;
}

.mapsoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  display: table;
  width: 100%;
  height: 100%;
  */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  background: rgba(206, 206, 206, 0.6);
  z-index: 2;
  cursor: pointer;
}

.mapsoverlay button {
  margin-bottom: 2px;
}

.cookie_only-this {
  font-family: inherit;
  font-size: 16px;  
  color: #fff;   
  line-height: 1.3;
  padding: 11px 20px 10px 20px;  
  background-color: rgba(25, 70, 110, 1);  
  border: 0 none;
  border-radius: 3px;
  margin: 0 10px 0 0; 
  cursor: pointer;
  -webkit-appearance: none;  
}

.cookie_only-this:hover {
  background-color: rgba(25, 70, 110, 0.9);
}

#cookie_einstellungen { 
  background-color: rgba(25, 70, 110, 1);
  line-height: 1.3;  
}

#cookie_einstellungen:hover { 
  background-color: rgba(25, 70, 110, 0.9);
}

.card-body div[data-cookieman-dnt] { 
  margin: 0 0 10px 0;
}

div[data-type="maps"],
div[data-type="youtube"],
div[data-type="vimeo"] { 
  display: none;
}

.mapsoverlay div[data-type="maps"],
.mapsoverlay div[data-type="youtube"],
.mapsoverlay div[data-type="vimeo"]{ 
  /*
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
  */
  display: block;
}
