﻿/*	letzte Änderung 2026-03-31
		katrin hojer - grafik design
		www.katrinhojer.de

		hellgruen: 		#99c43b
		dunkelgruen: 	#147523
		grau: 			#919292
		navigruen:		#c0db86

		font-family: 'Hind', sans-serif;
		font-family: 'Rock Salt', cursive;
		
*/


/* hind-300 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/hind-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/hind-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hind-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hind-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/hind-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/hind-v16-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-500 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/hind-v16-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/hind-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hind-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hind-v16-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/hind-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/hind-v16-latin-500.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hind-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hind-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hind-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/hind-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/hind-v16-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/hind-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hind-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hind-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/hind-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/hind-v16-latin-600.svg#Hind') format('svg'); /* Legacy iOS */
}

/* hind-700 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/hind-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/hind-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/hind-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/hind-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/hind-v16-latin-700.svg#Hind') format('svg'); /* Legacy iOS */
}

/* rock-salt-regular - latin */
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rock-salt-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/rock-salt-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rock-salt-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rock-salt-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rock-salt-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rock-salt-v18-latin-regular.svg#RockSalt') format('svg'); /* Legacy iOS */
}


.sichtweisen-title {
	background-color: #fff;
	padding-bottom: 1px;
	padding-top: 1px;
}

p {
	font-family: 'Hind', sans-serif;
	color: #919292;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.main_content {
	background-color: #fff;
}
.main_content a {
	color: #85bc22;
	text-decoration: none;
}
.main_content a:hover  {
	color: #147523;
	text-decoration: none;
}

h1 {
	font-family: 'Hind', sans-serif;
	color: #99c43b;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: -0.05rem;
	line-height: 3.0rem;
	padding-bottom: 16px;
	padding-top: 10px;
}

h2 {
	font-family: 'Hind', sans-serif;
	color: #99c43b;
	font-weight: 500;
	font-size: 2.1rem;
	letter-spacing: -0.01rem;
	line-height: 2.4rem;
	padding-bottom: 8px;
	padding-top: 14px;
}

h3 {
	font-family: 'Rock Salt', cursive;
	color: #99c43b;
	font-size: 1.5rem;
	letter-spacing: 0.08rem;
	line-height: 1.9rem;
	padding-bottom: 5px;
	padding-top: 8px;
}

h4 {
	font-family: 'Hind', sans-serif;
	color: #919292;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.04rem;
	padding-top: 38px;
	padding-bottom: 0px;
}

h5 {
	font-family: 'Hind', sans-serif;
	color: #919292;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0.02rem;
	line-height: 2.0rem;
	padding-bottom: 0px;
	padding-top: 10px;
}

h6 {
	font-family: 'Hind', sans-serif;
	color: #919292;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: -0.04rem;
	line-height: 1.8rem;
	padding-bottom: 0px;
	padding-top: 8px;
}

.btn-secondary {
        color: #fff;
		font-family: 'Hind', sans-serif;
		font-weight: 400;
		font-size: 1.1rem;
		letter-spacing: 0.03rem;
        background-color: #aed162;
        border-color: #aed162;
		border-radius: 2;
    }
    
    .btn-secondary:hover {
        color: #fff;
        background-color: #919292;
        border-color: #919292;
    }
    
    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #919292;
        border-color: #919292
    }

.alert-dark {
    background-color: #fff9dc;
	border-color: #fcefb1;
}
 hr { 
    height: 0,9px;
	background-color: #fff;
}
 
.navbar-toggler {
    background-color: #fff;
	margin: 0 0 0 10px;
}

.navbar {
    background-color: #c0db86;
}
.navbar .nav-item .nav-link {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.00rem;
	color: #fff;
	margin: 0 10px 0 6px;
}

.navbar .nav-item.active .nav-link {
 	font-family: 'Hind', sans-serif;
	font-weight: 400;
  	color: #147523;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
 	color: #147523;
}

.dropdown-menu .dropdown-item {
	font-family: 'Hind', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	color: #919292;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:hover{
	font-family: 'Hind', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
  	color: #147523;
	background-color: #fff;
}

.liste {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	color: #919292;
	font-size: 1.2rem;
	line-height: 1.9rem;
}

.logo_rel {
  position: relative;
}

.marketing .col-md-5 {
  text-align: center;
}

.featurette-divider {
  margin: 4rem 0;
}

.img-space{
	height: 15px;
}

.footer {
	background-color: #99c43b;
}

.p-footer {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.00rem;
	line-height: 1.8rem;
	color: #fff;
}

.h-footer {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
	line-height: 1.0rem;
	color: #fff;
}

.p-footer a {
	color: #fff;
	text-decoration: none;
}

.p-footer a:active, .p-footer a:hover{
	color: #147523;
	text-decoration: none;
}

.white1 {
	background-color: #fff;
}

.white1 p{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.00rem;
	line-height: 1.8rem;
	color: #919292;
}

.white1 a {
	color: #919292;
	text-decoration: none;
}

.white1 a:active, .white1 a:hover{
	color: #147523;
	text-decoration: none;
}



@media (max-width: 1200px) { 
		.first_menu_item {
		padding-top: 15px;
	}
	
	


}