
/*
Theme Name: Quandoo Premium Theme 01
Author: Daniel Nedelcu
*/

@import url('https://fonts.googleapis.com/css?family=Lobster|Nunito+Sans:200,300,400,700,900');

* { margin: 0; padding: 0; }

.about-bg { background-color: #eee; }
.gallery-bg { background-color: #333; color: #fff; }
.contact-bg { background-color: #eee; }
.footer-bg {background-color: #fff;
    color: #000000;
    margin-top: 80px;
    padding: 30px 0;}

body { position: relative; font-family: 'Nunito Sans', sans-serif; font-size: 14px; color: #333;background-color: #000;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lobster', cursive;
}

#impressum-modal .modal-header {
    font-family: 'Lobster', cursive;
}

.menu_wrapper h4 {
    text-decoration: underline;
    margin: 20px 0;
    text-transform: capitalize;
}

p {
	font-size:18px;
	letter-spacing:1px;
}

#popup-modal img {
    max-width: 100%;
    height: auto;
}

h4 { font-size: 22px; }
a, .btn {
-webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
}
a, a:focus { text-decoration: none; color: #333; }
a:hover {text-decoration:none;}
.anchor { position: relative; top:-70px; visibility: hidden; }
.move_up { position: fixed; z-index: 200; top: auto; bottom: 20px; right: 20px; width: 50px; height: 50px; display: none; }

header { position: relative; }


/*Slides*/

#slideshow { background-position: center, center; background-repeat: no-repeat; background-size: cover; 
    height: 0; padding-bottom: 53%; border-bottom: 3px solid #333; }

.slides { position: absolute; z-index: 1; width: 100%; height: 100%; }
.slide { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; cursor:pointer; background-size: cover; background-position: center; }
.slide.before {z-index:2;}
.slide.current {z-index:3;}

.slidesNav {position:absolute; z-index: 70; bottom:25px; left:0; width:100%; height:40px; text-align:center;}
.slidesNav ul {list-style:none; padding:11px 0 0;}
.slidesNav li {width:7px; height:7px; margin:0 3px; display:inline-block; *display:inline; zoom:1; cursor:pointer; background:url(images/slide_nav_btn.png) no-repeat 0 0;}
.slidesNav li.current {text-decoration:underline; background-position:0 -7px;}

/*Slides - End*/

.res_wrap { position: absolute; z-index: 50; width: 100%; height: 100%; background-color:rgba(0,0,0,0.5); }
.res_hight { position: relative; width: 100%; height: 100%; display: table; text-align: center; }

.logo_holder { display: table-cell; vertical-align: middle; }
.logo {
    display: inline-block;
    max-width: 120px;
    max-height: 200px;
    margin-bottom: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.logo_mobile { display: none; position: absolute; top: 5px; left: 10px; max-height: 40px; }

.logo_holder h1 { color: #fff; text-shadow: 0 0 15px rgba(0,0,0,0.7); font-size: 5em; margin: 0 0 20px; }
nav h1 { display: none; margin: 0; padding: 12px 15px; font-size: 2em; color: #fff; }
nav.float h1 { color: #fff; }

.btn-header { display: inline-block; color: #fff; text-transform: uppercase; background-color: rgba(0,0,0,0); border: 1px solid #fff; font-size: 22px; padding: 4px 36px; border-radius:0; margin:0px 8px;
font-weight:400;}

.btn-header:hover { background-color: rgba(255,255,255,1); 
//border: 1px solid #333; 
}
.btn-header:focus { background-color: rgba(0,0,0,0.7); color: #fff; }

nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 100;}
.burger { display: none; cursor: pointer; }
.burger span { color: #fff; display: table-cell; vertical-align: middle; font-size: 30px;}
.top_menu { margin: 0; text-align: center; margin-top: 30px; padding-right: 20px; }
.topScr .top_menu {
    transition: 1s ease;}
.float .top_menu { animation: navColorToWhite 1s forwards; }
.top_menu li { display: inline-block; *display: inline; *zoom: 1; }
.top_menu li a {    
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.top_menu li a:hover {background-color:rgba(255,255,255,0.2);}
.top_menu li.social a { padding: 10px; }
.float .top_menu li a { color: #fff; }

.lang_list { position: absolute; right: 20px; height: 100%; list-style: none; margin: 0; padding: 0 10px;  
//background-color: rgba(255,255,255,0.3);
}
.lang_nav.current {
    margin-top: -7px;
}



.lang_nav { float: right; height: 100%; padding-top: 4px; }
.lang_nav a { padding-left:  5px !important; padding-right: 5px !important;}
.lang_nav a { color: #fff; padding: 0 3px; font-size: 16px; display: table; height: 100%; }
.lang_nav a:hover { text-decoration: none; background-color:rgba(255,255,255,0.2);}
.lang_nav.current a {cursor:default;}
.lang_nav.current a:hover { text-decoration: none; background-color:rgba(255,255,255,0.0);}
.lang_nav a span { display: table-cell; vertical-align: middle; width:15px}
.lang_nav a span:before { display: block; }
.lang_nav.current a span:before { padding-bottom: 10px; 
//border: 1px solid #fff; 
//background-color:rgba(255,255,255,0.3);
width:20px;
}
.float .lang_nav.current a span:before { border-color: #333; }

.topScr .top_menu {
    animation: navColorToBlack 1s forwards;
}

@keyframes navColorToWhite {
    from {background-color: rgba(0,0,0,0); margin-top:30px;}
    to {background-color: rgba(0,0,0,0.8); margin-top:0px;}
}

@keyframes navColorToBlack {
    from {background-color: rgba(0,0,0,0.8); margin-top:0px;}
    to {background-color: rgba(0,0,0,0); margin-top:30px;}
}

section { position: relative; z-index: 3; }
section.bg { position: relative; z-index: 2; background-image: url(images/sample-background.jpg); background-position: center; background-size: cover; background-attachment: fixed; }
section.clean { z-index: 2; }
.row { position: relative; }
.row-photo { position: absolute; top: 0; height: 100%; background-size: cover; background-position: center; }
.row-photo iframe { position: absolute; left: 0; top: 0; }

.row-photo.img_left { left: 0; right: auto; }
.content-wrap.img_left { float: right; }
.row-photo.img_right { right: 0; left: auto; padding:0px; }
.content-wrap.img_right { float: left; }

.content-wrap { display: table; padding: 0; }
.bg .content-wrap,
.clean .content-wrap { padding: 100px 0; }
.content-box { display: table-cell; vertical-align: middle; padding: 8%; }
.bg .content-box { padding: 50px;  
background-color: rgba(0, 0, 0, 0.8);
}
.clean .content-box { padding: 50px; }

h2 { font-size: 40px; text-transform: capitalize; border-bottom: 1px solid #bbb; padding-bottom: 20px; margin-bottom: 30px;}

.content {
    position: relative;
    bottom: -20px;
    line-height: 1.6em;
    margin: -40px auto 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/brilliant.png);
}
.content.bg { bottom: 0; margin: 0 auto; background: none; color: #fff; box-shadow: none; }
.content.clean { bottom: 0; margin: 0 auto; background: none; color: #333; box-shadow: none; }
.content p { margin-bottom: 1.5em; }
.content form { max-width: 70%; margin: 0 auto; }
.content form p { margin-bottom: 10px; }
.content form input[type="text"],
.content form input[type="email"],
.content form input[type="tel"],
.content form textarea { width: 100%; box-sizing: border-box; border: 1px solid #ddd; }

.contact_info { margin-bottom: 40px; }
.contact_info > div { height: 110px; border-right: 1px solid #bbb; }
.contact_info > div:last-child { border: none; }

footer .q_signature { height: 16px; }



.wpcf7 input, textarea{
	padding:5px 10px;
	border-radius:5px;
}

::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;  
}

input.wpcf7-submit{

	padding: 10px 30px;
    	font-size: 1em;
	background-color:rgba(0,0,0,0.30);

}

input.wpcf7-submit:hover {
	background-color:rgba(0,0,0,0.8);
	color:#eee;
}


/*Gallery*/

.gallery { list-style: none; overflow: hidden; }
.gallery .gallery-item { float: left; position: relative; padding: 1px; }
/*.gallery .gallery-item:nth-child(1n+7) { display: none; }*/
.gallery .gallery-item a { display: block; width: 100%; height: 0; padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; 

}
.gallery .gallery-item a:hover {
	
    }
    
/*Gallery*/

.lang_list_mobile {
    display: none;
}




.aboveastitle {
	//font-size:20px;
}





#map {
    height: 100%;
    width: 100%;
}


.top_menu li a:before {
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:0;
	background-color:#fff;
	opacity:0;
	//-webkit-transform: scaleX(0);
  	//transform: scaleX(0);
  	-webkit-transform: translateY(15px);

	-moz-transform: translateY(15px);

	transform: translateY(15px);
  	
  	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

	-moz-transition: opacity 0.3s, -moz-transform 0.3s;

	transition: opacity 0.3s, transform 0.3s;
}

.top_menu li a:hover:before {
  opacity: 0.7;
  //-webkit-transform: scaleX(1);
  //transform: scaleX(1);
  -webkit-transform: translateY(0px);

	-moz-transform: translateY(0px);

	transform: translateY(0px);
}

.float .top_menu li a:before {
	background-color:#000;
}

.menu_category {
    color: #ffffff;
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
}

#quandoo-booking-widget p {
  font-size: initial;   
}

.quandoo-link {
    color: #fff;
    font-weight: bold;
}


.res_wrap_video { position: absolute; z-index: 50; width: 100%; height: 110%; background-color:rgba(0,0,0,0.5); }
.res_hight_video { position: relative; width: 100%; height: 100%; display: table; text-align: center; }
#reservation-modal .modal-title {display:none;}
#reservation-modal .modal-header {border:none;padding:0;}
#reservation-modal .modal-dialog {max-width:380px;}
#reservation-modal .modal-content {background:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;}
#reservation-modal .modal-body {background:none;border:none;}
#reservation-modal .modal-footer {display: none;}
#reservation-modal .fa-close {z-index: 5000;}
#reservation-modal .close {font-size: 3em;color: #fff;opacity: 1;font-weight: 300;}

#row-book h2 {
    display: none;
}

.qres-btn {
    margin-top: 10em;
    margin-bottom: calc(10em - 40px);
}


#row-book > .content-wrap,
#row-360-tour > .content-wrap {
    background-color: #000000;
    background-image: url(https://www.transparenttextures.com/patterns/basketball.png);
    border: 1px solid rgba(204, 204, 204, 0.14);
}

#row-360-tour h2,
#row-360-tour p {
    color: #fff;
}

h2 > p {
    text-transform: none;
    margin-top: 32px;
}


.btn-lux {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.3em;
    color: #00a93e;
    border-radius: 0;
    padding: 18px 50px 20px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, #00a93e, rgba(84, 146, 52, 0.8), rgba(34,34,34,0), rgba(34,34,34,0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    border: none;
    border: 1px solid #00a93e;
}


.logo_holder small {
    color: #00a92e;
    font-size: 30px;
    padding-left: 15px;
    padding-top: 37px;
}

.btn-lux:hover {
  color: #fff;
  border: 1px solid rgba(223,190,106,0);
  color: $white;
  background-position: 99% 50%;
}

.btn-lux:active,
.btn-lux:focus {
    color: rgba(230, 218, 59, 0.74);
}



.menu_wrapper {
    margin-top: 25px;
}



.description_side .title {
    font-weight: 900;
    font-size: 18px;
}

.menu_item p {
    font-size: 14px;
}



#impressum-modal .modal-body {
   padding: 0 2em;
}

#impressum-modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 2em;
}



btn.open-impressum-modal {
    margin-right: 2em;
    border: 1px solid #8e8e8e;
    padding: 1em;
    cursor: pointer;
}

.lang-br {
    display: none;
}

.menu_wrapper .description_side p {
    margin: 0;
    text-transform: capitalize;
}



@media (max-width: 1170px) {
    .top_menu {
        text-align: right;
    }      
}

@media (max-width: 1080px) {
    .top_menu li a {
        text-transform: none;
    }
}

@media (max-width: 991px) {
     nav {
        margin-top: 15px;
    }
   
    h2 { font-size: 30px; }
    #topNav { height: 50px; background-color: rgba(0,0,0,0); }
    #topNav.float { animation: navColorToWhite 1s forwards; }
    #topNav.topScr { animation: navColorToBlack 1s forwards; }
    .lang_list { display: none; }
    .lang_list_mobile {
        display: block;
        max-width: 100px;
        margin: 20px auto;
    }
    .top_menu .lang_nav { display: inline-block;}
    .top_menu .lang_nav a span { display: inline-block; }
    .burger { display: table; position: absolute; right: 0; top: 0; width: 50px; height: 50px; }
    .float .burger span { color: #f7f7f7; }
    .top_menu { display: none; }
    .open .top_menu { background-color: rgba(0, 0, 0, 0.82); display: block; top: 50px; padding: 50px 0; position: absolute; width: 100%; }
    .top_menu li { display: block; }
    .logo, .logo_holder h1 { display: none; }
    .logo_mobile, #topNav h1 { display: block; font-size:20px;}
    footer { font-size: 11px; text-align: center; }
    footer .q_signature { height: 11px; }
    
    .content form { max-width: 100%; }
    
    .top_menu {
        text-align: center;
    } 
    
    .top_menu li a {
        text-transform: uppercase;
    }
    
    .social-icons {
        display: inline-block !important;
    }
    
    
    .social-icons a {
        display: inline-block;
    }
    
    .lang_nav {
        float: none;
    }
    
    .lang_nav.current {
        margin-top: 0;
    }
    
    .lang-br {
        display: block;
    }
}

@media (max-width: 767px) {
    .top_menu {
         margin-top:30px;
    }
    .menu_wrapper.container-fluid {
        margin-top: -15px;
    }
    .contact_info > div { height: 130px; border-right: none; }
    .contact_info > div > div { width: 200px; height: 85px; margin: 0 auto; border-bottom: 1px solid #bbb; border-right: none; }
    .contact_info > div:last-child > div { border: none; }
    
    .bg .content-box,
    .clean .content-box { padding: 20px; }
    
    section.bg { background-attachment: scroll; }
    
    .row-photo { 
        position: relative;
        float: left;
        width: 100%; 
        height: 300px; 
        padding-bottom: 60%; 
        background-size: cover;
    }
    
}

@media (max-width: 560px) {
    .menu_wrapper .qmenu-tabs li {
        float: none;
        display: block;
        margin: 5px;
        padding: 5px 10px;
    }
    
    .btn-menu {
        width: 100% !important;
    }
    
    .row-photo { 
        height: 250px;
    }
    
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}



@media (max-width: 414px) {
    
    .row-photo { 
        height: 200px;
    }
    
    #reservation-modal .modal-dialog { max-width: 100%; margin: 10px; }
    
    #slideshow {
        display: block;
    }
    
    .video-background {
        display: none;
    }
    
    .btn-lux {
        padding: 12px 20px 10px;
    }
}

.lang_list_mobile li {
    display: inline !important;
    width: 33% !important;
    margin-left: -3px;
}

