body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	color: #b4b4b4;
	line-height: 1.3em;
	background: url('/assets/img/hintergrund.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}

h1, h2, h3 {
	margin-top: 20px;
}
h1 {
	font-weight: 700;
	color: white;
	letter-spacing: 10px;
	text-align: center;
}

h2 {
	font-weight: 700;
	color: #60842c;
	letter-spacing: 10px;
	text-align: center;
}

h3 {
	font-weight: 700;
	color: #60842c;
	text-align: center;
	
}
p {
}

a {
	color: #60842c;

}

a:hover, a:visited, a:active {
	color: white;
}


/* --------------------
	NAVBAR
   -------------------- */

.navbar {
	background: white;
}
.navbar-brand {
	/* width: 195px; */ /* für Logogröße */
}
.navbar a {
	color: gray;
}
/* aktiver Navlink */
.active a {
	font-weight: bold;
}
/* deaktivierter Navlink */
.disabled {
	color: #dddddd !important;
}
/* DROPDOWN-OPTIONEN
.dropdown-menu {
	background: white;
}
.dropdown-menu a {
	color: gray;
}
.dropdown-menu a:hover {
	color: black;
	background: grey; 
}
*/
.btn-nav {
	background-color: black;
	color: white;
	border-color: black;
	cursor: pointer;
}
.btn-nav:hover {
	background-color: white;
	color: black;
	border-color: black;

}



/* change navbar-toggler inside lines color (stroke) */
span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='grey' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* change hamburger button border color */
button.navbar-toggler.navbar-toggler {
	border: 0px;
	margin-top: -3px;
}

/* --------------------
	COL-MD Breakpoint
	zB display: none/inline
   -------------------- */

@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.5em;
	}
	
	h2, h3 {
		font-size: 1.5em;
	}
	
}


@media screen and (max-width: 767px) {
	h1 {
		font-size: 1.5em;
	}
	
	h2, h3 {
		font-size: 1em;
	}

}

.space {
	max-width: 0px;
	margin-left: 10px;
	padding: 0px;
	height: 0px;
}

/* --------------------
	COL-SM Breakpoint
	zB display: none/inline
   -------------------- */

@media screen and (min-width: 575px) {
}

@media screen and (max-width: 575px) {
}

/* --------------------
	Diverses
   -------------------- */

#hero {
	background: url();
	background-repeat: no-repeat;
	min-height: 350px;
    background-size: cover; 
}

.btn-custom {
	background-color: black;
	color: white;
	border-color: black;
	cursor: pointer;
}
.btn-custom:hover {
	background-color: white;
	color: black;
	border-color: black;

}

.mapp-layout {
	margin: 0px;
	padding: 0px;
}

/* --------------------
	WP-Leiste nicht überlagernd
   -------------------- */

.logged-in .fixed-top {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.logged-in .fixed-top {
		top: 46px;
	}
}


/* ---------------
	Kontaktformular
	-------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-textarea
{
    background-color: #F9F9F9;
    border: 1px solid #A6CE89;
    color: #000;
    /*width: 95%;*/
    padding: 2%;
}

.trenn {
	height: 1px;
	border-bottom: 1px #A6CE89 solid;
	
}

/* --------------------
	Cookie-Button
   -------------------- */
   
.cn-set-cookie, .cn-more-info {
	background-color: #8f2825 !important;
	color: white !important;
	border-radius: 4px;
	border: 1px solid white;
    padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

.cn-set-cookie:hover, .cn-more-info:hover,.cn-set-cookie:active, .cn-more-info:active {
	background-color: #8f2825 !important;
	color: white !important;
	text-decoration: none;

}

.cookie-notice-container {
	background-color: #8f2825;
	color: white;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}