/*
 Theme Name:   Klar.Raum Webdesign
 Theme URI:    https://www.6sense-marketing.de
 Description:  Klar.Raum Design
 Author:       Pascal Palitzsch
 Author URI:   https://www.6sense-marketing.de
 Template:     generatepress
 Version:      0.1
*/
.row {
    display: flex;
    flex-wrap: wrap;
}
.half-column {
    width: 50%;
    padding: 10px;
}
.full-column {
	width: 100%;
	padding: 10px;
}
form p {
    margin: 0;
}
form input[type="text"],
form input[type="email"], 
form textarea {
    border-radius: 8px;
	max-height: 200px;
}
.wpcf7-submit {
    border-radius: 30px;
    margin-top: 15px;
}
span.wpcf7-list-item-label {
    color: var(--accent);
}
h1 em {
    font-size: 22px;
    display: block;
}
.page-id-49663 .inside-header {
    padding-top: 8px;
    padding-bottom: 8px;
}
.page-id-49663 .site-logo img {
	height: 59px;
}
.page-id-49663 .gb-element-a9b3fef7 {
	padding: 0;
}
.leadform div {
    margin: 14px 0px;
}
span.h3 {
    font-size: 23px;
    color: white;
    font-weight: 900;
}
.leadform {
    background: #7f7f7f7d;
    padding: 30px;
    border-radius: 25px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #935116;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: black;
}
span.micro {
    font-size: 15px;
    font-weight: 900;
    margin-top: 20px;
    display: block;
	text-align: center;
}
small {
    font-size: 64%;
}
@media (max-width: 767px) {
    .gb-element-8962d58b,
	.gb-element-c2fff5b0 {
        align-items: unset !important;
    }
	h1 em {
    	font-size: 15px;
    	display: block;
	}
	.leadform {
    	padding: 12px;
	}
	span.h3 {
    	font-size: 15px;
	}
	form p {
    	line-height: 6px;
	}
	span.micro {
    	line-height: 1;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
    	font-size: 15px;
	}
	.cf7sr-g-turnstile, .cf7sr-g-turnstile div {
		margin: 0;
	}
	small {
    	font-size: 57%;
    	display: block;
	}
}
