/*
@charset "utf-8";
Theme Name: DIVI ChildTheme
Description: Childtheme auf Basis von DIVI für FTA Systeme
Author: smetrix Kommunikations- & Webdesign
Author URI: http://www.smetrix.de
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

/***************
* Global
***************/
.lined-heading h1,
.lined-heading h2,
.lined-heading h3,
.lined-heading h4,
.lined-heading h5,
.lined-heading h6 {
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.lined-heading h1::before,
.lined-heading h2::before,
.lined-heading h3::before,
.lined-heading h4::before,
.lined-heading h5::before,
.lined-heading h6::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #ccc;
    content: "";
}

.et_pb_tabs_controls li a {
    padding: 10px;
}

.et_pb_column .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #333333 !important;
}

.header-content-container.center {
    margin: 0 200px 0;
}

/***************
* Header
***************/
#main-header .logo_container > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

@media only screen and (min-width: 981px) {
    #main-header.et-fixed-header .logo_container > a {
        width: 80px;
    }
}

@media only screen and (max-width: 980px) {
    #main-header .logo_container > a {
        width: 160px;
    }
}

/***************
* Mobile Menu
***************/
.mobile_menu_bar::before {
    color: #8c2737;
}

@media only screen and (max-width: 980px) {
    .et_header_style_centered header#main-header .logo_container {
        text-align: left;
    }

    .et_header_style_centered #main-header div#et-top-navigation {
        position: absolute;
        top: 10px;
    }

    .et_header_style_centered #et_mobile_nav_menu {
        margin-top: 0px;
    }

    .et_header_style_centered #main-header .mobile_nav {
        background-color: transparent;
        padding: 0px;
    }

    .et_header_style_centered #main-header .mobile_nav .select_page {
        display: none;
    }
}

/***************
* Footer 
***************/
footer > .container {
    max-width: unset;
    width: 100%;
}

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

footer #footer-widgets .footer-widget {
    margin-bottom: 0px;
}

footer #footer-widgets .footer-widget .et_pb_widget {
    width: 100%;
    float: none;
    clear: both;
}

/***************
* Footer Credits + Menu
***************/
#footer-bottom {
    padding: 15px;
}

.footer-left {
    float: left;
}

.footer-left #footer-info {
    padding-bottom: 0px;
}

.footer-right {
    float: right;
}

.footer-right .bottom-nav {
    padding: 0px;
}

.footer-right .bottom-nav li {
    padding-right: 0px;
}

.footer-right .bottom-nav li + li {
    margin-left: 14px;
}

.footer-left a,
.footer-right a {
    font-weight: bold;
}

footer .wpcf7 input,
footer .wpcf7 select,
footer .wpcf7 textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

footer .wpcf7 .wpcf7-acceptance input {
    width: auto;
}

footer .wpcf7 input.btn {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    width: auto;
    color: #fff;
    border-radius: 4px;
    background-color: #8c2737;
    border-color: #4f2948;
    border-width: 0px 0px 3px 0px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-transform: uppercase;
    padding: 10px;
    float: right;
}

footer .wpcf7 input.btn:hover {
    background-color: #ba354a;
}

@media (max-width:980px) {
    .footer-left {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer-right {
        float: left;
        width: 100%;
        text-align: center;
    }
}

/***************
* Module
***************/

/***************
* Sidebar Panel 
***************/
.wp-side-menu .wp-side-menu-item {
    background: #1881d1;
}

.wp-side-menu .wp-side-menu-item:hover {
    background: #1881d1;
    opacity: 0.8;
}

.wp-side-menu .wp-side-menu-item > .wo-icon {
    background: transparent;
}

.wp-side-menu .wp-side-menu-item:hover > .wo-icon {
    background: transparent;
}

/***************
* Leafflat Maps Marker
***************/
#footer-widgets .footer-widget .mapsmarker a {
    color: #888888;
}

#footer-widgets .footer-widget .mapsmarker p {
    color: #888888;
}

#footer-widgets .footer-widget .mapsmarker .leaflet-popup-content {
    line-height: 1.4em;
}

#footer-widgets .footer-widget .mapsmarker .leaflet-popup-content a {
    color: #0078A8;
}

/***************
* Gallery
***************/
.fg-filtering-container .fg-tag-list .fg-tag-item {
    background-color: #8c2737;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.fg-filtering-container .fg-tag-list .fg-tag-item:hover {
    opacity: 0.9;
}

.fg-filtering-container .fg-tag-list .fg-tag-item.fg-selected {
    opacity: 0.7;
}

.fg-filtering-container .fg-tag-list .fg-tag-item + .fg-tag-item {
    margin-left: 10px;
}

.fg-filtering-container .fg-tag-list .fg-tag-link {
    color: #fff;
}

/***************
* Tab
***************/
ul.et_pb_tabs_controls {
    background-color: transparent;
}

/***************
* Buchungsformulare
***************/
.overlay-booking {
    margin-top: -40px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    border-width: 1px 1px 4px 1px;
}

.wpcf7 .form-group {
    display: inline-block;
    text-align: left;
}

.wpcf7 .form-group + .form-group {
    margin-left: 10px;
}

.wpcf7 .form-group label.hidden strong {
    opacity: 0;
}

.wpcf7 .form-group input,
.wpcf7 .form-group select {
    width: 8rem;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7 .form-group.select .wpcf7-form-control-wrap,
.wpcf7 .form-group.select-big .wpcf7-form-control-wrap {
    top: 1px;
}

.wpcf7 .form-group input.small,
.wpcf7 .form-group select.small {
    width: auto;
}

.wpcf7 .form-group input.booking {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    background-color: #8c2737;
    border-color: #4f2948;
    border-width: 0px 0px 3px 0px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-transform: uppercase;
    top: -2px;
    position: relative;
}

.wpcf7 .form-group input.booking:hover {
    background-color: #ba354a;
}

.wpcf7 .datenschutz {
    width: 100%;
    margin: 10px auto;
    text-align: left;
}

.overlay-booking .wpcf7 .datenschutz {
    width: 85%;
}

@media only screen and (max-width: 1198px) {

    .wpcf7 .form-group input,
    .wpcf7 .form-group select,
    .wpcf7 .form-group input.booking {
        width: 6.8rem;
        font-size: 12px;
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_fullwidth_header {
        position: relative;
        padding: 20px 0;
    }

    .overlay-booking .wpcf7-form {
        text-align: left;
    }

    .wpcf7 .form-group,
    .wpcf7 .form-group input,
    .wpcf7 .form-group select,
    .wpcf7 .form-group input.booking {
        width: 100%;
        font-size: 12px;
    }

    .wpcf7 .form-group + .form-group {
        margin-left: 0;
    }

    .wpcf7 .form-group.select {
        width: 5rem;
    }

    .wpcf7 .form-group.select + .form-group.select {
        margin-left: 10px;
    }

    .wpcf7 .form-group.booking-group {
        width: 10rem;
        float: right;
    }

    .wpcf7 .datenschutz {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .wpcf7 .form-group.booking-group {
        width: 100%;
        float: none;
    }
}
