/*
 Theme Name:   app.ihr-gutachten.com
 Description:  Mein Child Theme
 Author:       Horn
 Author URI:   http://app.ihr-gutachten.com
 Template:     twentynineteen
 Version:      1.0
 Text Domain:  twenty-nineteen-child
*/

.site-header {
	background-color: #2e8eca;	
}

.site-title, .site-title a:link, .site-title a:visited {
	color: white;
	font-weight: bold; 
}

.site-title, .site-header {
	display: none;
}

/*
.site-title:after {
	content: url("/wp-content/uploads/2019/07/ihr-gutachten_logo_web_320px.png");
}
*/
/*
.site-branding-container {
	background-image: url("/wp-content/uploads/2019/07/ihr-gutachten_logo_web_320px.png");
	width: 100%;
	height: 61px;
	background-repeat: no-repeat;
}
*/

.site-description {
	color: white;
	font-size: 0.8em;
	display: none;
}

.entry-title {
	display: none;
}

body {
	background-color: #2e8eca;
	color: white;
}

.elementor-button {
	background-color: #ec7405;
}

#colophon .site-info {
	color: #aaaaaa;
	display: none;
}

.site-main {
	margin-top: -100px;
}

.senden_button01 input[type=submit] {
	width: 100%;
	background-color: #ec7405;
	color: white;
	font-weight: bold;
	font-size: 1em;
}

.senden_button01 input[type=submit]:hover {
	background-color: #29b2ff;
	color: white;
	border-color: #ec7405;
}

.field_required {
	color: white !important;
}

.flex_nowrap > div > div {
	flex-wrap: inherit;
}

.flex_nowrap > div > div > div {
	width: max-content;
}