html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: fontheadlines;
  src: url(./fonts/Qwigley/Qwigley-Regular.ttf);
}
@font-face {
  font-family: fontbold;
  font-weight: normal;
  src: url(./fonts/Yantramanav/Yantramanav-Regular.ttf);
}
@font-face {
  font-family: fontnormal;
  font-weight: normal;
  src: url(./fonts/Yantramanav/Yantramanav-Light.ttf);
}
@font-face {
  font-family: fontmiddle;
  font-weight: normal;
  src: url(./fonts/Yantramanav/Yantramanav-Regular.ttf);
}
@font-face {
  font-family: fontnav;
  font-weight: normal;
  src: url(./fonts/Yantramanav/Yantramanav-Light.ttf);
  text-transform: uppercase;
}

strong {
	font-weight: normal;
  font-family: fontmiddle;
  src: url(./fonts/Yantramanav/Yantramanav-Regular.ttf);
}
a[href^="tel"] {
	text-decoration: none;
}
nav a {
	  font-family: fontnav;
}

.hidpi {
	margin: 5px;
}
.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: 1.5rem 0 0 0;
	font-size: 4rem;
	letter-spacing: 0.1rem;
	line-height: 1em;
	font-weight: 300;
	padding: 1rem;
	font-family: fontheadlines, sans-serif;
}
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: 3rem;
	font-family: fontheadlines, sans-serif;
	font-weight: 300;
    margin-bottom: 1rem;
}
#footnav a, #footer a {
	font-weight: 300;
}
#languageChange a {
	font-weight: bold;
}
body.tablet #pageHeader h1 {
}
body.tablet h2 {
	font-size: 1.5rem;
}
body h3 {
	font-family: fontheadlines, sans-serif;
	font-size: 3rem;
}
body.tablet h4, body.tablet h5, body.tablet h6, body.tablet p, body.tablet ul, body.tablet ol {
	font-size: 2rem;
}
h4, h5, h6 {
	font-size: 1.3rem;
}
p, a {
	font-size: 1.3rem;
}
#header p, #header a {
	font-size: 1.3rem;
}
#content p, #content ul, #content ol, #content td {
	margin: 0.2rem 0 0.5rem 0;
	font-weight: 300;
}
#content ul, #content ol {
	margin-left: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
#content ul {
}
#content ul h2 {
	font-size: 1.0rem;
}
#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.0rem;
}
#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: 400;
}
#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;
}
#content ul.anhaenge {
	margin-top: 1em;
	padding: 1rem;
	list-style-image: none;
	list-style-type: none;
}
.bodyspecial #content ul.anhaenge {
}

#content ul.anhaenge li {
	padding: 0.5em 0;
}

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

body {
	font-family: fontnormal, sans-serif;
	font-weight: 300;

}
body.home #content {
} 
#contentBody #contentInner {
	padding: 1rem 1rem 3rem 1rem;
} 
#contentBody {
	padding: 0;
}
body.home #contentBody {
	padding: 0;
}

#header {
	position: relative;
	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;
}
#content #bereiche {
	margin-left: 0;
	margin-right: 0;
}
#content.bodyspecial {
	padding: 0;
}
#content.bodyspecial #contentInnerSpecial {
	background-position: center center;
	background-size: cover;
	min-height: 30rem;
	position: relative;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0;	
}

#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;
	margin: 0;
	padding: 0;
	z-index: 10;
	list-style-type: none;
}
#bereichlinks a {
	text-decoration: none;
}

#content p.markieren {
	font-size: 1.1rem;
}

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

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

#content .linkext, #content .buttonext {
	border-radius: 0.5rem;
	text-decoration: none;
	background: url(images/pfeil-button-w.png) no-repeat 5px center;
	background-size: auto 25px;
	padding: 0.1em 0.4em 0.1em 40px;
	display: inline-block;
	margin-top: 2rem;
}
#content .buttonext {
	background: url(images/pfeil-button-w.png) no-repeat 5px center;
	background-size: auto 25px;
	padding: 0.1em 0.4em 0.1em 40px;
}
.buttonext a {
	font-size: 1.1rem;
	color: #9EA3A8;
}
.more a {
	text-decoration: none;
}
#content .linkext {
	padding: 0.3rem 0.7rem 0.3rem 30px;
}


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

#footer #footerinner,
#footer {
  	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;
	
}
#footerinner {
	padding: 0.5rem 1rem;
}

#footer .block, #footnav {
  	
  	
/*  	margin: 0 2em 0 0;
	vertical-align: top;*/
}
#footnav ul {
	padding: 0 1rem 1rem 0;
}
#footnav ul li {
	display: block;	
	margin-right: 0;
	box-sizing: border-box;
	padding: 0.5rem 0;
}


#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: 1.3rem;
	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);}
}

@media (min-height: 600px) {
	#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.3rem;
	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;
}

address {
	font-style: normal;
}
blockquote {
	font-style: normal;
	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: 4rem 0;
	padding-bottom: 1em;
}


.bx-wrapper {
   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: 0px solid #666;
	}
}

#content button {
	border: 0;
	background-color: transparent;
	padding: 0.3rem 0.7rem 0.3rem 30px;
}
#content .button {
	text-align: right;
}
.button a {
	text-decoration: none;	 
}
.pageselection span.berscroll {
	position: absolute;
	top: -300px;
	display: block;
}

#suchform {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 90;
	line-height: 1rem;
}
#suchform form {
	margin: 3px 0 0 0;
	padding: 0;
	display: inline;
}

body.searchform #mainWrapper {
	padding: 107px auto 0 auto;
}
#suchform input[type=text] {
    width: 8rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    margin-right: -30px;
    padding: 0 40px 0 0.5rem;
    line-height: 1.8rem;
}

#suchform input[type=text]:focus {
    width: 17em;
}
#suchform .sendbutton {
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
}


input[type=text] {
    width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1rem;
    margin-right: 0px;
    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: 1rem;
    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;
}

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

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


.pw-edit-modal:hover, .pw-edit:hover {
	background: url(images/bearbeiten-front.png) no-repeat right top rgba(255,255,255,0.01);
}

.breadcrumbs {
	padding: 0.5rem 1rem;
}
body.home .breadcrumbs {
	display: none;
}

#fachmann {
	text-align: center;
	margin: 2rem 0 0 0;
	padding: 0.5rem 1rem;
	background: #EFF1EF;
}


div.privacywire {
	z-index: 1000 !important;
	background: #AB8E81 !important;
	color: #fff;
}
div.privacywire a {
	color: #fff;
}
.allow-necessary {
	display: none;
}
.allow-all {
	background: #CACD38 !important;
}
.privacywire-buttons {
	padding: 1rem 0;
}
.privacywire-buttons button {
	border: 0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	background-color: buttonface;
	color: #000;
	padding: 0.3rem 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 center center #d6dbdd;
	background-size: auto 100%;
	position: relative;
	width: 100%;
	height: 400px;
}
#mapunloadtext {
	position: absolute;
	left: 50px;
	top: 210px;
	max-width: 400px;
	z-index: 10;
	font-size: 1.5rem;
}
#content #mapunloadtext button,
#content #mapunloadtext p {
	color: #56534b !important;
}

body.login [type="submit"]  {
	border: 2px solid #fff;
	border-radius: 0.5em;
	color: #fff;
	padding: 0.5em 1em !important;
	font-size: 1.2rem !important;
	font-weight: normal;
}

#editadresse label {
	min-width: 15rem;
	display: inline-block;
}
#padloper-adresseditform .InputfieldSubmit {
	display: inline-block;
	margin-right: 1rem;
}
.editUserMeldung {
	padding: 0.5rem 1rem;
	background: #ccc;
}
.editUserMeldungError {
	background: red;
	color: #fff;
}
#padloper-adresseditform .InputfieldHidden,
.Inputfield_defaultdelivadr,
.Inputfield_defaultinvoiceadr {
	display: none;
}


#register_user_anrede  {
	border: 0;
	border-radius: 0.6rem;
	padding: 0.4rem 0.5rem;
	margin-top: 0.3rem;
		
	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;
}
#register_user_anrede {
	border: 1px solid #666;
}


.pw-edit-buttons {
	z-index: 1000 !important;
}

.hideloading .pagKH {
	display: none;
}

#newdata.hideloading {
	display: none;
}

.hideelement {
   animation: fade-out 1s ease-out;
   animation-fill-mode: forwards;
}

#newdata.showloading {
	display: block;
}


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


#mainnavdesk .sf-menu ul li a.verl11276 {
	display: none;
}

#pageHeader {
	padding: 0;
}


#mainnavdesk a {
}

.blockmap {
	padding: 1rem;
	box-sizing: border-box;
}
.lisbegin .blockmap {
	padding: 0;
}

#FormBuilderViewport_anfrage_de {
	max-width: 60rem;
}

#contentInnerSpecial h1 {
	margin-top: 0;
}

#buchungsstrecke {
	padding: 2rem;
	background: #fff;
}

#fewobelegung h2 {
	padding: 1rem 1rem 0 20px;
}
#pricesFrame {
	background: rgba(255,255,255,0.7) !important;
}
.EBPRC-wrapper {
	background: rgba(255,255,255,0.7) !important;
}
#ebbeBody .ebContainer .cicolors,
#fewobelegung .eb-cicolors,
#pricesFrame .EBcicolors {
	background: #9F3C20 !important;
}

.video .consent-category-external_media,
.blockmap .consent-category-external_media {
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 1;
	background: url(images/maps-unload.png) no-repeat center center #d6dbdd;
	padding: 3rem;
}
.video .consent-category-external_media {
	background: url(images/maps-unload.png) no-repeat center center #d6dbdd;
}

.video .consent-category-external_media .privacywire-consent-message p,
.blockmap .consent-category-external_media .privacywire-consent-message p {
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: transparent;
	color: #000 !important;
}

.dropbtn {
  padding: 0 4px 4px 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 4px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: transparent}

.openSprache,
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
}
#dropdown-content a:hover {
	cursor: hand !important;
}

.tablekh tr th {
	text-align: right !important;
	font-size: 1.5rem;
}
.tablekh tr th:first-child {
	text-align: left !important;
	padding-left: 0;
	width: 40%;
}

#preisinfo {
	padding: 1rem;
}

#content .bergallist .gallink {
	position: relative;
}
#content .gallink .gallinkdesc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.3rem 1rem;
	z-index: 10;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 0.8rem;
	margin: 0;
}
