@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@import 'yukardaki-tel-sil.css';


/* General styles */
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'futura_ltbook', sans-serif;
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    font-family: 'futura_ltbold', sans-serif;
}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {/* font-size: 20px; *//* margin: 0 0 10px; */}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}


.lightgray {
    background-color: #efefef;
    padding: 10px;
    font-weight: 100 !important;
    font-family: roboto condensed !important;
    text-transform: none;
    font-size: 35px;
}

.light-underline {
    border-bottom: 1px solid #404040;
    padding: 10px;
    font-weight: 100 !important;
    font-family: roboto condensed !important;
    text-transform: none;
    font-size: 35px;
}
@media (max-width: 550px) {
	.light-underline {
		border-bottom: 1px solid #404040;
		padding: 10px;
		font-weight: 100 !important;
		font-family: roboto condensed !important;
		text-transform: none;
		font-size: 22px;
	}
}


.light-underline2 {
    border-bottom: 0px solid #404040;
    padding: 10px;
    font-weight: 500 !important;
    font-family: roboto condensed !important;
    text-transform: none;
    font-size: 35px;
}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */


.font-smaller {
    font-size: 33px !important;
    /* border-bottom: 0px solid white; */
}

.size-full {
    width: 45px !important;
}

/*Preloader css*/
#loading{
    background-color: #ffcb0f;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    padding: 5px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 2px 10px -7px rgba(0,0,0,.5);
}
.list-inline.info {
    /* float: left; */
    margin: 0;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: row;
}
.list-inline.info > li {
    /* padding: 0 20px 0 0; */
    width: auto;
    margin: 0 auto;
    display: inline-flex;
    justify-content: space-evenly;
}

.list-inline.info > li .tel-txt {
    display: inline-block;
    position: relative;
    top: 0px;
    float: right;
    color: #ed1c24;
    font-size: 27px;
    font-weight: 200;
    font-family: 'roboto condensed';
}
.list-inline.info > li .tel-txt .fa-phone {
    margin-right: 5px;
    margin-left: 5px;
}
.list-inline.info > li .tel-nr {
    font-family: 'roboto condensed';
    font-weight: 600;
}

.list-inline.info a,.list-inline.social_icon a {
    color: #222;
    font-family: 'futura_ltbook', sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 27px;
    vertical-align: middle;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
a.TopHover:hover span {
    color: #484848 !important;
}
/* Main Nav */
nav.navbar.bootsnav {
    /* background: rgba(255,255,255,.8) !important; */
    /* border: 0 none; */
    margin-top: 37px;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: white;
    font-family: "roboto condensed";
    font-size: 22px;
    padding: 17px 10px 16px 10px;
    position: relative;
    margin-top: -12px;
    display: table;
    text-transform: uppercase;
    top: 32px;
}

nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #ef0000;
    background-color: white !important;
    font-family: 'roboto condensed';
    /* box-shadow: inset 0 0 0 2px white; */
    transition: all .2s ease;
}
.navbar-brand {
    height: auto;
    padding: 10px 5px 0px  15px;
}
.navbar-brand .logo {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 420px;
}
#navbar-menu {
    margin: -13px 0;
}
.nav.navbar-nav.menu {
    float: right;
    margin: 0px 0px 19px 0px;
    display: table;
    position: relative;
    padding-bottom: 0px;
    bottom: 7px;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #ffcb0f;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: auto !important;
    display: inline-block;
    margin-top: -92px;
    width: 100%;
}
body .home .carousel .content_section_item img{
    width:100%;
    /* height: 700px; */
	object-fit: cover;
}

body.cms .home .carousel .content_section_item img{
    width:100%;
    height: 700px; 
}

/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/
.carousel .overlay {
    /* background: rgba(47, 46, 103, 0.5) none repeat scroll 0 0; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15%;
    left: 0;
}
.carousel-caption {
    left: auto;
    right: 10%;
    top: 390px;
}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:20px;
    background-color: rgba(0, 159, 216, 0.8);
    display: table;
    padding: 5px 30px 5px 30px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.carousel-caption h1.second_heading {
    color:#ffcb0f;
    margin-bottom:35px;
        width: auto;
    display: inline-block;
    padding: 5px 30px 5px 30px;
}
.carousel-caption  h3 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: inherit;
    background-color: rgba(34, 170, 221, 0.56);
    width: auto;
    display: inline-block;
    padding: 5px 30px 5px 30px;
}
.carousel-caption  p {
    font-size: 23px;
    line-height: 28px;
    background-color: rgba(34, 170, 221, 0.56);
    width: auto;
    display: table;
    padding: 5px 30px 5px 30px;
    margin: 0 auto;
    color: white;
    font-weight: 600;
}

.btn.know_btn {
    background: #ed1c24 none repeat scroll 0 0;
    border-radius: 0px;
    color: #ffffff;
    /* font-family: "futura_ltbold",sans-serif; */
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    /* border: 1px solid transparent; */
    display: inline-block;
    z-index: 999999 !important;
    position: relative;
    font-weight: 900;
}
.carousel-caption .btn.know_btn {
    margin-top: 20px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: white;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}




.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    /* margin-right: 25px; */
}
.about_content > h2 {
    font-size: 40px;
    margin: 90px 0 15px;
    color: #ed1c24;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .portre {
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
    max-width: 150px;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}
.about_bg {
    /* background: url(../images/about_bg.png)no-repeat right; */
}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ffcb0f, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size:45px;
}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

/* Services */
#services h2 {
    margin: 85px 0 50px;
    text-align:center;
}
.service_item > h3 {
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

/* Portfolio */
#portfolio {
    /* background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0; */
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    /* border-bottom:2px solid #ffcb0f; */
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(232, 232, 232, 0.26);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    font-size: 40px;
    background-color: #5bbce8;
    padding: 10px 20px 10px 20px;
    display: table;
    margin: 0 auto;
    margin-bottom: 34px;
    margin-top: 64px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border: 1px solid rgb(255, 255, 255);
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.24);
    color: #ffffff;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #ffcb0f none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: "futura_ltbold",sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
    background: #fedb5d none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    /* background: url(../images/footer_bg.jpg)no-repeat; */
    /* background-size:cover; */
    position:relative;
    /* padding-top:45px; */
    background-color: #0d89c1;
}
footer::before {
    /* background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0; */
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
  /*  background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{position:relative;z-index:1;color:#fff;/* background-color: #55abff; */width: 100%;}
.footer_item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer_item > h4 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 25px;
    margin-bottom: 11px;
    text-transform: none;
    font-weight: 100;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    display: table;
    padding-right: 40px;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 250px;
    background-color: rgba(255,255,255,.8);
    /* padding: 14px 10px 10px 10px; */
    border-radius: 2px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #e0e0e0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #005077 none repeat scroll 0 0;
    color: white;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    /* line-height: 12px; */
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 14px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}


.jetzt-buchen {
    margin: 0 auto !important;
    padding: 0px 3% 0px 3% !important;
    text-align: center !important;
}
.jetzt-buchen .super-minute {
    text-align: center;
    margin: 0 auto !important;
    display: table;
}
.jetzt-buchen .super-minute strong {
	width: 100% !important;
}

.fancybox-opened {
    z-index: 99999999999;
}


.top_nav .container {
    padding-left: 0;
    padding-right: 0;
}









/* ############# RESPONSIVE start #################################### */
/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1200px;}
    .carousel-inner > .content_section_item > a > img, .carousel-inner > .content_section_item > img {
        height: 740px;
    }
    .carousel-caption {
        left: 0;
        right: -50vw;
        top: 390px;
    }
    .about_content {
        /* margin-right: 50px; */
    }
    .about_content a {

        border-radius: 2px !important;
    }
    .about_banner .text-center {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .content_section_item > a > img, .carousel-inner > .content_section_item > img {
        height: 550px;
    }
    .carousel-caption {
    right: 4%;
    top: 302px;
    }

    .about_banner > img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }


}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 0px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        /* margin-top: 32px; */
        float: right;
        margin-right: 0 !important;
        width: 50px;
        height: 50px;
        background-color: white !important;
        color: #ed1c24 !important;
        font-size: 38px;
    }
    nav.navbar.bootsnav .navbar-toggle .fa-bars {
        font-size: 31px !important;
        color: #ed1c24 !important;
        font-weight: 600;
    }

    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }

	.blockk {
        margin-bottom: 50px !important;
    }
	
.home .carousel {
    margin-top: 0 !important;
}


}

@media (max-width: 767px) {

.navbar-brand .logo {
    width: 100%;
    position: relative;
    top: 0px;
    max-width: 360px;
}
    
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 100%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        top: 230px;
        right: 7%;
    }
    .carousel-inner > .content_section_item > a > img, .carousel-inner > .content_section_item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 24px;
        line-height: 22px;
        font-weight: 600;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .about_content > h2 {
        font-size: 26px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }
	
	.m_F_borders {
		border-top: 1px solid white !important;
		border-bottom: 1px solid white !important;
		padding-top: 15px !important;
		display: table !important;
	}
	.mTxtSize {
		font-size: min(max(7vw), 5vw) !important;
	}

}


@media (max-width: 550px) {
	
.list-inline.info > li .tel-nr {
    font-family: 'roboto condensed';
    font-weight: 600;
    letter-spacing: -1.5px;
}
.list-inline.info > li .tel-txt {
    display: inline-block;
    position: relative;
    top: 0px;
    float: right;
    color: #ed1c24;
    font-size: 22px;
    font-weight: 500;
    font-family: 'roboto condensed';
}	
}


@media (max-width: 497px) {
nav.navbar.bootsnav .navbar-header {
    padding: 0;
    margin-top: 0px;
}

}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }
    .list-inline.info > li  .tel-txt {
        font-size: 20px;
    }
    .list-inline.info > li  .tel-nr {
        font-size: 21px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }

    .carousel-inner > .content_section_item > a > img, .carousel-inner > .content_section_item > img {
        height: 420px;
    }
    .carousel-caption {
        top: 130px;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
    }
    .carousel-caption > h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 16px;
        line-height: 20px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    .about_banner > img {
        width: 100%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }


}

@media (max-width: 462px) {
.navbar-brand .logo {
    width: 100%;
    position: relative;
    top: 2px;
    max-width: 320px;
}

}

@media (max-width: 437px) {
nav.navbar.bootsnav .navbar-header {
    padding: 0;
    margin-top: 0px;
}
.navbar-brand .logo {
    width: 100%;
    position: relative;
    top: 6px;
    max-width: 260px;
}

}


@media (max-width:410px){
span.tel-nr {
font-size:12px !important;
}

ul.list-inline.info li {
width: auto !important;
}

ul.list-inline.info {
width: 100% !important;
}

} 



@media (max-width: 385px) {
    .list-inline.info > li  .tel-txt {
        font-size: 15px;
    }
    .list-inline.info > li  .tel-nr {
        font-size: 20px;
    }
}
@media (max-width: 362px) {
nav.navbar.bootsnav .navbar-header {
    padding: 0;
    margin-top: 0px;
}
.navbar-brand .logo {
    width: 100%;
    position: relative;
    top: 6px;
    max-width: 220px;
}

}

.icon--phone-fill:before {
    content: "\e91a";
}
.text-center-table {
    margin: 0 auto;
    display: table;
}





.font-15px {
    font-size: 20px;
    line-height: 26px !important;
}


.display-none {
	display: none !important;
}

.footer_item li a h4 {
    padding: 5px;
    transition: all .2s ease;
	display: inline;
}

.footer_item li a:hover h4 {
    background-color: #096690;
    padding: 5px;
    transition: all .2s ease;
}
.tage {
    width: 65px;
    display: inline-block;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    /* right: 282px; */
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}



/* ====== Mobil Navigation ===== */
@media (max-width: 991px) {



nav.navbar.bootsnav {
    /* background: rgb(255, 255, 255) !important; */
    /* border: 0 none; */
    margin-top: 37px;
}
nav.navbar.bootsnav .navbar-nav > li {
    float: none;
    border-top: dotted 0px #aaa;
    margin-top: 20px;
    margin-bottom: 25px;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px;
}
/*
nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: -80px -15px;
    margin-top: 10px;
    margin-bottom: 50px;
}
*/
nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    /* margin: -80px -15px; */
    /* margin-bottom: 90px !important; */
    margin-top: 10px;
    margin-bottom: 40px;
    /* background-color: red; */
}

nav.navbar.bootsnav ul.nav > li > a {
    color: white;
    font-family: "roboto condensed";
    font-size: 22px;
    /* padding: 17px 10px 35px 10px; */
    position: relative;
    margin-top: 22px;
    display: block;
    text-transform: uppercase;
    top: 12px;
    margin-bottom: -12px;
}


}



div#panel-189-1-1-0 p {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 5px;
}
div#panel-189-1-1-0 p a img {
    display: table;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.service-listing a, .service-listing .last-minute-container {
	/* border-bottom: 1px dotted #afafaf; */
	/* padding-bottom: 30px; */
	/* transition: all .5s ease; */
	/* margin-top: 10px; */
	/* padding-top: 0; */
	/* padding-bottom: 0; */
	/* border: 0px solid #dbdbdb; */
	/* min-height: 50vh; */
	/* background: #dce9f7; */
}



.service-listing .last-minute-container img {
    height: auto;
    max-height: 50vh;
    min-height: 340px;
}

.service-listing a img, .service-listing .last-minute-container img{
    max-width: 100%;
    /*! float: right; */
    display: block;
}


.service-listing .last-minute-container h3 {
	text-transform: none;
	margin-top: 0;
}	
	
.service-listing a .col-md-8, .service-listing .last-minute-container .col-md-8  {
    font-size: 25px;
    color: #444444;
    padding-top: 20px;
}
    
.fancybox-title-float-wrap .child {
	font-size: 20px;
}

.txtover-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  min-height: 100%;
  font-size: 3vh;
  font-family: roboto condensed;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  transition: all .4s ease;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
}

.txtover {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  min-height: 50%;
  background-color: rgba(0,0,0,.5);
  font-size: 3vh;
  font-family: roboto condensed;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  transition: all .4s ease;
  padding-left: 0;
  padding-right: 0;
}
.service-listing .txtover-link:hover .txtover {
  position: absolute;
  bottom: 0;
  left: 0;
  /*! display: block; */
  text-align: center;
  min-height: 100%;
  font-family: roboto condensed;
  padding-top: 30%;
  padding-bottom: 10%;
  width: 100%;
  transition: all .2s ease;
}


.txtover2 {
    /* display: inline-block; */
    /* position: absolute; */
    /* bottom: 50px; */
    /* left: -30px; */
    /* padding: 0px 0% 20px 50px; */
    /* color: white; */
    /* font-size: 20px; */
}

.txtover2 h3, .txtover2 span, .txtover2 h4 {
    /* text-shadow: 0px 0px 3px black, 0px 0px 3px black; */
}

.txtover2 h3, .txtover2 h4 {
    color: #484848 !important;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

.txtover2 h3 {
	font-size: 27px;
	/* text-shadow: 0px 0px 7px  black; */
}


@media (max-width: 767px) {
    
 .txtover2 {
    padding: 10px 0% 20px 0%;
    color: #484848;
    font-size: 17px;
    margin-top: 20px !important;
    display: table;
}



.txtover2 h3, .txtover2 span, .txtover2 h4 {
    /* text-shadow: 1px 1px 1px black; */
}

.txtover2 h3, .txtover2 h4  {
	color: #484848 !important;
	font-weight: bold !important;
	font-size: 27px;
}
.txtover2 h3 {
	font-size: 30px;
}   

.service-listing a, .service-listing .last-minute-container {
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    display: table !important;
    border: 0px solid transparent;
    margin-bottom: auto;
    padding-top: auto;
    float: none;
    width: 100%;
    /* height: 32vh; */
}

    
}



.last-minute-container {
   /* margin-bottom: 100px; */
   /* border: 10px solid white; */
}

.service-listing.container {
    display: table !important;
    margin-top: 50px !important;
}

body.cms.editing .z-index-overlay {
    z-index: 999999 !important;
}

body .z-index-overlay {
	/* z-index: 9; */
}

@media (max-width:992px) {

.txtover {
    font-size: 4vh;    
}
    
.service-listing a, .service-listing .last-minute-container {
    margin: 0 auto;
    text-align: center;
    display: table !important;
    border: 0px solid transparent;
    margin-bottom: auto;
    /* padding-top: 10px; */
    float: none;
    width: 100%;
}
.service-listing a .col-md-8, .service-listing .last-minute-container .col-md-8  {
    font-size: 25px;
    color: #444444;
    line-height: 35px;
    margin-top: 10px;
    /* margin-bottom: 50px; */
}
.service-listing a img, .service-listing .last-minute-container img {
    max-width: 100%;
    float: none;
}



.service-listing a .col-md-8, .service-listing .last-minute-container .col-md-8  {
    font-size: 25px;
    color: #444444;
    padding-top: 7px;
}
    
    
}



.padding-left-right-null {
    padding-right: 0;
    padding-left: 0;
}
.weitere-angebote {
    border-bottom: 0px;
    background-color: #0d89c1;
    color: white;
    margin-bottom: 40px;
    font-weight: bold !important;
}




@media (max-width: 590px) {
	
#irs-sidebar #click-a {
    right: 81px !important;
}

#irs-sidebar .sidebar-button #click-a span {
    top: 3px !important;
}
	
	
}

 



/* +++++++++++++++++ service cms mode ++++++++++++++++++ */
/* +++++++++++++++++ service cms mode ++++++++++++++++++ */
body.cms .service-listing .txtover-link,
body.cms .service-listing .txtover,
body.cms .service-listing .txtover-link:hover .txtover,
body.cms .btn.know_btn {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  min-height: 100%;
  font-size: 3vh;
  font-family: roboto condensed;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  transition: all .4s ease;
  padding-left: 0;
  padding-right: 0;
  background-color: #8f8f8f;
}

body.cms .service-listing .txtover-link {
  padding-top: 0;
  padding-bottom: 0;

}

body.cms .btn.know_btn {
    z-index: 0 !important;
    cursor: default;
    transition: all .1s ease;
    background-color: #135bec;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    border-radius: 0px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: none;
    /* border: 1px solid transparent; */
    display: inline-block;
    z-index: 999999 !important;
    position: relative;
    font-weight: 900;
    width: auto !important;
}
body.cms .service_html .cms_button_add_content_section {
	display: none;
}

		body.cms .service-listing .blockk {
			width: 33.333333%  !important;
		}

		@media(max-width:992px) {

			body.cms .service-listing .blockk {
				width: 100% !important;
			}
		}


/* ++++++++++++++ CMS Edit ++++++++ SLIDER ++++++++++++++++++++ */
body.cms .carousel .overlay {
    /* background: rgba(47, 46, 103, 0.5) none repeat scroll 0 0; */
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: -300px !important;
}
body.cms .carousel-caption {
    position: relative;
    right: 0 !important;
    bottom: 20px;
    left: 0 !important;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    top: 0;
    /* display: table; */
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

body.cms .carousel-inner > .content_section_item {
		display: table !important;
}

li.counter {
    width: 20px;
    margin-left: 5px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    min-height: 400px;
}


img.editable_image {
    object-fit: cover;
    /* width: 100%; */
    /* height: 258px; */
}

@media (max-width: 990px) {
    img.editable_image {
        object-fit: cover;
        width: 100%;
        height: auto;
    }  
}

/* .trauminsel-txt {
    color: #444444;
    font-size: 25px;
    text-align: center;
    margin: 10px auto;
        margin-bottom: 10px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #666666;
    padding-bottom: 25px;
} */


.trauminsel-container {
    margin-bottom: 80px;
}
.trauminsel-txt {
    color: #444444;
    font-size: 25px;
    text-align: center;
    margin: 10px auto;
        margin-bottom: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    line-height: 37px;
}


.jetzt-buchen {
    background-color: #5dcbff;
	transition: all .1s ease;
}
.jetzt-buchen:hover {
    background-color: #ED1C24;
	transition: all .2s ease;
}
.formular-titel {
    text-transform: none;
    font-weight: 300;
    font-family: roboto condensed;
    font-size: 31px;
    text-align: right;
    margin-top: -3px;
    margin-bottom: 40px;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 20px;
}

.margin_bottom {
	margin-bottom: 80px;
}

@media (max-width: 790px) {
	.margin_bottom {
		margin-bottom: 30px;
	}		
}	
	
	
.checkmy .check-inline {
  color: #EF0000;
  font-weight: 900;
}

.checkmy .check-inline:hover {
  background-color: #ef000 !important;
  display: inline-block;
  text-decoration: underline;
  color: #EF0000  !important;

}
	
.beratung {
    font-size: 45px;
}

@media (max-width: 767px) {
    .beratung {
        font-size: 27px;
        margin-top: -20px;
        font-weight: 400 !important;
    }
}




/* =============== Slider Circle Angebot kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤stchen ============================ */
span.angebot-circle {
    background-color: #ef0000;
    display: inline-block;
    min-width: 140px;
    min-height: 140px;
    border-radius: 100%;
    padding-top: 10px;
    /* position: absolute; */
    /* margin-left: 0 !important; */
    /* left: 50%; */
    transform: rotate(-10deg);
}

span.angebot-circle p {
    background-color: transparent;
}

span.angebot-circle .ort {
    font-size: 28px;
    position: absolute;
    left: 50%;
    margin-top: -5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); /* fix safari */
    font-weight: 600;
    width: 200px;
}

span.angebot-circle .rabatt {
	position: absolute;
	margin-top: 38px;
	font-size: 47px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); /* fix safari */
	font-weight: 900;
	text-shadow: 0 2px 2px  black !important;
	font-family: roboto condensed;
}

span.angebot-circle .zb {
    margin-top: -3px;
}


	
@media (max-width: 580px) {
	
	span.angebot-circle {
		background-color: #ef0000;
		display: inline-block;
		min-width: 110px;
		min-height: 110px;
		border-radius: 100%;
		padding-top: 10px;
		/* position: absolute; */
		/* margin-left: 0 !important; */
		/* left: 50%; */
		transform: rotate(-10deg);
	}

	span.angebot-circle p {
		background-color: transparent;
	}

	span.angebot-circle .ort {
		font-size: 22px;
		position: absolute;
		left: 50%;
		margin-top: -9px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%); /* fix safari */
		font-weight: 600;
		width: 200px;
	}

	span.angebot-circle .rabatt {
		position: absolute;
		margin-top: 26px;
		font-size: 41px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%); /* fix safari */
		font-weight: 900;
		text-shadow: 0 2px 2px  black !important;
		font-family: roboto condensed;
	}

	span.angebot-circle .zb {
		margin-top: -13px;
		font-size: 19px;
	}
		
	
}


.fuenf_sterne .zahl {
    float: left;
    margin-right: 5px;
}

.fuenf_sterne {
    color: #dc6e1f;
    font-size: 16px;
}

.top50 {
	margin-top: 50px !important;
}

body.cms.editing  .travel_block_goster_container {
    display: table !important;
}


/* ================ navigation =========================== */
@media (max-width: 1205px) {
  .navbar-brand .logo {
    width: 290px !important;
    transiion: all .3s ease;
  }  
  nav .container.line {
    width: 100% !important;
    padding-right: 0 !important;
  }
  div#navbar-menu {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0 !important;
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-brand .logo {
    width: 420px !important;
    transiion: all .3s ease;
  } 

/*  
    div#navbar-menu {
    width: 100% !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 150px !important;
    padding-right: 15px !important;
    display: block;
  }
  */
  
div#navbar-menu {
    /* width: 100% !important; */
    margin-left: -10px !important;
    margin-right: 0px !important;
    /* padding-left: 150px !important; */
    padding-right: 15px !important;
    margin-bottom: 50px !important;
	margin-top: 0px !important;
}

nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: table !important;
    background-color: #ef0000;
    color: white;
}

    nav .container.line {
    width: 90% !important;
    padding-right: 0 !important;
  }
  


}