body {
	color: black;
}

#header #navbar ul.navigation {
	background-color: rgba(111, 78, 55, 0.8) !important;
	border-radius: 20rem;
	padding: 0.5rem 1rem;
}

#header #navbar form {
	color: black !important;
}

.header-image #header .menu-btn {
	color: black;
}

#header .search-box i {
	color: black;
}

#header .search-box input[type="search"] {
	width: 1.5rem;
}

.header-lite #header #navbar ul {
	background-color: transparent !important;
}

.modular .showcase .button {
	background-color: #6F4E37;
	border-radius: 20rem;
}

.modular .showcase .button:hover {
	background-color: #5A3E2B;
}

.modular .bottom .services {
	display: block;
}

.modular .bottom .services .service {
	align-items: center;
}

/* Überschriften */

h2 + h3 {
	text-align: left;
	margin: 0 0 0 0;
	font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

h3 {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 1.3rem;
}

h4 {
	font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 1.0rem;
	text-align: left;
	text-transform: unset;
	margin: 0 0 0 0;
	color: black;
}

.modular .features .feature .feature-content h4 {
	text-align: center !important;
}

p {
	margin: 1rem 0;
}

/**
h2, h4, th {
	color: #6F4E37 !important;
}

.modular .features h2 {
	color: #6F4E37;
}
**/

.showcase h1, .showcase h2 {
	color: white;
	font-weight: bold;
	/* padding-left: 1rem !important; */
	/* padding-right: 1rem !important; */
}

.showcase #showcase-text {
	background-color: rgba(111, 78, 55, 0.8) !important;
	padding: 1rem;
	border-radius: 10px;
	/* display: inline-block; */
}
 
.footer {
	color: white;
}

.logo > h3 {
	display: block;
	line-height: 3rem;
}

.modular .features.big .feature-content {
	padding-right: 0;
}

/**
.modular .features .feature-items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
**/

/* footer */
.footer .logo ul.social-icons {
	clear: both;
	float: left;
	padding-top: 1rem;
}

@media only all and (min-width: 60em) and (max-width: 74.938em) {
	.footer .logo .social-icons {
		padding-top: 0 !important;
	}
}

@media only all and (min-width: 48em) and (max-width: 59.938em) {
	.contact input {
		min-width: 15px;
	}

	.modular .features .feature-items {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}	
}

@media only all and (max-width: 47.938em) {
	.footer .logo .social-icons {
		padding-top: 1rem;
	}

	.contact input[type="radio"]  {
		min-width: 15px;
	}

	.modular .features .feature-items {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}	
}

/* form */

.form-field {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 1rem;
	padding: 0.5rem;
}

.contact label {
	color: black;
}

.contact input[type="text"],
.contact input[type="email"] {
	min-width: 80%;
}


.contact input[type="radio"]  {
	width: 15px;
}
.contact .radio input + label {
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: none;
}

.contact .checkboxes {
	display: flex;
	flex-direction: column;
}	
.contact .checkboxes input + label {
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: none;
	padding-left: 25px;
}
.checkboxes label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 5px;
}
.checkboxes input[type="checkbox"]:checked + label::before {
	content: "✓";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
}

.contact textarea {
	min-width: 100%;
}

/* alert */
.alert {
	border: 1px solid red;
	background-color: #f8d7da;
	color: #721c24;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border-radius: 5px;
}
