/*
Theme Name: jack glockenbach Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: GetMADE
Author URI: http://getmade.biz
*/

@import url("../Divi/style.css");

/* ------------- Customization ------------- */

h1 {
    font-size: 50px;
    padding-bottom: 50px;
}

a {
    color: #20ab29;
}


.column-break {
    -webkit-column-break-after: always;
    break-after: column;
}
/* Buttons */

.et_pb_button {
    color: #20ab29 !important;
    border-color: #20ab29 !important;
}

.et_pb_button:hover {
    background: transparent !Important;
}

/* Header */

#main-header.et-fixed-header #et-top-navigation #top-menu li.current > a, #top-menu .current a, #main-header #et-top-navigation #top-menu li:first-child a
 {
    color: #20ab29 !important;
}

#main-header #et-top-navigation #top-menu li.current > a, #main-header.et-fixed-header #et-top-navigation #top-menu li:first-child a {
    color: #666 !important;
}

#top-menu a {
    font-weight: 400;
        transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

/* Section Headers */

.section-header .et_pb_fullwidth_header {
    padding: 200px 0;
}

.section-header .header-content {
    padding: 25px 25px 35px;
    border: 4px solid #fff;
    background: rgba(0,0,0,0.3);
}

.section-header h1 {
    color: #fff;
    font-size: 65px;
    padding-bottom: 10px;
}

.section-header span.et_pb_fullwidth_header_subhead {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding-top: 25px;
}

/* Fullwidth Sections */

.fullwidth-section {
    padding: 0 !important;
}

/* Text Columns */

.text-columns {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 3em;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    
}

/* Tabs */

.et_pb_tabs_controls li {
    width: 33.333%;
    text-align: center;
}

.et_pb_tabs_controls li a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.et_pb_tabs_controls li:hover a {
    opacity: 0.5;
}

.et_pb_all_tabs {
    padding: 40px 30px;
}

.et_pb_tab h3 {
    text-align: center;
    padding: 40px 0;
}

.et_pb_tab h3:first-child {
    padding-top: 0;
}

.et_pb_tab .menu-card {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding-bottom: 15px;
}

.et_pb_tab .menu-card:first-child {
    text-align: left;
}

.et_pb_tab .menu-card:nth-child(3) {
    text-align: right;
}


/* Kontakt */

.kontakt-table, .kontakt-table tr, .kontakt-table td {
    border: 0 !important;
}

.kontakt-table img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* Divider */

.section-divider span {
    font-size: 35px;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #222;
    font-weight: 300;
}

.section-divider span::before, .section-divider span::after {
    content: "";
    width: 48%;
    position: absolute;
    display: inline-block;
    height: 1px;
    background: #222;
    top: 50%;
}

.section-divider span::before {
    left: 0;
}

.section-divider span::after {
    right: 0;
}


/* Breakpoints */

@media (max-width: 980px) {
    h1 {
        font-size: 40px;
    }
    
    .section-header h1 {
        font-size: 40px;
    }
    
    .et_pb_tabs_controls li {
        width: 100%;
        text-align: center;
    }
    
    .mobile_menu_bar_toggle {
       color: #20ab29 !important;
    }
    
    .text-columns {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count 1;
    }
    .column-break {
        -webkit-column-break-after: auto;
        break-after: auto;
    }
    
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        max-width: 90%;
        width: 90%;
    }
    
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        width: 100%;
        max-width: 100%;
    }
}