/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         infarbe-Design
 Author URI:     https://www.infarbe.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* GLOBAL */

.nowrap {
	white-space: nowrap;
}



/* COOKIE */

button#catapultCookie{
	padding: 10px 15px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}
button:hover#catapultCookie{
	background-color: #8cc200 !important;
}


/* DOWNLOADS */

a.pdf {
	padding: 6px 0 10px 45px;
	position: relative;
	display: table;
	font-weight: 600;
	background: url(images/icon_pdf_download.png) no-repeat;
	background-size: 34px 36px;
}
a.pdf-centered {
	padding: 6px 0 10px 45px;
	position: relative;
	margin: 0 auto;
	display: table;
	font-weight: 600;
	background: url(images/icon_pdf_download.png) no-repeat;
	background-size: 34px 36px;
}




/*  FORMS */

.zs-pflichtangaben a:hover {
	opacity: 0.5;
	transition: all 0.5s ease;
}

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], input[type="number"], input[type="select"].wpcf7-select, select, select.wpcf7-select, textarea  {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #eee;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 16px 20px 16px 10px;
    width: 100%;
    font-size: 15px;
    color: #444444 !important;
}
input[type="select"].multi, select.multi {
	height: 210px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

}
input::-moz-placeholder { /* Firefox 19+ */

}
input:-ms-input-placeholder { /* IE 10+ */

}
:placeholder { /* Firefox 18- */

}
.wpcf7-form p:last-of-type {
    padding-bottom: 1em;
}

input[type="radio"], input[type="checkbox"] {
    background-color: #ed7702;
    content: "";
    display: inline-block;
    font-style: normal;
    height: 28px;
    margin: 0 3px 4px 0;
    position: relative;
    vertical-align: middle;
    width: 20px !important;
}
input.wpcf7-submit {
	font-size: 20px;
	color: #fff;
	background-color: #ed7702;
	border: none;
	border-radius: 3px;
	padding: 10px 25px;
	float: right;
}
input.wpcf7-submit:hover {
	background-color: #e02b20;
	-moz-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0.2em;
	width: 100%;
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    display: none;
	color: #fff;
	border-radius: 3px;
}
div.wpcf7-validation-errors {
    border: 2px solid #d71e00;
    background-color: #d71e00;
    color: #fff;
    border-radius: 3px;
}
div.wpcf7-response-output {
    margin: 5em 0 1em;
    padding: 0.4em 1em;
}
span.wpcf7-not-valid-tip {
	color: #cc0000;
    font-weight: bolder;
}
.menu-clubs.wpcf7-select option {
	padding-bottom: 25px !important;
}
.menu-clubs .wpcf7-select option {
	margin-bottom: 5px;
}

div.wpcf7 .screen-reader-response[role=alert] {
	display: none;
}

#kurs-modul-woche3 {
	padding: 0 0 20px 26px;
	margin-top: -15px;
}







/* RESPONSIVE */


@media all and (max-width: 1366px) {

}


@media all and (max-width: 1280px) {

}


@media all and (max-width: 1024px) {

}


@media all and (max-width: 980px) {

}


@media all and (max-width: 800px) {

}


@media all and (max-width: 767px) {

}


@media all and (max-width: 480px) {

}


@media all and (max-width: 360px) {

}


