﻿@charset "utf-8";
/*Allg. HTML-Elemente - Was immer definiert werden muss */
body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 16px;
	color: #666;
}
body > .container {
	overflow: hidden;
}
.container *, .container-fluid * {
	transition: all 0.4s ease;
}
.vspace-top {
	margin-top: 15px;
}
.vspace-bottom {
	margin-bottom: 15px;
}
.vspace {
	margin-top: 15px;
	margin-bottom: 15px;
}
.vspace-big-bottom {
	margin-bottom: 45px;
}
.border-top {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
table {
	font-size: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
	display: block;
}
a, .wichtig {
	color: #B50000;
}
.current {
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color: #757b82;
	text-decoration: underline;
}
h1 {
	font-size: 52px;
	line-height: 135%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

@media(max-width: 991px) {
h1 {
	font-size: 28px;
}
}
h2 {
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h3 {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 15px;
}
h4 {
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top: 0px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
	margin-bottom: 0px;
}
p:last-child {
	margin-bottom: 0;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #ddd;
}
hr:first-child {
	margin-top: 0;
}
hr:last-child {
	margin-bottom: 0;
}
/*Mehrfach verwendete Klassen*/

.bildunterschrift {
	font-size: 13px;
	color: #B50000;
	margin-top: 5px;
	font-style: italic;
}
.bildlinks {
	margin: 0 15px 15px 0;
	float: left;
}
.bildrechts {
	margin: 0 0 15px 15px;
	float: right;
}
.datum {
	color: #B50000;
}
.btn-info {
	border: 0px;
	background: #757b82;
	background: -moz-linear-gradient(top, #757b82 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #757b82 0%, #000000 100%);
	background: linear-gradient(to bottom, #757b82 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757b82', endColorstr='#000000', GradientType=0 );
	color: #fff;
	text-transform: uppercase;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
	color: #fff;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #757b82 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #757b82 100%);
	background: linear-gradient(to bottom, #000000 0%, #757b82 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#757b82', GradientType=0 );
}
/*Back to Top Button*/
.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 30px;
	background: #eee;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: bold;
}

/*Einzelbereiche*/

@media(min-width: 768px) {
.wrapper-laptop {
	background: url(../img/laptop-frei-900x600.png) no-repeat;
	background-position: right top;
	background-size: 40%;
}
}
/*Responsiveslides  */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

@media (min-width: 992px) {
.col-slideshow {
	padding-right: 0px;
}
}
.slideshow {
	position: relative;
	background: #fff;
}
.rslides_nav {
	position: absolute;
	top: 50%;
	height: 60px;
	margin-top: -30px;
	font-size: 30px;
	line-height: 60px;
	left: 0;
	padding: 0 12px;
	text-align: left;
	opacity: 0.7;
	z-index: 99;
	overflow: hidden;
	text-decoration: none;
	font-family: 'Glyphicons Halflings';
}
.rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
	text-align: right;
}
a.rslides_nav {
	color: #fff;
	text-decoration: none !important;
}
.rslides_tabs {
	position: absolute;
	bottom: 12px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 15px;
	z-index: 999999;
}
.rslides_tabs li {
	display: inline;
	float: none;
	padding: 0 0 0 5px;
}
.rslides_tabs a {
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 15px;
	background: rgba(255,255,255,0.5);
	display: inline-block;
	width: 15px;
	height: 15px;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,0.8);
}
li.slide {
	background-position: center center;
	background-size: cover;
	height: 800px;
}

@media(max-width: 991px) {
li.slide {
	height: 450px
}
}
.slideshow-caption {
	/*position: absolute;*/
	display: block;
	margin-top: 15px;
	margin-bottom: 45px;
	text-align: center;
	padding: 15px;
	background: rgba(150,0,0,0.8);
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	margin-top: 300px
}

@media(max-width: 991px) {
.slideshow-caption {
	margin-top: 0px
}
}
.slideshow-caption div {
	line-height: 105%;
}
.slideshow-caption h2 {
	color: #B50000;
}

@media (max-width:768px) {
}
.oben-wrapper {
	position: relative
}
.logozeile {
	position: absolute;
	width: 100%;
	z-index: 888888;
	padding: 15px;
	text-align: center;
}
.logozeile-text {
	margin-bottom: 5px;
}
.logozeile-text span {
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 5px;
}

@media(max-width: 767px) {
.logozeile-text span {
	font-size: 12px;
}
}
.logozeile-weiss {
	display: inline-block;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}
img.logo {
	height: 110px;
	width: auto;
	padding: 15px;
	float: left;
}
.logo-right {
	border-left: 1px solid #e8e8e8;
}
a.kontakt {
	color: #333;
	text-transform: uppercase;
	padding: 0 30px;
	font-size: 14px;
	line-height: 110px;
	border-left: 1px solid #e8e8e8; /*border-right: 1px solid #fff;*/
}

@media(max-width: 767px) {
img.logo {
	max-height: 100px;
}
a.kontakt {
	line-height: 100px;
}
}

@media(max-width: 767px) and (min-width: 500px) {
.logozeile-weiss {
	display: block;
	padding: 0
}
.logozeile-weiss .row {
	margin: 0;
}
.logozeile-weiss .row > div {
	padding: 0;
}
a.kontakt {
	padding: 0 10px;
}
}

@media(max-width: 499px) {
a.kontakt {
	border-left: 0px;
	padding: 0 10px;
}
img.logo {
	float: none;
	margin: auto !important;
	display: block;
}
}
a.kontakt:hover {
	text-decoration: none;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 99%);
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 99%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
}
/*Parallax*/
.parallax-1 {
	background-image: url(../img/laptop-frei-900x600.png);
	background-position: right top;
	background-size: 60%;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1600px) {
.parallax-1 {
	background-size: 800px;
}
}

@media (max-width: 991px) {
.parallax-1 {
	background-size: 65%;
}
}

@media (max-width: 767px) {
.parallax-1 {
	background-size: 80%;
}
}
.parallax-2 {
	background-image: url(../img/FotoFehling-parallax.jpg);
	background-position: center top;
	background-size: 100%;
	min-height: 400px
}
.parallax-3 {
	background-image: url(../img/color-1093911-parallax.jpg);
	background-position: center top;
	background-size: 100%;
	min-height: 400px
}

@media(max-width: 991px) {
.parallax-2, .parallax-3 {
	min-height: 150px;
}
}
.parallax {
	background-repeat: no-repeat;
}
.col-parallax {
	background: rgba(255,255,255,0.7);
	padding: 30px;
}
.wrapper-footer {
	background: #333;
}
.wrapper-footer a {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
}
