/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('michroma-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('michroma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('michroma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('michroma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('michroma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('michroma-v16-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* -------------------------------------------------------------------------------------------------------------------- */
:root {
	--color-c01: #EFC87B;
	--color-c02: #232323;
	--color-c03: #7A7676;
	--line-height: 1.5;
	--padding-lr: 8%;
	--teaser-left: 8%;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.label-required.wfw {
	color: var(--color-c01);
}
.imprint-container {
	line-height: 1.3;
}
.imprint-data.wfw {
	margin-bottom: 1em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
body {
	color: var(--color-c02);
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
bold {
	font-weight: 700;
}
h1 {
	color: var(--color-c01);
	font-family: Michroma;
	font-size: 2rem;
	padding-bottom: 2rem;
}
h2:not(.datentabelle):not(.datentabelle-2) {
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
h3 {
	font-size: 1.1rem;
	font-weight: 700;
	padding-top: 0.5rem;
}
/* ---------------------------------------------------------------------------------------------------------------- */
#lightbox {
	background-color: rgba(103,105,105,0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
}
#lightbox>div {
	background-color: #FFFFFF;
	bottom: 0.5rem;
	left: 0.5rem;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
}
#lightbox>div>div {
	background-color: rgba(243,208,139,0.3);
	border: 2px solid var(--color-c01);
	bottom: 0;
	left: 0;
	padding: 0.5rem 0.5rem 3rem 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
}
#lightbox-canvas {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 2px 4px var(--color01), 0 0 var(--color08);
	-moz-box-shadow: 0 2px 4px var(--color01), 0 0 var(--color08);
	box-shadow: 0 2px 4px var(--color01), 0 0 var(--color08);
	height: 100%;
	width: 100%;
}
#lightbox-control-left, #lightbox-control-right {
	bottom: 0.4rem;
	cursor: pointer;
	position: absolute;
}
#lightbox-control-left {
	left: 1rem;
}
#lightbox-control-right {
	right: 1rem;
}
#lightbox-title {
	bottom: 1rem;
	font-size: 1.2rem;
	left: 2.5rem;
	position: absolute;
	text-align: center;
	right: 2.5rem;
}
.galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.galerie>div {
	background-color: rgba(243,208,139,0.3);
	border: 2px solid var(--color-c01);
	margin: 0 0.75rem 1.5rem 0.75rem;
	padding: 0.5em;
	width: calc(25% - 1.5em);
}
.galerie>div>div {
	overflow: hidden;
}
.galerie>div>div>img {
	cursor: pointer;
	transition: transform 0.8s;
	width: 100%;
}
.galerie>div>div>img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: transform 0.8s;
}
/* ---------------------------------------------------------------------------------------------------------------- */
#content-upper {
	position: absolute;
	top: 0;
	width: 100%;
}
#content-upper.template-standard {
	bottom: 0;
}
#content-upper.template-minipic {
	bottom: 44%;	
}
#content-upper.template-fulltext {
	bottom: calc(100% - 12rem);	
}
#content-upper-head {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	height: 6.2rem;
	position: fixed;
	width: 100%;
	z-index: 10;
}
#content-upper-head-left {
	height: 75%;
	padding-left: var(--padding-lr);
}
#content-upper-head-left img {
	height: 100%;
}
#content-upper-head-center {
	display: flex;
	justify-content: space-between;
	width: 22rem;
}
.content-upper-head-button {
	background: var(--color-c01);
	color: #FFFFFF;
	text-align: center;
	padding: 0.8rem 0.4rem;
	width: 5.8rem;
}
#content-upper-head-right {
	font-size: 1.4em;
	padding-right: var(--padding-lr);
	text-align: right;
}
#content-upper-head-right a:hover {
	border-bottom: 2px solid var(--color-c01);
}
#content-upper-background {
	bottom: 0;
	position: absolute;
	top: 6.2rem;
	width: 100%;
}
#content-upper-menu {
	align-items: stretch;
	background-color: rgba(52,55,55,0.75);
	color: #FFFFFF;
	display: flex;
	height: 5.8rem;
	padding: 0 var(--padding-lr);
	position: fixed;
	top: 6.2rem;
	width: 100%;
	z-index: 11;
}
.upper-menu-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 25%;
}
.upper-menu-item span {
	font-size: 1.1rem;
	white-space: nowrap;
}
.upper-menu-item span:nth-child(2) {
	font-size: 1.3rem;
}
.upper-menu-item:hover {
	background-color: #FFFFFF;
	color: var(--color-c02);
}
.upper-menu-content {
	display: none;
	left: var(--padding-lr);
	position: absolute;
	right: var(--padding-lr);
	top: 5.8rem;
}
.upper-menu-card {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 2px 5px rgba(52,55,55,0.55); 
	box-shadow: 0 5px 5px rgba(52,55,55,0.55);
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
.upper-menu-card a:hover {
	color: var(--color-c01);
	font-weight: 700;
}
.upper-menu-card-left, .upper-menu-card-right {
	font-size: 1.1rem;
	text-align: center;
	width: 25%;
}
.upper-menu-card-image {
	height: 22rem;
}
.upper-menu-card-image img {
	height: 100%;
}
.upper-menu-headline {
	font-size: 1.3rem;
	padding: 0.5rem 0 0.5rem 0;
}
.upper-menu-card div hr {
	border: 2px dashed var(--color-c01);
	margin: 1rem 2rem 0 2rem;
}
.upper-menu-card div a {
	display: block;
	padding-top: 2rem;
}
#content-upper-teaser.template-minipic {
	display: none;
}
#content-upper-teaser-1, #content-upper-teaser-3, #content-upper-teaser-2 {
	align-items: center;
	border-radius: 100%;
	border: 2px dashed #FFFFFF;
	color: #FFFFFF;
	display: flex;
	font-size: 1.3em;
	height: 9.5em;
	justify-content: center;
	padding: 1em;
	position: absolute;
	text-align: center;
	transition: transform 0.8s;
	width: 9.5em;
}
#content-upper-teaser-1:hover, #content-upper-teaser-3:hover, #content-upper-teaser-2:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: transform 0.8s;
}
#content-upper-teaser-1 {
	background-color: var(--color-c01);
	bottom: 12%;
	box-shadow: 0 0 0 5px var(--color-c01);
	left: var(--teaser-left);
}
#content-upper-teaser-2 {
	background-color: rgb(52,55,55);
	bottom: calc(12% + 6em);
	box-shadow: 0 0 0 5px rgb(52,55,55);
	left: calc(var(--teaser-left) + 6.5em);
}
#content-upper-teaser-3 {
	background-color: rgb(25,25,25);
	bottom: calc(12% + 9em);
	box-shadow: 0 0 0 5px rgb(25,25,25);
	left: calc(var(--teaser-left) - 2em);
}
#content-upper-scroller {
	bottom: 0;
	color: var(--color-c01);
	font-size: 6em;
	margin-bottom: 0.2em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
}
#content-upper-scroller i {
	transition: transform 0.8s;
}
#content-upper-scroller i:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	transition: transform 0.8s;
}
#content-upper-scroller i:first-child {

}
#content-lower {
	left: 0;
	position: absolute;
	right: 0;
}
#content-lower-anchor {
	position: relative;
	top: -12em;
}
#content-lower.template-standard {
	top: 100%;
}
#content-lower.template-minipic {
	top: 56%;
}
#content-lower.template-fulltext {
	top: 12em;
}
#content-body {
	padding: 3em var(--padding-lr);
}
#content-body>*:not(.vioma-wrapper) a:not(.step-indicator-link):not(.table-rowlink):hover {
	border-bottom: 2px solid var(--color-c01);
}
#content-body>*:not(#vri-container-20383) a:not([href^="tel:"]):not(.step-indicator-link):not(.table-rowlink):before {
	color: var(--color-c01);
	content: '\f360\00a0\00a0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#content-body a[href^="tel:"]:not(.step-indicator-link):not(.table-rowlink):before {
	color: var(--color-c01);
	content: '\f879\00a0\00a0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#content-body p {
	line-height: var(--line-height);
}
#content-body p:not(:last-child) {
	padding-bottom: 1em;
}
#content-footer {
	background-color: rgb(52,55,55);
	border-top: 4em solid var(--color-c01);
	color: #FFFFFF;
	font-size: 90%;
	xxmargin-top: 4em;
	padding: 3em var(--padding-lr) 2em var(--padding-lr);
	position: absolute;
	top: 100%;
	width: 100%;
}
#content-footer-info {
	display: flex;
	justify-content: space-between;
	line-height: var(--line-height);
}
#content-footer-info a:hover {
	border-bottom: 2px solid #FFFFFF;
}
#content-footer-info-left, #content-footer-info-middle, #content-footer-info-right {
	text-align: center;
	width: 24%;
}
#content-footer-info-left table {
	width: 15em;
	margin: 0 auto;
}
#content-footer-info-left hr, #content-footer-info-middle hr, #content-footer-info-right hr {
	border: 2px solid var(--color-c01);
	margin: 12px 0;
}
#content-footer-info-right div {
	margin: 0 auto;
	padding-top: 3em;
	width: 60%;
}
#social-marketing {
	display: flex;
	justify-content: center;
	padding: 3em 0 1em 0;
}
#social-marketing a:not(:last-child) {
	margin-right: 2em;
}
#google-maps-canvas {
	border: 2px solid var(--color-c02);
	height: 65%;
	margin: 0 auto;
	width: 70%;
}
#copyright {
	bottom: 1em;
	font-size: 60%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#content-upper-menu-mobile {
	align-items: center;
	display: none;
	justify-content: space-between;
	width: 100%;
}
#content-upper-menu-mobile-left {
	display: flex;
	justify-content: space-between;
	width: 22em;
}
#content-upper-menu-mobile-right {
	color: var(--color-c01);
	font-size: 2.4em;
	padding-left: 0.2em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#content-mobile-menu, .mobile-menu-content {
	background-color: var(--color-c02);
	border-right: 2px solid var(--color-c02);
	bottom: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 20em;
	max-width: 100%;
	z-index: 12;
}
.mobile-menu-item, .mobile-menu-content a {
	background-color: var(--color-c02);
	padding: 1.6em 0 1.6em 1em;
}
.mobile-menu-item:not(:last-child), .mobile-menu-content a {
	border-bottom: 2px solid var(--color-c01);
	position: relative;
}
.mobile-menu-item:last-child {
	border-top: 2px solid var(--color-c01);
	bottom: 0;
	position: absolute;
	width: calc(20em - 1px);
}
.mobile-menu-item:after, .mobile-menu-content a:after {
	color: var(--color-c01);
	font-family: 'Font Awesome 5 Free';
	font-size: 2.4em;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
}
.mobile-menu-content a:after {
	padding: 0.4em 0.4em !important;
}
.mobile-menu-item:not(:last-child):after, .mobile-menu-content a:after {
	content: '\f054';
	padding: 0.67em 0.4em;
}
.mobile-menu-item:last-child:not(.mobile-menu-back):after {
	content: '\f00d';
	padding: 0.4em 0.4em;
}
.mobile-menu-back:after {
	content: '\f053';
	padding: 0.4em 0.4em;
}
.mobile-menu-item:hover {
	background-color: #FFFFFF;
	color: var(--color-c02);
}
.mobile-menu-item span, .mobile-menu-content a {
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	white-space: nowrap;
}
.mobile-menu-item span:nth-child(2) {
	font-size: 1.3em;
}
.mobile-menu-content {
	display: none;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#content-body-menu {
	display: flex;
	justify-content: space-between;
}
#content-body-menu>div{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 48%;
}
#content-body-menu a {
	border: 0 none;
	color: var(--color-c02);
	padding-top: 3em;
}
#content-body-menu a:hover {
	border: 0 none;
	color: var(--color-c01);
	font-weight: 700;
}
#content-body-menu a:before {
	content: ' ' !important;
}
#content-body-menu h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
}
#content-body-menu hr {
	border: 2px dashed var(--color-c01);
	margin: 3em 2em 0 2em;
	padding: 0;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.topic-anchor {
	position: relative;
	top: -12em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.grid4060, .grid50, .grid6040 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.grid4060>div:nth-child(1), .grid6040>div:nth-child(2) {
	padding-bottom: 3em;
	position: relative;
	width: calc(40% - 1em);
}
.grid6040>div:nth-child(1), .grid4060>div:nth-child(2) {
	padding-bottom: 3em;
	position: relative;
	width: calc(60% - 1em);
}
.grid50>div {
	padding-bottom: 2em;
	position: relative;
	width: calc(50% - 1em);
}
.grid4060 h2, .grid50 h2, .grid6040 h2 {
	font-size: 1.4rem;
	padding-bottom: 2rem !important;
	padding-top: 1rem !important;
}
.grid4060 div.link, .grid50 div.link, .grid6040 div.link {
	cursor: pointer;
}
.grid4060 img, .grid50 img, .grid6040 img {
	transition: transform 0.8s;
	width: 100%;
}
.grid4060 img:hover, .grid50 img:hover, .grid6040 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: transform 0.8s;
}
.grid4060 div.img, .grid50 div.img, .grid6040 div.img {
	overflow: hidden;
	position: relative;
}
.grid4060 div span:not(.zimmerpreistabelle-stand),
.grid50 div span:not(.zimmerpreistabelle-stand),
.grid6040 div span:not(.zimmerpreistabelle-stand) {
	background-color: rgba(52,55,55,0.75);
	color: #FFFFFF;
	font-size: 1.3rem;
	padding: 0.75rem 1rem;
	position: absolute;
	width: 100%;
}
.grid4060 div span:not(.zimmerpreistabelle-stand),
.grid6040 div span:not(.zimmerpreistabelle-stand) {
	bottom: 0;
}
.grid50 div span:not(.zimmerpreistabelle-stand) {
	bottom: 1.5em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.pic-slider span {
	bottom: 0 !important;
	width: 100% !important;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.datentabelle, .datentabelle-2, .datentabelle-3 {
	width: 100%;
}
.datentabelle-2 th {
	background-color: var(--color-c03);
	border: 2px solid #FFFFFF;
	border-bottom: 2px solid var(--color-c03);
	color: #FFFFFF;
	font-size: 80% !important;
	font-weight: 700 !important;
	padding: 0.5em 0.3em !important;
}
.datentabelle tr th:first-child, .datentabelle-2 tr th:first-child, .datentabelle-3 tr th:first-child {
	border-left: 2px solid var(--color-c03);
}
.datentabelle tr th:last-child, .datentabelle-2 tr th:last-child, .datentabelle-3 tr th:last-child {
	border-right: 2px solid var(--color-c03);
}
.datentabelle tr:hover, .datentabelle-2 tr:hover, .datentabelle-3 tr:hover {
	background-color: rgba(104,104,104,0.20);
}
.datentabelle td, .datentabelle-2 td, .datentabelle-3 td {
	border-bottom: 2px solid var(--color-c03);
	padding: 1em 1em 1em 0 !important;
}
.datentabelle td:not(.datentabelle-h2), .datentabelle-2 td:not(.datentabelle-h2), .datentabelle-3 td:not(.datentabelle-h2) {
	border-right: 2px solid var(--color-c03);
	padding-left: 1em !important;
}
.datentabelle tr>td:not(.datentabelle-h2), .datentabelle-2 tr>td:not(.datentabelle-h2), .datentabelle-3 tr>td:not(.datentabelle-h2) {
	border-left: 2px solid var(--color-c03);
}
.datentabelle tr:first-child td:not(.datentabelle-h2), .datentabelle-2 tr:first-child td:not(.datentabelle-h2), .datentabelle-3 tr:first-child td:not(.datentabelle-h2) {
	border-top: 2px solid var(--color-c03);
}
.datentabelle-i2 {
	display: none;
}
.datentabelle-h2 {
	background-color: #FFFFFF;
}
.datentabelle-l2 {
	display: none;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.zimmerpreistabelle td {
	position: relative;
}
.zimmerpreistabelle td:not(:nth-child(1)) {
	text-align: right;
	white-space:nowrap;
}
.zimmerpreistabelle-stand {
	font-size: 80%;
	position: absolute;
	right: 0;
	bottom: 3em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.datenliste li {
	line-height: var(--line-height);
	list-style: square;
	list-style-position: outside;
	margin-left: 1.4em;
	padding: 0 1.6em 1em 1.1em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.step-indicator {
	display: flex;
	justify-content: space-around;
	position: relative;
}
.step-indicator:after {
	border-bottom: 2px solid var(--color-c01);
	content: ' ';
	height: 1.25em;
	left: 2%;
	position: absolute;
	right: 2%;
	z-index: 2;
}
.step-indicator>div {
	background-color: #FFFFFF;
	border-radius: 100%;
	display: flex;
	padding: 0 1em;
	z-index: 3;
}
.step-indicator>div div {
	align-items: center;
	background-color: #FFFFFF;
	border: 2px solid var(--color-c01);
	border-radius: 100%;
	color: var(--color-c01);
	display: flex;
	font-size: 1.5em;
	height: 1.5em;
	justify-content: center;
	position: relative;
	width: 1.5em;
	z-index: 4;
}
.step-indicator>div div:not(.step-indicator-inactive):hover, .step-indicator-active {
	background-color: var(--color-c01) !important;
	color: #FFFFFF !important;
}
.step-indicator>div div>span {
	position: absolute;
	top: 4px;
}
.step-indicator-done{
	background-color: rgba(239,200,123,0.7) !important;
	color: #FFFFFF !important;
}
.step-indicator-inactive {
	cursor: default;
}
.step-indicator-hint {
	color: var(--color-c02);
	font-size: 75%;
	padding-top: 1em;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.voucher-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
.voucher-gallery>div{
	margin: 0 1.4em 1.4em 1.4em;
	width: 12em;
	max-width: 100%;
}
.voucher-gallery>div>img {
	border: 1px solid #999999;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	width: calc(100% - 10px);
}
.voucher-gallery>div>div {
	font-size: 78%;
	padding: 1em 0;
}
.voucher-gallery>div>div>button {
	margin-top: 0.4em;
	width: 100%;
}
.voucher-gallery>div>div>p {
	padding-top: 0.6em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.voucher-preview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.voucher-preview>div:first-child {
	width: calc(60% - 1em);
}
.voucher-preview>div:last-child {
	position: relative;
	width: calc(40% - 1em);
}
.voucher-preview>div:last-child img {
	border: 1px solid #999999;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	width: calc(100% - 10px);
}
.voucher-preview-text {
	bottom: 33.333333333333%;
	left: 0;
	overflow: hidden;
	padding: 1em 1.7em;
	position: absolute;
	top: 33.333333333333%;
}
.voucher-preview-text-L {
	width: 59%;
}
.voucher-preview-text-R {
	left: 40%;
	width: calc(60% - 10px);
}
.voucher-preview-text-V {
	width: calc(100% - 10px);
}
/* -------------------------------------------------------------------------------------------------------------------- */
#paypal-button-container-wrapper, #paypal-button-container, #paypal-button-container * {
	z-index: 1 !important;
}
#paypal-button-container-wrapper {
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#route-output {
	padding-top: 2em;
}
#google-maps-route-canvas * {
	font-size: 100%;
}
#google-maps-route-overview {
	
}
.google-maps-route-table-text-small {
	font-size: 80% !important;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.admin-einloesungen {
	width: 100%;
}
.admin-einloesungen tr:hover {
	background-color: rgba(104,104,104,0);
}
.admin-einloesungen th {
	background: #7A7676;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: normal;
	padding: 2px 0;
}
.admin-einloesungen td {
	cursor: pointer;
	font-size: 90%;
	padding: 2px 4px !important;
}
.followup-dialog-add {
	float: right;
	font-size: 1.2rem;
}
.bewertungsicon {
	height: 1.5rem;
}
.defektoptionen, .bewertungsicons {
	column-gap: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:74rem) {
	:root {
		--padding-lr: 2%;
		--teaser-left: 12%;
	}
	#content-footer-info-left, #content-footer-info-middle, #content-footer-info-right {
		width: 31%;
	}
}
@media screen and (max-width:61rem) {
	#content-upper-head-center {
		display: none;
	}
	#content-upper-menu-mobile {
		display: flex;
	}
	.upper-menu-item {
		display: none;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.datentabelle-l2 {
		display: table-cell;
	}
	.datentabelle tr td:nth-child(3), .datentabelle tr td:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width:51rem) {
	#content-footer-info {
		display: block;
	}
	#content-footer-info-left, #content-footer-info-middle, #content-footer-info-right {
		padding: 0 2em;
		width: 100%;
	}
	#content-footer-info-middle, #content-footer-info-right {
		padding-top: 2em;
	}
	#content-footer-info-right {
		height: 20em;
		margin-bottom: 2em;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.galerie>div {
		width: calc(50% - 1.5em);
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.grid4060>div:nth-child(1), .grid6040>div:nth-child(2) {
		margin-top: 2em;
		order: 2;
		width: 100% !important;
	}
	.grid6040>div:nth-child(1), .grid4060>div:nth-child(2) {
		order: 1;
		padding: 1em 0 1em 0;
		width: 100% !important;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.voucher-preview>div {
		width: 100% !important;
	}
}
@media screen and (max-width:42rem) {
	#content-upper-teaser {
		font-size: 0.8rem;
	}
	#content-upper-head-left img {
		object-fit: contain;
		max-width: calc(100% - 2rem);
	}
	#content-upper-head-right {
		display: none;
	}
	#content-upper-menu-mobile {
		justify-content: center;
	}
	#content-upper-menu-mobile-right {
		position: absolute;
		right: var(--padding-lr);
		top: -4.5rem;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.datentabelle tr td:not(:first-child), .datentabelle-l2 {
		display: none;
	}
	.datentabelle tr td:first-child{
		font-weight: 700;
	}
	.datentabelle-i2 {
		display: block;
		font-weight: normal !important;
	}
	.datentabelle-3 tr td {
		display: block;
	}
	.datentabelle-3 tr td:first-child {
		border-bottom: 0 none !important;
	}
	.datentabelle-3 tr td:first-child {
		border-bottom: 0 none !important;
		font-weight: 700;
	}
	.datentabelle-3 tr td:last-child {
		border-top: 0 none !important;
		padding-top: 0 !important;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.galerie>div {
		width: 100%;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.grid50>div {
		width: 100%;
	}
	/* ---------------------------------------------------------------------------------------------------------------- */
	.step-indicator {
		font-size: 0.7rem;
	}
}
/* ---------------------------------------------------------------------------------------------------------------- */
#vdpsupporter_seal_widget_Nodo img {
	object-fit: contain;
	width: 100% !important;
}
/* ---------------------------------------------------------------------------------------------------------------- */
#vri-container-20383 *:not(.vsc-icon) {
	margin: 0 auto;
	font-family: inherit !important;
	font-size: inherit !important;
}
.vsc-metabar-wrapper, .vsc-vioma, .vsc-con-newsletter, .vsc-item-personaldata-voucher-add, .vsc-item-calendar-right, .vsc-payment-icons {
	display: none !important;
}
.vsc-navigation {
	z-index: 10 !important;
}
.vsc-navigation-fixed {
	top: 12rem !important;
}
.vsc-list-pensions-info-item-price .vsc-list-pensions-info-item-value {
	color: #FF0000 !important;
	font-weight: bold;
}
.vsc-list-item-desc-text {
	margin-top: 1em !important;
}
.vsc-payment-icons {
	xxposition: absolute !important;
	xxright: 1.5em !important;
	xxtop: 4em !important;
}
.vsc-item-content[rel="payment"] {
	position: relative !important;
}
.vsc-item-content[rel="payment"]>div:first-child {
	width: 0 !important;
}
.vsc-item-content[rel="payment"]>div:first-child {
	display: none;
}
.vsc-item-content[rel="payment"] * {
	color: #333333 !important;
	font-weight: 300 !important;
}
.vsc-item-content[rel="payment"]>div.vsc-intro {
	padding: 0 5px 1em 5px !important;
}
.vsc-item-content[rel="payment"]>div.vsc-intro:before {
	content: "Bitte geben Sie die Daten ihrer Kreditkarte ein, um die Buchung abzuschließen. Die Kreditkarte wird nicht belastet - Sie entscheiden vor Ort wie Sie zahlen möchten (mit Bargeld, EC- oder Amex-/Master-/Visa-Karte).";
}