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

.kontakt-map iframe {
	height: 400px;
	width: 100%;
}
body.wp-autoresize {
	font-weight: normal;
}
.et-search-form,
.et_mobile_menu,
.footer-widget li::before,
.nav li ul, blockquote {
	border-color: #b78b43;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Kontakt vorm //////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.wpcf7 .wpcf7-text, .wpcf7 textarea {
	border: 1px solid #ebebeb;
	border-radius: 6px;
	color: #434345;
	font-size: 16px;
	margin-bottom: 1rem;
	padding: 10px 20px;
	width: 100%;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border-color: #b78b43;
	outline: none;
}
.wpcf7 textarea {
	height: 200px;
}
.wpcf7 input.wpcf7-submit {
	margin-left: 0;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 .wpcf7-acceptance input {
	width: auto;
}
div.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ok {
	background-color: #2f3438;
	border: none;
	color: #FFF;
}
.wpcf7-validation-errors {
	display: none!important;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {
	img.pic-xs-center {
		display: block;
		float: unset;
		margin-bottom: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
}