@charset "UTF-8";

.responsive-vimeo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-vimeo {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #666;
}

header {
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #E52F34;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(210,210,210,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(210,210,210,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(210,210,210,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(210,210,210,1.00) 100%);
}

header h4.logo {
	text-align: left;
	margin: 0px 20px 20px 20px;
	padding-top: 20px;
}

nav.naviTop {
	float: right;
	width: 60%;
	text-align: right;
	margin: 20px 25px 0 0;
}
header nav.naviTop ul {
	list-style: none;
	float: right;
}
nav.naviTop ul li {
	float: right;
	font-size: 0.8em;
	text-align: left;
	margin-right: 10px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
nav.naviTop ul li a {
	color: #000;
	text-decoration: none;
}
nav.naviTop ul li:hover a {
	color: #E52F34;
}
.logo {
	width:100%;
}

.logo img {
   width: 20%;
}

.navbar {
	margin-bottom: 0px;
}

.slider {
	background-color: #7E7E7E;
	margin-top: 0px;
	padding-top: 0px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 15px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.rubrik {
	margin-top: 10px;
	color: #7E7E7E;
	font-weight: bold;
	/*border-bottom:#A09C9C 1px dotted;*/
}

.rubrik a {
	color: #848484;
	text-decoration: underline;
	font-weight: normal;
}

.rubrik a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
h3 {
    padding-bottom: 10px;
}

h1, h1 a {
	font-size: 20px;
	line-height: 24px;
	color: #E52F34;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFF;
	}
	
h2, h2 a {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFF;
	}
	
h3, h3 a {
	font-size: 1.1em;
	line-height: 18px;
	font-weight: bold;
	color: #E52F34;
	margin-bottom: 5px;
	text-decoration: none;
	/*text-shadow: 0px 1px 1px #666;*/
	}
	
h4, h4 a {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #A0A0A0;
	margin-bottom: 5px;
	text-decoration: none;
	}

h3 a:hover,
h3 a:focus {
	color: #EDEDED;
	text-decoration: none;
}

h5 {
	font-size: 1.2em;
	line-height: 18px;
	font-weight: bold;
	color: #E52F34;
	margin-bottom: 5px;
	text-decoration: none;
	}

table td, th {
	text-align: center;
}

th.header, td.header {
	background-color:#eee;
}

table.lagerliste {
    width: 100%;
}

table.lagerliste th.normcol {
    background-color:#eee;
    width: 15%;
}

ul.content-normal li {
	list-style-position: outside;
	margin: 0 0 5px 20px;
	}

ul.datalist {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.datalist li {
    padding-left: 45px;
    text-indent: -45px;
    padding-bottom: 10px;
}
ul.datalist li > * {
    text-indent: 0;
}

.txt-red {
	color: #E52F34;
}

.strong-red {
	font-weight: bold;
	color: #E52F34;
}
	
.txt-grey {
	color: #A0A0A0;
}
	
.txt-white {
	color: #FFF;
}
	
.txt-fw-normal {
	font-weight: normal;
}

.content-box-left,
.content-box-right {
	height: auto;
	padding: 10px;
	background-color: #A0A0A0;
	background-image: url(images/layout/bg-content-box.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #FFF;
	text-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 2px 4px #666;
	-moz-box-shadow: 0px 2px 4px #666;
	box-shadow: 0px 2px 4px #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.content-box-left img,
.content-box-right img {
	margin-bottom: 10px;
	width:100%;
	height:auto;
}

.mehr {
	margin-top: 20px;
	margin-bottom: 10px;
}

.mehr a {
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 4px 8px;
	color: #888;
	background-color: #F6F6F6;
	background-image: url(../images/layout/bg-mehr.jpg);
	background-repeat: repeat-x;
	background-position: 0 50%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=180, Strength=3); */
	box-shadow: 0px 0px 2px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.mehr a:hover,
.mehr a:focus {
	color: #000;
}

.footer-wrapper {
    padding: 30px 25px 30px 25px;
    background-image: url(images/layout/bg-footer.png), -webkit-linear-gradient(270deg,rgba(50,50,50,1.00) 5.07%,rgba(255,255,255,0.00) 100%);
    background-image: url(images/layout/bg-footer.png), -moz-linear-gradient(270deg,rgba(50,50,50,1.00) 5.07%,rgba(255,255,255,0.00) 100%);
    background-image: url(images/layout/bg-footer.png), -o-linear-gradient(270deg,rgba(50,50,50,1.00) 5.07%,rgba(255,255,255,0.00) 100%);
    background-image: url(images/layout/bg-footer.png), linear-gradient(180deg,rgba(50,50,50,1.00) 5.07%,rgba(255,255,255,0.00) 100%);
    background-repeat: repeat-x;
}

.footer-container {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #EEE;
	text-shadow: 0px 1px 2px #666;
	}
	
.footer-container a {
	color: #E5E5E5;
	text-decoration: none;
	border-bottom: 1px dotted #EEE;
	}
	
.footer-container a:hover,
.footer-container a:focus {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
	
.pinnwand {
	background-color: #FFF;
	width: 95%;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 4px #E5E5E5;
	-moz-box-shadow: 0px 2px 4px #E5E5E5;
	box-shadow: 0px 2px 4px #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.white-box {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	}

#carousel1 .item img{
	width:100%;
	height: auto;
}

/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* Carousel Fade Effect End */

/* Accordion Ansprechpartner */
.arc-l {
    border-right: 1px solid #ddd;
    margin-top: 1em;
}

/* Accordion Ansprechpartner Ende*/

/* Google Maps Responsive */
.mapsResponsive {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.mapsResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Carousel */
.carousel-caption {
  position: absolute;
  right: 55%;
  bottom: 0px;
  left: 3%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h3 {
    color: #FFF;
    font-size: 2rem;
    line-height: 3.5rem;
}

.carousel-caption p {
    font-size: 1.7rem;
    line-height: 2.5rem;
}


@media (max-width:767px){
	
	header h4.logo {
	text-align: center;
	}

	nav.naviTop {
		float: none;
		text-align: left;
		width: 100%;
	}

	header nav.naviTop ul {
		float: none;
	}
	nav.naviTop ul li {
		float: none;
		text-align: center;
	}
	
	.collapse {
	  padding-right: 15px;
	  padding-left: 35px;
		
	}
	
	.footer-container {
		font-size: 1.3rem;
		/*line-height: 1.3em;*/
		text-align: center;
		line-height: 2.5rem;
	}
	
	.content-box-left,
	.content-box-right {
		margin-bottom: 20px;
	}
	
	.pinnwand {
		width: 100%;
	}
	
	#carousel1 {
		display:none;
	}
    
    .logo img {
   width: 50%;
}
    
}

@media (min-width:768px){

	h1, h1 a {
		font-size: 2.4rem;
	}
	
	.footer-container {
		font-size: 1.2rem;
		line-height: 1.3em;
		text-align: left;
	}
	
	.pinnwand {
		width: 100%;
	}
	
	#carousel1 {
		display:block;
	}
    
    .logo img {
   width: 25%;
}
        
}

@media (min-width:992px){
	
	h1, h1 a {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}
	
	.footer-container {
		font-size: 1.4rem;
		line-height: 1.3em;
		text-align: left;
	}
	
	.pinnwand {
		width: 95%;
	}
	
	#carousel1 {
		display:block;
	}
    
        
    .carousel-caption h3 {
    color: #FFF;
    font-size: 2.8rem;
    line-height: 5rem;
}

.carousel-caption p {
    font-size: 2.5rem;
    line-height: 3rem;
}
    
    .logo img {
   width: 25%;
}
}
