/* Schriftart */
@font-face {
	font-family: sourceserifpro;
	src: url("/wp-content/fonts/sourceserifpro.ttf") format('truetype');
}

@font-face {
	font-family: helveticaneue;
	src: url("/wp-content/fonts/helveticaneuemid.ttf") format('truetype');
}

body {
	font-family: helveticaneue,'HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
	font-weight: 200;
}

h1 {
    font-family: sourceserifpro;
}
h2, h3, h4, h4, h5, h6 {
    font-family: helveticaneue;
		text-transform: none;
}


/* Google Maps */
#mapkontakt .container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
	width: 100%;
}

#mapkontakt .container .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.wpgmp_map_parent {
	margin-bottom: 0px;
}

/* Kein Uppercase */
.page-id-65 .template-page .entry-content-wrapper h2 {
	text-transform: none;
	color: #000000;
}

/* Contact-Form-7 */
.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}

/* Contact-Form-7 - Design */
.wps-form {
	background-color: transparent;
}

#top .main_color .wps-form .input-text, 
#top .main_color .wps-form input[type="text"], 
#top .main_color .wps-form input[type="input"], 
#top .main_color .wps-form input[type="password"], 
#top .main_color .wps-form input[type="email"], 
#top .main_color .wps-form input[type="number"], 
#top .main_color .wps-form input[type="url"], 
#top .main_color .wps-form input[type="tel"], 
#top .main_color .wps-form input[type="search"], 
#top .main_color .wps-form textarea, 
#top .main_color .wps-form select {
	border: none;
	border-bottom: 2px solid #66151E;
	background-color: transparent;
	color: #66151E;
	font-weight: bold;
}

#top .main_color .wps-form textarea {
	height: 30px;
}

#top .main_color .wps-form input[type="text"]::placeholder,
#top .main_color .wps-form input[type="email"]::placeholder,
#top .main_color .wps-form textarea::placeholder {
	color: #66151E;
	font-weight: bold;
}

#top .main_color .wps-form .wpcf7-list-item {
	margin-left: 0px;
}

#top .main_color .wps-form .wpcf7-list-item-label {
	color: #66151E;
	font-weight: bold;
}

#top .main_color .wps-form .wpcf7-submit {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #711521;
}

/* Mobileansicht 
@media only screen and (max-width: 1050px) {

	#top .main_color .wps-form .wpcf7-submit {
    width: 100%;
		
*/








