/* DEFAULTS */

html{overflow-y: scroll;}

body{
	margin: 0;
	padding: 0;
	font: normal 16px/1.5rem sans-serif;
	color: #444;
	background-color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;}

sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;}

sup {bottom: 1ex;}
sub {top: .5ex;}

a{color: #993300;}
a.visited{}

img{
	max-width: 100%;
	height: auto;}

p{
	line-height: 1.5rem;}

.inhalt ul {
	padding-left: 1.5rem;}

.inhalt ul li{
	padding-left: .25rem;
	margin-bottom: 0.25rem;}


/* LAYOUT ------------------------------------------------------------------- */



.container{
	max-width: 1280px;}

header.masthead{ margin-bottom: 60px;} /* 90 | Homepage Kopfbild */
header.masthead .intro-text .intro-lead-in{font-style: normal !important;}
header.masthead div{text-shadow: 0 0 5px rgba(0,0,0,0.8);}
header.masthead a{text-shadow: none;}

.seitenstart{
	padding-top:200px;
	padding-bottom: 80px;
	margin-bottom: 60px;
	color: white;
	text-shadow: 0 0 12px rgba(0,0,0,0.6);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;}

.seitenstart h3{
	font-weight: bold;
	font-size: 1.3rem;}


section{padding-bottom: 0;}
.bg-weiss{	background-color: white;}
.bg-grau{	background-color: #f8f9fa;}
.bg-gruen{	background-color: #e2fdcb;}



/* Navigation --------------------------------------------------------------- */

#mainNav .navbar-nav .nav-item .nav-link{
	letter-spacing: normal !important;}

/* SPECIALS ----------------------------------------------------------------- */

.timeline:before{
	left: 63px;}

@media (min-width: 768px){
.timeline:before{
	left: 50.7%;}
}

.team-member img {
	height: auto;
	border: 1px solid #ddd !important;}

section#contact{
	padding-bottom: 100px;}


@media (min-width: 1200px){
section.smallwidth{
	max-width: 56%;
	margin-left: auto;
	margin-right: auto;}
}