/*
 Theme Name:   bhfblo
 Theme URI:    #
 Description:  Custom Theme for Bahnhof Blo
 Author:       dasMinisterium.com
 Author URI:   http://dasministerium.com
 Template:     divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child
 Text Domain:  child-theme
*/

html,
body {
    overflow-x: hidden;
}

body .et_pb_bg_layout_light p {
    color: #333;
}

body,
body p,
body a {
    font-family: 'Roboto Slab', serif !important;
}

h1,
h2 {
    font-family: 'Roboto Slab', serif !important;
    font-weight: bold;
    text-transform: lowercase;
    margin-bottom: 10px;
}
h3,
h4,
h5 {
    font-family: 'Roboto Slab', serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.et_heading_font,
.et_body_font {
    font-family: 'Roboto Slab', serif !important;
}

a {
    color: #f5a657; /* #333 */
}

a:hover,
a:focus,
a:active {
    color: #333;
    border-bottom: solid 1px #111;
    cursor: pointer;
}
a.whitelink {
    color: #f5a657; /* #fff */
    border-color: #fff;
}

a.boldlink {
    font-weight: 700;
}

footer a.sociallink:hover,
.logo_container a,
.logo_container a:hover {
    border: 0;
}

a.whitelink:hover {
    border-bottom: none !important;
    color: #f5a657 !important;
}

#top-menu-nav a,
.et_pb_image_container a,
h2 a,
.et-pb-slider-arrows a {
    border: 0 !important;
}

h1 > span.bb-headline,
h2 > span.bb-headline {
    font-size: 45px !important; /*1.6em*/
    margin-bottom: 20px !important;
    font-weight: 600;
    line-height: 1.3;
}
span.bb-headline::before {
    content: '[';
    padding-right: 5px;
}
span.bb-headline::after {
    content: ']';
    padding-left: 5px;
}

h1.bb-page-heading {
    font-size: 10em;
    height: 234px;
    top: 50%;
    margin-top: -117px;
    text-shadow: 0 0 50px #000;
    font-weight: normal;
    width: 100% !important;
}
h1.bb-page-heading::before {
    content: '[';
}
h1.bb-page-heading::after {
    content: ']';
}

.post-content > a {
    border-bottom: #000 2px solid;
}

.made-by-dm {
    color: #333;
}

/* HEIGHTS */
.bhfblo-vh {
    height: 80vh;
}

/* DEFAULT PAGE CONTENT SHIFT -- spacing fix for a normal page */
body.page .et_pb_row_1 {
    margin-top: -80px;
    padding-top: 0;
}

/* BUTTONS */
.et_pb_button {
    border-radius: 0;
    font-size: 16px !important;
}
.et_pb_button::after {
    font-size: 27px !important;
}

.et_pb_button_single::after {
    opacity: 0;
    margin-left: 0;
    left: 0.3em;
}

.et_pb_button_single:hover {
    letter-spacing: 0;
    padding-left: 2.3em;
    padding-right: 0.7em;
}

.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
    background: transparent;
    background-color: transparent;
}

.et_pb_bg_layout_light.et_pb_button {
    border: 0;
    background-color: #f5a657; /* #333 */
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em !important;
    font-weight: 700;
    padding: 10px 30px;
}
.et_pb_bg_layout_light.et_pb_button:hover {
    border: none;
    padding: 10px 45px 10px 30px;
    background-color: #f39537;
    box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.2);
}
.uebersicht-button .et_pb_bg_layout_light.et_pb_button:hover {
    padding-right: 30px;
    padding-left: 45px;
}
.et_pb_bg_layout_light.et_pb_button::after {
    bottom: 0.35em;
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button.et_pb_custom_button_icon::after {
    margin-left: 0.6em !important;
}

.et_pb_button.et_pb_bg_layout_dark {
    border: 0;
    background-color: #f5a657; /* #fff */
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 0.9em !important;
    font-weight: 700;
    padding: 10px 30px;
}
.et_pb_button.et_pb_bg_layout_dark:hover {
    border: none;
    padding: 10px 45px 10px 30px;
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #f39537;
}
.et_pb_button.et_pb_bg_layout_dark::after {
    bottom: 0.35em;
}

/* BB BOULDER MOUNTAINS / TRENNER */
.bb-boulder-header-gray {
    padding-top: 0;
}

.bb-boulder-header-gray::before {
    height: 140px;
    width: 100vw;
    max-width: 100%;
    background: url(/app/uploads/2017/01/trenner-header-gray.svg);
    background-size: auto 100%;
    background-position: top left;
    content: '';
    top: -190px;
    display: inline-block;
    position: relative;
}

.bb-boulder-header-white {
    padding-top: 0 !important;
}

.bb-boulder-header-white::before {
    height: 140px;
    width: 100vw;
    max-width: 100%;
    background: url(/app/uploads/2017/01/trenner-header-white.svg);
    background-size: auto 100%;
    background-position: top left;
    content: '';
    top: -130px;
    display: inline-block;
    position: relative;
}

.bb-boulder-top-gray {
    padding-top: 0 !important;
}
.entry-content div.bb-boulder-top-gray {
    background-color: #eaeae4 !important;
}
.bb-boulder-top-gray::before {
    height: 70px;
    width: 100vw;
    max-width: 100%;
    background: url('/app/uploads/2016/11/trenner-lightgray.svg');
    background-size: auto 100%;
    background-position: top;
    content: '';
    top: -69px;
    display: inline-block;
    position: relative;
    margin-bottom: -70px;
}

.bb-boulder-top-white {
    padding-top: 0 !important;
}
.bb-boulder-top-white::before {
    height: 70px;
    width: 100vw;
    max-width: 100%;
    background: url('/app/uploads/2016/12/trenner-white-02.svg');
    background-size: auto 100%;
    background-position: top;
    content: '';
    top: -69px;
    display: inline-block;
    position: relative;
    margin-bottom: -50px;
}

.bb-boulder-bottom-gray::before {
    height: 70px;
    width: 100vw;
    max-width: 100%;
    background: url('/app/uploads/2016/11/trenner-lightgray.svg');
    background-size: auto 100%;
    background-position: top;
    content: '';
    top: 0;
    display: inline-block;
    position: relative;
    transform: rotateZ(180deg);
    z-index: 100;
}

.bb-page-boulderhalle.bb-boulder-bottom-gray::before {
    top: -59px;
}

.bb-background-stripe {
    background: url('/app/uploads/2016/12/bg-stripe.svg');
    background-size: 102% auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

/* SECTIONS / ROWS */
.bb-section-opak-background {
    background: -moz-linear-gradient(
        top,
        rgba(234, 234, 228, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(234, 234, 228, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(234, 234, 228, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeae4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#main-content .container:before {
    display: none;
}

.et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
}

.row_without_padding .et_pb_row {
    padding: 0 !important;
}

/* FOOTER */
#main-footer::before {
    height: 70px;
    width: 100vw;
    max-width: 100%;
    background: url('/app/uploads/2016/11/trenner-footer.svg');
    background-size: auto 100%;
    background-position: top;
    content: '';
    top: -69px;
    display: inline-block;
    position: relative;
    margin-bottom: -70px;
}

#footer-widgets {
    padding-top: 0;
}

#footer-info {
    width: 100%;
    text-align: center;
}

#footer-widgets a {
    color: #fff;
}
#footer-widgets h3 {
    padding-bottom: 30px;
    color: #fff;
}

#footer-info,
#footer-info a {
    font-weight: 400;
}

#footer-info a:hover,
#footer-info a:focus {
    opacity: 1;
}

#footer-bottom {
    margin-top: 30px;
}

/* ==========
 HEADER (NAV)BAR
 ==========*/
#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#jumbo-header {
    background-color: #000;
    height: 110vh;
}

body > #page-container > #main-header {
    background-color: transparent !important;
    text-transform: lowercase;
}

body > #page-container > #main-header.et-fixed-header {
    background-color: #000 !important;
}

.opened .mobile_menu_bar:before {
    content: '\4d';
}

.mobile_nav .sub-menu a::before,
.mobile_nav .sub-menu a::after {
    content: '';
}

/* =======
SLIDER
========*/
.et_pb_slider {
    max-width: 1600px;
    margin: 0 auto;
}

.et_pb_slide {
    min-height: 80vh;
}

/* ===========
GOOGLE MAPS
============*/
.gmnoprint,
.gm-style-cc {
    display: none;
}

.et_pb_map {
    height: 80vh;
}

.et_pb_column .et_pb_map,
.et_pb_fullwidth_section .et_pb_map {
    height: 100% !important;
}

/* ===========
NEW PRICING TABLE
============*/
.bb-pricing-table-container {
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 50px !important;
}

table.bb-pricing-table {
    color: #111;
    width: 100%;
    border-collapse: collapse;
    width: 100%;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}

table.bb-pricing-table,
table.bb-pricing-table tr,
table.bb-pricing-table td {
    border: none;
    text-align: left;
}

table.bb-pricing-table thead {
    background: #111;
    padding: 40px 40px 70px;
    margin-bottom: -10px;
    display: block;
    width: 100%;
    min-height: 110px;
    height: auto;
}

table.bb-pricing-table thead th {
    color: #fff !important;
    font-weight: 700;
}

table.bb-pricing-table tbody {
    display: block;
    width: 100%;
    padding: 0 40px 40px;
}

table.bb-pricing-table tbody::before,
.dm-table .dm-tbody::before {
    content: '';
    background-image: url('/app/uploads/2016/12/trenner-price.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 120%;
    height: 100px;
    left: -10%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

table.bb-pricing-table td {
    padding-top: 0;
    padding-bottom: 0.2em;
}

.bb-pricing-table-note {
    color: #f5a657;
    font-size: 0.8em;
    vertical-align: top;
}

.bb-pricing-table-note a:hover,
.bb-pricing-table-note a:focus,
.bb-pricing-table-note a:active {
    border-bottom: none;
    color: #f5a657;
}

.bb-smaller {
    font-size: 0.8em;
    font-weight: 500;
}

table tr th,
table tr td {
    width: 180px;
    text-align: right;
}

table tr td:first-of-type {
    width: 380px;
    text-align: left;
}

table tr th:first-of-type {
    width: 100% !important;
    text-align: left;
}

table tr th:first-of-type {
    font-size: 1.5em;
}

table tr td:first-of-type {
    font-weight: 700;
}

.bb-pricing-table-mobileonly {
    display: none;
}

.bb-footnotes:before {
    content: '';
    border-bottom: 2px #eaeaea solid;
    width: 100px;
    height: 1px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1049px) {
    table.bb-pricing-table tr th,
    table.bb-pricing-table tr td {
        text-align: right;
    }

    table.bb-pricing-table tr th:first-of-type,
    table.bb-pricing-table tr td:first-of-type {
        text-align: left;
    }
}

@media only screen and (max-width: 1048px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        margin: 0 auto;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 30% !important;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td:first-of-type {
        padding-left: 0 !important;
        font-weight: 700;
    }

    tr {
        margin-bottom: 3em;
    }

    td:nth-of-type(1):before {
        content: '';
    }
    td:nth-of-type(2):before {
        content: 'Erwachsene';
    }
    td:nth-of-type(3):before {
        content: 'Ermäßigt';
    }
    td:nth-of-type(4):before {
        content: 'Schüler';
    }
    td:nth-of-type(5):before {
        content: 'Kinder';
    }

    table tr th,
    table tr td {
        width: 50%;
        left: 3%;
    }

    table tr th:first-of-type,
    table tr td:first-of-type {
        width: 50%;
    }

    table.bb-pricing-table tbody::before {
        top: 4px;
    }

    .bb-pricing-table-mobileonly {
        display: inline-block;
    }

    .bb-pricing-table-heading.bb-pricing-table-mobileonly {
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 50px;
        color: #fff;
        font-weight: 700;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 650px) {
    table tr th,
    table tr td {
        width: 75%;
        left: 10%;
    }

    table tr th:first-of-type,
    table tr td:first-of-type {
        width: 75%;
    }

    td {
        padding-left: 40% !important;
    }

    table.bb-pricing-table tbody::before {
        height: 60px;
        width: 130%;
        left: -15%;
    }
}

@media only screen and (max-width: 500px) {
    table tr th,
    table tr td {
        width: 100%;
        left: 6%;
    }

    table tr th:first-of-type,
    table tr td:first-of-type {
        width: 100%;
    }

    td {
        padding-left: 70% !important;
    }
}

@media only screen and (max-width: 465px) {
    table tr th,
    table tr td {
        width: 100%;
        left: 13%;
    }

    table tr th:first-of-type,
    table tr td:first-of-type {
        width: 100%;
    }

    td {
        padding-left: 55% !important;
    }
}

@media only screen and (max-width: 400px) {
    .bb-pricing-table-container {
        margin-bottom: 0 !important;
    }

    table.bb-pricing-table tbody {
        padding: 0 10px;
    }

    table tr th,
    table tr td {
        width: 100%;
        left: 11%;
    }

    table tr th:first-of-type,
    table tr td:first-of-type {
        width: 100%;
    }

    td {
        padding-left: 55% !important;
    }
}

/*==================
BLOG POSTS GRID
(on front page)
==================*/
.et_pb_blog_grid .et_pb_post {
    border: 0;
}

.et_pb_image_container {
    margin: -20px -19px 10px;
}

.et_pb_post h2,
.post-meta {
    text-align: center;
}

.et_pb_post > .entry-title {
    margin-bottom: 0;
    text-transform: lowercase;
}

.et_pb_post > .post-content {
    margin-top: 20px;
}

body.home .et_pb_blog_grid h2,
body.page .et_pb_blog_grid h2 {
    margin-top: 40px;
    /*	color: #f5a657;*/
}

.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
    color: #333;
}

body.home a.more-link,
body.page a.more-link {
    float: right;
    border: 0;
    margin-top: 25px;
}

body.home .post-meta,
body.page .post-meta {
    margin-bottom: 30px;
    padding-bottom: 23px;
    width: 100%;
    /*border-bottom: 2px solid #000; replaced with ::after*/
    font-size: 14px !important;
}

body.home .post-meta::after,
body.page .post-meta::after {
    width: 150px;
    height: 2px;
    content: '';
    display: block;
    border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
    margin-left: calc(50% - 75px);
    margin-top: 34px;
}

/* BLOG BLOG BLOG */
/* POST GRID */
body.home .et_pb_blog_grid_wrapper .et_pb_post {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}
body.page .et_pb_blog_grid_wrapper .et_pb_post {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}
body.home .et_pb_blog_grid_wrapper .et_pb_post:hover,
body.page .et_pb_blog_grid_wrapper .et_pb_post:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}

body.blog,
body.single {
    padding-top: 100px;
}

body.blog .et_pb_post {
    margin-bottom: 150px;
}

body.blog #main-content .container:before,
body.single #main-content .container:before {
    display: none;
}

body.blog #sidebar,
body.single #sidebar {
    border: #000 3px solid;
    padding: 30px;
}

body.blog .et_pb_widget,
body.single .et_pb_widget {
    margin-bottom: 50px !important;
}
body.blog .et_pb_widget:last-of-type,
body.single .et_pb_widget:last-of-type {
    margin: 0 !important;
}
body.blog .widgettitle,
body.single .widgettitle {
    margin-bottom: 0;
}

#blog-page-title {
    display: none;
}

body.blog .entry-title,
body.single .entry-title {
    font-size: 1.3em !important;
    text-align: center;
}

.entry-title a {
    text-transform: lowercase;
}

/* SINGLE POST */
body.single-post,
body.single-post a {
    color: #333;
}

body.single-post #mobile_menu a {
    color: #fff !important;
}

.single-post .entry-content {
    padding-top: 80px;
}

.single-post #left-area {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 200px;
}

.single-post .et_pb_button_module_wrapper .et_pb_button_alignment_center {
    text-align: left;
}

.single-post h1 > span.bb-headline,
.single-post h2 > span.bb-headline {
    font-size: 2.3em !important;
}

.single-post .et_pb_post .post-meta {
    margin-bottom: 50px;
}

/* SINGLE POST BUTTONS */
.single .post-bottom-container .uebersicht-button {
    width: 50%;
}

.single .post-bottom-container .apss-sharing-buttons {
    height: 50px;
    width: 50%;
    float: right;
    text-align: right;
}

.single .post-bottom-container .apss-social-share {
    text-align: right;
    display: block;
    position: relative;
}

/*==================
  CUSTOM POST TYPE
EVENTS / WORKSHOPS
==================*/
.post-type-archive-events #main-content .container {
    padding-top: 0 !important;
}

.post-type-archive-events .et_pb_section {
    margin-left: 0;
}
.post-type-archive-events .et_pb_with_background {
    background-image: url(/app/uploads/2017/01/events-Bhf.blo_CPF7982-Pano.jpg);
    background-position: top;
}

.post-type-archive-events #main-content {
    padding-bottom: 200px;
}

.post-type-archive-events #main-content h1 {
    text-align: center;
    margin-bottom: 2em;
}

.post-type-archive-events article {
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-right: 0;
    color: #333;
    overflow: hidden;
}

.post-type-archive-events .event_column {
    margin-bottom: 100px;
}

.post-type-archive-events .event_column:last-of-type {
    margin-bottom: 0;
}

.event-head {
    background-color: #111;
    padding: 60px 60px 100px;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.event-head-left {
    width: 25%;
    float: left;
}
.event-head-right {
    width: 75%;
    float: right;
    text-align: left;
    text-transform: lowercase;
}

.post-type-archive-events .event-titel {
    padding-bottom: 0;
    color: #fff;
}

.post-type-archive-events .event-datum {
    padding-bottom: 0;
    font-size: 1.6em;
    font-weight: 700;
}

.event-body {
    padding: 30px 60px 60px;
}

.event-body::before {
    height: 70px;
    width: 130%;
    left: -10%;
    background: url('/app/uploads/2016/12/trenner-white-02.svg');
    background-size: auto 100%;
    background-position: top;
    content: '';
    top: -105px;
    display: inline-block;
    position: relative;
    margin-bottom: -70px;
    float: left;
}

.event-body-trainerimg {
    width: 25%;
    float: left;
}
.event-body-content {
    width: 75%;
    display: inline-block;
    margin: 0;
}

.post-type-archive-events img.trainer-bild {
    border-radius: 50%;
    width: 70%;
}

.post-type-archive-events .event-ablauf::before {
    content: '';
    width: 100%;
    border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 33px;
}

/*==================
   CONTACT FORM
  KONTAKT FORMULAR
==================*/
.bb_cf_fields {
    width: 100%;
}

.bb_cf_fields input,
.bb_cf_fields textarea {
    width: 80%;
    font-size: 16px;
    font-family: 'Roboto Slab', serif !important;
    padding: 16px;
    border: 0;
    margin-bottom: 20px;
}

.bb_cf_fields input[type='submit'] {
    border: 0;
    background-color: #f5a657; /* #333 */
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em !important;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    width: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.bb_cf_fields input[type='submit']:hover {
    padding-right: 35px;
    padding-left: 35px;
    box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    background-color: #f39537;
}

.bb_cf_fields p {
    margin-bottom: -30px;
}

.bb_cf_name > span.bb-title,
.bb_cf_email > span.bb-title,
.bb_cf_message > span.bb-title {
    text-align: left;
    width: 50%;
    padding-left: 18px;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    z-index: 100;
    margin-top: 42px;
    color: #888;
}

.wpcf7-validation-errors {
    display: none !important;
}

/* KONTAKT--CONTACT PAGE*/
.bb-kontakt-route {
    background: #fff;
    background: -webkit-linear-gradient(#fff, transparent);
    background: -o-linear-gradient(#fff, transparent);
    background: -moz-linear-gradient(#fff, transparent);
    background: linear-gradient(#fff, transparent);
    height: 250px;
    z-index: 2;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.bb-kontakt-map {
    height: 600px;
    z-index: -10;
    padding-bottom:0px !important;
}

.bb-kontakt-map-map {
    height: 100%;
}

/**/
body > #page-container > #main-header {
    background-color: #000 !important;
}
#top-menu a {
    color: #fff !important;
}
#top-menu li.current-menu-item > a {
    color: #fff !important;
}
#top-menu li.current-menu-item > a::before {
    content: '[';
    position: absolute;
    left: -4px;
}
#top-menu li.current-menu-item > a::after {
    content: ']';
    position: absolute;
    right: -4px;
}

#top-menu .sub-menu li.current-menu-item > a::before {
    content: '[';
    position: relative !important;
    left: 0 !important;
}
#top-menu .sub-menu li.current-menu-item > a::after {
    content: ']';
    position: relative !important;
    right: 0 !important;
}

#top-menu-nav > ul > li > a:hover,
ul.sub-menu > li > a:hover {
    opacity: 1 !important;
}
#top-menu-nav > ul > li > a:hover::before,
ul.sub-menu > li > a:hover::before {
    content: '[';
    position: absolute;
    left: -4px;
}
#top-menu-nav > ul > li > a:hover::after,
ul.sub-menu > li > a:hover::after {
    content: ']';
    position: absolute;
    right: -4px;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
    opacity: 1;
}

ul.sub-menu {
    background: #000 !important;
    margin-left: -40px;
    padding-top: 0 !important;
}

.sub-menu li.menu-item > a:hover::before {
    position: relative;
    left: 0;
}
.sub-menu li.menu-item > a:hover::after {
    position: relative;
    right: 0;
}

.menu-item-has-children > a:hover::before {
    content: '' !important;
}
.menu-item-has-children > a::before {
    content: '' !important;
}

/* FRONT PAGE */
.home .logo_background {
    height: 0;
    width: 101vw;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 0.4s ease-in-out 0.3s,
        opacity 0.3s ease-in-out 0.3s;
    -moz-transition: margin-top 0.4s ease-in-out 0.3s,
        opacity 0.3s ease-in-out 0.3s;
    transition: margin-top 0.4s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}

.home .et-fixed-header .logo_background {
    margin-top: -400px;
    opacity: 0;
    -webkit-transition: margin-top 0.7s ease-in-out,
        opacity 0.3s ease-in-out 0.4s;
    -moz-transition: margin-top 0.7s ease-in-out, opacity 0.3s ease-in-out 0.4s;
    transition: margin-top 0.7s ease-in-out, opacity 0.3s ease-in-out 0.4s;
}

.home .logo_container {
    width: 600px;
    height: 215px;
    left: 50%;
    margin-left: -300px;
    top: 100px;
    -webkit-transition: width 0.4s ease-in-out 0.3s,
        height 0.4s ease-in-out 0.3s, top 0.4s ease-in-out 0.3s,
        left 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    -moz-transition: width 0.4s ease-in-out 0.3s, height 0.4s ease-in-out 0.3s,
        top 0.4s ease-in-out 0.3s, left 0.3s ease-in-out,
        margin-left 0.3s ease-in-out;
    transition: width 0.4s ease-in-out 0.3s, height 0.4s ease-in-out 0.3s,
        top 0.4s ease-in-out 0.3s, left 0.3s ease-in-out,
        margin-left 0.3s ease-in-out;
}

.home .et-fixed-header .logo_container {
    width: 120px;
    height: 80px;
    left: 0;
    margin-left: 0;
    top: 5px;
    -webkit-transition: width 0.3s ease-in-out 0.2s,
        height 0.3s ease-in-out 0.2s, top 0.3s ease-in-out,
        left 0.3s ease-in-out 0.3s, margin-left 0.3s ease-in-out 0.3s;
    -moz-transition: width 0.3s ease-in-out 0.2s, height 0.3s ease-in-out 0.2s,
        top 0.3s ease-in-out, left 0.3s ease-in-out 0.3s,
        margin-left 0.3s ease-in-out 0.3s;
    transition: width 0.3s ease-in-out 0.2s, height 0.3s ease-in-out 0.2s,
        top 0.3s ease-in-out, left 0.3s ease-in-out 0.3s,
        margin-left 0.3s ease-in-out 0.3s;
}

.home .logo_container a {
    display: inline-block;
    position: absolute;
    top: 0;
}

.home .logo_container img {
    height: 100%;
    position: relative;
    width: 100%;
    max-height: 100% !important;
    transition: all 0.3s;
}

.home .logo_background img {
    width: 101%;
    margin-left: -1%;
    margin-top: -1px;
}

.home .nav li {
    z-index: -2;
}
.home .et-fixed-header .nav li {
    z-index: 1;
}

#et-top-navigation {
    padding-left: 0 !important;
}

#jumbo-header .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    bottom: 250px;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
    width: 500px;
}

.jumbo_container {
    padding-top: 0 !important;
}
.jumbo_column {
    height: 110vh;
    position: relative;
}
.jumbo_container a.et_pb_button {
    width: 235px !important;
    z-index: 100;
}

.home #boulderhalle {
    padding-top: 0;
}

.home #boulderhalle::before {
    height: 140px;
    width: 100vw;
    max-width: 100%;
    background: url(/app/uploads/2017/01/trenner-front-header.svg);
    background-size: auto 100%;
    background-position: top left;
    content: '';
    top: -138px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

/* PAGE: BOULDERHALLE -> ICONS */
.dreiicons img {
    max-width: 180px;
    margin-bottom: 30px;
}

.dreiicons a {
    font-size: 1.2em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 0;
}

/* ANKER NAVIGATION, ANKERNAV */

.ankernav a:hover {
    border-bottom: none;
}

.ankernav a:active,
.ankernav a:focus {
    color: #f5a657 !important;
    border: none;
}

.ankernav {
    margin-bottom: 20px;
    margin-top: 50px;
}

/*
.ankernav::after {
  content: '';
  width: 150px;
  border-bottom: 2px rgba(0,0,0,0.1) solid;
  visibility: visible;
  margin-top: 80px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
}
*/

/* SOCIAL SHARE PLUGIN "cross-device-social-share" */
.apss-social-share {
    position: absolute;
}
.apss-social-share div {
    display: inline-block;
}
.apss-single-icon > a {
    margin: 0 !important;
}

.apss-theme-1 .apss-single-icon .apss-icon-block {
    width: auto;
    padding: 1px 6px;
    text-align: center;
    border: 0;
}

.apss-theme-1 .apss-single-icon .apss-icon-block::before {
    border: 0;
}
.apss-theme-1 .apss-single-icon a {
    border: 0 !important;
}

.apss-social-share .apss-icon-block > .fa::before,
.apss-social-share .apss-icon-block > .fa:hover::before,
.apss-social-share .apss-icon-block > .fa:focus::before {
    color: #fff !important;
}

.apss-theme-1 .apss-twitter.apss-single-icon .apss-icon-block {
    background-color: #222;
    transition: 0.5s;
}
.apss-theme-1 .apss-twitter.apss-single-icon:hover .apss-icon-block {
    background-color: #f5a657;
    transition: 0.5s;
}
.apss-theme-1 .apss-twitter.apss-single-icon .apss-icon-block > .fa::before {
    margin-left: -3px;
    color: #fff !important;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
.apss-theme-1
    .apss-twitter.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    margin-left: -3px;
    color: #fff !important;
}

.apss-theme-1 .apss-facebook.apss-single-icon .apss-icon-block {
    background-color: #222;
    transition: 0.5s;
}
.apss-theme-1 .apss-facebook.apss-single-icon:hover .apss-icon-block {
    background-color: #f5a657;
    transition: 0.5s;
}
.apss-theme-1 .apss-facebook.apss-single-icon .apss-icon-block > .fa::before {
    margin-left: -1px;
    color: #fff !important;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
.apss-theme-1
    .apss-facebook.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    margin-left: -1px;
    color: #fff !important;
}

.single .apss-theme-1 .apss-facebook.apss-single-icon .apss-icon-block {
    background-color: transparent;
}
.single .apss-theme-1 .apss-facebook.apss-single-icon:hover .apss-icon-block {
    background-color: #f5a657;
}
.single
    .apss-theme-1
    .apss-facebook.apss-single-icon
    .apss-icon-block
    > .fa::before {
    color: #f5a657 !important;
}
.single
    .apss-theme-1
    .apss-facebook.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}

.single footer .apss-theme-1 .apss-facebook.apss-single-icon .apss-icon-block {
    background-color: transparent;
}
.single
    footer
    .apss-theme-1
    .apss-facebook.apss-single-icon:hover
    .apss-icon-block {
    background-color: #f5a657;
}
.single
    footer
    .apss-theme-1
    .apss-facebook.apss-single-icon
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}
.single
    footer
    .apss-theme-1
    .apss-facebook.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}

.single .apss-theme-1 .apss-twitter.apss-single-icon .apss-icon-block {
    background-color: transparent;
}
.single .apss-theme-1 .apss-twitter.apss-single-icon:hover .apss-icon-block {
    background-color: #f5a657;
}
.single
    .apss-theme-1
    .apss-twitter.apss-single-icon
    .apss-icon-block
    > .fa::before {
    color: #f5a657 !important;
}
.single
    .apss-theme-1
    .apss-twitter.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}

.single footer .apss-theme-1 .apss-twitter.apss-single-icon .apss-icon-block {
    background-color: transparent;
}
.single
    footer
    .apss-theme-1
    .apss-twitter.apss-single-icon:hover
    .apss-icon-block {
    background-color: #f5a657;
}
.single
    footer
    .apss-theme-1
    .apss-twitter.apss-single-icon
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}
.single
    footer
    .apss-theme-1
    .apss-twitter.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}

.apss-theme-1 .apss-pinterest.apss-single-icon .apss-icon-block {
    background-color: #222;
    transition: 0.5s;
}
.apss-theme-1 .apss-pinterest.apss-single-icon:hover .apss-icon-block {
    background-color: #f5a657;
    transition: 0.5s;
}
.apss-theme-1 .apss-pinterest.apss-single-icon .apss-icon-block > .fa::before {
    margin-left: -3px;
    color: #fff !important;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
.apss-theme-1
    .apss-pinterest.apss-single-icon:hover
    .apss-icon-block
    > .fa::before {
    color: #fff !important;
}

.apss-sharing-buttons {
    position: relative;
    float: none;
}

.footer-widget .apss-share,
.apss-icon-block:hover .apss-share,
.apss-icon-block:focus .apss-share,
.apss-icon-block:active .apss-share {
    color: #fff !important;
}

/* sharing buttons on single blog post page */
.single #main-content .apss-theme-1 .apss-single-icon .apss-icon-block {
    position: relative;
}

.single .post-bottom-container {
    position: absolute;
    width: 100%;
}

.single .uebersicht-button {
    left: 0;
    width: auto;
}
.single .apss-sharing-buttons {
    right: 0;
}

/* ERROR 404 PAGE */
.bb-404 {
    height: 100vh;
    padding-top: 100px;
    background:
    /*linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),*/ url(/app/uploads/2016/11/boulderhalle-halle-161217_bhfblo-010.jpg);
}

.bb-404 .bb-page-heading {
    color: #fff;
}

.bb-404 a {
    border-bottom: 1px solid #f5a657;
}

.bb-404 a:hover,
.bb-404 a:active,
.bb-404 a:focus {
    border-bottom: 0;
    color: #f5a657;
}

/* IMAGE LIGHTBOX */
.mfp-title {
    display: none;
}

/* SPEISEKARTE */
#bb-speisekarte .et_pb_row {
    width: 90%;
}

#bb-speisekarte .et_pb_section {
    padding: 0;
}

#bb-speisekarte h2 {
    margin-top: 2em;
}

#bb-speisekarte h2:first-of-type {
    margin-top: 0;
}

#bb-speisekarte .et_pb_section:last-of-type {
    padding-bottom: 100px;
}

#bb-speisekarte .et_pb_column {
    width: 100%;
}

#bb-speisekarte table.bb-pricing-table {
    width: 100%;
    position: relative;
    margin-bottom: -10px;
}

#bb-speisekarte table.bb-pricing-table tbody::before {
    margin-bottom: -50px;
}

#bb-speisekarte table.bb-pricing-table tbody {
    padding: 0;
}

#bb-speisekarte .bb-pricing-table tr {
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
}

#bb-speisekarte table.bb-pricing-table tbody {
    padding: 0 40px 20px;
}

#bb-speisekarte .bb-pricing-table tbody tr {
    padding: 10px 0;
}

#bb-speisekarte .bb-pricing-table thead tr {
    padding: 0;
}

#bb-speisekarte table.bb-pricing-table thead {
    padding-bottom: 0;
}

#bb-speisekarte td::before {
    content: '' !important;
    display: none;
}

.bb-speisekarte-unterzeile {
    font-weight: 400;
    font-size: 0.8em;
    display: block;
    line-height: 1.3;
    margin: 0.2em 0;
}

#bb-speisekarte .bb-pricing-table tbody tr {
    border-top: 2px dashed rgba(0, 0, 0, 0.1);
}

#bb-speisekarte .bb-pricing-table tbody tr:first-of-type {
    border-top: none;
}

/* #bb-speisekarte .bb-pricing-table tr td:first-of-type {
  line-height: 1.4;
} */

#bb-speisekarte .bb-pricing-table tr td,
#bb-speisekarte .bb-pricing-table tr td:first-of-type {
    width: 50%;
    display: block;
    float: left;
    padding-bottom: 0;
}

#bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr td {
    width: 12.5%;
}

#bb-speisekarte
    .blo-trinken-block-mengen
    .bb-pricing-table
    tr
    td:first-of-type {
    width: 45%;
}

#bb-speisekarte
    .blo-trinken-block-mengen
    .bb-pricing-table
    tr
    td:nth-of-type(2),
#bb-speisekarte
    .blo-trinken-block-mengen
    .bb-pricing-table
    tr
    td:nth-of-type(4) {
    opacity: 0.7;
}

#bb-speisekarte
    .blo-trinken-block-mengen
    .bb-pricing-table
    tr
    td:nth-of-type(4) {
    width: 17.5%;
}

#bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr.nurzwei td {
    width: 12.5%;
}

#bb-speisekarte
    .blo-trinken-block-mengen
    .bb-pricing-table
    tr.nurzwei
    td:first-of-type {
    width: 75%;
}

@media only screen and (max-width: 1048px) {
    #bb-speisekarte tr {
        margin-bottom: 0;
    }

    #bb-speisekarte thead tr {
        position: relative;
        top: 0;
        left: 0;
    }

    #bb-speisekarte table tr th,
    #bb-speisekarte table tr td {
        left: 0;
    }

    #bb-speisekarte table tr td {
        text-align: right;
    }

    #bb-speisekarte table tr td:first-of-type {
        text-align: left;
    }

    #bb-speisekarte td {
        padding-left: 0 !important;
    }

    #bb-speisekarte thead tr th {
        display: inline-block;
    }

    #bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr td {
        width: 12%;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr
        td:first-of-type {
        width: 50%;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr
        td:nth-of-type(4) {
        width: 14%;
        text-align: right;
    }
}

@media only screen and (max-width: 690px) {
    #bb-speisekarte table.bb-pricing-table tbody::before {
        height: 80px;
    }

    #bb-speisekarte table.bb-pricing-table thead tr,
    #bb-speisekarte table.bb-pricing-table thead tr th {
        text-align: center;
    }

    .bb-speisekarte-unterzeile {
        margin: 0.5em 0;
    }

    #bb-speisekarte .bb-pricing-table tr,
    #bb-speisekarte .bb-pricing-table tr td,
    #bb-speisekarte .bb-pricing-table tr td:first-of-type,
    #bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr {
        text-align: center;
    }

    #bb-speisekarte .bb-pricing-table tr td:first-of-type,
    #bb-speisekarte .bb-pricing-table tr td,
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.nurzwei
        td:first-of-type,
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:first-of-type {
        width: 100%;
        margin-bottom: 0.2em;
        float: none;
    }

    #bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr.nurzwei td,
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td {
        width: 15%;
        text-align: center;
        float: left;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(2) {
        margin-left: 20%;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.nurzwei
        td:nth-of-type(2) {
        margin-left: 35%;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(4) {
        width: 15%;
        margin-left: 5%;
        text-align: center;
    }
}

@media only screen and (max-width: 610px) {
    #bb-speisekarte .blo-trinken-block-mengen .bb-pricing-table tr.nurzwei td,
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td,
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(2),
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(4) {
        width: 30%;
        margin: 0;
    }

    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.nurzwei
        td:nth-of-type(2),
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(2),
    #bb-speisekarte
        .blo-trinken-block-mengen
        .bb-pricing-table
        tr.zweimengen
        td:nth-of-type(4) {
        width: 30%;
        margin-left: 20%;
    }
}

@media (max-width: 500px) {
    .page-template-page-template-speisekarte h1.bb-page-heading {
        margin-top: -200px !important;
    }

    .page-template-page-template-speisekarte .bb-boulder-header-white {
        background-color: transparent;
        margin-bottom: -40px;
    }
}

@media (max-width: 400px) {
    #bb-speisekarte table.bb-pricing-table tr th,
    #bb-speisekarte table.bb-pricing-table tr td {
        padding-left: 0 !important;
        left: 0;
        text-align: center;
    }
}

/***
 *    ########  ########  ######  ########   #######  ##    ##  ######  #### ##     ## ########
 *    ##     ## ##       ##       ##     ## ##     ## ####  ## ##        ##  ##     ## ##
 *    ########  ######    ######  ########  ##     ## ## ## ##  ######   ##  ##     ## ######
 *    ##   ##   ##             ## ##        ##     ## ##  ####       ##  ##   ##   ##  ##
 *    ##     ## ########  ######  ##         #######  ##    ##  ######  ####    ###    ########
 */

@media all and (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 31%;
        margin-right: 3.5%;
    }

    .bb-page-heading {
        width: 1080px;
        /*text-align: left;*/
        margin: 0 auto;
        position: relative;
        top: 250px !important;
    }
    .page-template-default .et_pb_text_0,
    .page-template-page-template-speisekarte .et_pb_text_0 {
        top: 0;
    }

    .et_pb_gutters3 .et_pb_column_1_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 33.333%;
    }

    .et_pb_gutters3 .et_pb_column_1_2,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 50%;
    }
    .et_pb_gutters3 .et_pb_column,
    .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 0;
    }
    .et_pb_gutters3 .et_pb_column_1_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        width: 25%;
    }
    .et_pb_gutters3 .et_pb_column_1_4 img {
        padding: 0 10px 10px 10px;
    }
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
    .et_section_specialty
        .et_pb_gutters3.et_pb_row
        .et_pb_column_1_2
        .et_pb_module,
    .et_section_specialty
        .et_pb_row
        .et_pb_column_1_2
        .et_pb_gutters3.et_pb_row_inner
        .et_pb_module {
        margin-bottom: 0;
    }

    .page-id-500 .et_pb_section_3 .et_pb_column_1_3 {
        width: 33.3% !important;
    }

    #main-footer::before {
        margin-bottom: 0;
    }
}

@media all and (max-width: 999px) {
    .single-post .entry-content,
    .et_pb_button_module_wrapper,
    .single .post-bottom-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 1000px) {
    .single-post .entry-content,
    .et_pb_button_module_wrapper,
    .single .post-bottom-container {
        padding-left: 130px;
        padding-right: 130px;
    }

    .uebersicht-button {
        padding: 0;
    }
}

@media all and (min-width: 1405px) {
    .bb-page-heading {
        text-align: left;
    }
}

@media all and (min-width: 981px) and (max-width: 1405px) {
    h1.bb-page-heading {
        font-size: 7em !important;
        margin-top: -40px;
    }

    .page-template-page-template-startseite .et_pb_row_1 {
        max-width: 66% !important;
    }

    .et_pb_button {
        font-size: 1em;
    }

    .bb-404 {
        text-align: center;
    }
}

@media all and (max-width: 980px) {
    .bhfblo-vh {
        height: 60vh;
    }

    .bhfblo-vh .et_pb_text {
        bottom: -37vh;
    }

    #main-content,
    .post-type-archive-events .et_pb_section_0 {
        margin-top: 70px;
    }
    .home #main-content,
    .post-type-archive-events #main-content {
        margin-top: 0;
    }

    h1.bb-page-heading {
        font-size: 5em !important;
        margin-top: -140px;
    }

    .bb-boulder-top-white::before {
        top: -68px;
    }

    .bb-boulder-header-white,
    .bb-boulder-header-gray,
    .home #boulderhalle {
        padding-top: 0 !important;
    }

    .bb-boulder-header-white::before,
    .bb-boulder-header-gray::before,
    .home #boulderhalle::before {
        left: -2px;
        min-width: 1000px;
    }

    .bb-section-kurse {
        background-image: none !important;
    }

    .post-type-archive-events .et_pb_text_0 {
        bottom: -37vh;
    }
    .post-type-archive-events .et_pb_column {
        text-align: center;
    }
    .post-type-archive-events .event-ablauf {
        margin-top: 25px;
    }

    .et_pb_section {
        padding: 150px 0;
    }

    .jumbo_container {
        padding-top: 0 !important;
        max-height: 100vh;
    }
    .jumbo_container .jumbo_column {
        margin-bottom: 0 !important;
    }
    .jumbo_column:nth-of-type(2),
    .jumbo_column:last-of-type {
        margin-top: -110vh;
        background: none;
        top: -30px;
        pointer-events: none;
    }

    .jumbo_container .jumbo_column a {
        pointer-events: auto;
    }

    .jumbo_container .jumbo_column .et_pb_button_module_wrapper {
        width: 100% !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-left: 0 !important;
    }

    .jumbo_container .jumbo_column .et_pb_button_module_wrapper .et_pb_button {
        right: 0 !important;
        left: 0 !important;
        top: auto !important;
        bottom: 0 !important;
    }

    .jumbo_container
        .jumbo_column:first-of-type
        .et_pb_button_module_wrapper
        .et_pb_button {
        bottom: 5.5rem !important;
    }

    .jumbo_container
        .jumbo_column:last-of-type
        .et_pb_button_module_wrapper
        .et_pb_button {
        bottom: -3.5rem !important;
    }

    .jumbo_container .et_pb_column .et_pb_module {
        top: 70vh;
    }

    /* NAVBAR SECTION */

    .page-template-page-template-startseite .et_menu_container,
    .error404 .et_menu_container {
        position: fixed;
    }
    .page-template-page-template-startseite
        .et-fixed-header
        > .et_menu_container,
    .error404 .et-fixed-header > .et_menu_container {
        position: fixed;
        background-color: #000;
        width: 100%;
        padding: 15px 30px 15px !important;
    }

    .page-template-default .et_menu_container,
    .page-template-page-template-speisekarte .et_menu_container,
    .single-post .et_menu_container,
    .post-type-archive-events .et_menu_container,
    .error404 .et_menu_container {
        position: fixed;
        background-color: #000;
        width: 100%;
        padding: 10px 30px 10px !important;
    }
    .page-template-default .et-fixed-header > .et_menu_container,
    .page-template-page-template-speisekarte
        .et-fixed-header
        > .et_menu_container,
    .single-post .et-fixed-header > .et_menu_container,
    .post-type-archive-events .et-fixed-header > .et_menu_container,
    .error404 .et-fixed-header > .et_menu_container {
        position: fixed;
        background-color: #000;
        width: 100%;
        /*padding-left: 10px!important;
    padding-right: 10px!important;*/
        /*padding: 0px 30px 0px!important;*/
    }

    .logo_container img {
        margin-top: -20px;
    }
    .et-fixed-header .logo_container img {
        margin-top: -20px;
    }

    .logo_container a {
        border-bottom: 0;
    }

    .mobile_menu_bar::before {
        color: #fff !important;
    }

    ul#mobile_menu.et_mobile_menu {
        top: 80px;
        width: 100vw;
        left: auto !important;
        right: 0 !important;
        border-top: 0;
        padding: 20px 0 20vh;
        background: #000;
        max-height: 90vh;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }
    ul#mobile_menu.et_mobile_menu > li {
        text-align: left;
        border: 0;
    }
    ul#mobile_menu.et_mobile_menu > li > a {
        color: #fff;
        border-bottom: 0;
    }

    ul.sub-menu {
        margin-left: 0;
    }
    ul.sub-menu > li > a {
        color: #fff !important;
        padding-top: 0;
    }
    ul.sub-menu > li > a::before {
        content: '-';
        position: relative;
    }

    .page-template-default .et_pb_section_0,
  .page-template-page-template-speisekarte .et_pb_section_0,
  .post-type-archive-events .et_pb_section_0,
  .page-template-page-template-startseite .et_pb_section_0/*,
  .et_pb_fullwidth_section*/ {
        padding: 0 !important;
    }

    .et_pb_fullwidth_section.bb-galerie.et_pb_section {
        padding-bottom: 180px !important;
    }

    /* BLOG (on front page) */
    .et_pb_column .et_pb_blog_grid .column.size-1of2 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .et_pb_blog_grid_wrapper > div > div > article > .post-content > p {
        padding-bottom: 30px !important;
    }

    /* BLOG (single post) */
    .single-post #main-content {
        margin-top: 0 !important;
    }

    /* PRICING TABLE */
    .et_pb_pricing > .et_pb_pricing_table {
        width: 100% !important;
        margin: 0;
        margin-bottom: 50px;
    }

    .et_pb_pricing_content_top::before {
        height: 56px;
        margin-bottom: 100px;
    }

    .et_pb_pricing_table {
        background-position: 0 60%;
    }

    /* FOOTER */
    .footer-widget,
    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 50px auto !important;
        display: inline-block;
    }
    #footer-widgets .footer-widget:nth-last-child(-n + 2) {
        margin-bottom: 50px !important;
    }
    .footer-widget > #text-4 {
        margin-top: 50px !important;
    }

    .footer-widget .widget_text {
        width: 100%;
        padding: 0 100px;
    }

    /* MISC */
    .et_pb_blurb_content {
        margin-bottom: 60px;
    }

    /* EVENTS */
    .post-type-archive-events .et_pb_section,
    .post-type-archive-events > .container {
        padding-top: 0;
    }

    .event-head {
        position: relative;
        z-index: 100;
        padding-bottom: 120px;
    }

    .event-body {
        position: relative;
        z-index: 110;
    }

    .event-body::before {
        height: 70px;
        width: 200%;
        left: -40%;
    }

    .event-head-left {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .event-head-right {
        width: 100%;
        text-align: center;
    }

    p.event-datum {
        font-size: 1em !important;
        display: inline-block;
    }
    p.event-datum::after {
        content: ' / ';
        padding: 0 10px;
    }
    p.event-zeit {
        display: inline-block;
    }

    .event-body-trainerimg {
        width: 100%;
        margin-top: -100px;
        position: relative;
        z-index: 120;
    }
    .event-body-trainerimg img {
        max-width: 200px;
        border: 8px solid #fff;
    }

    .event-body-content {
        width: 100%;
        margin-top: 20px;
    }

    .apss-social-share {
        position: relative;
        display: inline-block;
    }

    .home #et-top-navigation {
        z-index: 10;
    }
    .home .et-fixed-header #et-top-navigation {
        z-index: 30 !important;
        position: relative;
    }
    .home .et_mobile_menu {
        margin-right: -30px;
        margin-top: -15px;
    }

    .bb-kontakt-map-map {
        height: 100%;
        position: relative;
    }

    .bb-404 {
        text-align: center;
    }

    .bb-404 .bb-page-heading {
        position: relative;
        top: 100px;
        display: inline-block;
        width: 100%;
        height: 2em;
    }

    .bb-page-boulderhalle.bb-boulder-bottom-gray::before {
        top: -159px;
    }
}

@media all and (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .bb-kontakt-formular {
        padding-top: 0;
        padding-bottom: 150px;
        background-position: top !important;
    }

    .bb-kontakt-formular {
        margin-top: 150px;
    }
    .bb-kontakt-formular > .et_pb_row:first-of-type {
        top: -48px;
        position: relative;
        bottom: 0;
    }

    .bb-kontakt-formular .wpcf7-text,
    .bb-kontakt-formular .wpcf7-textarea {
        width: 70%;
    }

    .et_pb_column .et_pb_pricing_table {
        margin-bottom: 80px !important;
    }

    .et_pb_fullwidth_section.bb-galerie.et_pb_section {
        padding-bottom: 20px !important;
    }
}

@media all and (max-width: 600px) {
    .home {
        width: 100vw;
    }

    .et_pb_section {
        padding: 50px 0;
    }

    .footer-widget .widget_text {
        padding: 0 10px;
    }

    #jumbo-header .et_pb_button_module_wrapper.et_pb_button_alignment_center {
        left: auto;
        margin-left: 0;
        bottom: auto;
    }
    .jumbo_column .et_pb_module {
        top: 70vh;
        text-align: center;
    }
    .jumbo_column .et_pb_button {
        left: auto;
        right: auto;
        top: 0;
        display: inline-block;
    }

    .page-template-page-template-startseite
        div#page-container
        header#main-header.et-fixed-header
        img#logo {
        top: 24px !important;
    }

    .page-template-default .et-fixed-header > .et_menu_container,
    .page-template-page-template-speisekarte
        .et-fixed-header
        > .et_menu_container,
    .page-template-page-template-startseite
        .et-fixed-header
        > .et_menu_container,
    .single-post .et-fixed-header > .et_menu_container,
    .post-type-archive-events .et-fixed-header > .et_menu_container,
    .page-template-default .et_menu_container,
    .page-template-page-template-speisekarte .et_menu_container,
    .single-post .et_menu_container,
    .post-type-archive-events .et_menu_container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .et_menu_container {
        height: 80px !important;
    }
    .et-fixed-header .logo_container img {
        margin-top: -20px !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_left #et-top-navigation {
        padding-top: 14px;
    }

    .home #et-top-navigation {
        z-index: 30;
    }

    .page-template-default #et-top-navigation,
    .page-template-page-template-speisekarte #et-top-navigation,
    .post-type-archive-events #et-top-navigation {
        padding-top: 15px !important;
    }

    .home .et_pb_button_0 {
        top: -70px;
    }
    .home
        #jumbo-header
        .et_pb_button_module_wrapper.et_pb_button_alignment_center {
        width: 100vw;
    }

    .apss-sharing-buttons {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    .et_pb_button.et_pb_module.et_pb_bg_layout_dark::after,
    .et_pb_button.et_pb_module.et_pb_bg_layout_light::after {
        bottom: 0.3em;
    }

    .single #left-area {
        margin-top: 0 !important;
    }

    .single .post-bottom-container {
        margin-top: -20px;
    }

    .single .post-bottom-container .uebersicht-button {
        width: 100%;
        text-align: center;
    }

    .single .post-bottom-container .apss-sharing-buttons {
        height: 26px;
        width: 100%;
        text-align: center;
    }

    .single .post-bottom-container .apss-social-share {
        text-align: center;
    }

    .bb-page-boulderhalle.bb-boulder-bottom-gray::before {
        top: -59px;
    }
}

@media only screen and (max-width: 500px) {
    h1 > span.bb-headline,
    h2 > span.bb-headline {
        font-size: 1em !important;
        margin-top: 60px;
    }

    h1.bb-page-heading {
        font-size: 2.7em !important;
        margin-top: -147px;
        text-align: center !important;
    }

    .bb-kontakt-formular .et_pb_row {
        margin: auto;
        width: 100%;
    }

    .bb-kontakt-formular .wpcf7-text,
    .bb-kontakt-formular .wpcf7-textarea {
        width: 90%;
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column .et_pb_widget:nth-child(n) {
        margin-bottom: 20% !important;
    }

    .home #main-content {
        margin-top: 0;
    }

    /* EVENTS */
    .post-type-archive-events .container:last-of-type {
        width: 90%;
    }

    .post-type-archive-events .et_pb_section {
        margin-top: -80px;
    }

    p.event-datum {
        font-size: 1em !important;
        line-height: 0;
    }
    p.event-datum::after {
        content: '';
        padding: 0;
    }
    p.event-zeit {
        display: block;
    }

    .et_pb_pricing_content_top::before {
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .et_pb_blog_grid .et_pb_post .post-meta {
        padding-bottom: 43px;
    }
}

@media (max-width: 472px) {
    h1.bb-page-heading {
        max-width: 280px;
        margin: 0 auto;
        margin-top: -147px !important;
    }
    .bb-page-heading {
        margin-top: -70px !important;
    }

    .bb-404 .bb-page-heading {
        max-width: 90%;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    .home #main-content {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 400px) {
    h1.bb-page-heading {
        font-size: 2.7em !important;
    }

    /*.et_pb_text p {
    text-align: left;
  }

  .bb-alwayscenter .et_pb_text p {
    text-align: center;
  }*/

    .bb-kontakt-map-map {
        height: 100%;
    }

    .bb-kontakt-route .et_pb_row_2.et_pb_row {
        padding-top: 40px !important;
    }

    .post-type-archive-events .event_column {
        width: 100%;
    }

    .post-type-archive-events .event-head {
        padding: 40px 20px 100px;
    }

    .post-type-archive-events .event-body::before {
        width: 230%;
        left: -65%;
    }

    .post-type-archive-events .event-body {
        padding: 30px 20px 60px;
    }

    .post-type-archive-events #et-main-area {
        margin-top: 160px !important;
    }
}

@media (max-width: 325px) {
    .bb-404 .bb-page-heading {
        margin-bottom: 2em;
    }
}

/* STARTSEITE HEADER SPECIAL */
@media (max-width: 1920px) {
    .home .logo_background {
        padding-top: 60px;
    }
}

@media (max-width: 1600px) {
    .home .logo_background {
        padding-top: 10px;
    }

    .home .logo_container {
        top: 50px;
        width: 500px;
        height: 179px;
        margin-left: -250px;
    }
}

@media (max-width: 1350px) {
    .home .logo_container {
        width: 400px;
        height: 143px;
        margin-left: -200px;
    }

    .bb-boulder-header-white::before,
    .bb-boulder-header-gray::before {
        top: -138px;
    }
}

@media (max-width: 1100px) {
    .home .logo_background {
        padding-top: 30px;
    }

    .home .logo_container {
        top: 50px;
        width: 350px;
        height: 125px;
        margin-left: -175px;
    }
}

@media (max-width: 980px) {
    .home .et_menu_container,
    .page-template-page-template-startseite
        .et-fixed-header
        > .et_menu_container {
        width: 100%;
        height: 100px;
        padding: 15px 30px 10px !important;
        background-color: #000;
    }

    .home .logo_background {
        z-index: 10;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }

    .home .logo_container {
        top: 50px;
        width: 300px;
        height: 108px;
        margin-left: -150px;
        left: 50%;
        z-index: 20;
        margin: 6px 15px;
        margin-left: -150px;
        -webkit-transition: width 0.4s ease-in-out 0.3s,
            height 0.4s ease-in-out 0.3s, top 0.4s ease-in-out 0.3s,
            left 0.3s ease-in-out, margin-left 0.3s ease-in-out,
            padding 0.5s ease-in-out;
        -moz-transition: width 0.4s ease-in-out 0.3s,
            height 0.4s ease-in-out 0.3s, top 0.4s ease-in-out 0.3s,
            left 0.3s ease-in-out, margin-left 0.3s ease-in-out,
            padding 0.5s ease-in-out;
        transition: width 0.4s ease-in-out 0.3s, height 0.4s ease-in-out 0.3s,
            top 0.4s ease-in-out 0.3s, left 0.3s ease-in-out,
            margin-left 0.3s ease-in-out, padding 0.5s ease-in-out;
    }

    .home .mobile_menu_bar_toggle {
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: -10px;
    }

    .home .mobile_menu_bar {
        top: 0 !important;
    }

    .home .logo_container img {
        margin-top: 0;
    }

    .home #et-top-navigation {
        z-index: 1;
    }

    /* fixed header */
    .home .et-fixed-header .logo_container {
        position: absolute;
        width: 121px;
        height: 43px;
        margin: 6px 15px;
        -webkit-transition: width 0.3s ease-in-out 0.2s,
            height 0.3s ease-in-out 0.2s, top 0.3s ease-in-out,
            left 0.3s ease-in-out 0.3s, margin-left 0.3s ease-in-out 0.3s,
            padding 0.5s ease-in-out;
        -moz-transition: width 0.3s ease-in-out 0.2s,
            height 0.3s ease-in-out 0.2s, top 0.3s ease-in-out,
            left 0.3s ease-in-out 0.3s, margin-left 0.3s ease-in-out 0.3s,
            padding 0.5s ease-in-out;
        transition: width 0.3s ease-in-out 0.2s, height 0.3s ease-in-out 0.2s,
            top 0.3s ease-in-out, left 0.3s ease-in-out 0.3s,
            margin-left 0.3s ease-in-out 0.3s, padding 0.5s ease-in-out;
    }

    .home .et-fixed-header .logo_container img {
        margin-top: 15px;
    }

    .home .et-fixed-header .logo_background {
        z-index: 10;
        -webkit-transition-duration: 1.3s;
        -moz-transition-duration: 1.3s;
        transition-duration: 1.3s;
    }

    .home .et-fixed-header .mobile_menu_bar_toggle {
        opacity: 1;
        margin-right: -10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100%;
    }

    .home .et-fixed-header .mobile_menu_bar {
        top: -5px !important;
    }
}

@media (max-width: 820px) {
    .home .logo_background {
        padding-top: 80px;
    }

    .home .logo_container {
        top: 40px;
    }
}

@media (max-width: 700px) {
    .home .logo_background {
        padding-top: 80px;
    }

    .home .logo_container {
        top: 20px;
    }
}

@media (max-width: 570px) {
    .home .logo_background {
        padding-top: 120px;
    }

    .home .logo_container {
        top: 20px;
    }
}

@media (max-width: 400px) {
    .home .logo_background {
        padding-top: 140px;
    }

    .home .logo_container {
        top: 20px;
    }
}

.post-meta .published {
    display: none;
}

/* TABLE COMPONENT */
.dm-table {
    width: 100%;
    background: #fff;

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

    margin-bottom: 100px;
}

.dm-table.dm-table-2 {
    max-width: 650px;
}

.dm-table .row {
    margin-left: 0;
    margin-right: 0;
}
.dm-table .dm-thead,
.dm-table .dm-tbody {
    padding: 2rem 1rem;
}

.dm-table .dm-tbody {
    padding-top: 0;

    overflow: hidden;
}

.dm-table .dm-tbody div,
.dm-table .dm-tbody p {
    color: #333;
}

.dm-table .dm-tbody::before {
    top: -2px;
    margin-bottom: -40px;
}

.dm-table .dm-thead {
    color: #fff;
    background: #111;
}
.dm-table .dm-thead .dm-tr {
    align-items: center;
}
.dm-table .dm-thead .dm-column-1 p {
    text-align: center;
    font-size: 1.6em;
}
@media screen and (min-width: 768px) {
    .dm-table .dm-thead .dm-column-1 p {
        text-align: left;
    }

    .dm-table .dm-thead {
        padding-bottom: 0;
    }

    .dm-table .dm-tbody::before {
        margin-bottom: -20px;
    }
}
.dm-table .align-right .cell-content,
.dm-table .dm-thead .align-right {
    text-align: right;
}
.dm-table .dm-th {
    padding: 0.6rem 1.5rem;
}
.dm-table .dm-td {
    padding: 0.2rem 1.5rem;
}
.dm-table .dm-thead,
.dm-table .dm-column-1 {
    font-weight: 700;
}
.dm-table .cell-mobile-only {
    display: inline-block;
    width: 50%;
}
.dm-table .dm-tbody .dm-tr .dm-td.dm-column-1 {
    margin-top: 2rem;
}
@media screen and (min-width: 768px) {
    .dm-table .dm-tbody .dm-tr .dm-td.dm-column-1 {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .dm-table.dm-table-2 .dm-tbody *,
    .dm-table.dm-table-2 .dm-tbody .align-right {
        text-align: center;
    }
}
.dm-table .dm-tbody .dm-tr .dm-td .row div {
    padding-left: 0;
    padding-right: 0;
}
.dm-table .dm-tbody .dm-tr:first-of-type .dm-td {
    margin-top: 0;
}

.dm-table .dm-tr {
    padding: 0.5rem 0;
}

.dm-table .dm-tr:first-of-type {
    padding-top: 0;
}

.dm-table .dm-tr:last-of-type {
    padding-bottom: 0;
}

.dm-table .cell-content {
    word-wrap: break-word;

    line-height: 1.3;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.col-2 {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
}

.d-none {
    display: none;
}

@media screen and (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

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

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Coockie Notice Plugin */
#cookie-notice {
    background: none !important;

    padding-left: 0;
    padding-right: 0;
}

#cookie-notice .cookie-notice-container {
    padding: 1rem 0.6rem;

    background: #000;
    color: #fff;

    font-size: 0.82353rem;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 0;

    width: 100%;

    border-radius: 0;
}

@media screen and (min-width: 768px) {
    #cookie-notice {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cookie-notice .cookie-notice-container {
        max-width: 728px;

        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    #cookie-notice .cookie-notice-container {
        max-width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    #cookie-notice .cookie-notice-container {
        max-width: 1080px;
    }
}

#cookie-notice .cookie-notice-container #cn-notice-text {
    display: block;

    margin-bottom: 0.4rem;
}

#cookie-notice .cookie-notice-container .button {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#cookie-notice .cookie-notice-container .button:hover,
#cookie-notice .cookie-notice-container .button:focus,
#cookie-notice .cookie-notice-container .button:active {
    text-decoration: none;
}

/* Contact Form Privacy */
form div.data-privacy {
    max-width: 80%;
    margin: auto;

    line-height: 1.5;
    text-align: left;

    color: #666;
}

@media (max-width: 768px) {
    form div.data-privacy {
        max-width: 70%;
    }
}

@media (max-width: 500px) {
    form div.data-privacy {
        max-width: 90%;
    }
}

form div.data-privacy input {
    width: auto;

    margin-bottom: 0;
    margin-left: 0;
}

.wpcf7-form-control[disabled] {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.data-privacy .wpcf7-list-item {
    margin-left: 0;
}

.et_pb_column .et_pb_gallery.et_pb_gallery_grid .et_pb_gallery_items {
    display: flex !important;
    flex-wrap: wrap !important;
}

.et_pb_column
    .et_pb_gallery.et_pb_gallery_grid
    .et_pb_gallery_items
    .et_pb_gallery_item {
    float: none !important;
    clear: both !important;
    width: 33% !important;
    margin: 0 !important;
    padding: 1em !important;
}

@media (max-width: 768px) {
    .et_pb_column
        .et_pb_gallery.et_pb_gallery_grid
        .et_pb_gallery_items
        .et_pb_gallery_item {
        float: none !important;
        clear: both !important;
        width: 50% !important;
        margin: 0 !important;
        padding: 0.5em !important;
    }
}

@media (max-width: 980px) {
    .bb_cf_fields input[type='text'],
    .bb_cf_fields input[type='email'],
    .bb_cf_fields input[type='tel'],
    .bb_cf_fields textarea,
    form div.data-privacy {
        width: 100% !important;
    }

    form div.data-privacy {
        max-width: 100%;
    }
}

.bb-checklist ul {
    list-style: none;
    padding-left: 0;
}

.bb-checklist ul li {
    display: flex;
    margin-bottom: 0.5em;
}

.bb-checklist ul li:before {
    content: 'N';
    font-family: 'ETmodules' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #f5a657;
    min-width: 1.4em;
    font-size: 1.4em;
    padding-top: 0.1em;
}

.bb-gallery .et_pb_row {
    width: 95%;
}

.bb-gallery .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_title {
    display: none;
}

.bb-gallery .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_caption {
    opacity: 0.5;
    font-size: 12px;
}

.bb-testimonial.et_pb_text {
    position: relative;
}

.bb-testimonial.et_pb_text:before {
    content: '{';
    font-family: 'ETmodules' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #f5a657;
    position: absolute;
    top: -0.4em;
    left: -0.5em;
    font-size: 6em;
    opacity: 0.4;
}

.bb-testimonial.et_pb_text em {
    opacity: 0.5;
}

.et_pb_blog_grid h2 {
    font-size: 26px;
}

.et_pb_blog_grid .et_pb_no_thumb h2,
.et_pb_blog_grid .et_pb_no_thumb .entry-title {
    margin-top: 40px;
}

.et_pb_column .et_pb_blog_0 .et_pb_post .entry-title a {
    text-transform: lowercase !important;
}

#sidebar {
    display: none !important;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #fff !important;
}

#jumbo-header
    > div
    > div.et_pb_column.et_pb_column_1_2.et_pb_column_1.jumbo_column.et_pb_css_mix_blend_mode_passthrough.et-last-child
    > div
    > a:hover::after {
    transition: all 300ms ease 0ms !important;
}

#jumbo-header
    > div
    > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.jumbo_column.et_pb_css_mix_blend_mode_passthrough
    > div
    > a:hover::after {
    transition: all 300ms ease 0ms !important;
}

.et_pb_bg_layout_light.et_pb_button:hover::after {
    transition: all 300ms ease 0ms !important;
}

.et_pb_button.et_pb_hovered:hover:after,
.et_pb_button.et_hover_enabled:hover:after {
    transition: all 300ms ease 0ms !important;
}

@media (max-width: 1350px) {
    body #page-container .et_pb_row {
        width: 90% !important;
        max-width: 760px !important;
    }
}

body #page-container .et_pb_row.jumbo_container {
    width: 100% !important;
    max-width: unset !important;
}

body .et_pb_text {
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

input {
    accent-color: #f5a657 !important;
}
