/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*
 *** google fonts local eingebunden ***
 *** https://google-webfonts-helper.herokuapp.com/fonts ***
 *** wp-content -> themes -> neuer Ordner: fonts (Schrift/en einfügen) ***
 *** in "child theme" -> style.css -> Schrift/en-css einfügen ***
 *** und: autoptimize settings -> Extra -> Remove google fonts ***
 *** siehe video google fonts erkennen und ändern von Tom rose ***
*/


/****************** Kontaktformular *********************************/
#field_bg {
    color: #000;
    border: 1px solid rgba(0,41,105,0.2);
	padding-left: 5px;
	margin-top: 5px;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: -11px !important;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
/**************** * date blog posts collection none *******************************/
.w-blog-post-meta {
    display: none;
}
/****************** Social Buttons gap *****************************/
.w-socials-item.linkedin, .w-socials-item.xing, .w-socials-item.google, .w-socials-item.facebook {
    padding-right: 11px;
	padding-top: 11px;
}
/***************** angle-right padding **********
.w-tabs.iconpos_right .w-tabs-section-header-h {
    padding-right: 26px !important;
}
*******************/

/************ Kontaktform label Distanz ****************/ 
span.wpcf7-list-item-label {
    padding-left: 23px;
    /*vertical-align: -webkit-baseline-middle;*/
}
span.wpcf7-list-item.first.last {
    width: 320px;
}
/************ GPDR Cookie notice height, font-size
div#cookie-law-info-bar {
    height: 2em;
    font-size: 13px;
	padding-top: 10px;
} */
button.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(3em);
    background-color: lightgrey;
}
/************ Kontaktformular acceptance ****************/
span.wpcf7-list-item {
    margin-right: 1rem;
	vertical-align: baseline;
}
/************ Leistungen ICON-Box Title *****************/
h2.w-iconbox-title {
    /*font-size: 26px;*/
	color: #ffab00;
    font-weight: bold;
}
