/*
	ZENTderma - Styles
*/

:root {
	
	--farbe-marke:              #558D8E;  /*  rgb: 85,141,142  */
	--farbe-marke-hell-1:       #77a4a5;
	--farbe-marke-hell-2:       #99bbbb;
	--farbe-marke-hell-3:       #bbd1d2;
	--farbe-marke-hell-4:       #dde8e8;
	--farbe-marke-dunkel-1:     #447172;
	--farbe-grau:               #5d5d60;
	--farbe-grau-hell:          #E3E4E4;
	--farbe-grau-dunkel:        #333333;
	--farbe-marke-transparent:  rgba(165,199,201,0.8);
	--farbe-marke-dunkel:       var(--farbe-marke-dunkel-1);
	
	--farbe-doctolib:           #107ACA;

	--farbe-marke-dunkelblau:   #00295F;
	--farbe-marke-tuerkis:      #0F83A9;
	
	--farbe-text:                     #333333;
	--farbe-menu-level1-hover-text:   #000000;
	--farbe-menu-level2-text:         #333333;
	--farbe-menu-level2-bg:           rgba(255,255,255,0.9);
	--farbe-menu-level2-hover-text:   #ffffff;
	--farbe-menu-level2-hover-bg:     var(--farbe-marke);

	--content-breite:              1200px;
	--topbar-hoehe-desktop:         140px;
	--topbar-hoehe-desktop-small:   110px;
	--topbar-hoehe-mobil:           140px;
	--topbar-hoehe-mobil-small:      90px;

}


@font-face { font-family: 'Open Sans'; src: url(/files/_tmpl/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf); }
@font-face { font-family: 'Open Sans'; src: url(/files/_tmpl/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf); font-style: italic; }

.m-0 { margin: 0 !important; } .m-1 { margin: 15px !important; } .m-2 { margin: 30px !important; } .m-3 { margin: 45px !important; } .m-4 { margin: 60px !important; } .m-5 { margin: 75px !important; }
.m-t-0 { margin-top: 0 !important; } .m-t-1 { margin-top: 15px !important; } .m-t-2 { margin-top: 30px !important; } .m-t-3 { margin-top: 45px !important; } .m-t-4 { margin-top: 60px !important; } .m-t-5 { margin-top: 75px !important; }

.m-b-0 { margin-bottom: 0 !important; } .m-b-1 { margin-bottom: 15px !important; } .m-b-2 { margin-bottom: 30px !important; } .m-b-3 { margin-bottom: 45px !important; } .m-b-4 { margin-bottom: 60px !important; } .m-b-5 { margin-bottom: 75px !important; }

.p-0 { margin: 0 !important; } .p-1 { margin: 15px !important; } .p-2 { margin: 30px !important; } .p-3 { margin: 45px !important; } .p-4 { margin: 60px !important; } .p-5 { margin: 75px !important; }
.p-t-0 { padding-top: 0 !important; } .p-t-1 { padding-top: 15px !important; } .p-t-2 { padding-top: 30px !important; } .p-t-3 { padding-top: 45px !important; } .p-t-4 { padding-top: 60px !important; } .p-t-5 { padding-top: 75px !important; }

.p-b-0 { padding-bottom: 0 !important; } .p-b-1 { padding-bottom: 15px !important; } .p-b-2 { padding-bottom: 30px !important; } .p-b-3 { padding-bottom: 45px !important; } .p-b-4 { padding-bottom: 60px !important; } .p-b-5 { padding-bottom: 75px !important; }

.p-l-0 { padding-left: 0 !important; } .p-l-1 { padding-left: 15px !important; } .p-l-2 { padding-left: 30px !important; } .p-l-3 { padding-left: 45px !important; } .p-l-4 { padding-left: 60px !important; } .p-r-5 { padding-left: 75px !important; }

.p-r-0 { padding-right: 0 !important; } .p-r-1 { padding-right: 15px !important; } .p-r-2 { padding-right: 30px !important; } .p-r-3 { padding-right: 45px !important; } .p-r-4 { padding-right: 60px !important; } .p-r-5 { padding-right: 75px !important; }

.m-l-0 { margin-top: 0 !important; } .m-l-1 { margin-top: 15px !important; } .m-l-2 { margin-top: 30px !important; } .m-l-3 { margin-top: 45px !important; } .m-l-4 { margin-top: 60px !important; } .m-l-5 { margin-top: 75px !important; }

.m-r-0 { margin-bottom: 0 !important; } .m-r-1 { margin-bottom: 15px !important; } .m-r-2 { margin-bottom: 30px !important; } .m-r-3 { margin-bottom: 45px !important; } .m-r-4 { margin-bottom: 60px !important; } .m-r-5 { margin-bottom: 75px !important; }


/*  ==========  Korrekturen des Themes  ==========  */
@media screen and (max-width: 480px) {
	.row {
		grid-gap: 1rem !important;
	}
}
/*  ==========  /Korrekturen des Themes  ==========  */

html {
/*    height: 100%;  */
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
/*    height: 100%;  */
    color: #333333;
    line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
}
article[id], 
.section[id] { 
	scroll-margin-top: var(--topbar-hoehe-desktop);
}
#main .mod_article[id] { 
	scroll-margin-top: var(--topbar-hoehe-desktop-small);
}


#main a {
	color: var(--farbe-marke-dunkel-1);
	text-decoration: underline;
}
#main a:hover {
	color: var(--farbe-marke-hell-1);
}
ul {
	display: block;
	list-style-type: disc;
	padding-left: 40px;
}
li {
	display: list-item;
}

#wrapper, #container, #main, #main > .inside {
/*    height: 100%;  */
}
#container {
	padding-top: var(--topbar-hoehe-desktop);
}
@media screen and (max-width: 992px) {
	#container {
		padding-top: var(--topbar-hoehe-mobil);
	}
}
#main {
	padding-top: 0;	
	transition: padding-top 0.5s;
}
#main > .inside {
/*	padding-top: 138px;	  */
	transition: padding-top 0.5s;
}

.skip-link, .invisible {
  position: absolute;
  left: -9999px;
}
.skip-link:focus, .invisible:focus {
  left: 0;
  color: #000000;
  background-color: #ffffff;
}

.w3-top {
	height: 170px;
}
.w3-content {
	max-width: var(--content-breite) !important;
}
.w3-container::before {
	display: none;
}
.w3-button:hover {
	background-color: var(--farbe-grau-hell) !important;
}
#main .content-hyperlink.w3-button {
	background-color: var(--farbe-marke);
	border-radius: 10px;
	border: 1px solid var(--farbe-marke);
	transition: all 0.5s;
}
#main .content-hyperlink.w3-button:hover {
	background-color: var(--farbe-grau-dunkel);
}
#main .content-hyperlink.w3-button a {
	color: #ffffff;
	text-decoration: none !important;
	transition: all 0.5s;
}
#main .content-hyperlink.w3-button:hover a {
	color: var(--farbe-marke);
}


[class^="col-"] .content-image.w3-image img {
	width: 100%;
	height: auto;
}
.content-text.media figure img {
	max-width: 100%;
	height: auto;
}
.content-text.media--left figure {
	float: left;
	margin-right: 30px;
}
.zentriert {
	text-align: center;
}

/*  ==========  topbar  ==========  */

#topbar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	height: var(--topbar-hoehe-desktop);
	padding: 0;
	z-index:999;
	background-color: #ffffff;
	border-bottom: 1px solid var(--farbe-grau-hell);
	transition: all 0.5s;
}
#topbar.small {
	height: var(--topbar-hoehe-desktop-small);
	background-color: #ffffff;
}
#topbar > .inside {
	height: 100%;
/*	width: calc(100% - 32px);  */
	width: 100%;
	padding: 2px 16px;
	transition: all 0.5s;
}
#topbar.small > .inside {
	padding: 0px 16px;
}

@media screen and (min-width: 1350px) {
	#topbar:not(.large) {
	}
}
@media screen and (min-width: 993px) and (max-width: 1350px) {
	#topbar:not(.large) {
		height: 140px;
		padding: 0;
	}
	#topbar.large {
		height: 140px;
	}
	#topbar.small {
		height: 90px;
		padding-top: 0;
		padding-bottom: 0;
	}
}
#topbar:hover {
	background-color: rgba(255,255,255,1);
	transition: all 0.5s;
}
#topbar .w3-top {
	position: relative;
}
#topbar > .inside > .w3-top {
	height: 100%;
}
@media screen and (max-width: 992px) {
	#topbar {
		height: var(--topbar-hoehe-mobil) !important;
	}
	#topbar.small {
		height: var(--topbar-hoehe-mobil-small) !important;
		background-color: #ffffff;
	}
	#topbar.small > .inside {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	#topbar {
		height: var(--topbar-hoehe-mobil) !important;
	}
	#topbar.small {
		height: var(--topbar-hoehe-mobil-small) !important;
	}
}

#topbar.small .w3-bar .w3-bar-item {
	padding: 8px 12px 4px 12px;
}

/*  ==========  /topbar  ==========  */

/*  ==========  Logo  ==========  */

#myLogo {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	transition: all 0.5s;
	height: 100%;
}
/*
#myLogo::after {
	display: block;
	content: 'in Lenggries';
	font-family: 'Open Sans', Arial, sans-serif;
	color: var(--farbe-marke);
	font-size: 36px;
	position: absolute;
	right: 0;
	bottom: -40px;
	text-align: right;
	transition: all 0.5s;
}
*/
#topbar.small #myLogo {
/*	padding-left: 0;  */
}
#myLogo img {
	height: 100%;
	width: auto;
	transition: all 0.5s;
}
@media screen and (min-width: 601px) and (max-width: 1280px) {
}
@media screen and (max-width: 600px) {
	#myLogo {
		transition: all 0.5s;
		position: absolute;
		bottom: 5px;
		height: calc(var(--topbar-hoehe-mobil) - 50px);
		left: -15px;
	}
	#topbar.small #myLogo {
		bottom: 0;
		left: -15px;
		height: calc(var(--topbar-hoehe-mobil-small) - 20px);
	}
	#myLogo img {
		height: 100%;
		width: auto;
		max-width: 250px;
	}

}

/*  ==========  /Logo  ==========  */

/*  ==========  Navigation  ==========  */

#myNavbar {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	width: calc(100vw - 362px);
	background-color: transparent;
	overflow: visible;
	transition: all 0.5s;
	text-transform: uppercase;
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
	#myNavbar {
		width: calc(100vw - 360px);
	}
	#topbar.small #myNavbar {
		width: calc(100vw - 240px);
	}
}
@media screen and (max-width: 992px) {
	#myNavbar {
		top: 0;
		bottom: auto;
		height: 100%;
	}
}

.w3-bar-block .w3-bar-item {
	padding-top: 16px;
	padding-bottom: 16px;
}
/*
@media screen and (max-width: 600px) {
	#myNavbar {
		top: 0;
		bottom: auto;
	}
}
*/






/*  ==========  Hero  ==========  */

.content-image.hero img, 
.content-swiper.hero img {
	width: 100%;
	height: auto;
}
.hero .content-text.media--left figure {
	margin-right: 0;
}

.hero .content-text .rte {
	position: absolute;
	bottom: 10%;
	left: 20vw;
	background: var(--farbe-marke-transparent);
	color: #ffffff;
	padding: 25px 40px;
}
.hero .content-text.media--right .rte {
	left: auto;
	right: 20vw;
}
.hero .content-text .rte h2 {
	color: #ffffff;
}
.hero .content-text .rte p a {
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 7px 25px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	margin-top: 15px;
	transition: all 0.3s;
}
.hero .content-text .rte p a:hover {
	color: var(--farbe-marke) !important;
	background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 600px) {
	.hero .content-text .rte {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 25px 40px;
	}
	.hero .content-text.media--right .rte {
		left: auto;
		right: auto;
	}
}




/*  ==========  /Hero  ==========  */













#myNavbar .mod_navigation.w3-bar-item {
	margin: 0;
	padding: 0;
}
.mod_navigation ul, 
.mod_customnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.w3-top .mod_navigation ul {
	float: right;
}

#myNavbar li {
	float: left;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
	#myNavbar .w3-button {
		padding: 0 16px;
	}
}

/*
#myNavbar ul.level_1 > li {
	position: relative;
}
*/
#myNavbar ul.level_1 > li > a:hover{
	color: var(--farbe-menu-level1-hover-text) !important;
}
#myNavbar ul.level_1 > li > strong {
	cursor: default;
	color: var(--farbe-marke) !important;
	background-color: inherit !important;
}
#myNavbar ul.level_2 {
	position: absolute;
	background-color: var(--farbe-menu-level2-bg);
	color: var(--farbe-menu-level2-text);
	height: auto;
	max-height: 0;
	transition: max-height 0.2s 0s;
	overflow: hidden;
	min-width: 200px;
	box-shadow: 2px 2px 4px #aaaaaa;
	position: absolute;
	top: 46px;
	display: flex;
	flex-wrap: wrap;
	text-transform: none;
	width: auto;
	max-width: 300px;
/*	left: 0;     Megamenu  */
/*	width: 100%;     Megamenu  */
}
#myNavbar ul.level_2 li {
	display: block;
	float: none;
	width: 100%;
/*	width: 20%;     Megamenu  */
}
#myNavbar li:hover ul.level_2 {
	height: auto;
	max-height: 800px;
	transition: max-height 0.7s 0.3s;
}
#myNavbar ul.level_2 li  .w3-bar-item {
	float: none;
	padding: 12px 25px;
}
#myNavbar ul.level_2 li .w3-button {
	text-align: left;
	display: block;
}
#myNavbar ul.level_2 li  .w3-button:hover {
	color: var(--farbe-menu-level2-hover-text) !important;
	background-color: var(--farbe-menu-level2-hover-bg) !important;
}
#myNavbar ul.level_1 > li > strong.active, 
#myNavbar ul.level_1 > li > a.trail {
	color: var(--farbe-marke-dunkel) !important;
}
#myNavbar li.shop a.w3-button {
	background-color: var(--farbe-marke-tuerkis) !important;
	color: #ffffff !important;
}

#myNavbar li.shop a,
#myNavbar li.shop.active {
	display: block;
	overflow: hidden;
	padding-left: 40px;
}
#myNavbar li.shop.active {
	padding: 8px 16px;
}
#myNavbar li.shop a::before, 
#myNavbar li.shop.active::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f07a";
	font-size: 20px;
	font-size: 1rem;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
}



.meta {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	text-align: right;
	font-size: 24px;
}
.meta > .inside {
	width: 100%;
/*	max-width: var(--content-breite);  */
	margin: 0 auto;
	padding: 0 16px;
}
.meta a {
	color: var(--farbe-marke);
	transition: all 0.5s;
}
.meta em, 
.meta i {
	font-size: 28px;
}
.meta a.doctolib.w3-button {
	background-color: var(--farbe-doctolib);
	color: #ffffff;
	border: 1px solid var(--farbe-doctolib);
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	transition: all 0.3s;
}
.meta a.doctolib.w3-button:hover {
	background-color: var(--farbe-doctolib) !important;
	color: #ffffff !important;
	border: 1px solid var(--farbe-doctolib);
	padding-top: 15px;
}
.meta a.doctolib img {
	width: 120px;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 939px) {
	.meta a.doctolib.w3-button {
		font-size: 14px;
		padding: 5px 10px;
		transition: all 0.3s;
	}
	.meta a.doctolib img {
		width: 100px;
		height: auto;
		vertical-align: bottom;
	}
	#topbar.small .meta a.w3-button {
		font-size: 12px;
		padding: 2px 5px;
	}
	.meta a.doctolib.w3-button img {
		width: 80px;
		height: auto;
		vertical-align: bottom;
	}
}

.meta .w3-button:hover {
	color: var(--farbe-marke) !important;
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
	.meta {
		font-size: 19px !important;
	}
	.meta em, 
	.meta i {
		font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
	.meta {
		font-size: 18px;
	}
}


@media screen and (min-width: 993px) and (max-width: 1280px) {
	#myNavbar {
	}
	.mod_navigation ul, 
	.mod_customnav ul {
		font-size: 16px;
		letter-spacing: -0.5px;
	}
	#myNavbar.w3-bar .w3-bar-item {
		padding: 8px 8px;
	}
}


/*
	SmallMenu ...
*/

.menu-button {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}
@media screen and (min-width: 993px) and (max-width: 1350px) {
	#myNavbar.large .menu-button {
		top: auto;
		bottom: 40px;
	}
	#myNavbar.small .menu-button {
		top: auto;
		bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	#myNavbar .menu-button {
/*		right: 10px;  */
		right: 0;
	}
}



#navSmallMenu {
	position: absolute;
	top: 120px;
	right: -100vw;
	width: 100vw;
	max-width: 300px;
	height: auto;
	transition: left 0.5s;
	display: block;
	border-right: 1px solid #cccccc;
	background-color: var(--farbe-marke-hell-2);
	color: #333333;
	text-transform: uppercase;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	transition: all 0.5s;
}
#navSmallMenu::-webkit-scrollbar {
	display: none;
}
#navSmallMenu.w3-white {
	color: #ffffff !important;
	background-color: var(--farbe-marke) !important;
}
@media (max-width: 600px) {
	#navSmallMenu {
		top: var(--topbar-hoehe-mobil);
		padding-top: 0;
	}
	#topbar.small #navSmallMenu {
		top: var(--topbar-hoehe-mobil-small);
		padding-top: 0;
	}
	#topbar.small .menu-button {
		
	}
	#topbar.small .w3-padding-large {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#topbar.small .w3-xxlarge {
		font-size: 32px !important;
	}
}
#navSmallMenu.w3-hide {
	display: block !important;
}
#navSmallMenu.w3-show {
	right: 0;
	transition: all 0.5s;
	box-shadow: 1px 5px 5px #666666;
	max-height: calc(100vh - 120px);
}
@media (max-width:600px) {
	#navSmallMenu.w3-show {
		max-height: calc(100vh - var(--topbar-hoehe-mobil));
		overflow: scroll;
	}
	#topbar.small  #navSmallMenu.w3-show {
		max-height: calc(100vh - var(--topbar-hoehe-mobil-small));
	}
}
#navSmallMenu .w3-bar-block .w3-bar-item {
	padding: 12px 16px 12px 36px;
}
.w3-top #navSmallMenu .mod_navigation ul {
	float: left;
	width: 100%;
}
#navSmallMenu li {
	border-bottom: 1px solid #cccccc;
}
#navSmallMenu li > a:hover {
	background-color: rgba(255,255,255,0.4) !important;
}
#navSmallMenu li:first-child {
	border-top: 1px solid #cccccc;
}
#navSmallMenu li.active strong {
	cursor: default;
}
#navSmallMenu ul.level_1 > li {
	display: block;
}
#navSmallMenu ul.level_2 {
	display: block;
	background-color: transparent;
	position: relative;
	top: auto;
}
#navSmallMenu ul.level_2 li .w3-bar-item {
	padding: 8px 16px 8px 56px;
	font-size: 0.875rem;
}


@media screen and (max-width: 992px) {
	.navtop {
		font-size: 1rem;
	}
	#navSmallMenu nav.mod_changelanguage {
		display: block;
		text-align: right;
	}
	#navSmallMenu nav.mod_changelanguage ul {
		padding-right: 12px;
	}
	#navSmallMenu .mod_changelanguage ul.level_1 > li {
		display: inline-block;
		border: none;
	}
	nav.mod_changelanguage ul li.active strong {
		border: none;
		display: inline-block;
		padding: 8px 16px;
		vertical-align: middle;
		overflow: hidden;
		text-decoration: none;
		color: inherit;
		background-color: inherit;
		text-align: center;
		cursor: pointer;
		white-space: nowrap;
	}
}



/*  ==========  /Navigation  ==========  */














#footer {
	background-color: var(--farbe-grau-dunkel);
	color: #ffffff;
	font-size: 16px;
}
#footer .mod_customnav .w3-button {
	padding: 0;
	background-color: transparent;
}
#footer .mod_customnav .w3-button:hover {
	color: var(--farbe-marke-hell-1) !important;
	background-color: transparent;
}
#footer .mod_customnav .w3-hover-theme:hover {
	color: var(--farbe-marke-hell-1) !important;
	background-color: transparent !important;
}


#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: var(--farbe-marke-hell-2) !important;
/*	opacity: 0.75;  */
}

.fa-angle-double-up {
	font-size: 32px;
	font-size: 2rem;
}



figure { margin: 0; }
a { text-decoration: none; }

.w3-image img {
    max-width: 100%;
	width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: inherit !important;
	font-weight: 400; 
}
h1 { font-size: 42px; font-size: 2.625rem; line-height: 1.25; margin: 1rem 0 2rem 0; }
h2 { 
	font-size: 32px; 
	font-size: 2rem; 
	font-weight: bold; 
	line-height: 1.25; 
	margin: 1rem 0; 
	color: var(--farbe-marke-dunkel-1); 
	border-bottom: 2px dashed var(--farbe-marke-dunkel-1);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
h3 { font-size: 24px; font-size: 1.5rem; }
h4 { font-size: 20px; font-size: 1.25rem; color: var(--farbe.-marke); }
h5 { font-size: 18px; font-size: 1.125rem; }
h6 { font-size: 16px; font-size: 1rem; }

@media (max-width:600px) {
	h1 { font-size: 28px; font-size: 1.75rem; line-height: 1.3; hyphens: auto; }
	h2 { font-size: 24px; font-size: 1.5rem hyphens: auto; }
	h3 { font-size: 20px; font-size: 1.25rem }
	h4 { font-size: 18px; font-size: 1.125rem color: #0F83A9; }
	h5 { font-size: 16px; font-size: 1rem }
	h6 { font-size: 16px; font-size: 1rem }
	.w3-xlarge { font-size: 20px !important; font-size: 1.25rem !important; }
}

hr { border:0; border-top: 1px solid #eee; margin:20px 0; }
.w3-wide { letter-spacing:4px; letter-sppacing: 0.25rem; }
.w3-serif { font-family: serif; }

.text-shadow p, .text-shadow h1, .text-shadow h2, .text-shadow h3, .text-shadow h4, .text-shadow {
	text-shadow: 0 0 10px #000000;
}
.bg-shadow {
	background-color: rgba( 0, 0, 0, 0.1);
}
 
.margin-top{margin-top: 64px;}
.margin-bottom{margin-bottom: 64px;}

.bg-hellgrau {
	background-color: #e4e4eb; 
}
.bg-mint {
	background-color: var(--farbe-marke-hell-4);
	color: var(--farbe-text);
}
.bg-mint h2 {
	color: var(--farbe-text);
	font-weight: bold;
}

.bg-grau {
	background-color: #eeeeee;
}
.bg-weiss {
	background-color: #ffffff;
}








.ce_gallery.w3-hover-opacity:hover {
	opacity: 1;
}
.w3-hover-opacity .image_container > a {
	position: relative;
	display: block;
}
.ce_gallery.w3-hover-opacity .image_container > a:hover {
	opacity: 0.6;
}
.w3-hover-opacity .image_container > a:hover::after {
    content: "+";
    font-size: 56px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
	text-shadow: 0 0 10px #000000;
}


.ce_gallery ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ce_gallery ul.cols_4 li {
	display: inline-block;
	width: 25%;
	padding: 16px;
}
.ce_gallery ul.cols_3 li {
	display: inline-block;
	width: 33%;
	padding: 8px;
}
.ce_gallery img {
	width: 100%;
	height: auto;
}
@media (max-width:600px) {
	.ce_gallery ul.cols_3 li {
		width: 100%;
	}
	.ce_gallery ul.cols_4 li {
		width: 100%;
		padding: 8px 0;
	}
}


/*  ==========  Slick Slider  ==========  */

.slick-dots {
	bottom: 10px;
}
.slick-dots li button::before {
	font-size: 15px;
	color: #ffffff;
	opacity: 0.75;
}
.slick-dots li.slick-active button::before {
	color: #ffffff;
	opacity: 1;
}
.slick-prev, .slick-next {
	color: #333333;
	z-index: 99;
	width: 40px;
	height: 40px;
}
.slick-prev {
	left:10px;
}
.slick-next {
	right:10px;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slickslider li, 
.slickslidermanuell li {
	position: relative;
}
.slickslider .caption, 
.slickslidermanuell .caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
	color: #0f83a9;
	background-color: rgba(255,255,255,0.9);
	padding: 7px 15px;
}

.ce_gallery div.cols_4 .slick-list li {
	padding: 0;
}
.ce_gallery div.cols_4 ul.slick-dots {
	display: block;
}
.ce_gallery div.cols_4 .slick-dots li {
	padding: 0;
	width: 20px;
}


/*  ==========  /Slick Slider  ==========  */

/*  ==========  Content Slider  ==========  */

.swiper-button-next, 
.swiper-button-prev { 
	color: #ffffff !important;
	background-color: var(--farbe-marke) !important;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
}
.swiper-pagination-bullet {
	background-color: var(--farbe-marke);
	border: 1px solid #ffffff;
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}

/*  ==========  /Content Slider  ==========  */


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 400px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #ffffff;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back .inside {
	padding: 10px;
}
flip-card-back a {
	display: block;
	height: 100%;
}
.flip-card-back h3 {
	margin: 10px 0 0 0;
}
.flip-card-back h3:first-child {
	margin: 0;
	line-height: 1.4;
}


/*  ==========  Flipcard  ==========  */


.mod_newslist .layout_latest {
	clear: both;
	margin-bottom: 32px;
}
.mod_newslist .layout_latest p.info {
	margin: 0;
}
.mod_newslist .layout_latest .image_container {
	margin-bottom: 12px;
}
.scene {
	-webkit-perspective: 600px;
	perspective: 600px;
	margin-bottom: 30px;
	height: 390px;
	padding: 10px;
	width: 100%;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.scene { height: 690px; height: 65vw; }
}
@media only screen and (max-width: 600px) {
	.scene { height: 360px; height: 100vw; }
}

.scene .card {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.scene .card.is-flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.scene .card-face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.scene .card-face-front {
	background: #ffffff;
}
.scene .card-face-front .caption {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 10px 0;
	font-size: 30px;
}

.scene .card-face-back {
	padding: 10px;
	background: #B5DEE8;
	background-color: #DFEBF0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 1.3;
}
@media only screen and (max-width: 480px) {
	.scene .card-face-back {
		padding: 10px;
	}
}
.card-face-back h3 {
	margin: 10px 0 0 0;
}
.card-face-back h3:first-child {
	margin: 0;
	line-height: 1.4;
}
.scene .card-face-back h5 {
	margin-bottom: 15px;
}
.scene .card-face p {
	margin-bottom: 13px;
}
.scene .card-face-front.image_container.image .teaser p img {
	width: 33px;
	height: 33px;
	display: inline;
	margin: 0;
}

.drehknopf1, .drehknopf2 {
	cursor: pointer;
	color: #143946;
	position: absolute;
	top: auto;
	left: 5px;
	bottom: 5px;
	line-height: 1.0;
}
.scene .card.is-flipped .drehknopf1 {
	display: none;
}
.drehknopf2.back {
	cursor: pointer;
/*	color: #ff6e2d;  */
}

/*  ==========  /Flipcard  ==========  */




.ce_sliderStart {
	position: relative;
}
.ce_sliderStart .slider-control {
	position: absolute;
	right: 5px;
	bottom: 20px;
	left: 5px;
}
.ce_sliderStart .slider-control .slider-menu {
	top: 10px;
}
.ce_sliderStart .slider-control .slider-prev, 
.ce_sliderStart .slider-control .slider-next {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
}
.ce_sliderStart .slider-control a.slider-prev, 
.ce_sliderStart .slider-control a.slider-next {
	color: #ffffff !important;
}
.ce_sliderStart.schwarze-pfeile .slider-control a.slider-prev, 
.ce_sliderStart.schwarze-pfeile .slider-control a.slider-next {
	color: #000000 !important;
}



.content-text.infobox {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-text.infobox figure, 
.content-text.infobox picture {
	width: 100%;
}
.content-text.infobox figure img {
	width: 100%;
	height: auto;
}
.content-text.infobox .rte {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.content-text.infobox .rte h2 {
	margin: 0;
	line-height: 1.25;
	color: #ffffff;
	font-weight: normal;
}
.content-text.infobox .rte a {
	color: #ffffff !important;
	text-decoration: none !important;
	display: block;
	background: rgba(135,4,28,0.6);
	padding: 5px 15px 0 15px;
}
.content-text.infobox .rte a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}


.content-text.infobox-2 {
	position: relative;
	padding: 20px 20px 100px 20px;
	border-radius: 20px;
}
.content-text.infobox-2 .fa {
	color: var(--farbe-marke);
}
.infobox h2, 
.infobox-2 h2 {
	font-size: 24px;
}
.infobox-2 figure {
	border-radius: 15px;
	overflow: hidden;
}
.infobox-2 .rte {
	hyphens: auto;
}
.infobox-2 h3 {
	border-bottom: 2px dashed #333;
	padding-bottom: 10px;
	color: var(--farbe-marke);
	font-weight: bold;
}
.infobox-2 p:last-child a {
	position: absolute;
	bottom: 15px;
	display: inline-block;
	padding: 10px 30px;
	background-color: var(--farbe-marke-dunkel-1);
	color: #ffffff !important;
	border-radius: 15px;
	border: 1px solid var(--farbe-marke-hell-1);
	text-decoration: none !important;
	transition: all 0.3s;
}
.infobox-2 p:last-child a:hover {
	background-color: var(--farbe-marke-hell-4);
	color: #000000 !important;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
	.infobox h2, 
	.infobox-2 h2 {
		font-size: 20px;
	}
	.infobox p, 
	.infobox-2 p {
		font-size: 16px;
	}
}

.gleiche-hoehe {
	height: 100%;
}

/*  ==========  Galerie  ==========  */

.content-gallery {
	text-align: center;
}
.content-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.content-gallery ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.content-gallery.logos ul li figure {
	padding: 10px;
	margin: 8px 5px;
	border: 1px solid #dddddd;
	display: flex;
	flex-direction: row;
	align-items: center;
	aspect-ratio: 1;
}
.content-gallery ul li img {
	width: 100%;
	height: auto;
}

/*  ==========  /Galerie  ==========  */










/*  ==========  Deko-Elemente  ==========  */

.mod_article.trenner-links::after, 
.mod_article.trenner-rechts::after {
	display: block;
	width: 213px;
	height: 60px;
	z-index: 990;
}
.mod_article.trenner-links::after {
	content: url(/files/_tmpl/img/striche-links.svg);
	/*  Größe: z.B. 640 x 180 px  */
	position: absolute;
	left: 0;
	bottom: -30px;
}
.mod_article.trenner-rechts::after {
	content: url(/files/_tmpl/img/striche-rechts.svg);
	/*  Größe: z.B. 640 x 180 px  */
	position: absolute;
	right: 0;
	bottom: -30px;
}
.trenner-mitte {
	position: relative;
}
.trenner-mitte::after {
	display: block;
	width: 640px;
	height: 48px;
	z-index: 990;
	content: url(/files/_tmpl/img/striche-abschluss.svg);
	/*  Größe: z.B. 640 x 180 px  */
	position: absolute;
	right: 0;
	bottom: -48px;
}

/*  ==========  /Deko-Elemente  ==========  */


/*  ==========  Sprechzeiten-Tabelle  ==========  */

#sprechzeiten table {
	width: auto !important;
}
#sprechzeiten thead {
	visibility: hidden;
}
#sprechzeiten tr {
	border-bottom: 1px solid var(--farbe-marke-hell-3);
}
#sprechzeiten tr:last-child {
	border-bottom: none;
}
#sprechzeiten td {
	padding: 5px 0;
}
#sprechzeiten td:first-child {
	padding-right: 30px;
}


/*  ==========  /Sprechzeiten-Tabelle  ==========  */