@font-face {
    font-family: 'the_sans_semi_light-regular';
    src: url('../fonts/TheSans SemiLight Plain-webfont.eot');
    src: url('../fonts/TheSans SemiLight Plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSans SemiLight Plain-webfont.woff2') format('woff2'),
         url('../fonts/TheSans SemiLight Plain-webfont.woff') format('woff'),
         url('../fonts/TheSans SemiLight Plain-webfont.ttf') format('truetype'),
         url('../fonts/TheSans SemiLight Plain-webfont.svg#the_sans_semi_light-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Abel';
    src: url('../fonts/abel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'the_sans_semi_light-regular' !important;
    font-size: 13px;
    background-color: rgba(250,250,250,1);
    background: url("../images/bg.png") repeat scroll 0 0, -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: url("../images/bg.png") repeat scroll 0 0, -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#b3b3b3));
    background: url("../images/bg.png") repeat scroll 0 0, -webkit-linear-gradient(top, #ffffff, #b3b3b3);
    background: url("../images/bg.png") repeat scroll 0 0, -o-linear-gradient(top, #ffffff, #b3b3b3);
    background: url("../images/bg.png") repeat scroll 0 0, linear-gradient(to bottom, #ffffff, #b3b3b3);
	background-repeat: repeat;
}

.content {
    margin-top: 0px;
}

.container {
    max-width: 800px;
}

.row {
	background: rgb(255,255,255);
	padding-top: 20px;
	padding-bottom: 20px;
}

h1,h2,h3,h4 {
    font-family: 'Abel', sans-serif;
}

a {
    color: #e32f2a;
}

a:hover {
    color: #e32f2a;
}

.btn-info {
    background-color: #e32f2a !important;
    border-color: #ff9090;
}

.form-control {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px;
}

.red {
    color: #e32f2a;
}

.gray {
    color: #999999;
}

.black {
	color: #000000;
}

.orange {
	color: #f07d00;
}

.green {
	color: #76b726;
}

.s {
	font-size: 14px;
}
.m {
	font-size: 16px;
}

.l {
	font-size: 18px;
}

.xl {
	font-size: 24px;
}

.u {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.left {
	text-align: left;
	margin-left: 0;
}

.right {
	text-align: right;
	margin-right: 0;
}

.block {
	text-align: justify;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px grey;
    -moz-box-shadow: 0px 0px 5px grey;
    -ms-box-shadow: 0px 0px 5px grey;
    -o-box-shadow: 0px 0px 5px grey;
    box-shadow: 0px 0px 5px grey;
}

.nb {
	white-space: nowrap;
}

/*NAVIGATION*/
.navbar-default {
    background-color: #999999;
    border: 0px;
    border-radius: 0px;
    border-top: 4px solid #cccccc;
    border-bottom: 4px solid #e32f2a;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

.navbar-default ul, dropdown-menu {
	z-index: 9999 !important;
 }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e32f2a;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #e32f2a;
    color: #ffffff;
}

.dropdown-menu {
    border-radius: 0px;
    background-color: #e32f2a;
    color: #ffffff;
    z-index: 9999 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e32f2a;
    color: #ffffff;
}

.dropdown-menu > li > a {
    color: #ffffff;
}




/*LOGOS*/
.logo {
    margin-top: 20px;
    z-index: 100;
    width: 30px;
    margin-bottom: 5px;
}

.res-logo {
    padding: 10px;
    height: 120px;
}




/*SLIDER*/
.sliderContainer {
    width: 100%;
}

.sliderImageBox {
    height:350px;
    text-align: center;
}

.carousel-caption {
    bottom: 0px !important;
    width: 40% !important;
    text-align: left !important;
}

.mobile-padding {
    padding-top: 20px;
}

.sliderText {
    background-color: rgba(255, 255, 255, 0.6);
    width: 40%;
}

.sliderText h3 {
    font-size: 18px !important;
}

.sliderText h1 {
    font-size: 24px !important;
}


/*BOXEN*/
.mainText {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
    /*text-align: justify;*/
    text-align: left;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;
}

.bottomBox .container {
	padding: 0;
}

.bottomBox {
	width: 100%;
    background-color: #999999;
    min-height: 100px;
    /*margin-top: 30px;*/
    padding-top: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    border-top: 4px solid #cccccc;
}

.hidden-link a {
	color: #fff;
}


/*ABSTAENDE*/
.topPadding {
    padding-top: 25px;
}

.topMargin {
    margin-top: 20px;
}

.preImage {
    border: 1px solid #B3B3B3;
}

td {
    padding: 4px;
}




/*LISTEN*/
.content  li:before {
font-family: 'Glyphicons Halflings';
content: '';
margin:0 5px 0 -15px;
color: #aaa;
vertical-align: text-bottom;
}

.content  li {
    list-style: none;
}

/*** Update 2020 ***/
#kontaktformular .form-group:first-child {
    display: none;
}
#datenschutz {
    vertical-align: top;
    margin-right: 5px;
}
#datenschutz + label {
    max-width: 90%;
}