/*
 Theme Name:   Gusto - Zeitpunkt
 Theme URI:    http://www.pirenko.com/previews/?theme=gusto
 Description:  Vanguard WordPress Theme - Adapted for Zeitpunkt oHG
 Version:      4.5.2
 Author:       Pirenko
 Author URI:   http://www.pirenko.com/
 Template:     gusto
*/

/* Teaser scroll down button */
#zp_to_bottom {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (min-width: 1300px) {
    .home #zp_to_bottom {
        display: inline;
        visibility: visible;
        width: 30px;
        height: 30px;
        position: fixed;
        left: 50%;
        margin: auto;
        bottom: 30px;
        z-index: 9999999;
        /*cursor: pointer;*/
        opacity: 0;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 20px;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        padding-top: 4px;
    }
    .home #zp_to_bottom.gusto_shown {
        /*padding-top: 2px;*/
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .home #zp_to_bottom .gusto_fa-angle-double-down {
        padding-left: 7px;
        font-size: 24px;
    }
}
/* hyphens class */
.hyphens {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* customize to-top btn */
#gusto_to_top {
    border-radius: 20px;
}
@-moz-document url-prefix() {
    #gusto_to_top > i {
        margin-top: -1px;
    }
}
/* fix submenu color for mobile */
@media only screen and (max-width: 900px) {
    .sf-menu .sub-menu li a {
        color: #7b858f !important;
    }
    .sf-menu .sub-menu li a:hover,
    .sf-menu .sub-menu li.active a {
        color: #f5f5f5 !important;
    }
}
/* never hide action button in flexslider */
@media (max-width: 480px) {
    .slider_text_holder .colored_theme_button {
        display: inline-block !important;
    }
}

/* --- tmp referrer teaser --- */
.zp_referrer_info {
    background-color: #f5f5f2;
    border: 0.8em solid #fff;
    box-shadow: 0 0 10px #5a5a5a;
    display: block;
    left: 50%;
    margin-left: -260px;
    max-width: 520px;
    padding: 1em 1.4em;
    position: absolute;
    top: 10px;
    width: 520px;
    z-index: 999999;
}
.zp_referrer_info > h1 {
    margin-bottom: 0.5em;
}
.zp_referrer_info.red {
    background-color: #c01c27;
    color: #ffffff;
}
.zp_referrer_info.red .colored_theme_button > a {
    background-color: #333333;
}

@media (max-width: 480px) {
    .zp_referrer_info {
        top: 0;
        left: 0;
        margin-left: 2.2em;
        width: 100%;
        max-width: 100%;
        max-width: calc(100% - 4.4em);
    }
}

/* --- cookie notice plugin --- */
.cookie-notice-container {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    min-height: 90px;
}
#cn-notice-text {
    flex: 1;
}
#cn-notice-text a {
    color: #DA3641;
    white-space: nowrap;
    margin-left: 5px;
}
.cn-theme-button {
    flex: 0 0 auto;
    margin: auto auto auto 15px;
    color: white !important;
    border-radius: 5px;
    background-color: #c01c27;
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 16px 5px;
    border: 0;
    box-shadow: 0 -2px rgba(0,0,0, 0.2) inset;
}
.cn-theme-button:hover,
.cn-theme-button:active {
    color: white;
}

/* --- contact-page: contact addresses --- */
.page--contact .contact_info h5 {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bolder;
}
.page--contact .ctt_address {
    margin-bottom: 0 !important;
}

/* --- contact-page: checkbox datenschutzerklaerung --- */
.accept-ds-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.accept-ds-checkbox {
    vertical-align: top;
    flex: 0 0 20px;
}
.accept-ds-checkbox input {
    min-height: 1.5em;
    width: 16px;
    height: 16px;
}
.accept-ds-label {
    line-height: 1.5em;
}
.accept-ds-hint {
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.5em;
}
