﻿/* Für Smartphone und Tablet */
#top-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('../image/wald.jpg'); 
/*	background-image: -moz-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0.6)), url('../image/wald.jpg');
	background-image: -webkit-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0.6)), url('../image/wald.jpg');	*/
}
/* Für standard Screen */
@media only screen and (min-width: 1200px) {
	#top-wrapper {
		background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(0,0,0,0)), url('../image/wald.jpg');	
/*		background-image: -moz-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(0,0,0,0)), url('../image/wald.jpg');
		background-image: -webkit-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(0,0,0,0)), url('../image/wald.jpg');	*/
	}
}
#wrapper {
	max-width: 800px;
	margin-left: 0px;
	margin-right: auto;
	background-color: transparent;
	opacity: 1;
}
body {
	font-family: Verdana, Arial, sans-serif;;
	font-weight: 300;
	font-size: 16px;
	color: black;
	background-color: #fff;
	margin: 0px;
	padding-bottom: 20px;
	hyphenate-limit-chars: auto 5;	/* Silbentrennung */
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}

/* Navigation */ 
.nav-wrapper {
	padding-left: 0px;
}
.bg-color {
	background-color: #83940e;
}
.navbar-brand,
.nav-link {
	color: white!important;
}
.navbar-toggler-icon {
	background-color: white!important;
}
button.navbar-toggler {
	border-color: white!important;
}

/* Media-Steuerung */
@media only screen and (min-width: 600px) {
	#wrapper,
	.nav-wrapper {
		padding-left: 40px;
	}
}

/* Content */
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Verdana;
	font-weight: 200;
	color: #cb1b01;
}
b {
	font-weight: bold;
	font-size:small;
}
a: link {
	text-decoration: none;
}
figcaption {
	font-size: 12px;
	font-style: italic;
}

/* Footer */
footer {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
