/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Navigation */
.nav-size-xsmall > li > a {
    font-size: .65em
}

.nav-size-small > li > a {
    font-size: .7em
}

.nav-size-medium > li > a {
    font-size: .9em
}

.nav-size-large > li > a {
    font-size: 1em
}

.nav-size-xlarge > li > a {
    font-size: 2em
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
    color: #2e2014;
    transition: all .2s
}

.nav-pills:not(.header-nav).nav-size-xlarge > li > a {
    font-size: 1.5rem;
}

.nav-pills > li.active > a {
    background-color: var(--fs-color-secondary) !important;
}



/* H1 H2 ... */
.h1,
.h2,
h1,
h2,
h3,
h4 {
    line-height: 1 !important;
}

.h1,
h1 {
    font-size: 5.7em;
    text-transform: uppercase;
}

.h2,
h2 {
    font-size: 4em;
    text-transform: uppercase;
}

.h3,
h3 {
    font-size: 2.25em
}

.h4,
h4 {
    font-size: 1.125em
}

.h5,
h5 {
    font-size: 1em
}

.h6,
h6 {
    font-size: .85em;
    opacity: .8
}


/* Custom Elements */
html {
    background-color: white !important;
}

.flower {
    transform: rotate(-14deg);
}

.flower-old {
    position: absolute;
    top: 0;
    right: 0;
    margin: -20vh -30vw 0 0;
    transform: rotate(-15deg);
}

.flower img {
    opacity: 1;

}

.no-shadow * {
    box-shadow: none !important;
}

.col-border {
    border-right: 0px solid #ececec;
    padding-right: 0
}

.row-divided > .col + .col:not(.large-12) {
    border-left: 0px solid #ececec
}

.row-divided.row-reverse > .col + .col:not(.large-12) {
    border-left: 0;
    border-right: 0px solid #ececec
}

.col-divided {
    border-right: 0px solid #ececec;
    padding-right: 30px
}

.colbg h2 {
    display: inline;
    padding: 5px 15px 7px 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.2 !important;
}


/* Forms */
.wpcf7 .wpcf7-not-valid-tip {
    background-color: #f2a4bd;
    border-radius: 100px;
    color: white;
    line-height: 1.2em;
    margin-top: -10px;
    margin-bottom: 1rem;
    opacity: .8;
    padding: 5px 8px;
    position: relative;
    text-align: center;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border: 10px solid rgba(136, 183, 213, 0);
    border-bottom-color: #f2a4bd;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c0cb10;
    background-color: rgba(192, 203, 16, .3);
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #f2a4bd;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-soutput,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f6de6a;
    background-color: rgba(246, 222, 106, .3);
    /* Yellow */
}

.wpcf7 .wpcf7-response-output {
    border-radius: 100px;
    margin: 5px 0 0
}

.no-padding-bottom {
    padding-bottom: 0;
}

/* Table & Iso */

.wpDataTablesWrapper,
.wpDataTablesWrapper div.dt-buttons {
    margin: 0px;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    padding: 20px !important;
}

.wpDataTablesWrapper table.wpDataTable td {
    padding: 10px 20px !important;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td,
.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td {
    height: auto !important;
}

.hover > path {
    fill: rgb(192, 203, 16);
}

thead tr {
    background-color: #F6DE6A !important;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
.wpDataTablesWrapper table.wpDataTable td {
    padding: 10px 10px !important;
}

#table_1_0_filter_sections,
#table_2_0_filter_sections,
#table_3_0_filter_sections,
#table_4_0_filter_sections,
#table_5_0_filter_sections,
#table_6_2_filter_sections,
#table_6_4_filter_sections,
#table_6_5_filter_sections,
.column-iso-id,
.column-vermietet,
.column-reserviert {
    display: none;
}

#table_6_0_filter_sections {
    opacity: 0;
}

td.column-status,
span.frei,
span.reserviert,
span.vermietet {
    font-size: 3rem;
    line-height: 0;
}

.frei > .column-status,
span.frei {
    color: rgb(192, 203, 16) !important;
}

.reserviert > .column-status,
span.reserviert {
    color: rgb(246, 222, 106) !important;
}

.vermietet > .column-status,
span.vermietet {
    color: rgb(242, 164, 189) !important;
}

.avail-legend {
    display: inline;
    line-height: 0;
}



/* Footer */
.text-white {
    color: white !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Responsive Fix */
@media (max-width: 549px) {


    .h1,
    h1 {
        font-size: 2em;
        text-transform: uppercase;
    }

    .h2,
    h2 {
        font-size: 2em;
        text-transform: uppercase;
    }

    .h3,
    h3 {
        font-size: 1.8em
    }

    .h4,
    h4 {
        font-size: 1em
    }

    .h5,
    h5 {
        font-size: 1em
    }

    .h6,
    h6 {
        font-size: .85em;
        opacity: .8
    }

    .transparent .header-main {
        height: 150px !important;
    }

    #logo img {
        max-height: 150px !important;
    }

    .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
        width: 150px !important;
    }

    .nav-pills:not(.header-nav).nav-size-xlarge > li > a {
        font-size: 1.3rem;
    }

    .wpDataTablesWrapper {
        margin-bottom: 0px !important;
    }

    .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
        min-height: auto !important;
    }

    .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
    .wpDataTablesWrapper table.wpDataTable td {
        padding: 10px 5px !important;
    }

    .dataTable td,
    .dataTable th {
        font-size: 0.6em;
    }

    .dataTable td.column-status {
        font-size: 3em;
    }

    .is-small,
    .is-small.button {
        font-size: 1em;
    }
}
