body{
	font-size: 17px;
	background-color: #ddd;
}

h1, h2, h3{
	text-transform: uppercase;
}

h1{
	font-weight: 900;
	font-size:45px;
}

h3{
	margin-bottom: 20px;
}

h3, h4{
	font-weight: 800;
	font-size: 20px;
}

a:focus,
.fancybox-close-small:focus::after{
	outline: none !important;
}

.container{
	padding-right: 60px;
	padding-left: 60px;
}
.sticky-wrapper {
	z-index:10000;
	
}
.slider,
.navigation{
	padding-left: 0px ;
	padding-right: 0px;
}

.carousel{
	background-color: #3eaa9a;
	height: 465px;
	padding-left: 60px ;
	padding-right: 60px;
}

.carousel-indicators{
	text-align: right;
	left: 65%;
}
.carousel-inner{
	padding-top: 0;
}

.carousel-indicators li{
	background-color: #5bb7a9;
    border: 1px solid #5bb7a9;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-indicators .active{
	background-color: #9fd5cd;
	border: 1px solid #9fd5cd;
	height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel .item img {
	margin-left:auto;
	margin-right:auto;	
}

.navbar{
	border-radius: 0px;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-default{
	border:none;
	margin-bottom: 0px
}

.menudescription {
	text-transform: uppercase;
	font-weight: 800;
	color: #c51927;
}

.navbar-default .navbar-nav > li > a{
	font-weight: 900;
	text-transform: uppercase;
}

.headbereich{
	padding-top: 60px;
	padding-bottom:60px;
	text-align: center;
	background-color: #fff;
}

.headbereich h1{
	font-size: 29px;
	color: #c51927;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 0px;
}


h1, h2, h3{
	text-transform: uppercase;
}

.content1,
.content2,
.content3,
.footer{
	padding-top: 90px;
	padding-bottom:90px;
}


.content1{
	background-color: #c51927;
	color: #fff;
}

.content1 h1,
.content1 h4,
.content2 h1,
.content2 h4,
.content3 h1,
.content3 h4{
	margin-bottom: 60px
}

.content2,
.logoleiste{
	background-color: #fff;
}

.content2 h1,
.content2 h2,
.content2 h3,
.content2 h4{
	color: #c51927;
}


.content1 a,
.content3 a{
	color: #fff;
}

.content2 a{
	color: #c51927;
}

.content3{
	background-color: #3eaa9a;
	color: #fff;
}

.logoleiste{
	padding-top: 60px;
	padding-bottom: 90px;
	text-align: center;
}


.logoleiste p{
	margin-bottom: 60px;
}

.logoleiste .col-sm-12 img{
	padding-bottom: 30px;}

.footer{
	background-color: #555555;
	color: #fff;
	text-align: center;
}

.footer p{
	padding-top: 50px ;
}

.footer a,
.footer a:visited{
	color: #fff;
	outline: none;
}

.footer a:hover,
.footer a:active{
	color: #3eaa9a;
	outline: none;
	cursor:default;
}
@media (min-width:1000px) {
	.dmk-fancybox .dmk-box{
		width:50%;
		max-width:50%;
	}	
}

.glyphicon-align-justify:before {
	font-size:16px;
}