@font-face {
  font-family: fontheadlines;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: fonttextcondensed;
  font-weight: normal;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: fonttext;
  font-weight: normal;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Lightt.ttf);
}
@font-face {
  font-family: fontmenu;
  font-weight: normal;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
}

@font-face {
  font-family: fontbold;
  font-weight: normal;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: slogan;
  font-weight: normal;
  src: url(./fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
}


strong {
  font-family: fontbold, sans-serif;
  font-weight: normal;
}
strong#obenh1 {
  font-family: fonttext, sans-serif;
  font-weight: normal;
}


.hidpi {
	padding: 0.5rem 1rem;
}
#menuikons .hidpi {
	padding: 0;
}
.align_right {
	margin-right: 0;
	float: right;
	clear: right;
}
.align_left {
	margin-left: 0;
	float: left;
	clear: left;
}
.align_center {
	margin: 1rem 0;
	text-align: center;
	
}
#pageHeader h1 {
	margin: 0;
	font-size: 3rem;
	line-height: 1em;
	font-weight: normal;
	padding: 0 0 0 0;
	color: #364A8B;
	font-family: slogan;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h1, h2, h3, h4, h5, h6, a {
	color: rgb(19, 111, 123);
	font-weight: 400;
}
h2 {
	font-size: 2rem;
	font-family: slogan, sans-serif;
    margin-bottom: 1rem;
}
h3 {
	font-size: 1.5rem;
	font-family: fontheadlines, sans-serif;
}
#footnav a {
	font-weight: 600;
}
#languageChange a {
	font-weight: bold;
}
body.tablet #pageHeader h1 {
}
body.tablet h2 {
	font-size: 2rem;
}
body.tablet h3 {
	font-size: 1.5rem;
}
body.tablet h4, body.tablet h5, body.tablet h6, body.tablet p, body.tablet ul, body.tablet ol {
	font-size: 1.3rem;
}
h4, h5, h6 {
	font-size: 1.1rem;
}
body.tablet p {
	font-size: 1.1rem;
}
#content p, #content ul, #content ol, #content td {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.5rem;
	font-weight: 300;
}
#content ul, #content ol {
	margin-left: 0.2rem;
	padding-left: 1em;
}
#content ul {
}
#content ul h2 {
	font-size: 1.0em;
}
#content th {
	margin: 0.2em 0 0.5em 0;
	font-weight: 300;
	text-align: left;
}
#content tbody tr {
	border-top: 0;
}
#content td p {
	font-size: 1.0em;
}
#content td {
	text-align: left;
	vertical-align: top;
	transition-delay: 0ms;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 300ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
}
#content th {
	font-weight: 600;
}
#content td p {
	padding: 0;
	margin: 0;
}
td {
	vertical-align: top;
	margin: 1em;
}

table {
	overflow:scroll;
	width: 100%;
	margin-bottom: 2em;
	border: 0;
}
table,td, th, tr {
	border: 0 !important;
}

.dateityppdf {
	background: url(images/pdf.png) no-repeat left center;
	padding: 1em 1em 1em 40px;
}
.dateitypdoc, .dateitypdocx {
	background: url(images/word.png) no-repeat left center;
	padding: 1em 1em 1em 40px;
}
.dateitypzip {
	background: url(images/zip.png) no-repeat left center;
	padding: 1em 1em 1em 40px;
}
#content ul.anhaenge {
	margin-top: 1em;
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
}
#content ul.anhaenge li {
	padding: 0.5em 0;
}

section {
	overflow-x:auto;
}
section#bereiche, section#children {
	overflow: visible !important;
}
/*######################*/

body {
  	font-family: fonttextcondensed, sans-serif;
  	font-size: 1rem;
}
body.home #content {
	padding: 0; 
} 
#contentBody #contentInner {
	padding: 1rem 0;
	margin: 1rem 0;
} 
#contentBody {
	padding: 1rem;
}
body.home #pageHeader {
	padding: 1em 1em 1em 0;	
}

#header {
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: visible;
	z-index: 80;
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#logo {
	display: block;
}
#logo img {
	height: auto;
}

#content {
	padding: 0 0 3rem 0;
	box-sizing: padding-box;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0;	
}
#footerinner {
	padding: 0 1rem 12rem 1rem;
	display: block;
	width: 100%;
}
#columnOne {
	box-sizing: border-box;
}	

#columnCenter {
	transition-delay: 0s;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-duration: 300ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
}

.bildgaltitle {
	margin-bottom: 0.7em;
}

nav ul {
	margin: 0;
	padding: 0;
}
#languageChange {
	position: absolute;
	left: 1em;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
	list-style-type: none;
	display: none;
}
#languageChange li {
	display: inline-block;
}
#languageChange li a {
	text-decoration: none;
	padding: 0.2em 0.5em;
	display: inline-block;
}
#languageChange li a.akt {
	text-decoration: underline;
}

#bereichlinks li {
	list-style-image: none;
	list-style: none;
}
#bereichlinks a {
	text-decoration: none;
}

#content p.markieren {
	font-size: 1.4em;
}

.mediaimages {
	display: block;
	width:100%;
	padding:1em;
	box-sizing: border-box;
}

/*BX Slider  Firefox BUG*/
.bx-clone {
   display: none !important;
}

.more, .linkext {
	border-radius: 0.5rem;
	border: 1px solid; 
	text-decoration: none;
	padding: 0.2rem 0.6rem;
	display: inline-block;
	font-size: 1.3rem;;
}
.more a {
	text-decoration: none;
}


p iframe {
	border: 0; height: auto; width: 100%;
}

#footer {
	position: relative;
  	display: flex;
  	display: -webkit-flex: 1; /* Safari 6.1+ */
	display: -ms-flex: 1; /* IE 10 */ 
  	flex-wrap: wrap;
  	align-items: stretch;
  	justify-content: flex-start;
  	justify-content: space-between;
  	max-width: 1800px;
  	margin: 0 auto;
  	float: none;
	z-index: 20;	
}
#footer .block, #footnav {
  	
  	
/*  	margin: 0 2em 0 0;
	vertical-align: top;*/
}
#footnav ul {
	padding: 0 1em 1em 1em;
}
#footnav ul li {
	display: block;	
	margin-right: 0;
	box-sizing: border-box;
}


#contentslider {
	margin: 0;
	padding: 0;
}
#contentslider .bereichhg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	z-index: -1;
}
#contentslider .bereichimg {
	position: absolute;
	bottom: 5%;
	left: 60%;
	width: 30%;
	height: auto;
	border: 3px solid rgba(255,255,255,0.8);
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
#contentslider .bereichtext {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 30%;
	margin-left: 0.25%;
	padding-bottom: 0;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	background: rgba(255,255,255,0.85);	
	overflow: hidden;
}
#contentslider .bereichtext p {
	padding: 1.5rem;
}
#contentslider .bereichtext strong {
	position: relative;
	padding: 1.5rem;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: rgba(204,203,7,0.8);
	font-size: 2rem;
	color: rgba(0,0,0,0.1);
	text-align: center;
	font-weight:normal;
	
	animation-name: btstrong2;
	animation-duration: 1200ms;
	animation-delay: 1s;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#contentslider .bereichtext button {
	margin: 1rem;
	float: right;
	background: rgba(204,203,7,0.8);
	border-radius: 0.5rem;
	border: 1px solid #fff; 
	padding: 0.3rem 1rem;
}
@keyframes btgroesse {
  0% {padding-bottom: 0;}
  100% {padding-bottom: 1rem;}
}

@keyframes btstrong {
  0% {font-size: 0;padding:0 1.5rem;background: rgba(204,203,7,0.0);}
  50% {font-size: 2rem;padding:0.75rem 1.5rem;background: rgba(204,203,7,0.5);}
  100% {font-size: 2rem;padding:1.5rem 1.5rem;background: rgba(204,203,7,0.8);}
}
@keyframes btstrong2 {
  0% {color: rgba(0,0,0,0.1);}
  50% {color: rgba(0,0,0,0.5);}
  100% {color: rgba(0,0,0,1.0);}
}

#header.shrink .bx-wrapper {
	animation-name: ausblenden;
	animation-duration: 2s;
	animation-delay: 0;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	
	opacity: 1.0;
}
@keyframes ausblenden {
  0% {opacity: 1.0;}
  100% {opacity: 0.5; }
}

#mehrcontent {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 10;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	background: url(images/pfeil-unten.png) no-repeat center center rgba(204,205,19,0.7);
	background-size: 80% auto;
	text-align: center;
	border-radius: 50px;
	border: 1.5px solid #145D67;
	padding: 0;
}

blockquote {
	font-style: italic;
	padding: 1rem 0 0 0;
	margin: 0; 
}
blockquote:before {
	content: ' >>';
}
blockquote:after {
	content: ' <<';
}

#contentslider .bereichtext h2 {
	padding: 0.5em 40px;
}

.galbildrahmen {
	text-align: center;
}

#copyright {
	font-size: 0.8em;
}


	.marquee {
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
		/* hier evtl. noch font-size, color usw. */
		padding: 0.3em 1em;
	}

	.marquee span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 30s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}


.pageselection {
	margin-bottom: 1em;
	padding-bottom: 1em;
}


.bx-wrapper {
   animation: fade-in 3s ease;
}

@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

.fade-in {
   animation: fade-in 3s ease;
}


#terminvereinbarung {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	padding: 0.3rem 1rem;
	z-index: 31;
}
#terminvereinbarung button,
#terminvereinbarung input,
#terminvereinbarung a {
	display: inline-block;
	margin-right: 2rem;
	border-radius: 0.2rem;
}
#terminvereinbarung a {
	transition-delay: 0s;
	transition-duration: 300ms;
	transition-property: border;
	transition-timing-function: ease-in;
	margin-right: 0;
	text-decoration: none;
	color: #000;
	font-size: 1.5rem;
	font-variant: small-caps;
 
	padding: 0.5rem 0.5rem 30px 0.5rem;
}
#terminvereinbarung input {
	background: url(images/datep.png) no-repeat right center #EFE6DD;
	padding: 0.2rem 30px 0.2rem 1rem;
	width: 7rem;
}
#terminvereinbarung a:hover {
}

#terminvereinbarung label {
	display: none;
}

#buchungsleiste {
  padding: 0.3rem 1rem;
}
#buchungsleiste button,
#buchungsleiste input,
#buchungsleiste a {
	display: inline-block;
	margin-right: 1rem;
	border-radius: 0.4rem;
}
#buchungsleiste a {
	transition-delay: 0s;
	transition-duration: 300ms;
	transition-property: background-color;
	transition-timing-function: ease-in;
	margin-right: 0.3rem;
	text-decoration: none;
	color: #000;
	padding: 0.3rem 35px 0.3rem 1rem;
	background: url(images/pfeil-buchen3.png) no-repeat right center;
}
#buchungsleiste input {
	background: url(images/datep.png) no-repeat right center;
	padding: 0.2rem 30px 0.2rem 1rem;
	width: 7rem;
	border: 0;
	min-width: 8rem;
}
#buchungsleiste a:hover {
}

#buchungsleiste label {
	display: none;
}


	.smartnl {
		display: none;
	}

@media (max-width: 50em) {
	#buchungsleiste {
		margin-top: 0;
		margin-bottom: 7%;
		padding: 1rem 2rem;
	}
	
	#buchungsleiste input {
		margin-bottom: 1rem;
	}

	.smartnl {
		display: block;
	}
}



.equalHW {
	flex: 1;
}


.transall {
	transition-delay: 0s;
	transition-property: all;
	transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
}
.transall300 {
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
}
.transall500 {
	transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}


@media (min-width: 72em) {

	.text2spDesk, .textmsp {
		column-count: 2;
		column-span: all;
		column-gap: 4rem;
		column-rule: 1px solid #f9b605;
	}
}


.pw-edit-modal:hover, .pw-edit:hover {
	border: 1px dotted #333;
	padding-right: 0;
	background: url(images/bearbeiten-front.png) no-repeat right top;
}

.speiseplanitem {
	margin-top: 2rem;
}
.speiseplanitem a {
	text-decoration: none;
}
body.speiseplan iframe {
	margin: 1rem 5% 1rem 5%;
}

#suche input[type=text]:focus {
    width: 25em;
}

#content input {
    border: 1px solid #9EA3A8 ;
    border-radius: 0.5em;
    font-size: 1em;
}
#content .Inputfield:not(.InputfieldSubmit) {
	background: transparent;
    border-radius: 0.5em;
}
#content label {
	color: #7030A0;
	font-weight: normal;
	margin-top: 1rem;
	display: inline-block;
}
#content .accordion label {
	display: block;
}
#content #Inputfield_login_submit,
#content #register_submit,
#content #insbearb {
    border-radius: 0.5em;
    background: #364A8B;
    padding: 0.1rem 0.5rem;
	color: #fff;
	text-decoration: none;
}
#suche input[type=text] {
    width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1em;
    margin-right: -50px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 0.5rem 40px 0.5rem 1rem;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=text] {
    width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1em;
    margin-right: -50px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 0.5rem 40px 0.5rem 1rem;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=email] {
  	min-width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1em;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-right: 1rem;
}


textarea:focus,
input[type=email]:focus,
input[type=text]:focus {
	background: #ECE0EC;
}
textarea {
	width: 100%;
}

.sendbutton {
	width: 30px;
	height: 30px;
	border: 0;
	vertical-align: middle;
}

#suche .sendbutton {
	background: url(images/searchicon.png) no-repeat center center;
	width: 30px;
	height: 30px;
	border: 0;
	vertical-align: middle;
}

body.searchform #content ul.nav li {
	list-style-image: url(images/linie-chronik.png);
	padding-top: 2rem;
}
body.searchform #content ul.nav li a,
body.searchform #content ul.nav li .summary {
	padding-left: 1rem;
}


div.privacywire {
	z-index: 1000 !important;
	background: #D4BCDA !important;
	color: #000;
}
div.privacywire a {
	color: #000;
}
div.privacywire button {
	background: #fff;
}
.allow-necessary {
	display: none;
}
.allow-all {
	background: #CACD38;
}
.privacywire-buttons {
	padding: 1rem 0;
}
.privacywire-buttons button {
	border: 0;
	border-radius: 0.5rem;
}
.privacywire-text ul li {
	list-style-type: none;
}
button.privacywire-show-options {
	background: transparent !important;
	border: 0 !important;
}

#googlekarte {
	padding-bottom: 2rem;
	
}
#mapunload {
	background: url(images/maps-unload.png) no-repeat left center #d6dbdd;
	background-size: auto 100%;
	position: relative;
	width: 80%;
	height: 400px;
}
#mapunloadtext {
	position: absolute;
	left: 450px;
	top: 100px;
	max-width: 400px;
	z-index: 10;
	font-size: 1.5rem;
}

#terminstart {
	padding: 1rem;
	background: #FEE4B6;
	border-left: 8px solid red;
}

#instagram {
	display: block;
	position: absolute;
	right: 70px;
	top: 28px;
	width: 30px;
	height: 30px;
	z-index: 200;
}
#instagram a {
	text-decoration: none;
}
#instagram img {
	width: 100%;
	height: auto;
}

#balkenheader {
	position: relative;
	margin-top: -30px;
	margin-bottom: 20px;
	z-index: 10;
}

.bereichabstand {
	position: relative;
	display: block;
	width: 100%;
}

.pw-edit-buttons.pw-edit-buttons-location-auto {
	z-index: 3000;
}

#mainnavdesk .sf-menu ul li.last {
	margin-bottom: 3rem !important;
}
#mainnavdesk .sf-menu ul li ul li.last {
	margin-bottom: 0 !important;
}

a[href^="tel:"] {
	text-decoration: none;
}

.bereichspalten .more {
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 10;
	margin-left: -1rem;
}
.bereichspalten a.spl {
	position: relative;
	padding-bottom: 50px;
}

.bereichformular .ui-widget-header { 
	border: 0px solid #aaaaaa; 
	background: transparent;
	color: #9C8574;
	font-size: 1.3rem;
}
.bereichformular .InputfieldForm .Inputfield:not(fieldset) {
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.bereichformular .ui-widget-content {
	border: 0;
}
.bereichformular i.fa-angle-down:before {
	display: none;
}
.formerrors {
	padding: 1rem;
	background: #fef1ec;	
	border: 1px solid #cd0a0a;
	margin-bottom: 1rem;
}
.bereichformular .pw-ui-datepicker-trigger {
	margin-left: 0.5rem;
}
#content ul.Inputfields {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#content ul.Inputfields button {
	padding-left: 30px;
	font-weight: normal;
	background-color: #ECE0EC;
	margin-top: 2rem;
}