/* lato-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../media/fonts/lato-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/lato-v24-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* lato-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../media/fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



/*
	Petrol: #425b67
	lighlight: #e4e8e4
	light: #65797b
	Schwarz: #000000
	
	font-family: 'Lato';
	
	
	
	SCHRIFTEN TEXTSEITEN
	Navi / Brother 1816 Medium 14pt, Durchschuss 18pt, petrol, Großbuchstaben, Laufweite 70
	Navi Hover / Brother 1816 Extrabold 14pt, Durchschuss 18pt, petrol 75%, Großbuchstaben, Laufweite 70 
	Navi ausgewählt / Brother 1816 Extrabold 14pt, Durchschuss 18pt, petrol, Großbuchstaben, Laufweite 70 
	H1 / Brother 1816 Bold 23pt, Durchschuss 25pt, petrol, Großbuchstaben, Laufweite 130
	H2 / Brother 1816 Bold 14pt, Durchschuss 20pt, schwarz, Großbuchstaben, Laufweite 70
	Mengentext / Brother 1816 Regular 13pt, Durchschuss 20pt, schwarz
	Footer / Lato Regular 12pt, Durchschuss 10pt, Großbuchstaben, weiß, Laufweite 70
	Footer Zitat / Lato Regular 12pt, Durchschuss 10pt, Großbuchstaben, petrol 25%, Laufweite 70 
	Hervorhebungen im Mengentext / Brother 1816 Bold 13pt, Durchschuss 20pt, schwarz
	Button / Brother 1816 Bold 10pt, Durchschuss 20pt, weiß, Laufweite 70
	Links / Brother 1816 Medium 13pt, Durchschuss 20pt, petrol
	Links Hover / Brother 1816 Medium 13pt, Durchschuss 20pt, schwarz
	
	SCHRIFTEN INFOKASTEN SEITE
	Überschrift / wie Navi, bold, weiß Text / wie Mengentext, weiß
	
	SCHRIFTEN TRAUERKERZEN
	Bereits entzündete Kerzen Text / Brother 1816 Regular 11pt, Durchschuss 18pt, weiß
	
	SCHRIFT ZITAT STARTSEITE
	Zitat / Brother 1816 Bold 14pt, Durchschuss 21pt, petrol 60%, Laufweite 130
*/

.bg-footer {
	background-color: #425b67 !important;
}
.bg-lightlightpetrol {
	background-color: #e4e8e4 !important;
}
.bg-lightpetrol {
	background-color: #65797b !important;
}
.bg-petrol {
	background-color: #425b67 !important;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-white {
	background-color: #ffffff !important;
}

.bg-linie-startmenu {
	background-image: url("../media/img/icons/Linie_dotted.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-position-y: 80px;	
}

.parte-col {
	background-image: url("../media/img/icons/Linie_dotted.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bg-side-left {
	background-image: url("../media/img/icons/Kreise_HG.png");
	background-repeat: no-repeat;
	background-position: -500px 20px;
	background-size: 700px;
}

.bg-main-text {
	background-image: url("../media/img/icons/Taube_HG.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.color-petrol {
	color: #425b67 !important;
}
.color-black {
	color: #000000 !important;
}
.color-white {
	color: #fff !important;
}
.color-white a,.color-white a:active,.color-white a:visited,.color-white a:link {
	color: #fff;
	text-decoration: none;
}
.color-white a:hover {
	color: #fff;
	text-decoration: underline;
}
.db {
	border: 2px solid red;
}

hr {
	width: 100% !important;
	margin: 30px auto;
}

div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}



body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0px;
	color: #000000 !important;
}



@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}



h1 {
	font-family: "Lato", Sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 60px;
	letter-spacing: 2px;
	color: #425b67;
	text-transform: uppercase;
}
h2 {
	font-family: "Lato", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
}

h3,h4,h5,h6 {
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
}

a,a:active,a:visited,a:link {
	font-family: "Lato", Sans-serif;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #425b67;
	background: #425b67;
	color: #ffffff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 25px;
	transition: ease .5s;
	letter-spacing: 1px;
}
a.btn-customy:hover {
	text-decoration: none;
	text-transform: uppercase;
	transition: ease .5s;
}

a.btn-customy-white,a.btn-customy-white:active,a.btn-customy-white:visited,a.btn-customy-white:link {
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #fff;
	background: #fff;
	color: #425b67 !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 6px 20px;
	transition: ease .5s;
	letter-spacing: 1px;
}
a.btn-customy-white:hover {
	text-decoration: none;
	text-transform: uppercase;
	transition: ease .5s;
}

input.btn-customy,input.btn-customy:active,input.btn-customy:visited,input.btn-customy:link {
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #425b67;
	background: #425b67;
	color: #ffffff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 25px;
	transition: ease .5s;
	letter-spacing: 1px;
}
input.btn-customy:hover {
	text-decoration: none;
	text-transform: uppercase;
	transition: ease .5s;
	border: 1px solid #425b67;
	background: #425b67;
	color: #ffffff;
}

a.main-nav-item,a.main-nav-item:active,a.main-nav-item:visited,a.main-nav-item:link {
	display: block;
	float:right;
	font-style: normal;
	font-weight: 400;
	color: #425b67;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 30px;
	transition: ease .5s;
	line-height: 1.2 em;
}
a.main-nav-item:hover {
	color: #425b67;
	font-weight: 400;
	text-decoration: none;
	transition: ease .5s;
	background-image: url("../media/img/icons/Taube_300x220px.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}
a.main-nav-item.active {
	color: #425b67;
	text-decoration: none;
	background-image: url("../media/img/icons/Taube_300x220px.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}

#burger-button2,#burger-button {
	color: #425b67;
}



a.main-nav-item-mobile,a.main-nav-item-mobile:active,a.main-nav-item-mobile:visited,a.main-nav-item-mobile:link {
	display: block;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 30px;
	transition: ease .5s;
	line-height: 1.2 em;
}
a.main-nav-item-mobile:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	transition: ease .5s;
	background-image: url("../media/img/icons/Taube_HG.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}
a.main-nav-item-mobile.active {
	color: #fff;
	text-decoration: none;
	background-image: url("../media/img/icons/Taube_HG.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}

a.nav-link-footer,a.nav-link-footer:active,a.nav-link-footer:visited,a.nav-link-footer:link {
	display: block;
	float: left;
	padding: 20px; 
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
}
a.nav-link-footer:hover {
	color: #fff;
	text-decoration: none;
	background-image: url("../media/img/icons/Taube_HG.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}
a.nav-link-footer.active {
	color: #fff;
	text-decoration: none;
	background-image: url("../media/img/icons/Taube_HG.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 15px;
}


.burger-navi {
	color: #000;
	font-size: 22pt;
	margin-right: 20px;
	cursor: pointer;
}

.mobile-menu-container {
	display: none;
	padding: 50px 30px 30px 30px;
	position: fixed;
	top: 80px;
	right: 0px;
	width: 100% !important;
	background: #425b67;
	z-index:9999;
}

.logo {
	max-width: 350px !important;
}

.logo-mobile {
	max-width: 140px !important;
	margin-left: 10px;
}


.hb {
	display: none;
}



.mt-slider {
	margin-top: 100px !important;
}

.form-control {
	border: 0;
	background-color: rgba(100, 120, 122, 0.40);
	border-radius: 0px;
}





‚




/* ================================= TODO ================================= */



/* ====================== MAIN STYLES ========================= */

@media (max-width: 1820px) {
	a.main-nav-item,a.main-nav-item:active,a.main-nav-item:visited,a.main-nav-item:link {
		display: block;
		float:right;
		font-size: 11pt;
		font-style: normal;
		font-weight: 400;
		color: #425b67;
		text-decoration: none;
		text-transform: uppercase;
		padding: 20px 15px;
		transition: ease .5s;
		line-height: 1.2 em;
	}
}
@media (max-width: 1480px) {
	a.main-nav-item,a.main-nav-item:active,a.main-nav-item:visited,a.main-nav-item:link {
		display: block;
		float:right;
		font-size: 11pt;
		font-style: normal;
		font-weight: 400;
		color: #425b67;
		text-decoration: none;
		text-transform: uppercase;
		padding: 20px 5px;
		transition: ease .5s;
		line-height: 1.2 em;
	}
}
@media (max-width: 1200px) {
	.mt-slider {
		margin-top: 50px !important;
	}
}

@media (max-width: 980px) {
	a.nav-link-footer,a.nav-link-footer:active,a.nav-link-footer:visited,a.nav-link-footer:link {
		display: block;
		float: left;
		clear: left;
		padding-bottom: 5pt; 
		font-style: normal;
		font-weight: 300;
		color: #fff;
		text-decoration: none;
		margin-right: 30px;
	}
}