body, strong, p.small, .cr-web-form label, .cr-web-label, .cr-web-form button {
	font-family: forma-djr-text, sans-serif;
	font-style: normal;
	font-weight: 400;
}

html, body /*, header */ {
	height: 100%;
	min-height: 100%;
}

header {
	position: relative;
	    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
}

strong {
	text-transform: uppercase;
	font-weight: 500;
}

footer iframe {
    position: relative;
    float: right;
    margin-top: 20px;
}

.nov {
	position: fixed;
	width: 25%;
	bottom: -15px;
	left: -10px;
	z-index: 98;
	cursor: pointer;
}

.spa-wellness .container p,
.golf .container p,
.zimmer .container p,
p.small,
#euf_overlay p a {
	font-size: 1.15rem !important;
    margin-top: 0;
    margin-bottom: 1rem !important;
    color: rgba(0, 0, 0, 0.7) !important;
    text-transform: none !important;
    text-align: left;
    letter-spacing: .2px;
	font-family: forma-djr-text, sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 1.6;
}

#euf_overlay p a {
	color: #fff !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}

#euf_overlay p a:hover {
	opacity: .8;
}

#euf_overlay p {
	font-size: 1.4rem;
	line-height: 1.4;
}

#euf_overlay h2 {
	font-weight: 400;
	font-size: 1.8rem;
}

.euf_overlay__content {
	border-radius: 3px;
	padding-bottom: 1em;
}

.ce_text-last {
	margin-bottom: 100px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ce_text-last p {
	margin-bottom: 0;
}

a {
	-webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

img {
	vertical-align: middle;
	border-style: none;
	width: 100%;
}

ol li::marker {
	background-color: rgba(20, 40, 70, 1);
	color: #eeeded;
	font-size: 1.5rem;
	border-radius: 50%;
	text-align: center;
}

ol li::before::marker {
	background-color: rgba(20, 40, 70, 1);
	color: #eeeded;
	font-size: 1.5rem;
	border-radius: 50%;
	text-align: center;
}

.nr-bg {
	background-color: #eeeded;
    padding: 100px;
}

.nr-row {
	display: flex;
	justify-content: flex-start;
    align-items: center;
	margin-bottom: 25px;
}

.nr {

    background-color: rgba(20, 40, 70, 1);
    color: #eeeded;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 1px solid rgba(20, 40, 70, 1);
    width: 50px;
    text-align: center;
    line-height: 50px;
   
}

.nr-text {

	margin-left: 50px;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    width: 150px;
}

.nr-text-long {
	display: inline-block;
	margin-left: 50px;
}

.newsletter-call-to-action {
	margin-top: 25px;
	background: #142846;
	color: #eeeded !important;
	text-transform: uppercase;
	padding: 20px;
	border: 1px solid #142846;
	display: inline-block;
	font-size: 1.25rem;
}

.newsletter-call-to-action:hover {
	background: #eeeded;
	color: #142846 !important;
	text-transform: uppercase;
	padding: 20px;
	border: 1px solid #142846;
}


.ce_text img, .ce_image img {
	-webkit-transition: 1.3s ease;
    -ms-transition: 1.3s ease;
    -moz-transition: 1.3s ease;
    -o-transition: 1.3s ease;
    transition: 1.3s ease;
}

.ico-logo, .ico-flower {
    display: block;
    text-align: center;
    margin: 45px 0 45px 0;
}

/* .hunde .ico-flower {
    display: block;
    text-align: center;
    margin: 100px 0 200px 0;
} */

.ico-logo {
	margin: 0;
}

.ico-logo img {
	width: 25%;
}

.ico-flower img {
	width: 50px;
	display: inline-block;
}

header .mod_rocksolid_slider img {
	object-fit: cover;
	height: 65vh !important;
}

.seo-text .row,
.page_intro .row {
	background-color: #eeeded;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.seo-text h1,
.page_intro h1 {
	border-bottom: 1px solid rgba(20, 40, 70, 1);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.textbox {
    width: 150px;
    height: 150px;
    font-size: 12px;
    background: url(../img/ico-bg-grey.svg) no-repeat;
    display: flex;
    text-align: center;
    vertical-align: middle;
    color: rgba(20, 40, 70, 1);
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 40px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	flex-direction: column;
    font-weight: 500;
    
    box-shadow: 0 0 0 0 rgb(255 255 255);
    animation: pulse-blue 2s infinite;
    border-radius: 50%;
    
    cursor: pointer;
    
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    
    display: none;
}

.textbox .caption {
	padding: 0 40px 0 40px;
}

.computer .ce_text figcaption.caption,
.golf .ce_text figcaption.caption,
figcaption {
	display: none !important;
}

.textbox .button {
	border-top: 2px solid rgba(20, 40, 70, 1);
	padding-top: 10px;
    margin-top: 10px;
}

.textbox .button a {
	color: rgba(20, 40, 70, 1);
}

[data-link] {
  cursor: pointer;
}

.opening-special {
    position: fixed;
    z-index: 9;
    bottom: auto;
    top: 113px;
    left: auto;
    right: 40px;
    /* text-align: center;
    transition: all .6s ease;
    background-color: rgba(20, 40, 70, 1);
    border-radius: 100%; */
    /* background: url('../img/ico-covid.svg') no-repeat; */
    background: url('../img/ico-booking-home-big-green.svg') no-repeat;
    height: 130px;
    width: 130px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    /* border: 1px solid #eeeded; */
    color: transparent;

    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.ce_hyperlink a:hover,
.opening-special:hover {
    transform: scale(.975);
}

.en.opening-special {
    background: url('../img/ico-booking-home-big-green-en.svg') no-repeat;
}

.das-aunhamer .en.opening-special.room-check,
.en.opening-special.room-check {
    background: url('../img/ico-btn-check-rooms-en.svg') no-repeat;
}

.das-aunhamer .opening-special {
    background: url('../img/ico-booking-home-big.svg') no-repeat;
}

.das-aunhamer .opening-special.room-check {
    background: url('../img/btn_freie_zimmer.svg') no-repeat;
    top: 260px;
}

.opening-special.room-check {
    background: url('../img/btn_freie_zimmer-blue.svg') no-repeat;
    top: 260px;
}

.das-aunhamer .en.opening-special {
    background: url('../img/ico-booking-home-big-en.svg') no-repeat;
}

.angebot-special {
    position: absolute;
    z-index: 9;
    top: 15%;
    right: 5%;
    background: url('../img/ico-booking-special-big.svg') no-repeat;
    height: 325px;
    width: 325px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    
}

.extravaganza-special {
    position: fixed;
    z-index: 9;
    top: 15%;
    right: 5%;
    background: url('../img/ico-booking-extravaganza-big.svg') no-repeat;
    height: 325px;
    width: 325px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    
    display: none;
}

/* .extravaganza-special {
    position: absolute;
    z-index: 9;
    bottom: 240px;
    left: 3%;
    background: url('../img/ico-booking-extravaganza-big.svg') no-repeat;
    height: 200px;
    width: 200px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    
} */

body.angebote-arrangements-zimmer .ico-flower .covid-special,
body.zimmer .ico-flower .covid-special,
body.suiten .ico-flower .covid-special,
body.unsere-doppelzimmer .ico-flower .covid-special,
body.unsere-kuschelzimmer .ico-flower .covid-special {
    /* position: absolute;
    bottom: 8%;
    left: 5%; */
    background: url('../img/ico-covid.svg') no-repeat;
    height: 125px;
    width: 125px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/* .opening-special:hover {
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
} */

#corner-slider,
#corner-genuss {
	position:fixed;
	z-index:10000;
	overflow:visible;

	text-align: left;

	/*Change to your own dimensions*/
	height: auto;
	width: 100%;

	/*Change to your own colors*/
	padding: 15px 25px;

	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
	background: rgba(100,200,200,1);
}

#corner-slider .bg-text,
#corner-genuss .bg-text {
	display: flex;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	overflow: visible;
	margin: 5px;
}

#corner-slider table {}

#corner-slider table tr,
#corner-genuss table tr {
	background-color: rgb(237, 237, 237);
}

#corner-slider table tr:last-child,
#corner-genuss table tr:last-child {
	border-bottom: 0 none;
}

#corner-slider table tr td,
#corner-genuss table tr td {
	border-right: 1px solid rgba(0,0,0, .055);
	border-bottom: 1px solid rgba(0,0,0, .055);
	padding: 10px 15px 5px 15px;
	width: auto !important;
	height: auto !important;
	color: rgba(20, 40, 70, 1); 
	font-size: 16px;
}

#corner-slider h2,
#corner-genuss h2 {
	font-size: 2.2rem;
	/* border-bottom: 1px solid #eeeded; */
	color: #eeeded;
	text-transform: none;
	margin-left: 15px;
}

#corner-slider p,
#corner-genuss p {
	color: rgba(20, 40, 70, 1);
	margin-bottom: 0;
	font-size: 1rem;
}

#corner-slider p span,
#corner-genuss p span {
	border-top: 1px solid #eeeded;
	padding-top: 20px;
	margin-top: 0;
	display: block;
}

#corner-slider a,
#corner-slider strong,
#corner-genuss a,
#corner-genuss strong {
	color: rgba(20, 40, 70, 1);
}

#corner-slider a,
#corner-genuss a {
	text-decoration: underline;
	border-bottom: 0 none;
	color: rgba(100,200,200,1);
}

#corner-slider a:hover,
#corner-genuss a:hover {
	text-decoration: none;
}

#corner-slider strong,
#corner-genuss strong {
	text-transform: none;
	color: rgba(20, 40, 70, 1);
	border-bottom: 0;
}

#corner-slider td.big-strong,
#corner-genuss td.big-strong {
	background-color: rgba(20, 40, 70, 1);
	text-align: center;
}

#corner-slider td.big-strong strong,
#corner-genuss td.big-strong strong {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 400 !important;
	color: #fff;
}

#corner-slider tr td:last-child strong,
#corner-genuss tr td:last-child strong {
	color: rgba(100,200,200,1);
	font-size: 18px;
}

/* #corner-slider tr:last-child td:last-child strong {
	color: rgba(20, 40, 70, 1);
} */

#corner-slider strong.higher,
#corner-genuss strong.higher {
	font-size: 2.5rem;
}

#corner-slider.hidden,
#corner-genuss.hidden {
	display:none;
}

#corner-slider .close,
#corner-genuss .close {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    z-index: 1002;
    color: #fff;
    background: rgba(20, 40, 70, 1);
    right: 30px;
    top: -30px;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 500;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
	border-radius: 3px;
}

#corner-slider .close:hover,
#corner-genuss .close:hover {
	color: rgba(100,200,200,1);
	background: #eeeded;
}

.opening-special p {
	color: #eeeded;
	text-transform: uppercase;
	display: block;
	font-weight: 300;
	font-size: 1.5rem;
	margin-bottom: 0;
	margin-top: 10px;
}

.opening-special p:first-line {
	border-bottom: 1px solid #eeeded;
	display: block;
	position: relative;
	font-weight: 400;
}

.blobs-container {
  display: flex;
}

.ico-flower .blobs-container {
	display: inline-block;
}

.blob {
  /* background: black; */
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  /* margin: 10px;
  height: 20px;
  width: 20px; */
  transform: scale(1);
  animation: pulse-blue 2s infinite;
}

.ico-flower .blob {
  /* background: black; */
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  /* margin: 10px;
  height: 20px;
  width: 20px; */
  transform: scale(1);
  animation: pulse-blue-covid 2s infinite;
}

.blob.blue {
  /* background: rgba(20, 40, 70, 1); */
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-blue 2s infinite;
}

.blob.small {
  /* background: rgba(20, 40, 70, 1); */
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-small 2s infinite;
}

.ico-flower .blob.blue {
  /* background: rgba(20, 40, 70, 1); */
  box-shadow: 0 0 0 0 rgba(20, 40, 70, 1);
  animation: pulse-blue-covid 2s infinite;
}

@keyframes pulse-small {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1.07);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-blue-covid {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(20, 40, 70, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(20, 40, 70, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(20, 40, 70, 0);
  }
}

.einleitung.startseite.m-pulse img {
  transform: scale(1);
  animation: pulse-mobile 2s infinite;
}

@keyframes pulse-mobile {
  0% {
    transform: scale(0.95);
  }
  
  70% {
    transform: scale(1);
  }
  
  100% {
    transform: scale(0.95);
  }
}

/* .rsts-view:after {
	content: "";
    background: url(../img/bg-flower.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}

.rsts-crop:after {
	content: "";
    background: url(../img/AH-logo-mid-RGB-235.svg) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
} */

/* header .rsts-view:after {
	content: "";
    background: url(../img/AH-flower-RGB-235.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 15%;
    height: 100%;
	transform: translateX(-50%);
} */

body.das-aunhamer header .rsts-view:after {
	content: "";
    background: url(../img/AH-logo-mid-RGB-235.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 20%;
    height: 100%;
	transform: translateX(-50%);
}

header .rsts-crop:after {
	content: "";
    background: url(../img/bg-flower.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}

header .rsts-nav.rsts-nav-bullets {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}

header .rsts-skin-default:hover .rsts-nav-numbers a,
header .rsts-skin-default:hover .rsts-nav-tabs a,
header .rsts-skin-default .rsts-nav-numbers a,
header .rsts-skin-default .rsts-nav-tabs a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1 !important;
}

header .rsts-skin-default .rsts-nav-bullets a {
	width: 33.333%;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background-color: #eeeded;
    height: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* body.wandern header .rsts-skin-default .rsts-nav-bullets a {
	width: 16.666%;
} */

body.angebote-arrangements-zimmer header .rsts-skin-default .rsts-nav-bullets a,
body.hauswein header .rsts-skin-default .rsts-nav-bullets a,
body.fitness header .rsts-skin-default .rsts-nav-bullets a,
body.yoga header .rsts-skin-default .rsts-nav-bullets a,
/* body.wandern header .rsts-skin-default .rsts-nav-bullets a, */
body.spa-suite header .rsts-skin-default .rsts-nav-bullets a {
	width: 50%;
}

body.zimmer header .rsts-skin-default .rsts-nav-bullets a,
body.kultur header .rsts-skin-default .rsts-nav-bullets a,
body.tradition header .rsts-skin-default .rsts-nav-bullets a,
body.unsere-doppelzimmer header .rsts-skin-default .rsts-nav-bullets a,
body.alles-mit-raedern header .rsts-skin-default .rsts-nav-bullets a,
body.unser-kaffee header .rsts-skin-default .rsts-nav-bullets a,
body.golf-rottal-inn header .rsts-skin-default .rsts-nav-bullets a,
body.adrenalin header .rsts-skin-default .rsts-nav-bullets a,
body.spa-wellness header .rsts-skin-default .rsts-nav-bullets a {
	width: 25%;
}

body.anfrageformular header .rsts-skin-default .rsts-nav-bullets a,
body.erwachsenen-hotel header .rsts-skin-default .rsts-nav-bullets a,
body.entspannung header .rsts-skin-default .rsts-nav-bullets a,
body.waerme header .rsts-skin-default .rsts-nav-bullets a,
body.fruehstueck header .rsts-skin-default .rsts-nav-bullets a,
body.bier header .rsts-skin-default .rsts-nav-bullets a,
body.golf-quellness header .rsts-skin-default .rsts-nav-bullets a,
body.wandern header .rsts-skin-default .rsts-nav-bullets a {
	width: 20%;
}

body.das-aunhamer header .rsts-skin-default .rsts-nav-bullets a,
body.restaurant-franz-ferdinand header .rsts-skin-default .rsts-nav-bullets a,
body.ausfluege header .rsts-skin-default .rsts-nav-bullets a {
	width: 16.666%;
}

body.aktiv header .rsts-skin-default .rsts-nav-bullets a,
body.wasser header .rsts-skin-default .rsts-nav-bullets a,
body.genussmomente header .rsts-skin-default .rsts-nav-bullets a,
body.francesca-bar header .rsts-skin-default .rsts-nav-bullets a {
	width: 14.2857%;
}

/* body.wandern header .rsts-skin-default .rsts-nav-bullets a {
	width: 12.5%;
} */

body.hunde header .rsts-skin-default .rsts-nav-bullets a,
body.spa-garten header .rsts-skin-default .rsts-nav-bullets a,
body.golf header .rsts-skin-default .rsts-nav-bullets a,
body.suiten header .rsts-skin-default .rsts-nav-bullets a {
	width: 33.333%;
}

.golf-rottal-inn .ce_text,
.golf-quellness .ce_text {
	margin-bottom: 100px;
}

.francesca-bar .ce_accordion p,
.spa-garten .ce_accordion p,
.restaurant-franz-ferdinand .ce_accordion p {
	border-bottom: 1px solid rgba(20, 40, 70, 1);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.francesca-bar .ce_accordion p:last-child,
.spa-garten .ce_accordion p:last-child,
.restaurant-franz-ferdinand .ce_accordion p:last-child {
	border: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.storno .container .bg-text,
.agb .container .bg-text,
.impressum .container .bg-text,
.datenschutz .container .bg-text {
    width: 100%;
    float: none;
}

.storno .container .bg-text h2,
.agb .container .bg-text h2,
.impressum .container .bg-text h2,
.datenschutz .container .bg-text h2 {
    margin-top: 100px;
}

.storno .container .bg-text h3,
.agb .container .bg-text h3,
.datenschutz .container .bg-text h3,
.datenschutz .container .bg-text h4 {
    margin-top: 50px;
}


.storno .container .bg-text h2:first-child,
.agb .container .bg-text h2:first-child,
.impressum .container .bg-text h2:first-child,
.datenschutz .container .bg-text h2:first-child {
    margin-top: 0;
}


.storno .container .bg-text p,
.agb .container .bg-text p,
.impressum .container .bg-text p,
.datenschutz .container .bg-text p,
.container .freitext .bg-text p {
	text-transform: none;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.freitext {
	margin-bottom: 50px;
}

.storno .container .bg-text a,
.agb .container .bg-text a,
.impressum .container .bg-text a,
.datenschutz .container .bg-text a {
	color: #142846;
	border-bottom: 1px solid #142846;
}

header .rsts-skin-default .rsts-nav-bullets a:hover,
header .rsts-skin-default .rsts-nav-bullets a.active {
    background-color: #142846;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rs-columns .ce_table {
	margin-top: 2.69231%;
}

.ce_image .image_container {
	width: 100%;
}

.ce_image .image_container img {
	object-fit: cover;
}

h2.ce_headline {
	display: inline-block;
	margin-top: 40px !important;
    font-size: 32px !important;
    border-bottom: 1px solid rgba(20, 40, 70, 1) !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;	
}

.toggler {
	background: #142846;
	padding: 30px;
	color: #fff;
	cursor: pointer;
	line-height: 30px;
	/* text-transform: uppercase; */
}

.tuerkis .toggler {
	background-color: rgba(100,200,200,1);
}

.toggler:after {
	content: "+";
	color: #eeeded;
	font-size: 30px;
	float: right;
	vertical-align: middle;
	position: absolute;
	right: 30px;
}

.toggler.active:after {
	content: "-";
	color: #eeeded;
	font-size: 30px;
	float: right;
	vertical-align: middle;
}

.toggler span {
	padding-right: 30px;
	float: right;
	text-transform: initial;
}

.ce_accordion {
	margin-bottom: 1px;
	position: relative;
}

.accordion {
	padding: 30px;
	background: #eeeded;
}

#quicknav {
    color: rgba(20, 40, 70, 1);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 400;
    
    border-bottom: 15px solid #eeeded;
    padding-bottom: 15px;
    margin-bottom: 0;
}

#quicknav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

#quicknav li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 6px;
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    border-right: 0 none;
    /* min-width: 75px; */
}

#quicknav li li {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#quicknav li.last {
	border-right: 0 none;
}

#quicknav a {
    color: inherit;
    display: block;
    color: rgba(20, 40, 70, 1);
}

#quicknav a:hover {
    color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 48em) {
	#quicknav li {
		/* min-width: 95px; */
	}
}

.mod_changelanguage {
	/*display: block;
	position: absolute;
	right: 32px;
    bottom: 150px;
    border-bottom: 2px solid #eeeded; */
    display: block;
    position: absolute;
    left: 30px;
    top: 90px;
    /* border-bottom: 2px solid #eeeded; */
}

.mod_changelanguage ul {
	margin: 0 0 15px 0;
	padding: 0;
}

.mod_changelanguage li {
	list-style: none;
	margin-bottom: 10px;
}

.mod_changelanguage a {
    width: 45px;
    height: 45px;
    background: url(../img/ico-bg-grey.svg) no-repeat;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: rgba(20, 40, 70,1);
    font-weight: 300;
    font-size: 14px;
}

.mod_changelanguage a.active,
.mod_changelanguage a:hover {
	font-weight: 500;
}

.ico-facebook {
	display: block;
	position: absolute;
	right: 37px;
    bottom: 95px;
}

.ico-instagram {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 45px;
}

.overlay .ico-facebook {
	position: relative;
    right: auto;
    bottom: auto;
    display: inline-block !important;
    margin-right: 20px;
}

.overlay .ico-instagram {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block !important;
}

.ico-facebook img, .ico-instagram img {
	width: auto;
	height: 25px;
}

main:after {
	content: "";
    background: url(../img/bg-content.png) no-repeat center left;
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

.einleitung.startseite figure,
.einleitung.blau figure {
	background: #142846;
	padding: 150px;
}

.einleitung figure {
	width: 50%;
	float: left;
}

body.das-aunhamer .einleitung p,
body.das-aunhamer .rezensionen p {
	margin-bottom: 0;
}

.einleitung .bg-text {
	width: 45%;
	float: left;
	z-index: 1;
    position: relative;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.einleitung .bg-text {
	background-color: #eeeded;
	padding: 40px;
	margin-top: 5%;
    margin-left: -70px;
}

.einleitung.newsletter .bg-text {
	background-color: rgba(100,200,200,1);
}

.einleitung h1, .rezensionen h1 {
	font-size: 3.5vw;
	border-bottom: 1px solid rgba(20, 40, 70, 1);
	padding-bottom: 10px;
	margin-bottom: 20px;
	
	 hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 -o-hyphens: auto;
	 -webkit-hyphens: auto;
}

.einleitung.newsletter h2 {
	font-size: 3.5vw;
	border-bottom: 1px solid rgba(20, 40, 70, 1);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.einleitung.newsletter h2 {
	border-bottom: 1px solid #eeeded;
	color: #eeeded !important;
}
.einleitung.newsletter p {
	color: #eeeded;
}

.einleitung h2 {
	font-size: 2.5vw;
	margin-bottom: 0px;
}

.einleitung.karriere .bg-text {
	margin-right: -70px;
	/* float: right; */
	background: rgba(210,100,160,1);
	color: #fff;
}

.einleitung.karriere h1,
.einleitung.karriere a {
	color: #fff;
	border-bottom: 0 none;
}

.einleitung.karriere h1 {
	border-bottom: 1px solid #fff;
}

.einleitung.karriere {

}

.einleitung.karriere .btn-call {
	border: 0 none;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}

.einleitung.karriere .btn-call:after {
    content: "08532-9279000";
    display: inline-block;
    vertical-align: middle;
    color: rgba(20, 40, 70, 1);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 15px;
    transform: scale(1) !important;
}

.einleitung.karriere .btn-gift:after {
    content: "Kontakt";
    display: inline-block;
    vertical-align: middle;
    color: rgba(20, 40, 70, 1);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 10px;
    transform: scale(1) !important;
}

.einleitung.karriere *:after {
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
}

.einleitung.karriere .btn-call img {
	width: 60px;
	height: auto;
	text-decoration: none;
	border: 0 none;
}

.einleitung button a {
	text-decoration: none !important;
	border: 0 none !important;
}

.einleitung a.btn-gift {
	text-decoration: none !important;
	border: 0 none !important;
}


.container figure {
	width: 50%;
	float: left;
}

/* .einleitung figure,
.container .bild-links figure img {
	box-shadow: 10px 10px 20px -12px rgba(0,0,0,.8);
	-webkit-box-shadow: 10px 10px 20px -12px rgba(0,0,0,.8);
	-moz-box-shadow: 10px 10px 20px -12px rgba(0,0,0,.8);
}

.container .bild-rechts figure img {
	box-shadow: -10px 10px 20px -12px rgba(0,0,0,.8);
	-webkit-box-shadow: -10px 10px 20px -12px rgba(0,0,0,.8);
	-moz-box-shadow: -10px 10px 15px -20px rgba(0,0,0,.8);
}

.das-aunhamer .einleitung figure {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
} */

/* 5 POINTS */

		.u-list {
			display: flex;
    		flex-direction: column;
		}
		.u-repeater {
			flex: 1;
			display: grid;
    		grid-template-columns: repeat(6, 1fr);
			grid-gap: 25px;
		}
		.u-list-item {
		    display: flex;
		    position: relative;
		    justify-content: center;
		    align-items: flex-start;
		    text-align: center;
		    background-color: #142846;
		    padding: 20px 30px 35px 30px;
			    -webkit-transition: .3s ease;
				-ms-transition: .3s ease;
				-moz-transition: .3s ease;
				-o-transition: .3s ease;
				transition: .3s ease;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				-ms-border-radius: 4px;
				-o-border-radius: 4px;
		}
		.u-list-item:hover {
			background-color: rgba(100,200,200,1);
		}
		.u-list h2 {
			border-bottom: 0 !important;
		}
		.u-list-item p {
			justify-content: center;
			align-items: center;
			color: #fff;
			margin-bottom: 0;
			font-size: 1.0rem;
		}
		.u-list-item p:before {
			display: block;
			margin-bottom: 5px;
			font-size: 50px;
			font-family: forma-djr-text, sans-serif;
		    font-style: normal;
		    font-weight: 300;
		}
		.u-list-item-1 p:before {
			content: "1";
		}
		.u-list-item-2 p:before {
			content: "2";
		}
		.u-list-item-3 p:before {
			content: "3";
		}
		.u-list-item-4 p:before {
			content: "4";
		}
		.u-list-item-5 p:before {
			content: "5";
		}
		.u-list-item-6 p:before {
			content: "6";
		}

/******/

.container .bg-text {
	width: 50%;
	float: left;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.container .bild-rechts,
.container .bild-links {
	margin-bottom: 100px;
	position: relative;
}

.container .bild-rechts.last,
.container .bild-links.last {
	margin-bottom: 0px;
}

.container .bild-rechts .bg-text {
	background-color: #eeeded;
    padding: 40px;
    margin-top: 5%;
    left: 70px;
    position: relative;
    z-index: 1;
}

.container .bild-links .bg-text {
	background-color: #eeeded;
    padding: 40px;
    margin-top: 5%;
    right: 70px;
    position: relative;
	z-index: 1;
}

/* .container .bild-links figure {
	float: left;
}

.container .bild-rechts figure {
	float: right;
} */

/* .container .bild-rechts figure a:after {
	content: "Erfahren Sie mehr";
    background: url(../img/ico-more-bild-rechts.svg) no-repeat center left;
    bottom: 20%;
    position: absolute;
    right: 60%;
    background-size: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
}

.container .bild-links figure a:after {
	content: "Erfahren Sie mehr";
    background: url(../img/ico-more-bild-rechts.svg) no-repeat center left;
    bottom: 20%;
    position: absolute;
    left: 60%;
    background-size: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
} */

.einleitung {
	position: relative;
	overflow: hidden;
}

.yoga .einleitung figure a:after,
.fitness .einleitung figure a:after,
.lage-anreise .einleitung figure a:after {
	content: "Interessiert?";
    background: url(../img/ico-booking-b.svg) no-repeat center left;
    margin-top: 50px;
    position: relative;
    margin-left: 40%;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
}


.suiten .einleitung figure a:after,
.unsere-doppelzimmer .einleitung figure a:after,
.unsere-kuschelzimmer .einleitung figure a:after {
	content: "Zimmer Buchen";
    background: url(../img/ico-booking-b.svg) no-repeat center left;
    margin-top: 50px;
    position: relative;
    margin-left: 40%;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
}

.spa-wellness .bild-links figure a:after,
.spa-wellness .bild-rechts figure a:after,
.golf .bild-rechts figure a:after,
.golf .bild-links figure a:after,
.zimmer .bild-rechts figure a:after,
.zimmer .bild-links figure a:after,
/* .hot-stone-behandlung .einleitung figure a:after, */
.angebote-arrangements-zimmer .einleitung figure a:after,
.treatments .einleitung figure a:after,
.angebote-arrangements-golf .einleitung figure a:after,
.wandern .einleitung figure a:after {
	content: "Buchen";
    background: url(../img/ico-booking-b.svg) no-repeat center left;
    margin-top: 50px;
    position: relative;
    margin-left: 40%;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
}

/*** 20-01-2025 - UPDATE ***/

/*.spa-wellness .bild-rechts a,
.spa-wellness .bild-links a,
.zimmer .bild-rechts a,
.en.zimmer .bild-rechts a,
.zimmer .bild-links a,
.en.zimmer .bild-links a,
.golf .bild-rechts a,
.en.golf .bild-rechts a {
    background: url(../img/ico-booking-b.svg) no-repeat center left;
    margin-top: 0;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
} */

.spa-wellness .bild-rechts a,
.spa-wellness .bild-links a,
.zimmer .bild-rechts a,
.en.zimmer .bild-rechts a,
.zimmer .bild-links a,
.en.zimmer .bild-links a,
.golf .bild-rechts a,
.en.golf .bild-rechts a,
.golf .bild-links a,
.en.golf .bild-links a,
.hunde .einleitung a,
.en.hunde .einleitung a,
.erwachsenen-hotel .einleitung a,
#euf_overlay p a {
    background: none;
    margin-top: 0;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    /* font-size: 1.0625rem; */
    background-color: rgba(100, 200, 200, 1);
    color: #fff;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    padding-right: 30px;
}

.erwachsenen-hotel .einleitung a,
.hunde .einleitung a,
.en.hunde .einleitung a {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem !important;
    top: 1rem;
    position: relative;
}

/*****/

.das-aunhamer .bild-rechts a,
.das-aunhamer .bild-links a {
    background: url(../img/ico-info.svg) no-repeat center left;
    margin-top: 0;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    /* font-size: 1.0625rem; */
}

/*** 20-01-2025 - UPDATE ***/

.brunch .bg-text a,
.das-aunhamer .bild-rechts a,
.das-aunhamer .bild-links a {
    background: none;
    margin-top: 0;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    /* font-size: 1.0625rem; */
    background-color: rgba(100, 200, 200, 1);
    color: #fff;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    padding-right: 30px;
}

.erwachsenen-hotel .einleitung a:hover,
.hunde .einleitung a:hover,
.en.hunde .einleitung a:hover,
.bild-rechts a:hover,
.bild-links a:hover {
	opacity: .6;
}

/****/

.en.spa-wellness .bild-rechts figure a:after,
.en.golf .bild-links figure a:after,
.en.zimmer .bild-links figure a:after,
.en.angebote-arrangements-zimmer .einleitung figure a:after,
.en.treatments .einleitung figure a:after,
.en.angebote-arrangements-golf .einleitung figure a:after {
	content: "Book now";
}

.container h2 {
	font-size: 2.3vw;
	border-bottom: 1px solid rgba(20, 40, 70, 1);
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/*** 20-01-2025 - UPDATE ***/

.ce_text.bild-rechts h2,
.ce_text.bild-links h2 {
	background-color: #142846;
	color: #fff;
	padding: 20px 40px 15px 40px !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
    margin-top: -40px !important;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}

.ce_text.bild-rechts p:nth-child(2),
.ce_text.bild-links p:nth-child(2) {
	margin-bottom: 20px;
	margin-top: 35px;
	line-height: 40px;
}

.zimmer .ce_text.bild-rechts p:nth-child(2),
.zimmer .ce_text.bild-links p:nth-child(2) {
	line-height: 1.6;
}

.ce_text.bild-rechts p:nth-child(3),
.ce_text.bild-links p:nth-child(3) {
	display: none;
}

.zimmer .ce_text.bild-rechts p:nth-child(3),
.zimmer .ce_text.bild-links p:nth-child(3) {
	display: block;
}

/*****/

/* .en.zimmer h2,
.container .kein-text h2 {
	border: 0 none;
	margin: 0;
	padding: 0;
} */

.container .bg-text p {
	font-size: 1.8vw;
	text-transform: uppercase;
	color: rgba(20, 40, 70, 1);
	font-weight: 300;
	margin-bottom: 0;
}

.angebote-arrangements-zimmer h1,
/* .zimmer .container h2, */
.aktiv .container h2,
.region .container h2 {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.rezensionen h1 {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

p {
	font-size: 1.15rem;
}

.accordion .ce_table td,
.ce_accordion .toggler {
	cursor:pointer;
}

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover,
.ce_accordion .toggler:focus,
.accordion .ce_table tr:hover,
.accordion .ce_table tr:focus,
.accordion .ce_table td:hover,
.accordion .ce_table td:focus {
	opacity: 0.8;
}

.ce_accordion .toggler.active {
    background-color: rgba(100,200,200,1);
}

.ce_accordion p.border-2 {
	border-bottom: 2px solid rgba(20, 40, 70, 1);
}

.ce_accordion p em {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 400;
}

.accordion .ce_table td a {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.accordion .ce_table td a:after {
	content: "";
    width: 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin-left: 5px;
}

.accordion .ce_table td a:hover {
	color: rgba(100,200,200,1);
}

.accordion .ce_table td a:hover:after {
	background-color: rgba(100,200,200,1);
}

.rezensionen {
	background-color: rgba(20, 40, 70, 1);
    color: #eeeded;
    padding: 100px;
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

.rezensionen h2,
.rezensionen p {
	color: #eeeded;
}

.rezensionen img {
	width: auto;
	height: auto;
}

.rezensionen .ce_text {
	margin-left: calc(50% + 50px);
	width: 42%;
}

.rezensionen figure {
	float: left;
	width: 12%;
	margin-right: 25px;
}

.rezensionen .bg-text {
	width: calc(88% - 25px);
	float: left;
}

#map {
	width: 100%;
    height: 400px;
    border-top: 7.5px solid #142846;
}

#map a {
	color: rgba(100,200,200,1);
}

#g_map {
	width: 100%;
    height: 300px;
    border-top: 7.5px solid #142846;
}

#g_map iframe {
	width: 100%;
	height: 293px;
}

#map .gm-style-mtc button {
	text-indent: 0;
}

input {
	border: 1px solid #142846;
	padding: 12px 25px;
}

.mod_subscribe,
.mod_unsubscribe {
	margin-top: 25px;
}

.mod_subscribe input,
.mod_unsubscribe input {
	width: 90%;
}

button {
	/* border-radius: 100%;
	background-color: #142846;
	color: #fff;
	padding: 10px 12px;
	margin-left: 10px; */
    background: url(../img/ico-more-bild-rechts.svg) no-repeat center left;
    position: relative;
    margin-left: 0;
    background-size: 55px;
    height: 55px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
    text-indent: -9999px;
}

.cr-web-form button {
    background: none;
	background-color: #142846 !important;
    position: relative;
    margin-left: 0;
    background-size: 55px;
    height: 55px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
    text-indent: 0;
	color: #fff !important;
	border: none;
	margin-top: 20px;
	
	-webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.cr-web-form button:hover {
	/* background-color: rgba(20, 40, 70, 1); */
	background-color: #fff;
}

.aa-popup-widget button {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.cAQngv.cAQngv p {
    color: #fff !important;
}

.contao-cookiebar button {
	text-indent: unset;
}

.contao-cookiebar .cc-btn.success {
    background: #142846;
    border-color: #142846;
    color: #fff;
}

.mod_subscribe .widget-text,
.mod_unsubscribe .widget-text {
	width: 70%;
	float: left;
}

.mod_subscribe .widget-submit,
.mod_unsubscribe .widget-submit {
	width: 30%;
	float: left;
}


.container-newsletter h4 {
    font-size: 2vw;
    border-bottom: 1px solid rgba(20, 40, 70, 1);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.container-newsletter p {
    font-size: 1.1vw;
    text-transform: uppercase;
    color: rgba(20, 40, 70, 1);
    font-weight: 300;
}

.container-newsletter {
	width: 100%;
	float: left;
	overflow: hidden;
}

.container-newsletter .newsletter-content,
.container-newsletter .newsletter-image {
	float: left;
	width: 50%;
}

/*.einleitung.karriere figure {
	float: right;
} */

.container-newsletter .newsletter-content {
	padding: 50px;
	background-color: rgba(100,200,200,1);
}

footer .container-infos {
	width: 100%;
	background-color: #142846;
	padding: 40px;
	float: left;
	overflow: hidden;
}

footer .container-infos,
footer .container-infos a,
footer .container-infos p,
footer .container-infos h4 {
	color: #eeeded;
}

footer .container-infos,
footer .container-infos a {
	display: block;
	font-size: .9rem;
}

footer .container-infos h4 {
    font-size: 2vw;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

footer .container-infos p {
    font-size: 1.1vw;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

footer .col-33, footer .col-50 {
	float: left;
}

footer .col-33 {
	width: 36.0%;
	margin-right: 25px;
}

footer .col-33:first-child {
	width: 22.5%;
}

footer .col-33.last {
	margin-right: 0;
}

footer .col-50 {
	width: 50%;
}

.ico-facebook-footer,
.ico-instagram-footer {
    display: inline-block !important;
    margin-right: 25px;
    margin-top: 5px;
}

.ico-facebook-footer img,
.ico-instagram-footer img {
    width: auto;
    height: 35px;
}

/* .zimmer .container .bg-text p {
	margin-top: 0;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.15rem;
    text-transform: none;
    font-weight: 400;
} */

.relative {
	position: relative;
}

/*** 20-01-2025 - UPDATE ***/

/*
.golf .accordion .ce_hyperlink a,
.zimmer .accordion .ce_hyperlink a,
.angebote-arrangements-golf .ce_hyperlink a,
.angebote-arrangements-zimmer .ce_hyperlink a,
.wandern .ce_hyperlink a {
    background: url(../img/ico-booking-b.svg) no-repeat center left;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
}
*/

.golf .accordion .ce_hyperlink a,
.zimmer .accordion .ce_hyperlink a,
.angebote-arrangements-golf .ce_hyperlink a,
.angebote-arrangements-zimmer .ce_hyperlink a,
.wandern .ce_hyperlink a {
    background: none;
    margin-top: 0;
    position: relative;
    margin-left: 0;
    background-size: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 0 none;
    /* font-size: 1.0625rem; */
    background-color: rgba(100, 200, 200, 1);
    color: #fff;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    padding-right: 30px;
}

/*** 20-01-2025 - UPDATE ***/

.ce_hyperlink {
	margin-top: 30px;
}

.ce_hyperlink a {
	color: #142846;
}

.hyperlink_img {
	cursor: pointer;
}

.hyperlink_img img {
	width: auto;
}


h5, .h5 {
    font-size: 11vw;
    position: absolute;
    top: 12%;
    opacity: .1;
    right: 0;
}

.das-aunhamer .mod_breadcrumb,
body.buchen-2.anfrageformular .room-check {
	display: none;
}

.mod_breadcrumb {
    text-align: center;
    padding-top: 15px;
    border-top: 15px solid #142846;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    top: -15px;
}

.mod_breadcrumb ul {
	overflow: hidden;
	margin-bottom: 0;
}

.mod_breadcrumb .first {
	margin-left: 0;
}

.mod_breadcrumb li.last {
	margin-left: 8px;
}

.mod_breadcrumb li {
	list-style: none;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
}

.mod_breadcrumb li a {
	text-transform: uppercase;
	color: #142846;
	margin: 0 8px;
	font-weight: 400;
	font-size: 16px;
}

.mod_breadcrumb li a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.mod_breadcrumb li.active {
	color: rgba(20, 40, 70, 1);
}

.karriere .container h2 {
	margin-top: 50px;
}

table tr th,
.ce_table td {
	padding-right: 35px;
	font-size: 1.2rem;
}

.ce_table tr {
	border-bottom: 1px solid #eeeded;
}

.ce_table tr.row_last {
	border: 0 none;
}

.ce_text a {
	color: #142846;
	border-bottom: 1px solid #142846;
}

.en.spa-wellness .slider-box,
.en.zimmer .slider-box {
	margin-bottom: 50px;
}

.slider-box img,
.ce_text img, .ce_image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slider-box:hover img,
.ce_text:hover img,
.ce_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.slider-box:hover .ce_image.cad img,
.ce_image.cad img,
.ce_image.cad:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.ce_image.cad {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ce_image.cad a:after {
    opacity: 0;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url(http://i.imgur.com/3Si5tIy.png) 50% 50% no-repeat; */
    background: url('../img/ico-eye.svg') 50% 50% no-repeat;
    background-size: 120px 120px;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    background-color: rgba(20, 40, 70, 0.9);
    content: '';
    position: absolute;
    cursor: pointer;
}
.ce_image.cad a:hover:after {
    opacity: 1;
}

.karriere .ce_form h2 {
	margin-top: 0;
}

.karriere #ctrl_15 legend span {
	display: inline-block;
	width: auto;
}

.karriere #ctrl_15 span.mandatory {
	margin-left: 10px;
}

.ce_form .widget {
	display: block;
	margin-bottom: 25px;
}

.ce_form .widget.widget-checkbox {
	margin: 50px 0;
}

.ce_form .widget.widget-checkbox label,
.ce_form .widget.widget-checkbox input {
	display: inline;
	vertical-align: middle;
}

.ce_form .widget label,
.ce_form .widget input,
.ce_form .widget textarea {
	width: 100%;
	display: block;
}

.ce_form textarea {
	padding: 12px 25px;
}

.ce_form .widget label {
	margin-right: 10px;
}

.ce_form .widget.widget-checkbox span {
	width: 100%;
	display: block;
}

.ce_form .widget.widget-checkbox input {
	width: auto;
	margin-right: 10px;
}

.ce_form button {
	margin-left: 0;
    margin-top: 50px;
    display: block;
    cursor: pointer;
	
	text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem !important;
    background-image: none;
    color: #fff;
    background-color: rgba(100, 200, 200, 1);
    text-indent: 0;
    padding: 13px;
    border-radius: 3px;
    -webkit-transition: .35s ease;
    -ms-transition: .35s ease;
    -moz-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
}

.ce_form button:hover {
	opacity: .6;
}

.ce_form .col-50 {
	width: 48%;
	float: left;
}

.ce_form .col-50.first {
	margin-right: 4%;
}

.ce_form #ctrl_162 {
	padding: 10px;
}

body.buchen-2 .ce_form .widget.widget-checkbox {
	display: inline-block;
}

.scroll-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 115px;
    z-index: 1;
    cursor: pointer;
}

.chevron {
	
	background: #fff;
	border-radius: 100%;
	
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:nth-child(3) {
  -webkit-animation: move-chevron 3s ease-out 3s infinite;
          animation: move-chevron 3s ease-out 3s infinite;
}

.g-recaptcha {
	position: absolute;
	z-index: 9;
}

/* ADDITIVE */

.einleitung.newsletter .bg-text {
    background: rgba(100,200,200,1);
}

.einleitung.newsletter h2 {
    border-bottom: 1px solid #fff;
    color: #fff!important;
}

.additive-newsletter-form button {
    background-image: none;
    text-indent: 0;
}

/* .additive-newsletter-form a,
.additive-newsletter-form a span,
.addivite-newsletter-form .dDdSMt.dDdSMt {
    color: rgb(18, 41, 69) !important;
} */

.gBIFLC.gBIFLC p,
.nQhZB.nQhZB p,
.gehazr.gehazr p {
    color: #fff !important;
}

.aa-popup-widget button {
    text-indent: 0 !important;
}

.euf_overlay {
    z-index: 1000;
}

.euf_overlay__close {
    position: absolute;
    top: -5px;
    right: 10px;
    padding: 5px;
    border: 0;
    background: none;
    font-weight: 700;
    cursor: pointer;
    color: #142846;
    text-indent: initial;
    z-index: 9999;
    font-size: 35px;
}

.euf_overlay__content a {
	color: #142846 !important;
}

#cboxOverlay {
    opacity: .7;
    background: rgba(0,0,0,0.7);
    filter: alpha(opacity = 70);
}

#cboxContent {
    margin-top: 0;
}

#cboxLoadedContent {
    border: 0 none;
    padding: 40px;
}

#cboxTitle {
	display: none !important;
}

#cboxClose {
	background: url('../img/cbox-close.png') no-repeat;
	background-position: left center;
	text-indent: inherit;
    top: 12px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding-right: 83px;
    padding-left: 18px;
}

#cboxClose:hover {
    background-position: left center;
}

/* .chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
} */

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}