/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* --------------------------------------------------------
Custom CSS Code fuer geo-konzept.de

Version: 0.5
Last modified: 21.02.2020 by Dennis Bartels
Author: Hannes Buchholz
----------------------------------------------------------*/

.iw-cookie-window {
    z-index: 10001 !important;
}

    #header-outer.detached.scrolling {
    padding-top: 0 !important;
}

#header-outer.detached.scrolling a#logo {
    display: none !important;
}

body #header-outer.detached.scrolling[data-format="centered-menu-under-logo"] .span_3 {
    padding-bottom: 20px !important;
}

body {
    background-color: white;
}

/* Abstaende der Felder im Service Kontaktformular angepasst */
body[data-form-style="minimal"] .minimal-form-input {
    padding-top: 0;
}

/* Ausrichtung des Datenschutzkasten angepasst */
span.wpcf7-form-control-wrap.acceptance-14 {
    display: inline !important;
}

/* CF7 Stylings */
.wpcf7 a {
    text-decoration: underline !important;
}

.wpcf7 input {
    border: 1px solid #008e4d !important;
    background: #FFF !important;
}

.wpcf7 label {
    color: #008e4d !important;
    font-size: 14px;
    line-height: 26px;
}

.wpcf7 textarea {
    border: 1px solid #008e4d !important;
    background: #FFF !important;
}

.wpcf7 input[type=submit],
.wpcf7 button[type=submit],
.wpcf7 input[type="button"] {
    width: unset !important;
    font-size: 14px !important;
    line-height: 26px !important;
    color: #008e4d !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 10px 40px !important;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 button[type=submit]:hover,
.wpcf7 input[type="button"]:hover {
    color: #FFF !important;
    background-color: #008e4d !important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #efefef !important;
}

.wpcf7 .wpcf7-submit:disabled:hover {
    color: #008e4d !important;
    cursor: not-allowed;
    background: #efefef !important;
}

.content-width {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1200px) {

    .content-width {
        overflow: hidden;
    }

}
