/*
Theme Name: lk-tch
Theme URI: https://www.lk-service.com
Author: Hendrik Pilz
Author URI: https://www.hepisec.de/
Description:
Version: 2.0
License: proprietary
*/

/* source-sans-pro-regular - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v19-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/**
 * extra small screens
 */
@media screen and (max-width: 575px) {
    #anfrage-slider p {
        font-size: 17px !important;
        font-size: 1.7rem !important;
    }
}

/**
 * small screens
 */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #anfrage-slider p {
        font-size: 20px !important;
        font-size: 2.0rem !important;
    }
}

/**
 * medium screens
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #anfrage-slider p {
        font-size: 24px !important;
        font-size: 2.4rem !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
    }
}

/**
 * extra small, small and medium screens
 */
@media screen and (max-width: 991px) {
    #contact-container>div {
        border-right: none !important;
    }
}

/**
 * large screens
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #anfrage-slider p {
        font-size: 28px !important;
        font-size: 2.8rem !important;
    }
}

/**
 * extra large screens
 */
@media screen and (min-width: 1200px) {
    #info-boxes h3 {
        font-size: 42px !important;
        font-size: 4.2rem !important;
    }

    #anfrage-slider p {
        font-size: 30px !important;
        font-size: 3.0rem !important;
    }
}

#language-selection {
    background-color: #575656;
    line-height: 40px;
}

#language-selection a {
    color: #fff;
    text-transform: uppercase;
}

.menu-sekundaermenue-container .navbar-nav,
.menu-sekundaermenue-englisch-container .navbar-nav {
    margin: 0px;
}

.menu-sekundaermenue-container .navbar-nav > li > a,
.menu-sekundaermenue-englisch-container .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 5px;
    margin-right: 30px;
}

.menu-sekundaermenue-container .navbar-nav > li > a:hover,
.menu-sekundaermenue-englisch-container .navbar-nav > li > a:hover,
.menu-sekundaermenue-container .navbar-nav > li > a:active,
.menu-sekundaermenue-englisch-container .navbar-nav > li > a:active,
.menu-sekundaermenue-container .navbar-nav > li > a:focus,
.menu-sekundaermenue-englisch-container .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-brand img {
    margin-top: -10px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: 0;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #555;
}

.navbar-default .navbar-nav > li.menu-item {
    padding: 37.5px 0px;
}

.navbar-default .navbar-nav > li > a {
    padding: 0px 15px;
}

.navbar-default .navbar-nav > li:first-child > a,
.navbar-default .navbar-nav > li:nth-child(2) > a {
    border-right: 1px solid #777;
}

.dropdown-toggle .caret {
    display: none;
}

.dropdown-menu {
    top: 65px;
    border: none;
    min-width: 200px;
}

#menu-item-1264 .dropdown-menu {
    min-width: 235px;
}

.dropdown-menu li {
    padding: 0px 15px;
}

.dropdown-menu li a {
    border-top: 1px solid rgb(221, 221, 221);
}

.dropdown-menu li a:hover {
    background-color: inherit;
    color: #a01c2d;
}

.menu-item-home {
    background-image: url('img/icon-home.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-collapse .navbar-nav {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-collapse .navbar-nav > li.menu-item {
        padding: 10px 0px;
    }
}

/**
 * Sliders
 */

.slider-container {
    width: 100%;
    max-width: 1970px;
    margin-left: auto;
    margin-right: auto;
}

#start-slider {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 500;
}

#start-slider h1 {
    color: #fff;
    padding-top: 3%;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 840px) {
    #start-slider h1 {
        padding-top: 3%;
    }
}

#start-slider h2,
#start-slider p,
#team-slider p,
#anfrage-slider p,
#faq-slider p,
#events-slider p,
#messen-slider p,
#fuer-hotels-slider p {
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 100;
    margin-top: 50px;
    text-align: center;
}

#start-slider h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 835px) {
    #start-slider h2 {
        margin-top: 0px;
    }
}

#start-slider .highlight {
    color: #ffed00;
    border-bottom: 1px solid #ffed00;
}

#start-slider .highlight:hover,
#start-slider .highlight:active,
#start-slider .highlight:focus {
    text-decoration: none;
}

#team-slider, #anfrage-slider {
    background: url('img/team-slider.png') no-repeat top left;
    background-size: auto 100%;
    width: 100%;
    height: 333px;
}

#team-slider h1,
#anfrage-slider h1,
#faq-slider h1,
#events-slider h1,
#messen-slider h1,
#fuer-hotels-slider h1 {
    color: #fff;
    padding-top: 80px;
    text-align: center;
}

#faq-slider, #events-slider {
    background: url('img/faq-slider.png') no-repeat top left;
    background-size: auto 100%;
    width: 100%;
    height: 333px;
}

#hotel-slider {
    background: url('img/hotel-slider.png') no-repeat top center;
    background-size: auto 100%;
    width: 100%;
    height: 333px;
}

#messen-slider {
    background: url('img/messen-slider.jpg') no-repeat top left;
    background-size: auto 100%;
    width: 100%;
    height: 333px;
}

#fuer-hotels-slider {
    background: url('img/fuer-hotels-slider.jpg') no-repeat top left;
    background-size: auto 100%;
    width: 100%;
    height: 333px;
}

@media screen and (max-width: 767px) {
    #carousel-start, #hotel-slider {
        display: none;
    }

    #start-slider {
        position: static;
        background: url('img/tagung-hotel-vermittler-startseite.jpg') no-repeat top center;
        background-size: 100% auto;
        height: 400px;
    }

    #start-slider h1, #start-slider p {
        display: none;
    }

    #hotel-search h1 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 567px) {
    #start-slider {
        height: 275px;
    }
}

#fuenf-punkte-slider h1 {
    text-align: center;
}

@media screen and (max-width: 650px) {
    #fuenf-punkte-slider h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

/**
 * End of Sliders
 */

h1 {
    color: #a01c2d;
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 0px;
    text-align: left;
}

#start-slider h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #start-slider h1 {
        font-size: 48px;
        font-size: 4.8rem;
    }
}

@media screen and (min-width: 1400px) {
    #start-slider h1 {
        font-size: 56px;
        font-size: 5.6rem;
    }

    #start-slider h2 {
        font-size: 30px;
        font-size: 3.0rem;
    }
}

#hotel-page h1,
#hotel-search h2,
.hotels-nearby h3,
#tcb_landing_page #hotel-page h1,
#tcb_landing_page #hotel-search h1,
#tcb_landing_page #hotel-search h2 {
    color: #a01c2d;
    font-size: 20px;
    font-size: 2.0rem;
    font-style: normal;
    margin-top: 90px;
    text-align: left;
}

#top-cities h3 {
    color: #575656;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
}

#hotel-page h3,
#tcb_landing_page #hotel-page h3 {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: left;
}

#faq h2, #events h2, #fuer-hotels h2 {
    color: #a01c2d;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

@media (min-width: 992px) {
    #start-page #search-container {
        position: absolute;
        left: 50%;
        margin-top: -60px;
        margin-left: -485px;
    }

    #info-boxes {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    #start-page #search-container {
        margin-left: -585px;
    }
}

#search-form {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #575656;
    margin-top: 15px;
    margin-bottom: 60px;
    padding: 0px;
}

#search-container .navbar-toggle {
    float: none;
}

#search-form .form-group {
    padding: 15px;
    margin-bottom: 0px;
}

#search-form select.form-control {
    padding: 6px 3px;
}

.btn-default {
    background-color: #a01c2d;
    border: 1px solid #a01c2d;
    color: #fff;
    text-transform: uppercase;
}

.btn-default:hover,
.btn-default[disabled]:hover {
    background-color: #a01c2d;
    border: 1px solid #a01c2d;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    color: #fff;
}

#cookie-notice .btn-default {
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url("img/button-default-1.png") !important;
    background-size: 100% 100% !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.btn-back {
    background-color: #cccccc;
    color: #fff;
    text-transform: uppercase;
}

.btn-back2 {
    background-image: url('/img/icon-back.png');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: #f9f9f9;
    color: #333333;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 41px;
}

@media screen and (min-width: 992px) {
    #search-form .form-group {
        float: left;
        padding: 30px 5px;
        margin-bottom: 0px;
    }

    #search-form label {
        display: block;
        font-size: 12px;
    }

    #search-form .btn {
        font-size: 12px;
    }

    #search-form .form-group:nth-child(1) {
        padding-left: 10px;
        width: 38%;
    }

    #search-form .form-group:nth-child(2) {
        width: 8%;
    }

    #search-form .form-group:nth-child(3),
    #search-form .form-group:nth-child(4),
    #search-form .form-group:nth-child(5) {
        width: 10%;
    }

    #search-form .form-group:nth-child(6),
    #search-form .form-group:nth-child(7) {
        width: 12%;
    }

    #search-form .form-group:nth-child(7) {
        padding-right: 10px;
    }
}

#search-container .btn {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #search-form {
        margin-top: 0px;
    }
}

span.icon {
    line-height: 60px;
}

#top-cities {
    background-color: #f1f6f9;
    margin-top: 60px;
    padding: 60px 0px 90px 0px;
}

#top-cities>.container {
    padding: 0px;
}

#top-cities p, #info-boxes p {
    color: #575656;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 30px;
}

#info-boxes a {
    display: block;
    margin: 15px 30px;
}

#top-cities .col-md-8 img, #top-cities .col-md-4 img:nth-child(1) {
    margin-bottom: 27px;
}

.top-city {
    line-height: 0px;
}

.top-city-button {
    background-color: rgba(255, 255, 255, 0.85);
    color: #a01c2d;
    position: relative;
    bottom: 52px;
    left: 10px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    #top-cities .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    #top-cities .col-md-8 img {
        width: 100%;
        max-width: 362px;
    }

    .top-city-button {
        display: block;
        width: 150px;
        text-align: center;
        left: auto;
        bottom: 62px;
        margin-left: auto;
        margin-right: auto;
        line-height: 20px;
    }

    #info-boxes div.col-md-4 {
        margin-bottom: 15px;
    }
}

#info-boxes {
    color: #000;
    padding: 0px;
}

/*#info-boxes div {
    margin-top: 30px;
}*/

#info-boxes div.col-md-4>div {
    border: 3px solid #a01c2d;
    padding-bottom: 20px;
}

#info-boxes h3 {
    color: #a01c2d;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    padding-top: 40px;
    height: 196px;
}

#info-boxes p {
    color: #000;
}

#info-boxes .content_block p:nth-child(2) {
    height: 170px;
}

#info-boxes .highlight {
    color: #ffed00;
}

#attendee-management {
    background: url('img/background-attendee-management.jpg') no-repeat center center;
    background-size: cover;
}

#expo-congress {
    background: url('img/background-expo-congress.jpg') no-repeat center center;
    background-size: cover;
}

#hotel-agency {
    background: url('img/background-hotel-agency.jpg') no-repeat center center;
    background-size: cover;
}

#footer {
    background-color: #575656;
    color: #b2b2b2;
    padding: 50px 0px 50px 0px;
}

#footer>.container {
    padding: 0px;
}

#footer .address {
    padding: 0px 15px;
}

#footer .address p {
    padding: 20px 0px 0px 44px;
}

#footer .address-marker {
    background: url('/img/address-marker.png') no-repeat 10px 20px;
    padding-left: 44px;
}

#footer .office {
    padding: 56px 15px 0px 15px;
}

#footer .quick-links {
    padding: 0px 15px 50px 5%;
}

#footer .quick-links h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

#footer .quick-links ul {
    padding: 10px 0px 0px 0px;
}

#footer .quick-links li {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 100;
    margin: 0px 0px 18px 0px;
    width: 16.66666666666%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #footer .quick-links li {
        width: 100%;
        margin-bottom: 6px;
    }
}

#footer .quick-links li a {
    color: #b2b2b2;
}

#copyright {
    clear: both;
    padding-top: 75px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #footer .address, #footer .office {
        width: 50%;
    }

    #footer .office {
        padding: 15px;
    }

    #footer .quick-links {
        border-left: none;
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    #copyright {
        padding-top: 25px;
    }
}

@media screen and (max-width: 610px) {
    #footer .address {
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        text-align: center;
    }

    #footer .address p {
        padding-left: 0px;
    }

    #footer .office {
        display: none;
    }
}

#news-container {
    padding: 0px;
}

.news-entry {
    clear: both;
    padding: 35px 10px 35px 0px;
    min-height: 133px;
    border-top: 1px solid #dadada;
}

.news-column .news-entry:nth-child(2) {
    border-top: none;
}

.news-column h4, .premium-partner-column h4, .hotel-portal-column h4 {
    margin-top: 60px;
}

.premium-partner-column h4, .hotel-portal-column h4 {
    margin-bottom: 45px;
}

.news-entry .thumbnail-block {
    float: left;
    width: 80px;
}

.news-entry h5 {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0px 0px 7px 80px;
}

.news-entry h5 a {
    color: #575656;
}

.news-entry p {
    margin-left: 80px;
}

.news-entry p a {
    color: #a01c2d;
}

#hotel-portal-box {
    background: url('img/background-hotel-portal.jpg') no-repeat center center;
    background-size: cover;
    border: 3px solid #a01c2d;
    color: #000;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    padding: 20px 18px;
}

#hotel-portal-box .highlight {
    color: #a01c2d;
}

#contact-container {
    background-color: #a01c2d;
    color: #fff;
    font-weight: 100;
    padding: 15px 30px;
}

#contact-container>div {
    border-right: 1px solid #fff;
    text-align: center;
}

#contact-container>div:nth-child(4), #contact-container>div:last-child {
    border-right: none;
}

#contact-container .strong {
    font-weight: 400;
}

#contact-container a {
    color: #fff;
    text-decoration: underline;
}

#contact-container .highlight a {
    color: #ffed00;
}

#contact-container .social-links {
    padding: 6px 0px;
}

#contact-container .social-links a {
    padding: 0px 2px;
}

/**
 * Team
 */
#team h2, #anfrage h2 {
    color: #575656;
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: left;
}

#anfrage h2 {
    margin-bottom: 30px !important;
}

#team .col-sm-4 {
    padding: 15px;
}

#team .col-sm-4 .team-info {
    display: none;
}

#team .col-sm-4:hover .team-info {
    display: block;
    cursor: pointer;
    background-color: rgba(160, 28, 45, 0.5);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 40% 15px 0px 15px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 100;
}

#team .team-info h3 {
    color: #fff;
    margin: 0px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: left;
}

/**
 * End of Team
 */

/**
 * 5 Punkte Plan
 */

#fuenf-punkte-slider {
    background: url('img/5-punkte-slider.png') no-repeat center center;
    background-size: cover;
}

#fuenf-punkte-container>.nav-tabs {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
}

#fuenf-punkte-container>.nav>li {
    width: 20%;
    height: 100px;
}

#fuenf-punkte-container>.nav-tabs>li> a {
    border: none;
    line-height: 100px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#fuenf-punkte-container li.active img {
    width: 0px;
    height: 0px;
}

#fuenf-punkte-container li.active.first img {
    background-image: url('img/icon-punkt-1-active.png');
    padding: 38px;
}

#fuenf-punkte-container li.active.second img {
    background-image: url('img/icon-punkt-2-active.png');
    padding: 29px;
}

#fuenf-punkte-container li.active.third img {
    background-image: url('img/icon-punkt-3-active.png');
    padding: 33px 32px 33px 33px;
}

#fuenf-punkte-container li.active.fourth img {
    background-image: url('img/icon-punkt-4-active.png');
    padding: 37px;
}

#fuenf-punkte-container li.active.fifth img {
    background-image: url('img/icon-punkt-5-active.png');
    padding: 32px 31px 32px 32px;
}

#fuenf-punkte-container .tab-content {
    background-color: #fff;
    margin-bottom: 55px;
}

#fuenf-punkte-container .tab-pane {
    padding: 60px 55px;
}

#fuenf-punkte-slider h1 {
    color: #fff;
    padding: 80px;
}

#fuenf-punkte-container h2 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #a01c2d;
    padding-left: 25px;
}

#fuenf-punkte-container p {
    padding-left: 25px;
}

.plan-navigation {
    float: right;
    margin-top: -29px;
}

.plan-navigation a {
    margin-left: 10px;
}

/**
 * End of 5 Punkte Plan
 */

/**
 * Anfrage
 */

.btn-inquiry {
    background-image: none;
    background-color: #ffed00;
    border-color: #ffed00;
    color: #a01c2d;
}

.btn-inquiry:hover {
    background-color: #ffed00;
    border-color: #ffed00;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}

#anfrage .btn-primary {
    border-color: #575656;
    color: #575656;
}

#anfrage .btn-primary:hover {
    background-color: #fff;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    text-decoration: none !important;
}

#anfrage>div.row {
    border-bottom: 9px solid #e5e5e5;
    margin: 0px;
}

#anfrage>.row>.col-xs-4>p,
#anfrage>.row>.col-xs-12>.row>.col-xs-4>p {
    text-align: center;
}

#anfrage h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 18px !important;
    margin-top: 20px !important;
    text-transform: uppercase;
    text-align: center;
}

#anfrage form, #anfrage div.anfrage-success {
    clear: both;
    margin-top: 35px;
    margin-bottom: 55px;
}

#anfrage label {
    line-height: 29px;
}

#anfrage input::-webkit-input-placeholder {
    text-transform: uppercase;
}

#anfrage input::-moz-placeholder {
    text-transform: uppercase;
}

#anfrage input:-ms-input-placeholder {
    text-transform: uppercase;
}

#anfrage form p {
    padding: 15px !important;
}

#anfrage .btn {
    margin-top: 15px !important;
}

p.anfrage-success {
    color: #3db900;
    font-size: 35px;
    font-style: italic;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

/**
 * End of Anfrage
 */

/**
 * Default Page
 */

#default-page {
    margin-bottom: 30px;
}

#default-page h1, #single-page h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 30px 0px;
    font-style: normal;
}

@media screen and (max-width: 370px) {
    #default-page h1, #single-page h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .entry img.alignleft {
        display: block;
        float: none;
        margin-right: 30px;
    }
}

#default-page h2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
}

#default-page ul {
    list-style: none;
    margin-left: 0;
    padding: 5px 10px 5px 16px;
    text-indent: -15px;
}

#default-page li:before {
    content: '\bb \20';
    display: block;
    float: left;
    width: 15px;
}

img.alignleft {
    display: block;
    float: left;
    margin-right: 30px;
}

#default-page .clearfix {
    margin-bottom: 30px;
}

/**
 * End of Default Page
 */

/**
 * Hotel Page
 */

#hotel-page, #default-page, #single-page {
    border-top: 1px solid #575656;
    padding-top: 15px;
}

#hotel-page h1 {
    margin-top: 15px;
}

.star-active {
    color: #ffcc00;
}

.star-inactive {
    color: #999999;
}

.room-info,
#hotel-page h2,
#tcb_landing_page #hotel-page h2 {
    color: #333333;
    font-size: 20px;
    font-size: 2.0rem;
    text-transform: uppercase;
}

#hotel-page .nav-pills>li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 18.4%;
    margin-left: 1%;
    margin-right: 1%;
}

@media screen and (max-width: 590px) {
    #hotel-page .nav-pills>li {
        font-size: 8px;
        font-size: 0.8rem;
    }
}

#hotel-page .nav-pills>li>a {
    border: 1px solid #333333;
    background-color: #fff;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
}

#hotel-page .nav-pills>li>a:hover {
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}

#hotel-page .nav-pills>li.active>a {
    background-color: #333333;
    color: #fff;
}

#hotel-page .nav-pills>li:first-child {
    margin-left: 0px;
}

#hotel-page .nav-pills>li:last-child {
    margin-right: 0px;
}

#hotel-page div.icon {
    float: left;
    width: 30px;
}

#hotel-page .info-icons {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 25px 0px 45px 0px;
}

#hotel-page .shariff-icons {
    margin-bottom: 45px;
}

#hotel-page .hotels-nearby {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 45px 0px 45px 0px;
}

#hotel-page .info-icons>.row, #hotel-page .info-icons .row .row {
    margin-left: -5px;
    margin-right: -5px;
}

#hotel-page .info-icons .col-xs-6 {
    line-height: 32px;
    vertical-align: middle;
    padding: 5px;
}

#hotel-page ul.check-items {
    display: block;
    padding: 0px;
}

#hotel-page ul.check-items li {
    display: block;
    float: left;
    width: 25%;
}

@media screen and (max-width: 767px) {
    #hotel-page ul.check-items li {
        width: 33%;
    }
}

@media screen and (max-width: 575px) {
    #hotel-page ul.check-items li {
        width: 50%;
    }
}

#hotel-page ul.check-items .fa-check, #hotel-page tr.check-items .fa-check {
    color: #33cc00;
}

#hotel-page ul.check-items .fa-times, #hotel-page tr.check-items .fa-times {
    color: #a01c2d;
    margin-right: 3px;
}

#tcb_landing_page #hotel-page .tab-pane p,
#tcb_landing_page #hotel-page ul.check-items li {
    font-size: 14px;
    font-size: 1.4rem;
}

.hotel-thumbs .col-sm-4, .hotel-thumbs .col-xs-12, .hotel-thumbs .col-xs-2 {
    padding: 15px;
}

.hotel-thumbs .portrait-image-fix {
    margin-top: 15px;
    padding-top: 0px;
    overflow: hidden;
    max-height: 450px;
}

@media screen and (min-width: 1200px) {
    .hotel-thumbs .portrait-image-fix {
        max-height: 630px;
    }
}

.hotel-thumbs .col-xs-12 .img-responsive {
    width: 100%;
}

#hotel-thumbs a {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 65px;
}

.search-result-preview-image,
.hotel-thumbs .col-xs-6 a,
.conference-room-image a {
    display: block;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 164px;
    height: 164px;
}

.hotel-thumbs .col-xs-6 a {
    margin-left: 0px;
}

.highlight-thumb a {
    border: 1px solid #a01c2d;
}

.conference-room-image a {
    margin-bottom: 15px;
}

.conference-room-image a img {
    margin: 60px;
}

#conferenceRooms .table a {
    color: #333333;
}

.hotels-nearby .search-result-preview-image {
    margin-left: 0px;
    margin-right: 0px;
}

#hotel-search-selected-hotels {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 6px 12px 6px;
}

#hotel-search-selection h3,
#tcb_landing_page #hotel-search-selection h3 {
    background-color: #565656;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    padding: 6px;
    margin-bottom: 0px;
}

#hotel-inquiry-selection h4, #inquiry-summary h4 {
    margin-top: 0px;
}

.hotel-search-selected-hotel, .hotel-inquiry-selected-hotel {
    margin-bottom: 12px;
}

#inquiry-summary {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#inquiry-summary dt {
    float: left;
    padding-right: 10px;
}

.thumb-prev, .thumb-next {
    position: absolute;
    background-color: rgba(160, 28, 45, 0.5);
    color: #fff;
    cursor: pointer;
}

.thumb-prev i, .thumb-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.col-xs-2 .thumb-prev, .col-xs-2 .thumb-next {
    top: 15px;
    bottom: 15px;
}

.col-xs-2 .thumb-prev {
    left: 15px;
    right: 66%;
}

.col-xs-2 .thumb-next {
    left: 66%;
    right: 15px;
}

.col-xs-12 .thumb-prev, .col-xs-12 .thumb-next {
    top: 15px;
    bottom: 15px;
}

.portrait-image-fix .thumb-prev, .portrait-image-fix .thumb-next {
    top: 0px;
    bottom: 0px;
}

.col-xs-12 .thumb-prev {
    left: 15px;
    right: 90%;
}

.col-xs-12 .thumb-next {
    left: 90%;
    right: 15px;
}

.selection-button-container {
    text-align: right;
    padding-top: 47px;
}

#hotel-page .info-icons .selection-button-container .row {
    margin-right: -10px;
}

#hotel-page #directions h2, #hotel-page #directions .print-icons {
    display: inline-block;
}

#hotel-page #directions .print-icons img {
    margin-top: -5px;
    margin-left: 10px;
}

#hotel-page #directions dl {
    float: left;
    width: 50%;
}

#hotel-page #directions dt {
    clear: both;
    float: left;
    width: 50%;
    font-weight: normal;
}

#hotel-page #directions dd.km {
    float: left;
    width: 70px;
    text-align: right;
}

#hotel-page #directions dd.walkmin {
    float: left;
    width: 110px;
    text-align: right;
}

/**
 * End of Hotel Page
 */

/**
 * Autocomplete
 */

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/**
 * End of Autocomplete
 */

/**
 * Hotel Search
 */

.hotel-search-result {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.search-result-count {
    position: absolute;
    min-width: 20px;
    background-color: #585657;
    color: #fff;
    text-align: center;
    padding: 0px 2px
}

.search-result-premium {
    background-color: #a01c2d;
}

#hotel-search h1 {
    color: #575656;
    font-size: 20px;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    margin-top: -50px;
}

#hotel-search h2,
.hotels-nearby h3,
#tcb_landing_page #hotel-search h2,
#tcb_landing_page .hotels-nearby h3 {
    margin-top: 10px;
}

.hotels-nearby h3 {
    font-weight: bold;
}

#hotel-search h2 a, .hotels-nearby h3 a {
    color: #a01c2d;
}

#hotel-search .info-icons .col-xs-6 {
    line-height: 26px;
    vertical-align: middle;
    padding: 5px;
}

#hotel-search .info-icons .row {
    margin-left: -10px;
    margin-right: -10px;
}

#hotel-search div.icon {
    float: left;
    width: 30px;
}

#hotel-search div.icon img {
    height: 16px;
    width: auto;
}

#hotel-search address {
    margin-bottom: 0px;
}

.search-result-number, .search-sort {
    margin: 15px 0px 20px 0px;
}

.search-result-number p,
#tcb_landing_page .search-result-number p {
    display: inline-block;
    background-color: #a01c2d;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    padding: 2px 5px;
}

.search-result-number i,
#tcb_landing_page .search-result-number i {
    font-weight: 200;
}

.search-sort label {
    font-weight: normal;
    padding-right: 5px;
}

.hotel-search-result .stars {
    padding: 10px 20px 5px 15px;
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .hotel-search-result .stars .btn-default {
        margin-top: 70px;
    }
}

#hotel-search #map, #hotel-page #map {
    height: 300px;
}

#hotel-page #map {
    margin-top: 15px;
}

.hotel-search-pager {
    margin-bottom: 70px;
}

.btn-toolbar {
    border: 1px solid #ccc;
    color: #ccc;
    margin-left: 0px;
}

.btn-toolbar.current {
    border: 1px solid #434343;
    color: #434343;
}

.hotels-nearby .img-responsive {
    width: 100%;
    height: auto;
}

/**
 * End of Hotel Search
 */

/**
 * Contact
 */

table.contact {
    border: 0px;
}

table.contact th, table.generalmanager th {
    vertical-align: top;
    padding-right: 15px;
}

.menu-phone {
    padding: 0px !important;
}

#language-selection .menu-phone {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .menu-phone img {
        width: 140px;
        margin-top: 17px;
    }
}

@media screen and (max-width: 767px) {
    #language-selection .menu-phone {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #afafaf;
    }

    #language-selection .menu-item {
        padding-top: 15px;
    }

    #language-selection .menu-item-home,
    #menu-hauptmenue .menu-phone {
        display: none;
    }

    #menu-sekundaermenue {
        margin-left: -15px;
        margin-right: -15px;
    }

    #menu-sekundaermenue li {
        float: left;
        width: 50%;
        text-align: center;
    }
}

/**
 * End of Contact
 */

/**
 * Language switcher
 */

.wpml-ls-legacy-dropdown-click {
    width: auto !important;
    max-width: none !important;
    float: right;
    padding-top: 1px;
}

.wpml-ls-legacy-dropdown-click a, .wpml-ls-item a {
    background-color: #575656 !important;
    position: relative;
    padding: 5px calc(10px + .7em + .7em) 5px 10px !important;
}

/**
 * End of Language switcher
 */

/**
 * For hotels
 */

.price-box {
    background-color: #a01c2d;
    color: #fff;
    padding: 10px;
}

.price-box h3 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.price-box strong {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 100;
}

.price-contact-box {
    background: url('img/background-kontaktbox.jpg') center center no-repeat;
    background-size: cover;
    padding: 10px;
    color: #fff;
}

.price-contact-box h3 {
    margin-bottom: 60px;
}

.price-contact-box a {
    color: #fff;
}

ul.basic-items, ul.additional-items {
    list-style: none;
    margin-left: 0;
    padding: 5px 10px 5px 25px;
    text-indent: -15px;
}

ul.basic-items li:before {
    content: '\00bb \0020';
    display: block;
    float: left;
    width: 15px;
}

ul.additional-items {
    background-color: #fff;
    color: #a01c2d;
}

ul.additional-items li:before {
    content: '+ \0020';
    display: block;
    float: left;
    width: 1.2em;
}

#fuer-hotels h4 {
    background-color: #a3a3a3;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 10px;
}

#fuer-hotels h4 a {
    color: #fff;
}

/**
 * End of For hotels
 */

/**
 * Print styles
 */

@media print {
    #language-selection,
    #menu-hauptmenue .menu-item,
    .slider-container,
    #search-form,
    .search-sort,
    #hotel-thumbs,
    .hotel-selection-button,
    .room-info,
    .info-icons,
    .shariff-icons,
    .nav.nav-pills,
    #description,
    #facilities,
    #rooms,
    #conferenceRooms,
    .hotels-nearby,
    #hotel-search-selection,
    footer,
    .btn-back2 {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

/**
 * End of print styles
 */

#kostenfreie-hotelvermittlung strong, #zimmerkontingentverwaltung strong, #teilnehmer-registrierung strong {
    color: #a01c2d;
    font-weight: normal;
    text-transform: uppercase;
}

#kostenfreie-hotelvermittlung ul {
    padding: 0px;
}

#kostenfreie-hotelvermittlung ul li {
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding-left: 40px;
}

#kostenfreie-hotelvermittlung ul li:before {
    display: none !important;
}

#kostenfreie-hotelvermittlung ul li span:before {
    content: '\bb \20';
    display: block;
    float: left;
    width: 15px;
}

#kostenfreie-hotelvermittlung ul li span {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

#warum-kostenfrei .img-responsive {
    width: 100%;
}

#warum-kostenfrei .btn-default, #direktbuchung .btn-default {
    margin-top: -55px;
    border: none;
}

@media screen and (max-width: 450px) {
    #direktbuchung .btn-default {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

#zimmerkontingentverwaltung .greybox, #teilnehmer-registrierung .greybox, #tinymce .greybox {
    background-color: #f1f1f1;
    padding: 15px;
}

#teilnehmer-registrierung .greybox h2 {
    margin-top: 0px;
}

#zimmerkontingentverwaltung .greybox .btn-default {
    border: none;
}

img.auge {
    display: inline-block;
    background-color: #c4c4c4;
    margin-right: 2px;
    width: 32px;
    height: 32px;
}

#single-page .entry {
    margin-bottom: 70px;
}

#single-page .entry img {
    display: block;
    width: 100%;
    height: auto;
}

.nav-pills .btn-disabled {
    background-color: #afafaf !important;
    color: #999999 !important;
    cursor: not-allowed;
}

#hotel-page #description p,
#hotel-page #facilities p,
#hotel-page #rooms p,
#hotel-page #conferenceRooms p,
#hotel-page #directions p {
    margin-bottom: 0px;
    min-height: 20px;
}

#hotel-page ul.nav.nav-pills {
    margin-left: 0px;
    padding-left: 0px;
}

#anfrage.tch-shortcode,
#anfrage.tch-shortcode div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#anfrage.tch-shortcode {
    padding: 0px 15px;
}

.modal-backdrop {
    display: none;
}

/* source for tooltip: http://jsfiddle.net/cSSUA/209/ */

.tooltip-wrapper {
    display: inline-block;
}

.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}