
.overflow-hidden {
	overflow: hidden;
}

/* .menu,
nav,
.overlay .menu ul {
	height: 100%;
} */


.header.fixed {
  background: rgba(20, 40, 70,.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity:0;
  visibility:hidden;
  transform:translate(0, -200px);
  height: 100px;
  z-index: 99;
}

.header.in-view{
  opacity:1;
  visibility:visible;
  transition: all 0.3s ease;
  transform:translate(0, 0);
}

.header.bg-none {
	background: none;
}

.display-none {
	display: none;
}

.schriftzug {
    position: absolute;
    top: 33px;
    left: 150px;
    z-index: 1;
}

.schriftzug a {
	display: block;
}

.schriftzug img {
	height: 40px;
}

nav .en.genussmomente .more,
nav .en.region .more,
nav .buchen-2 .more,
.karriere-2 .more,
.c-19 .more,
.das-aunhamer .schriftzug {
	display: none;
}

.call-btn {
	position: fixed;
	top: 30px;
	right: 370px;
	z-index: 1;
}

.en.call-btn {
	right: 315px;
}

.call-btn img {
	width: 45px;
	height: 45px;
}

.call-btn .btn-call:after {
	content: "08532-9279000";
    display: inline-block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 10px;
}

/* OPEN / CLOSE BTNS */

.menu-btn {
    cursor: pointer;
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 999;
}

.menu-btn a {
    display: inline-block;
}

.das-aunhamer .menu-btn {
	left: 30px;
}

.gift-btn {
    width: 45px;
    float: right;
    cursor: pointer;
    position: fixed;
    right: 295px;
    top: 30px;
    z-index: 1;
}

.en.gift-btn {
    right: 240px;
}

.btn-gift {
    color: #eeeded;
    background: url('../img/ico-gift-2.svg') no-repeat;
    width: 45px;
	height: 45px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    display: inline-block;
}

.btn-gift:after {
    content: "Gutschein";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 60px;
}

.en.btn-gift:after {
    content: "Gift";
}

.career-btn {
    width: 45px;
    cursor: pointer;
    position: fixed;
    right: 270px;
    top: 30px;
    z-index: 1;
}

.btn-career {
    color: #eeeded;
    background: url('../img/ico-karriere-w.svg') no-repeat;
    width: 45px;
	height: 45px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    display: inline-block;
}

.btn-career:after {
    content: "Karriere";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 60px;
}


.einleitung .karriere-btn {
    width: 45px;
    float: right;
    cursor: pointer;
    position: fixed;
    right: 445px;
    top: 30px;
    z-index: 1;
}

.einleitung .btn-karriere {
    color: #eeeded;
    background: url('../img/ico-gift-blue.svg') no-repeat;
    width: auto;
	height: 60px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    display: inline-block;
    text-decoration: none;
    border: 0 none;
}

.einleitung .btn-karriere:after {
	content: "Karriereformular";
    display: block;
    vertical-align: middle;
    color: rgba(20, 40, 70, 1);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    margin-left: 80px;
}

.booking-btn {
    width: 45px;
    cursor: pointer;
    position: fixed;
    right: 130px;
    top: 30px;
    z-index: 1;
}

.btn-book {
    color: #eeeded;
    /* background: url('../img/ico-booking.svg') no-repeat; */
    /* background: url('../img/ico-booking-rosa.svg') no-repeat; */
    /* background: url('../img/ico-covid-small.svg') no-repeat; */
    background: url('../img/ico-newsletter.svg') no-repeat;
    width: 45px;
	height: 45px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    display: inline-block;
}

/* .btn-book:after {
    content: "Buchen";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    bottom: -20px;
    left: -3px;
} */

.btn-book:after {
    /* content: "Covid19"; */
    content: "Newsletter";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 60px;
}

/* .more {
    color: #142846 !important;
    background-color: #eeeded;
    font-size: 16px;
    border-radius: 100%;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 0px;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    float: right;
} */

.more {
    background: url(../img/ico-btn-open.svg) no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    cursor: pointer;
    float: right;
	margin-top: 2px;
}

.return-lvl {
    background: url(../img/ico-btn-back.svg) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 1px;
    color: #eeeded;
    padding-left: 50px;
    line-height: 30px;
}

/* .return-lvl {
	color: #142846 !important;
    background-color: #eeeded;
    font-size: 16px;
    border-radius: 100%;
    line-height: 32px;
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
} */

/* .btn-call:after {
    color: #eeeded;
    content: "\f2d2";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
} */

/*.btn-open:after {
    color: #eeeded;
    content: url('../img/ico-menu.svg');
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
} */

.btn-open {
    color: #eeeded;
    background: url('../img/ico-menu.svg') no-repeat;
    width: 45px;
	height: 45px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

/* .btn-open:after {
	content: "Menü";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    bottom: -15px;
    left: 5px;
} */

.btn-open:after {
    content: "Menü";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 60px;
}

.en.btn-open:after {
    content: "Menu";
}

.btn-open:hover:after {
    color: #eeeded;
}

.btn-close {
    color: #eeeded;
    background: url('../img/ico-close.svg') no-repeat;
    width: 45px;
	height: 45px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:after {
    content: "Schließen";
    display: block;
    vertical-align: middle;
    color: #eeeded;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 60px;
}

.en.btn-close:after {
    content: "Close";
}

/*.btn-close:after {
    color: #eeeded;
    content: url('../img/ico-close.svg');
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}*/
.btn-close:hover:after {
    color: #eeeded;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    width: 34vw;
    height: 100%;
    background-color: rgba(20, 40, 70, .95);
    border: 15px solid #eeeded;
}
.overlay nav {
    float: left;
    max-width: 75%;
    height: 100%;
    transform: translateY(15%);
}
.overlay .adress {
    float: left;
    width: 50%;
    color: #eeeded;
}

.overlay .adress a {
	color: #eeeded;
	display: block;
}

.overlay .adress .col-100 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeded;
    margin-top: 35px;
}

.overlay .menu {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .menu ul li {
    float: left;
    /* padding: 6px 0 0 0; */
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 5px !important;
    overflow: visible;
}

.overlay .menu ul li .level_2,
.overlay .menu ul li .level_3,
.overlay .menu ul li .level_4 {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 0;
  display: none;
}

.overlay .menu .a .das-aunhamer .level_2 {
 display: block;
}

.overlay .menu .z .zimmer .level_2 {
 display: block;
}

.overlay .menu .g .genussmomente .level_2 {
 display: block;
}

.overlay .menu .s .spa-wellness .level_2 {
 display: block;
}

.overlay .menu .tm .treatments .level_3 {
 display: block;
}

.overlay .menu .w .wellnessbehandlungen .level_4 {
 display: block;
}

.overlay .menu .ad .aktiv .level_2 {
 display: block;
}

.overlay .menu .gf .golf .level_2 {
 display: block;
}

.overlay .menu .r .region .level_2 {
 display: block;
}

.overlay .menu ul li.service-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* .overlay .menu .a .zimmer .level_2,
.overlay .menu .a .genussmomente .level_2,
.overlay .menu .a .spa-wellness .level_2,
.overlay .menu .a .aktiv .level_2,
.overlay .menu .a .golf .level_2,
.overlay .menu .a .region .level_2 {
  display: none;
} */

.overlay ul.level_2 li.treatments .more,
.overlay ul.level_2 li.treatments ul.level_3 li.wellnessbehandlungen span.more {
  display: none !important;
}

/* .overlay ul.level_3 li.last .return-lvl, */

.overlay .level_1 .return-lvl,
.overlay .level_2 .return-lvl,
.overlay .level_2 .more,
.overlay .level_3 .more,
.overlay ul.level_4 .more,
.overlay .level_1 li.zimmer .more,
.overlay .level_1 li.golf .more,
.overlay .level_1 li.spa-wellness .more,
.overlay .level_1 li.service-info .more,
.overlay ul.level_2 li.treatments ul.level_3 .more,
.overlay ul.level_2 li.treatments ul.level_3 li.wellnessbehandlungen ul.level_4 .more {
  display: none !important;
}

.overlay .level_4 .return-lvl,
.overlay .level_3 .return-lvl,
.overlay .level_2 .return-lvl {
  display: block;
}

.overlay .level_2 li.last .return-lvl {
    margin-top: 25px;
    display: block !important;
}

/* .overlay .menu ul li ul li ul.level_2.move {
    transform: translateX(-200%)!important;
}

.overlay .menu ul li ul li ul.level_3.move {
    transform: translateX(-300%)!important;
}


.overlay .menu ul li ul li ul.level_4.move {
    transform: translateX(-400%)!important;
} */

/* <- frabglich */

li.return-lvl {
    padding-top: 50px!important;
    opacity: 0.5;
}
.overlay .menu ul {
  overflow: visible;
}
.overlay .menu ul li ul {
  overflow: visible;
}

.overlay .menu ul li ul {
  transform: translateX(0);
  transition: all 0.3s ease;
}
.overlay .menu ul li ul.move {
  transform: translateX(-100%);
}
.overlay .menu ul li#social {
    width: 100%;
    margin-top: 50px;
}
.overlay .menu ul li a {
    color: #eeeded;
    font-weight: 300;
    font-size: 20px;
}
.overlay .menu ul li#social a {
}
.overlay .menu ul ul {
    position: relative;
}
.overlay .menu ul ul li {
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .menu ul ul li a {
    color: #eeeded;
    font-weight: 300;
    font-size: 1.7vw;
}
.overlay .menu ul ul li a:hover {
    color: #eeeded;
    font-weight:400;
}

.overlay .menu ul li a.trail,
.overlay .menu ul li a.active/*,
body .overlay .menu ul li.buchen-2 a */ {
	font-weight: 400;
}


body .overlay .menu ul li.buchen-2 a {
	font-style: italic;
	font-weight: 400;
}


/* DRITTE EBENE */

/* .overlay .menu ul ul ul.level_3 {
    padding-left: 30px;
}

.overlay .menu ul ul ul.level_3 li a {
    color: #eeeded;
    font-weight: 300;
    font-size: 1.2vw;
} */

/*.overlay * {
  color: #eeeded !important;
}
*/
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 25px;
        width: 100%;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 25px;
        width: 45px;
    }
    .overlay {
    	width: 45vw;
    }
	.overlay .menu ul ul li a {
		font-size: 2.1vw;
	}
    .overlay .menu ul ul ul.level_3 {
        margin-top: 0px;
    }
	/* .overlay .menu ul ul ul.level_3 li a {
		font-size: 2vw;
	} */
}

.menu-btn a span {
    font-size: 18px;
    color: #eeeded;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    top: -5px;
    right: 5px;
}

.navbar-brand {
  color: #eeeded;
  font-weight: bold;
  font-size:2rem;
  text-decoration: underline;
}