/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */
/* ==============================================================================

/*kontaktform*/
.wpcf7 .row-left{width:50%;float: left; padding-right: 50px;}
.wpcf7 .row-right{width:50%;float: right; padding-right: 50px;}
.wpcf7 .row-half{width:50%;padding-right: 50px;}
.wpcf7 label{margin:0;}
input[type="submit"] {
    
    background-color: #E5005F;
    color: white;
}
label {
    display: block;
    margin-bottom: 1em;
    font-size: 20px;
    color: #396279;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: solid 1px #396279;
    padding: 16px 48px 16px 18px;
    background-image: url(images/controls/arrows/small-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, input.aux-outline[type="text"], input.aux-outline[type="password"], input.aux-outline[type="email"], input.aux-outline[type="tel"], input.aux-outline[type="url"], textarea.aux-outline {
    border: solid 1px #396279;
    background: transparent;
}
/*cookie*/
.cn-button.bootstrap {
    color: #fff;
    background: #E5005F;
}
#cookie-notice {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-family: titillium web;
}

