body {
background-color: #666666;
}


a:focus {
  outline: none;
}

a, a:link, a:visited, a:active, a:focus {
    color: #990000;
    text-decoration: none;
}

a.back-to-top, a.back-to-top:link, a.back-to-top:visited, a.back-to-top:active, a.back-to-top:focus {
    color: #e3000b;
    text-decoration: none;
}

a:hover {
    color: #e3000b;

}

.mb0 {
    margin-bottom: 0;
}

ul.event-list {
    margin-top: 2em;
}

.event-list h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.event-list li {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    
}

.event-list .fa {
    color: #E3000B;
}


.btn-danger {
    background-color: #e3000b;
    border-color: #990000;
    color: #fff;
}

a.btn-danger {
	color: #fff !important ;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #990000;
  border-color: #990000;
}

.bg-grey {
	background-color: #ccc;
}



#content {
min-height: 650px;	
	background: #fff;
	padding-bottom: 20px;
	
}

header .container  {
	background: url(../img/plankalk01.jpg) no-repeat;
	background-position:15px 0;
}

.logo {
	position: relative;
	text-align: center;
}

.logo img {
	width: 100%;
	margin-top: 30px;
	margin: 0 auto;
}

@media (min-width: 768px) {
  header {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
	  
  }
	.flexslider {
    	height: 181px;
  }
	.logo {
		text-align: left;
}
	.logo img {
		width: 80%;
		margin-top: 40px;
		margin-left: 15px;
	}	
}





@media (min-width: 992px) {
  .flexslider {
    height: 238px;
  }
	.logo img {
		width: 90%;
		margin-top: 60px;
		margin-left: 15px;
	}
}


@media (min-width: 1200px) {
  	.flexslider {
    	height: 290px;
  	}
	.logo img {
		width: 90%;
		margin-top: 70px;
		margin-left: 15px;
	}
}


.flexslider {
    border: none;;
    border-radius: 0px;
    margin: 0 0 0px;
}

.flex-control-nav {
    bottom: 0;

}


.flex-direction-nav a {

  color: rgba(255, 255, 255, 0.8);

}
.flex-direction-nav a:before {
 
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.flex-control-nav {



}


.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 255, 255, 0.9);

}

.navbar {
    border-radius: 0px;
}

@media (min-width: 768px) {
	.navbar-collapse {
    	padding-left: 0px;
	}
}

.navbar-sw {
	
background: #e3000b;
	color: #fff;
	border: none;
	border-top: 2px solid #fff;
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar-sw .fa {
		display: none;	
	}
}





.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-sw .navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-sw .navbar-nav > li > a:hover {
    color: #ccc;

}

.bg-grey {
	background-color: #f5f5f5;
		margin: 30px 0 30px 0;
		padding: 30px 0 30px 0;
}


.box {
	background-color: #f5f5f5;
	margin: 30px 0 30px 0;
	padding: 15px;
}

.firmenbox {
	background-color: #f5f5f5;
	margin: 30px 0 30px 15px;
	padding: 15px;
}

.firmenbox h2 {
	font-size: 18px;
}



.popup-gallery img {
	margin-bottom: 20px;
}

footer {
	height: 50px;
background-color: #666666;
	color: #fff;
	margin-top: 2em;
	padding-top: 20px;
	padding-bottom: 0px;
}

footer a:link, footer a:active, footer a:hover, footer a:visited {

	color: #fff;

}

footer .nav > li > a {

    padding: 0px 0px;

}

footer .nav > li > a:hover {

    color: #000;
	text-decoration: none;

}
footer h4 a {
	display: block;
	padding: 2px 0 2px 0;
}

footer h4 a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}


.footer-copyright {

	color: #fff;
}

a.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	
	
}

#datenschutz {
	padding-top: 150px;
	
}





.firmenlogo {
	padding-top: 15px;	
	padding-bottom: 15px;
    margin-bottom: 1em;
    max-width: 280px;
}

.firmenlogo2 {
	padding-top: 15px;	
	padding-bottom: 15px;
    max-width: 280px;
}


@media print {

  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  
}



@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
		margin: 30px auto;
	}
}

.col-sm-6 {
    margin-bottom: 15px;
}









