#menu {
    position: absolute;
    top: 0;
    left: 0;
	background: white;
	height: 100%;
	width: 100%;
}
div[column="newsletter"], div[column="news"] {
/*        background: rgba(97,97,97,0.5);*/
        background: rgba(255,255,255,0.5);
    }

@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) { /* sm */
    #menu {
        width: 100%;
        left: 0;
        overflow: auto;
    }
    div[column="newsletter"], div[column="news"] {
        background: #f7f7f7;
    }
}

.tag-btn-hover-socialmedia {
    background:#545454;
    font-family: 'Snubnose';
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 6px 15px;
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    top: calc(50% - 21px);
    left: 80%;
    display: none;
    white-space: nowrap;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    .tag-btn-hover-socialmedia {
        left: 70%;
    }
}
.tag-btn-hover-socialmedia.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.tag-btn-hover-socialmedia.facebook {
    background: #3b5998;
}


.menurow-1 {
    height: 65%;
}
.navbar-nav {
    position: relative;
    width: 100%;    
}

.nav-item {
    position: relative;
}

.nav-link, a.nav-link[button] {
    color: #0073a2;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.nav-link.blocked {
	opacity: 0.5;
}
.nav-link[dropdown-data], .nav-link[dropdown-data]:hover {
    color: #0073a2;
    cursor: pointer;
}
.nav-link.sh {
    color: white;
    font-size: 30px;
}
.nav-link.sh:hover {
    color: white;
}
.nav-link.sh > .line-nav {
    background: white;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    .nav-link, .nav-link.sh {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1119.98px), only screen and (min-device-width: 992px) and (max-device-width: 1119.98px) {
    .nav-link, .nav-link.sh {
        font-size: 20px;
    }
}

.nav-link:hover {
    color: #0073a2;
}

.line-nav {
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    background: #0073a2;
}

.btn-more {
    display: inline-block;
    background: transparent;
    border: 2px solid white;
    color: white;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 12px 0px 12px 30px;
    letter-spacing: 1px;
    border-radius: 5px;
    transform: perspective(0) rotateY(0);
}

.btn-more.menu {
    background: #0073a2;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 10px;
    border: 2px solid white;
    color: white;
}
.btn-more.menu.sh {
    border: 2px solid white;
    background: transparent;
}
@media (max-width: 1199.98px) {
    .btn-more.menu {
        font-size: 15px;
    }
}

.btn-more-arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    opacity: 0;
    margin-left: 20px;
    transition: 0.2s ease;
}

.con-ul-security {
    position: relative;
    text-align: center;
    bottom: 1%;
    width: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    .con-ul-security {
        position: relative;
        margin-top: 5vh;
        margin-bottom: 3vh;
    }
}

.tabs-filter-team {
    list-style: none;
    padding: 0;
    display: inline-block;
    height: 100%;
}

.li-security {
    color: #0073a2;
    display: inline;
    padding: 0 1vw;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.li-security:hover {
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    .li-security {
        font-size: 13px;
    }
}

.border-menu {
    border-left: 1px solid #f7f7f7;
}

.logo-menu {
    position: relative;
    display: inline-block;
    height: 80%;
    top: 10%;
}
@media only screen and (max-width: 991.98px) {
    .logo-menu {
        width: 40%;
        left: 30%;
		position: relative;
        margin-top: 3vh;
        margin-bottom: 5vh;
        height: auto;
        top: 0;
    }  
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .logo-menu {
        height: 60%;
        top: 20%;
        width: auto;
    }   
}

.menurow-2 {
    height: 35%;
}
@media only screen and (max-width: 991.98px) {
    .menurow-2, .menurow-1 {
        height: auto;
    }
}


h1.mobile-menu {
    font-size: 22px;    
    color: black;
    font-weight: 700; 
	width: 80%;
	position: relative;
	left: 10%;
    font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    h1.mobile-menu {
        font-size: 15px;
		width: 90%;
		left: 0;
    }
}

@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    input.form-control {
        font-size: ;
        padding: ;
    }
} 
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-device-width: 992px) and (max-device-width: 1199.98px) {
    input.form-control {
        font-size: 10px;
        padding: 3px 2px;
    }
}

.newsletter-mobile {
    width: 70%;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	.newsletter-mobile {
		width: 90%;
	}
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
  background-color: #007F9F;
}


/* Custom Checkbox @ Startseite - Newsletter */
.custom-control-label.newsletter-start {
    white-space: normal;
    color: grey;
    letter-spacing: 0;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #ffcd2a;
}

.custom-control-label[for="datenschutzCheck_news_menu"] {
	font-size: 13px;
} 
@media (max-width: 991.98px) {
	.custom-control-label[for="datenschutzCheck_news_menu"] {
		font-size: 10px;
	}
}

.btn.btn-newsletter {
    background: #ffcd2a;
    color: white;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    width: 100%;
}

.overlay-menu.newsletter {
/*    background: #f7f7f7;*/
    background: #0073a2;
    cursor: pointer;
    pointer-events: none;
}

.overlay-menu.news {
/*    background: #0073a2;*/
    background: #f7f7f7;
    cursor: pointer;
    pointer-events: none;
}

.img-menu {
    position: relative;
    height: 40%;
    display: inline-block;
    opacity: 0.5;
}

.con-menu-news {
    position: relative;
    padding: 5%;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    .con-menu-news {
        padding: 10%;
    }
}

h3.menu {
    font-family: 'Poppins', sans-serif;
    color: #0073a2;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

h5.menu {
    font-size: 15px;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
h4.menu {
    font-size: 23px;
	font-weight: 500;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	h4.menu {
		font-size: 16px;
		font-weight: 500;
	}
}

f1 {
    font-size: 15px;
    color: #959595;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.btn-more.news {
    color: #0073a2;
    border: 1px solid #0073a2;
    padding: 12px 0 12px 30px;
}

.btn-more.booking {
    color: white;
	background: #0073a2;
    border: 1px solid #0073a2;
    padding: 12px 0 12px 30px;
	font-size: 20px;
}
button:focus, button:active {
   outline: none !important;
   box-shadow: none;
}

.menu-mobile {
    height: 92vh;
    top: 8vh;
    position: fixed;
    background: white;
    z-index: 50;
    display: none;
}

.logo-menu-mobile {
    position: relative;
    height: 17vh;
    margin-top: 10%;
    display: inline-block;
}

.navbar-nav.mobile {
    left: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5%;
}

.nav-link.mobile {
    font-size: 20px;
}

a.li-security.mobile {
    color: #0073a2;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5vw;
}
.col-menu {
    height: 100%;
}
@media (max-width: 1119.98px) {
    .col-menu {
        height: auto;
    }
}

.overlay-menu-sm {
    background: #ffd100;
}

.sm-icon-menu {
    position: relative;
    width: 40%;
    margin: 10% 0;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 575.98px) {
    .sm-icon-menu {
        width: 100%;
        margin: 5vw 0;
    }
}

.con-sm-menu {
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
}
.link-sm-menu {
    text-align: center;
    width: 100%;
    display: block;
}

@media (max-width: 575.98px) {
    .link-sm-menu {
        width: 15%;
        display: inline-block;
        margin: 0 3%;
    }
}

.con-lang {
    top: 0;
    position: relative;
	width: 100%;
	bottom: 0;
	visibility: visible;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    .con-lang {
        position: relative;
        width: 100%;
        bottom: 0;
        visibility: visible;
    }
}
.con-lang.open {
    visibility: visible;
}


a .lang {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0073a2;
    font-size: 25px;
    cursor: pointer;
    opacity: 0.5;
    padding: 0 10px;
    
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
    a.lang {
        padding: 0 10px;
    }
}
.lang.active, .lang:hover {
    opacity: 1;
    color: #0073a2;
    text-decoration: none;
}
.hamburger {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 2%;
    cursor: pointer;
    overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
    .hamburger {
        height: 60%;
        top: 20%;       
        width: auto;
        left: 85%;
    }
}
#menu-wrapper {
    position: fixed;
    height: 100%;
    z-index: 52;
    width: 0;
    top: 0;
    left: 5%;
    overflow: hidden;
    box-shadow: 0 0px 20px rgba(0,0,0,0.5);
	
	transition: width 0.7s ease;
}
@media only screen and (max-width: 991.98px) {
    #menu-wrapper {
        height: 92%;
        top: 8%;
        left: 0;
    }
}
@media (min-width: 2000px) {
	#menu-wrapper {
		left: 80px;
	}
}



.con-dropdown {
    position: absolute;
    background: white;
    left: 120%;
    padding: 20px 40px;
    bottom: 20%;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    display: none;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	.con-dropdown {
		position: relative;
		left: 0;
		bottom: 0;
	}
}

.list-item-dropdown-menu > a.nav-link {
    font-weight: 600;
    color: #0073a2;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    white-space: nowrap;
    position: relative;
}

f1.menu {
    font-family: 'Poppins', sans-serif;
    color: #7a7a7a;
/*    color: white;*/
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
/*    line-height: 1.6em;*/
    margin-top: 20px;
}
@media (max-width: 991.98px) {
	f1.menu {
		font-size: 13px;
	}
}

#menu-wrapper.open {
	width: 95%;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	#menu-wrapper.open {
		width: 100%;
	}
}

h7.menu_weight {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.1em;
}

.overlay_menu {
	background-image: url(../img/Slideshow/08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;    
	opacity: 0.3;
	filter: blur(3px);
	position: absolute;
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	top: -3px;
	left: -3px;
}
@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	.overlay_menu {
		background-image: url(../img/Slideshow/08_m.jpg);
	}
}

.coming-soon-menu {
    display: none;
}

@media only screen and (max-width: 991.98px), only screen and (max-device-width: 991.98px) {
	.coming-soon-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #213a8f;
		width: 100%;
		position: relative;
		padding: 20px 0 20px 0;
		height: 100vw;
	}
}