@import url("https://use.typekit.net/jwf3jtz.css");

html {
    font-size: 100%;
}

body {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

.tp-body {
    margin: 0px;
}

a {
    color: #00B4E8;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #000000;
}

h2, h4 {
    color: #000000 !important;
}

select,
input,
textarea {
    border-color: #000000 !important;
    color: #000000 !important;
    border-radius: 0 !important;
    border: 1px solid #f5f5f5 !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus {
    border-color: #000000 !important;
    color: #000000 !important;
}

.tp-wrapper ul {
    margin-left: 0px;
    list-style: disc;
    padding-left: 15px;
}

.tp-wrapper ul li {
    list-style: outside;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input:focus {
    border: none !important;
}

#mobile-menu .mobile-menu__search .form-control,
#mobile-menu .mobile-menu__search .form-control:focus {
    border: none !important;
}

.tt-headline a {
    color: #25436D;
}

#header {
    position: fixed !important;
    background: #FBFBFA;
    background-color: #FBFBFA !important;
    z-index: 1000;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
}

#header-wrap {
    border-bottom: 10px solid #000000;
}

header .tp-contact-standalone__mail, header .tp-contact-standalone__phone {
    display: none;
}

.tp-wrapper .tp-header-standalone {
    display: none;
}

.tp-wrapper .tp-header-standalone--background {
    min-height: 30px;
    display: block;
}

@media (max-width: 940px) {
    .tp-wrapper .tp-header-standalone--background {
        min-height: 20px;
    }
}

.tp-header-standalone__logo-link {
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-right: 30px;
}

.tp-gallery-preview-text {
    color: #000000;
}

/* Warenkorb Icon */
.tp-standalone.tp-standalone-navbar .tp-standalone-navbar-meta .tp-standalone-navbar-item .tp-standalone-navbar-link {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .tp-standalone.tp-standalone-navbar .tp-standalone-navbar-meta .tp-standalone-navbar-item .tp-standalone-navbar-link .tp-badge {
        padding: 5px 8px 5px;
        left: 33px;
        top: 9px;
    }
}

@media (min-width: 992px) {
    .tp-standalone.tp-standalone-navbar .tp-standalone-navbar-meta .tp-standalone-navbar-item .tp-standalone-navbar-link .tp-badge {
        padding: 5px 8px 5px;
        left: 102px;
        top: 9px;
    }
}

#cart-header {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    max-width: 100%;
    background-position-y: 72px;
    background-color: #FFFFFF;
}

#cart-header .cart-headline-primary {
    text-align: center;
}

#cart-header .tp-standalone.tp-standalone-header {
    margin: 0 auto;
}

.pure-g ul {
    list-style-position: outside;
    padding-left: 18px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #000000;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #000000;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #000000;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #E3000B;
    border-color: #E3000B;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #727171;
    border-color: #727171;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #727171;
    border-color: #727171;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #CC0000 !important;
    background-color: #FFFFFF !important;
    border-color: #CC0000 !important;
    background-image: none !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #CC0000 !important;
    background-color: #FFFFFF !important;
    border-color: #CC0000 !important;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.tt_line_artikel .btn-danger {
    color: #FFFFFF !important;
    background-color: #9a9491 !important;
    border-color: #9a9491 !important;
    background-image: none !important;
}

.tt_line_artikel .form-inline {
    background-color: #efefef;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px 10px 5px;
}

.tt_line_artikel hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    background-color: #000000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #25436D;
    border-radius: 0;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #25436D;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #efefef;
    color: #25436D;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

b,
strong {
    font-weight: 700;
}

.container.pagelayout {
    margin-top: 0px;
}

h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
    color: #000000;
}

h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
    color: #000000;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
    color: #000000;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
}

.full_intro {
    font-size: 15px;
    font-size: 0.9375rem;
}

.tp-price-value {
    font-size: 22px;
}

/* /default/b3/css/tt.css */
header {
    margin-bottom: 0 !important;
}

#tt_main {
    position: relative;
}

.container.pagelayout {
    background-color: #FFFFFF;
    padding: 20px;
    border-top: none;
}

.container.container_pagelayout {
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
}

.pagination {
    margin: 0;
}

.facet-more span {
    font-size: 12px;
    margin-left: 18px;
}

.tt_viewswitch {
    margin-left: 15px;
}

.tt_sort {
    margin-right: 15px;
}

.tt_currency {
    margin-left: 15px;
}

.ml5 {
    margin-left: 5px;
}

.mr15 {
    margin-right: 15px;
}

/* CUSTOM KNUFRI TOPNAV STYLES */
.tt_navbar_top {
    margin-bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
}

.tt_navbar_bg {
    background-color: transparent !important;
    border-bottom: none;
    height: 40px;
}

.tt_navbar_bg .container {
    background-color: transparent;
    font-size: 18px;
    color: #666;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
}

.tt_nav {
    margin: 0;
    padding-left: 0px;
    height: 37px;
}

.tt_nav .dropdown {
    background-color: transparent;
    position: relative;
    top: 0px;
}

.tt_nav .dropdown-menu {
    background: #000;
}

.tt_nav .dropdown-menu a {
    color: #fff;
}

.tt_nav .dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
    background: #fff;
    color: #666;
    background-image: none;
}

.tt_nav .dropdown .tt_lang {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-transform: none;
}

.tp-tooltip-container.tp-tooltip-navbar .tooltipster-content,
.tp-tooltip-container.tp-tooltip-navbar .pure-button {
    background-color: #eb0000 !important;
    color: #ffffff !important;
}

.tp-tooltip-container.tp-tooltip-navbar.tooltipster-bottom .tooltipster-arrow-background,
.tp-tooltip-container.tp-tooltip-navbar.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #eb0000 !important;
}

.tp-tooltip-container.tp-tooltip-navbar .pure-button:hover,
.tp-tooltip-container.tp-tooltip-navbar .pure-button:focus {
    color: #ffffff !important;
}

/* .tt_nav .dropdown .caret { margin-top: 18px; } */
.tt_nav li {
    display: block;
    background: url("shim.png") repeat;
    float: left;
    border: 2px solid #E69500;
    margin-right: 5px;
    height: 32px;
}

.tt_nav>li>a {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding: 3px 10px 0;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
}

.tt_nav>li:hover>a {
    color: #E69500;
}

.tt_nav>li>a.reset {
    padding: 0;
}

.tt_nav_left {
    width: 57%;
    margin-top: 8px;
    margin-left: 4px;
}

/* .tt_nav_left .dropdown-menu { right: auto; left: 0; } */
.tt_nav_left.tt_tablet {
    display: none;
}

.tt_nav_right {
    width: 40%;
}

.tt_nav_right {
    text-align: right;
}

.tt_nav_right li {
    float: none;
    display: inline;
    border: none;
    background: none;
}

.tt_nav_right .tt_nav>li>a {
    line-height: 43px !important;
}

.tt_nav_right .dropdown-menu {
    left: auto;
    right: 0;
    text-align: left;
}

.tt_nav_right i {
    font-size: 1.4em;
    vertical-align: middle;
    width: 1em;
}

.tt_nav_right #tt_cart, .tt_nav_right #tt_clipboard {
    padding-left: 0;
}

.tt_mobile_cart_count {
    display: none;
}

.tt_button_group {
    float: left;
    margin-right: 1em;
}

.tt_pagination {
    float: left;
}

.tt_sort {
    float: right;
    margin-left: 1em;
}

.tt_currency {
    float: right;
    margin-left: 1em;
}

.tt_currency_symbol {
    display: none;
}

.dropdown {
    z-index: 1000
}

/* END CUSTOM KNUFRI TOPNAV STYLES */
/* @group HELPER ________________________________________ */
/* @lastmodified 2014-08-13 */
.tt-main-headline-box {
    background-color: #FFFFFF;
    padding: 0;
}

.tt-main-headline-box {
    margin-bottom: 20px;
}

/* @group New Startpage ______________________________ */
/* @lastmodified 2014-10-30 */
/* @author ast @integrator msc */
/*!
 * Common
 */
.tt-box img {
    height: auto;
    max-width: 100%;
}

.tt-box {
    padding: 15px;
    margin-bottom: 20px;
}

.tt-box.tt-box-searchform {
    margin-bottom: 20px;
}

.tt-box.tt-box-searchform, .tt-box.tt-ukv-search-infotext {
    border: 1px solid #E69500;
    background-color: #E69500 !important;
}

.tt-box.tt-ukv-search-infotext {
    background-color: #8BA9D3;
}

/* @group New congress Module ______________________________ */
/* @lastmodified 2014-12-10 */
/* @author msc */
/*!
 * common / searchblock
 */
.tt-hidden-congress {
    display: none;
}

.tt-package-searchblock .tt-box-quickfinder .tt-box.tt-box-searchform,
.tt-ukv-searchblock .tt-box-quickfinder .tt-box.tt-box-searchform,
.tt-congress-searchblock .tt-box-quickfinder .tt-box.tt-box-searchform {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
}

.tt-package-searchblock .tt-box-quickfinder,
.tt-ukv-searchblock .tt-box-quickfinder,
.tt-congress-searchblock .tt-box-quickfinder {
    padding: 20px;
    border: none;
    background-color: #E69500;
}

aside .tt-box-quickfinder .tt-box.tt-box-searchform {
    padding: 20px;
}

/*!
 * facets
 */
aside .tt-box-white .tt-quickfinder-facets,
aside .tt-box-white .tt-facet-box-content {
    padding: 0;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 20px;
}

#footer {
    color: #000000;
    margin-top: -30px;
    margin-bottom: 0;
    background: #8BA9D3;
    border-top: 6px solid #8BA9D3;
    padding-top: 16px;
    min-height: 100px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #FFF;
}

footer .copyright-links a {
    color: #FFFFFF !important;
}

footer .copyright-links a:hover {
    color: #FFFFFF !important;
    font-weight: 400 !important;
}

.panel-default>.panel-heading {
    background-color: #25436D;
    border-color: #25436D;
    color: #FFFFFF;
}

.accordion-toggle.collapsed:after, .accordion-toggle:after, a.accordion-toggle {
    color: #FFFFFF !important;
}

.panel-default {
    border-color: #8BA9D3;
    margin-bottom: 10px;
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

#google_route .btn {
    border: 0;
    width: 30%;
}

#google_route .btn:hover, #google_route .btn:focus {
    border: 0;
    background: none;
    background-color: #000000;
}

#tt_header .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.navbar>.anchornav {
    background: #8BA9D3;
    padding: 0;
}

.anchornav>.nav {
    margin-bottom: 0;
    margin-top: 0;
}

.anchornav>.nav>li:first-child>a {
    border-left: medium none;
}

.anchornav>.nav>li>a {
    background-clip: padding-box;
    border-left: none;
    border-right: none;
    color: #fff;
    padding-left: 14px;
    text-shadow: 1px 1px 1px #000000;
}

.anchornav>.nav>li>a:hover, .anchornav>.nav>li>a:focus {
    background-color: #E69500;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

.anchornav>.nav>li.active>a {
    background-color: #E69500;
}

.anchornav>.nav>li.active>a:hover, .anchornav>.nav>li.active>a:focus {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

.btn-calendar-toggle, .btn-calendar-toggle.btn:active, .btn-calendar-toggle.btn:focus {
    background-color: #9a9491;
    border: 1px solid #9a9491;
    color: #FFF;
    box-shadow: none;
    outline: 0 none;
}

.btn-calendar-toggle.btn:hover {
    background-color: #8BA9D3;
    border: 1px solid #8BA9D3;
    color: #FFF;
    box-shadow: none;
    outline: 0 none;
}

.house_line_info, .tt-box-quickfinder .tt-box.tt-ukv-search-infotext, .tt-messe-label {
    background: none;
    padding: 5px 10px 10px 0px;
}

.line {
    margin-bottom: 25px;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.full_basket .btn {
    background: #000000;
    color: #FFF;
    border: 0;
}

.full_basket .btn:hover, .full_basket .btn:focus {
    background: #000000;
    border: 0;
    color: #8BA9D3;
}

.thumbnail_form_booking {
    background-color: #8BA9D3;
}

@media (max-width: 979px) {
    .tt_nav_left.tt_tablet {
        display: block;
    }

    .tt_nav_left {
        margin-top: 8px;
    }

    .tt_nav li {
        background: none;
        float: none;
        border: 0;
    }

    header {
        background: url("bg-header-sgbt.jpg") no-repeat center center;
        background-position-y: 64px;
    }
}

body>.container {
    max-width: 100%;
}

/* Anpassungen TSO 08/2017 */
.tp-wrapper .tp-standalone-navbar {
    border-bottom: none;
    height: 60px;
    margin-top: 0px;
    width: 100%;
    z-index: 1;
    background-color: #FFFFFF !important;
}

.tp-wrapper * {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper h1, .tp-wrapper h2, .tp-wrapper h3, .tp-wrapper h4, .tp-wrapper p, .tp-wrapper div {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper p, .tp-wrapper li, .tp-wysiwyg, .tp-panel-content, .tp-visible-1 {
    font-size: 16px;
}

.tp-badge {
    background-color: #E3000B;
    padding: 5px 6px 5px;
}

.tp-tabs-nav .tp-tabs-nav-item .tp-badge {
    padding: 4px 7px 4px;
}

.tp-wrapper .tp-standalone-navbar-link .tp-standalone-navbar-text {
    font-family: 'LL Circular Black Web', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.tp-standalone-navbar-meta .tp-standalone-navbar-link .tp-standalone-navbar-text {
    font-family: 'LL Circular Black Web', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.tp-wrapper .tp-standalone-navbar-link:hover, .tp-wrapper .tp-standalone-navbar-link:hover {
    color: #eb0000 !important;
}

.tp-wrapper .tp-search-more {
    background-color: #eb0000;
}

.tp-standalone-navbar-main {
    display: none;
    margin: 0;
    padding-left: 0px;
    height: 40px;
}

.tp-standalone.tp-standalone-navbar .tp-list-unstyled.tp-list-inline.tp-standalone-navbar-main-mobile {
    display: none;
}

.tp-standalone-navbar-main li {
    display: block;
    background: none;
    float: left;
    border: none;
    margin-right: 5px;
    height: 40px;
}

.tp-standalone-navbar-meta .tp-standalone-navbar-link {
    padding-top: 0;
    padding-bottom: 0;
    font-family: corporate-s, sans-serif !important;
    line-height: 40px;
}

.tp-standalone-navbar-main li a, .tp-wrapper .tp-standalone-navbar-link {
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    color: #000000 !important;
    line-height: 40px;
    padding: 0px 10px 0;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper .tp-standalone-navbar-link {
    padding-left: 0;
}

.tp-standalone-navbar-main li:first-child a {
    padding-left: 0 !important;
}

header.tp-header, header.tp-results-header {
    background-image: none;
}

.tp-container.tp-main {
    background-color: #FFFFFF;
    margin-top: 40px;
    padding: 15px;
    margin-top: 15px;
    ;
}

.tp-container.tp-main.tp-results.tp-results-list {
    padding-top: 0px;
}

.tp-container.tp-main.tp-results.tp-results-list .pure-form {
    background-color: transparent;
}

.tp-container.tp-main.tp-results.tp-results-list form.pure-form {
    padding-bottom: 0px;
    border-bottom: 1px solid #000000;
}

.tp-container.tp-main.tp-results.tp-results-list .pure-form .tp-results-header-count {
    padding-top: 10px;
}

.tp-container {
    padding: 15px
}

.tp-panel, .tp-panel-content {
    border: 0;
}

.tp-search .tp-box-frame+.tp-box-frame {
    border: 1px solid #eb0000;
    background-color: #eb0000 !important;
}

.tp-quickfinder.js-tp-quickfinder .tp-search .tp-box-frame+.tp-box-frame {
    border: 1px solid #eb0000;
    background-color: #eb0000 !important;
}

.tp-search .tp-box-frame+.tp-box-frame label {
    color: #FFFFFF !important;
}

.tp-search .tp-box-frame button:hover {
    background-color: #0000 !important;
}

.tp-quickfinder-search .tp-search:not(.tp-search-white) h2,
.tp-quickfinder-search .tp-search:not(.tp-search-white) h2 span,
.tp-quickfinder-search .tp-box.tp-quickfinder-facets .tp-box-frame {
    background-color: #eb0000 !important;
    color: #FFFFFF !important;
}

.tp-quickfinder-search .tp-search:not(.tp-search-white) label,
.tp-quickfinder-search .tp-search-reset,
.tp-search-checkbox-label .tp-search-checkbox-text,
.tp-quickfinder-search .tp-icon-help-circled.tp-tooltip.js-tp-tooltip.tooltipstered {
    color: #FFFFFF !important;
}

.tp-quickfinder-search .tp-icon-help-circled.tp-tooltip.js-tp-tooltip.tooltipstered::before {
    width: 1px;
}

.tp-quickfinder-search .tp-search-reset:hover {
    color: #FFFFFF;
}

.tp-quickfinder-search .pure-button.tp-search-btn:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.tp-quickfinder-search .pure-button.tp-search-btn:hover .tp-icon-search {
    color: #000000 !important;
}

.tp-quickfinder-search .pure-button.tp-search-btn:hover .tp-icon-search {
    color: #FFFFFF !important;
}

.tp-wrapper h1 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.4;
    color: #000000;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
    text-transform: none;
}

.tp-wrapper h2 {
    text-transform: none;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.4;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
}

.tp-wrapper h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
}

.tp-wrapper h2 a {
    color: #000000 !important;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper h2 a:hover {
    color: #000000 !important;
}

.tp-wrapper .tp-quickfinder-container h2 span {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1.4;
    color: #000000;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    text-transform: none;
}

.tp-wrapper .tp-quickfinder-container .tp-quickfinder-facet-subheadline {
    padding-bottom: 8px;
    font-size: 15px;
}

.tp-wrapper .tp-quickfinder-container label {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 4px;
}

.tp-results-header-count {
    font-size: 16px;
}

.tp-box {
    border: 0;
    border-bottom: 1px solid #000000;
}

.tp-box.tp-search.pure-form.tp-search-has-results.tp-search-offer.tp-search-white.tp-search-offer {
    position: relative;
}

.tp-aside.tp-aside-right .tp-box, .tp-box.tp-gallery.js-tp-gallery {
    border: 1px solid #f5f5f5;
}

.tp-aside.tp-aside-right .tp-box .tp-box-frame .tp-address-street {
    display: block;
}

.tp-box.tp-search, .tp-box.tp-quickfinder-facets, .tp-box.tp-services, .tp-box.tp-map, .tp-box.tp-features, .tp-box.tp-description {
    border-bottom: 0;
}

.tp-box.tp-description, .tp-box.tp-features, .tp-box.tp-map, .tp-box.tp-address, .tp-box.tp-related {
    border: 1px solid #f5f5f5 !important;
}

.tp-box.tp-description .tp-box-frame h3.tp-headline-tertiary {
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tp-box.tp-description .tp-box-frame h3.tp-headline-tertiary:first-child {
    margin-top: 0;
}

.tp-box.tp-quickfinder-facets .tp-panel-headline {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #000000;
    font-size: 16px;
}

.tp-box.tp-quickfinder-facets .tp-panel-headline .tp-icon-plus-circled:before {
    color: #000000;
}

.tp-box.tp-quickfinder-facets .tp-box-frame {
    padding: 0;
}

.tp-box.tp-quickfinder-facets .tp-panel-content {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.pure-button.tp-btn-add, .pure-button.tp-btn-showroute, .pure-button.tp-btn-clipboard-remove, .pure-button.js-tp-add_to_cart {
    border-radius: 0;
}

.pure-button.tp-btn-bookmark {
    background-color: #eee;
    color: #000000;
    border-radius: 0;
}

.pure-button-stacked .pure-button.tp-btn-bookmark {
    color: #FFFFFF
}

.tp-panel-showmore .tp-panel-content {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.tooltipster-content .pure-button, .pure-button.tp-btn-print, .pure-button.tp-btn-sendform {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    background-color: #000000;
    border-radius: 0;
}

.pure-button.tp-btn-delete {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 0;
}

.pure-button.tp-btn-delete:hover, .pure-button.tp-btn-delete:focus {
    background-color: #000000;
}

.pure-button.tp-btn-dates {
    color: #000000;
    background-color: #fff;
    border-color: #ccc;
}

.pure-button.tp-btn-dates:hover {
    color: #FFFFFF;
}

.pure-button:hover, .pure-button:focus {
    background-color: #000000;
    color: #FFFFFF !important;
}

.tp-wrapper .pure-button.tp-search-btn {
    background-color: #000000;
    border-radius: 0;
}

.pure-button-group .pure-button {
    font-size: 13px;
}

footer {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0;
    background: #FFFFFF;
    color: white;
    padding-top: 16px;
    min-height: 100px;
}

footer.tp-results-footer {
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

footer.tp-standalone-footer .tp-container {
    border-top: 1px solid #000000;
    padding-top: 10px;
}

footer .tp-standalone-footer-text {
    color: #000000;
}

.tp-pagination-item.pure-button:hover {
    color: #FFFFFF !important;
}

.js-shoppingcart-ping footer {
    color: #000000;
    background-color: white;
}

.tp-standalone-footer {
    color: #FFFFFF;
}

.tp-standalone-footer .tp-standalone-footer-text a, .tp-standalone-footer .tp-standalone-footer-meta a {
    color: #000000;
    font-weight: normal;
}

.tp-standalone-footer a:hover, .tp-standalone-footer a:focus {
    color: #000000 !important;
}

.tp-wrapper .tp-search:not(.tp-search-white) h2, .tp-wrapper .tp-search:not(.tp-search-white) h2 span {
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    color: #000000;
    background-color: #f5f5f5;
    font-family: 'LL Circular Black Web', Arial, sans-serif;
}

.tp-panel-showmore .tp-panel-headline span {
    color: #000000;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-panel.tp-panel-showmore.js-tp-panel-ajax .tp-panel-headline {
    background-color: #FFFFFF;
}

.tp-wrapper .tp-search .tp-panel-headline, .tp-wrapper .tp-search .tp-panel-headline>span.tp-icon-plus-circled {
    color: #000000;
}

.tp-panel-showmore .tp-panel-headline span:hover {
    color: #000000;
    text-decoration: underline;
}

.tp-wrapper a {
    color: #000000;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper a:hover, .tp-wrapper a:focus {
    color: #000000;
}

.tp-wrapper .tp-btn-details.tp-btn-details-alternative {
    color: #000000;
}

.js-tp-btn-toggle {
    background-color: #9a9491;
    border: 1px solid #9a9491;
    color: #FFF !important;
    box-shadow: none;
    outline: 0 none;
    font-size: 13px;
    font-weight: 400;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper {
    margin-top: 100px;
    z-index: -130;
}

.tp-wrapper.tp-ukv .tp-panel-headline {
    color: #000000;
    background-color: #f5f5f5;
    font-size: 16px;
}

.tp-box.tp-search.pure-form.tp-search-detail.tp-search-detail-ukv .tp-panel-headline {
    border: 1px solid #eb0000;
}

.tp-wrapper.tp-ukv .tp-panel-headline .tp-icon-plus-circled:before {
    color: #000000;
}

.tp-wrapper .tp-search .tp-search-more label, .tp-wrapper .tp-search-room-headline {
    color: #ffffff !important;
}

.tp-subnav {
    background: #f5f5f5;
    box-shadow: none;
}

.tp-subnav-sticky .tp-subnav.js-tp-subnav {
    top: 60px !important;
    background: #f5f5f5;
}

.primary-menu-open .tp-subnav.js-tp-subnav,
.primary-menu-open .tp-standalone.tp-standalone-navbar {
    display: none !important;
}

@media (max-width: 991px) {
    .tp-subnav-sticky .tp-subnav.js-tp-subnav {
        top: 60px !important;
        z-index: 1000;
    }

    .tp-wrapper {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .tp-subnav-sticky .tp-subnav.js-tp-subnav {
        top: 60px !important;
    }
}

.tp-box-subheadline.tp-headline-quaternary {
    font-size: 16px;
    font-weight: 400;
}

.tp-subnav a {
    font-size: 16px;
}

.tp-subnav a .tp-subnav-text, .tp-subnav a span, .tp-subnav-item .tp-subnav-link {
    text-shadow: none;
    color: #000000;
}

.tp-subnav-link:hover, .tp-subnav-link:focus {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.tp-subnav .tp-subnav-text {
    text-shadow: 1px 1px 1px #000000;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-wrapper .tp-panel-headline {
    color: #FFFFFF;
}

.js-tp-btn-toggle {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0;
    color: #000000 !important;
    box-shadow: none;
    outline: 0 none;
    font-size: 13px;
    font-weight: 400;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
}

.tp-box-subheadline.tp-headline-tertiary, .tp-box-subheadline.tp-headline-quaternary, .cart-headline.cart-headline-secondary {
    font-family: 'LL Circular Black Web', Arial, sans-serif;
    text-transform: none;
}

/* Warenkorb */
.cart-headline-primary.cart-exclude-config-style, .cart-item-total .cart-text {
    color: #000000;
}

.cart-content-area {
    background-color: #FFFFFF;
}

.cart-button.cart-button-tertiary {
    background-color: #000000;
    color: #FFFFFF;
}

.cart-button.cart-button-tertiary:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.cart-item-total {
    background-color: #f5f5f5;
}

.cart-step-two {
    background-color: #f5f5f5;
}

.cart-steps .cart-list .cart-step-two:after {
    border-left-color: #f5f5f5;
}

.cart-steps .cart-list .cart-step-two {
    color: #000000;
}

.cart-item-service-cancelterms, .cart-price-reduction, .cart-buyer-securityhint, .cart-step-one {
    color: #000000;
}

.cart-link a:focus, .cart-link a:hover {
    border: none;
}

.tp-detail .tp-map .tp-panel-headline {
    color: #000000;
}

.tp-detail .tp-box.tp-infotext, .tp-box.tp-address {
    background-color: #f5f5f5;
}

.tp-box.tp-address .tp-box-frame br {
    display: none;
}

.tp-box.tp-address .tp-box-frame a {
    font-size: 16px;
}

.tp-box.tp-address .tp-box-frame h3 {
    margin-bottom: 3px;
}

.tp-box.tp-address .tp-address-fax, .tp-box.tp-address .tp-address-phone, .tp-box.tp-address .tp-address-email {
    display: block;
}

.tp-booking-package .tp-price-prefix, .tp-services-searchdate-text {
    font-size: 16px;
}

.tp-box-headline.tp-headline-tertiary {
    line-height: 1.4;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    text-transform: none;
    font-size: 19px;
}

body.tp-shoppingcart- .tp-wrapper ul,
body.tp-shoppingcart- .tp-wrapper ul li {
    list-style: none !important;
    padding-left: 0;
}

body.tp-shoppingcart- .tp-wrapper .cart-list.cart-cf li {
    padding-left: 15px;
}

@media (min-width: 568px) {
    body.tp-shoppingcart- .tp-wrapper .cart-list.cart-cf li {
        padding-left: 50px;
    }

    body.tp-shoppingcart- .tp-wrapper .cart-list.cart-cf li:first-child {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    #tp-add-to-cart-modal {
        left: 65px !important;
    }
}

/* Reverse Proxy */
#footer .line {
    border-bottom: none;
}

#footer a {
    color: #000000;
}

#footer p a {
    color: #EB0000;
}

#footer a:hover {
    text-decoration: underline;
    color: #000000;
}

#copyrights a {
    color: #E3000B;
}

/* copyrightHolder Bilder*/
.tb-gallery-preview__caption {
    display: none;
}

.lg-toolbar.group {
    top: 73px;
}

/* Preise */
.tb-fixed-cta__pricing strong,
.tb-teaser-pricing__price,
.tb-offer-entry__value {
    color: #E3000B;
}

/* Ihre Vorteile*/
.tb-booking-advantages .tb-booking-advantages__list {
    margin-bottom: 0;
}

.tb-offer-aspects {
    font-size: 16px;
}

.tb-fixed-cta.tb-fixed-cta__pricing-with-button .c-button {
    font-size: 16px;
}

@media (max-width: 991px) {
    .tb-fixed-cta.tb-fixed-cta__pricing-with-button .c-button {
        font-size: 12px;
    }
}

.tb-layout-detail__main .c-button.mt-10 {
    font-size: 16px;
}

.tb-offer-results-filter .tb-date-picker .tb-date-picker__button.tb-offer-search__button {
    padding: 5px 12px !important;
}

/*Buttons*/
.tp-wrapper .pure-button,
.tp-wrapper .c-button,
.cart-button.cart-button-tertiary {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    font-size: 16px !important;
    background-color: #FFFFFF !important;
    font-weight: 700 !important;
    color: #000000 !important;
    border: none !important;
    text-transform: inherit !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    transition: none !important;
    text-decoration: none !important;
}

.tp-wrapper .tp-panel-group .tp-panel-content .pure-button.tp-booking-btn {
    background-color: #eb0000 !important;
    color: #FFFFFF !important;
}

.tp-wrapper .tp-panel-group .tp-panel-content .pure-button.tp-booking-btn:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.tp-wrapper .tp-btn-details {
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    color: #FFFFFF !important;
    border-radius: 0;
    background-color: #eb0000 !important;
}

.tb-offer-detail__buy-ticket .c-button {
    padding: 10px !important;
}

.mb-8.border-t.border-grey-light.pt-2 span a {
    background-color: #E3000B !important;
    font-size: 16px !important;
    font-family: 'LL Circular Book Web', Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF !important;
    border: none !important;
    text-transform: inherit !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    transition: none !important;
    padding: 10px !important;
    font-size: 16px !important;
}

.mb-8.border-t.border-grey-light.pt-2 span a:hover {
    background-color: #eb0000 !important;
    color: #FFFFFF !important;
}

.tp-wrapper .pure-button:hover,
.tp-wrapper .c-button:hover,
.cart-button.cart-button-tertiary:hover {
    background-color: #eb0000 !important;
    color: #FFFFFF !important;
}

.tp-wrapper .tp-btn-details:hover, .tp-wrapper .tp-btn-details:focus {
    color: #FFFFFF;
    background-color: #000000 !important;
}

.tp-wrapper .pure-button.tp-search-btn:hover, .tp-wrapper .pure-button.tp-search-btn:focus {
    background-color: #000000 !important;
}

/* Filters Buttons*/
.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button.pure-button-active {
    background-color: #eb0000 !important;
}

.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button.pure-button-active:hover {
    background-color: #eb0000 !important;
}

.tp-box.tp-quickfinder-info .tp-box-frame img {
    display: none;
}

.tp-wrapper .js-tp-btn-toggle {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    outline: 0 none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
}

.tp-wrapper .js-tp-btn-toggle:hover {
    background-color: #000000 !important;
}

.tp-wrapper .js-tp-btn-toggle .tp-services-cal-btn-text {
    color: #000000 !important;
}

.tp-wrapper .js-tp-btn-toggle:hover .tp-services-cal-btn-text {
    color: #FFFFFF !important;
}

.tp-wrapper .js-tp-btn-toggle:hover span.tp-icon-calendar {
    color: #FFFFFF !important;
}

.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button.pure-button-active span {
    color: #f5f5f5 !important;
}

.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button {
    color: #eb0000 !important;
    border: 1px solid #f5f5f5 !important;
    background-color: #ffffff !important;
    padding: 6px 14px !important;
    height: 37px !important;
    font-weight: 400 !important;
}

.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button:hover,
.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button:focus {
    background-color: #ffffff !important;
    background-image: none !important;
}

.tp-wrapper .tp-results-header-view-container .pure-button-group.tp-results-header-view .pure-button span {
    color: #000000 !important;
    font-weight: 400 !important;
}

/* Filter Sortbar Buttons*/
.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button.pure-button-active {
    background-color: #eb0000 !important;
    color: #ffffff !important;
}

.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button.pure-button-active:hover {
    background-color: #eb0000 !important;
}

.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button.pure-button-active span {
    color: #ffffff !important;
}

.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button {
    color: #000000 !important;
    border: 1px solid #f5f5f5 !important;
    background-color: #ffffff !important;
    padding: 6px 14px !important;
    height: 39px !important;
    font-weight: 400 !important;
}

.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button {
    background-color: #ffffff !important;
    background-image: none !important;
}

.tp-wrapper .tp-results-header-sortbar .pure-button-group .pure-button span {
    color: #000000 !important;
}

.tp-wrapper .pure-button.tp-results-header-btn-quickfinder-search.tp-visible-sm {
    background-color: #eb0000 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.tp-wrapper .pure-button.tp-results-header-btn-quickfinder-facets.tp-visible-sm {
    background-color: #eb0000 !important;
    font-weight: 400 !important;
}

.tb-layout-detail__main .mb-8 .mb-8.border-t.border-grey-light.pt-2 h3 {
    font-size: 19px;
}

/* Icons */
.tp-wrapper .tp-icon-search,
.tp-wrapper .tp-icon-sort-up,
.tp-wrapper .pure-button .tp-icon-location,
.tp-wrapper .tp-icon-sort-down,
.tp-wrapper .tp-icon-menu,
.tp-wrapper .tp-icon-calendar {
    color: #000000 !important;
}

.tp-wrapper .tp-subnav-link .tp-icon-calendar,
.tp-panel-headline .tp-icon-calendar {
    color: #000000 !important;
}

/* Button span */
.tp-wrapper .tp-hidden-lg,
.tp-wrapper .tp-services-cal-btn-text {
    color: #FFFFFF !important;
    font-weight: 700;
}

.tp-wrapper .tp-box-frame.tp-collapse-target-open button:hover {
    background-color: #000000 !important;
}

#tp-anchor-searchresult a.pure-button {
    background-color: #eb0000 !important;
    color: #FFFFFF !important;
}

#tp-anchor-searchresult a.pure-button:hover {
    background-color: #000000 !important;
}

@media (max-width: 567px) {

    .tp-wrapper .tp-icon-filter,
    .tp-wrapper .tp-icon-calendar {
        color: #FFFFFF !important;
    }

    .tp-wrapper .pure-button.tp-results-header-btn-quickfinder-facets.tp-visible-sm {
        color: #FFFFFF !important;
    }
}

/* Suche */
.mod_changelanguage {
    display: none;
}

@media (max-width: 767px) {
    .pure-button-group>.pure-button+.pure-button {
        margin-left: 0;
    }
}

/* shoppingcart */
.tp-wrapper.js-shoppingcart-ping a.cart-button-tertiary {
    background: #eb0000 !important;
    font-size: 16px !important;
    border: 0 !important;
    color: #ffff !important;
    border-radius: 0 !important;
    padding: 5px 14px !important;
}

.tp-wrapper.js-shoppingcart-ping a.cart-button-tertiary:hover {
    background-color: #000000 !important;
}

/* artikel */
.tp-wrapper.tp-artikel form.pure-form.tp-artikel-list-result {
    border-bottom: none !important;
}

/* Container */
#cart-content-area {
    padding: 15px !important;
}

@media (min-width: 767px) {
    .tp-aside.tp-aside-fixed.tp-quickfinder.js-tp-quickfinder {
        padding-left: 5px !important;
    }
}

.tp-wrapper .tp-icon-plus-circled {
    color: #000 !important;
}

.tp-wrapper .tp-panel-headline .tp-icon-calendar {
    color: #000 !important;
}

#footer {
    margin-top: 0px !important;
}

.primary-menu__item.change-language {
    border-left: none !important;
}

#infscr-loading {
    color: #ffffff !important;
}

/* ----------------------------------------------------------------
	Navigation
-----------------------------------------------------------------*/
body #top-search {
    margin: 40px 0 40px 15px !important;
    height: auto !important;
}

body #header.sticky-header:not(.static-sticky) #side-panel-trigger, body #header.sticky-header:not(.static-sticky) #top-cart, body #header.sticky-header:not(.static-sticky) #top-search {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body #header.sticky-header:not(.static-sticky) #top-search form input {
    height: 60px !important;
}

body #header.semi-transparent #top-search form input:focus {
    border: none !important;
}

body #header #top-search a {
    line-height: 20px !important;
    font-size: 14px !important;
}

body #header #top-search a i {
    font-size: 14px !important;
    top: 0 !important;
    left: 0 !important;
}

body #header.full-header #logo {
    height: auto !important;
}

body #logo a img {
    height: 70px !important;
    margin-top: 15px !important;
}

body #header, #header-wrap, #logo img {
    -webkit-transition: height .4s ease, opacity .3s ease !important;
    -o-transition: height .4s ease, opacity .3s ease !important;
    transition: height .4s ease, opacity .3s ease !important;
}

body #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    padding: 15px 12px !important;
    height: 60px !important;
    margin-top: 0 !important;
}

body #header.transparent-header.full-header,
body #header.transparent-header.full-header #header-wrap {
    height: 100px !important;
}

body #header.sticky-header:not(.static-sticky),
body #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px !important;
}

body.top-search-open #top-search a i.icon-line-cross {
    font-size: 16px !important;
}

body #primary-menu ul ul li:hover>a {
    font-family: 'LL Circular Book Web', Arial, sans-serif !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
}

@media (min-width: 992px) {
    body #header, #header-wrap {
        height: 100px !important;
    }

    body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
        padding-left: 100px !important;
    }

    body.top-search-open #header #top-search #top-search-trigger {
        position: relative !important;
        left: 0 !important;
    }
}

@media (max-width: 1330px) and (min-width: 992px) {
    body #primary-menu ul li a {
        font-size: 15px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    body #primary-menu ul li.first a,
    body #primary-menu ul li:first-child a {
        padding-left: 15px !important;
    }

    body #logo a img {
        height: 55px !important;
        margin-top: 22px !important;
    }
}

/* Mobile */
@media (max-width: 991px) {

    body #header.transparent-header.full-header,
    body #header.transparent-header.full-header #header-wrap {
        position: fixed !important;
        width: 100% !important;
        height: 60px !important;
        min-height: 60px !important;
    }

    body #logo a img {
        margin-top: 4px !important;
    }

    body #primary-menu-trigger,
    body #top-search {
        display: block !important;
    }

    body.tp-body.stretched #header.full-header .container {
        padding-left: 15px !important;
    }

    body #top-search {
        margin: 0 !important;
        /*float: right!important;*/
    }

    body #top-search #top-search-trigger {
        margin: 23px 0px !important;
        position: absolute;
        top: 0;
        left: auto !important;
    }

    body #top-search #top-search-trigger .icon-search3 {
        left: 75px !important;
    }

    body #top-search #top-search-trigger .icon-line-cross {
        left: 5px !important;
    }

    body #top-search a {
        right: 43px !important;
    }

    body #primary-menu ul ul li:hover>a {
        font-weight: 400 !important;
    }

    body #top-search form input {
        padding: 10px 80px 10px 0 !important;
    }

    body.primary-menu-open.top-search-open #top-search {
        top: -62px !important;
    }

    body.primary-menu-open.top-search-open #header #top-search form input {
        padding-left: 0 !important;
    }

    body #header.transparent-header.full-header #primary-menu>ul {
        min-height: 500vh !important;
        height: 500px !important;
    }
}

@media (max-width: 479px) {
    body #top-search a {
        right: 15px !important;
    }
}

/* #page-title */
@media (max-width: 767px) {
    body #page-title {
        padding-top: 100px !important;
    }
}

@media (max-width: 991px) {
    body #page-title {
        padding-top: 100px !important;
    }
}