/*

 * 6.0 - Farbanpassungen
 * 7.0 - Inhalte
 * 8.0 - Media Queries

*/

/* 6.0 - Farbanpassungen */


h1{
	border-bottom: 2px solid #ebe8e8;
	padding-bottom:15px;
	text-transform: uppercase;
	color:#4a4a49;
	font-weight: 900;
	font-style: italic;
}

.ttnone{
	text-transform: none;
}

h2, h3{
	text-transform: uppercase;
	font-weight: 500;
}

h3{
	margin-bottom: 10px;
}

.bgcolor2{
	background-color: #f5f5f5;
	padding:30px 10px;
}


.mehrerfahren{
	display: inline-block;
	padding: 10px 15px;
	background: #ffd100;
	text-transform: uppercase;
}

.mehrerfahren:hover{
	color:#000
}

.boder-r{
	border-right: 1px solid #c9c8c8;
}

.boder-l{
	border-left: 1px solid #c9c8c8;

}

hr{
	border:none;
	height:1px;
	width:100%;
	background-color:#c9c8c8;
}

.topleistungen .spalte4{
	padding: 0 2% 40px 2%;
	margin:0 0 40px 0;
	width:25%;
}

 .slick-dots li button::before{
	color:#024089;
	opacity: .45;
}
.slick-dots li.slick-active button::before{
	color:#024089;
	opacity: 1;
}


.icons-leistungen{
	width:85px;
	height:80px;
}

.accordion {
	background-color: #f5f5f5;
	color: #4a4a49;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 2rem;
	font-family: 'Roboto', verdana, sans-serif;
}


.active, .accordion:hover {
	background-color: #e6e6e6;
}

.accordion:after {
	content: '〈 ';
	color: #4a4a49;
	font-weight: bold;
	float: right;
	margin-top: 7px;
	transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
}

.active:after {
	transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	margin-top: -4px;
}

.panel {
	padding: 0 18px;
	background-color: #f5f5f5;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}	




.show1200{
	display: none;
}

.aktions-service {
    float: right;
    margin-top: 25px;
    width: 300px;
    position: absolute;
    z-index: 999;
    right: 0;
}

.aktions-service .accordion{
	background-color: rgba(2,65,137, .9);
	color:#fff;
	font-size: 18px;
	padding: 15px 12px 10px 12px;
	letter-spacing: 1px;
	text-align: left;
}

.aktions-service .accordion:after {
	color: #fff;
}

.aktions-service .active:after {
	margin-top: -7px;
}

.aktuelles h2{
	font-size:18px;
}

#logo > a > img {
  height: 100%;
}


#kontaktboxheader {
	color: rgb(2,65,137);
	background-color: #f5f5f5;
	padding-top: 9px;
	padding-bottom: 9px;
	top: 0;
  }

  #kontaktboxheader .icon {
	height: 14px;
	padding: 0;
	width: 14px;
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: -2px;
  }

  #kontaktboxheader .icon {
	fill: rgb(2,65,137);
  }

/* 8.0 - Media Queries */


@media (min-width: 780px) {

	

}

@media (max-width: 1360px) {
	
	

}

/*Nur Design neu*/
@media (max-width: 1200px) {
	
	.werkstattleistungen .spalte4 {
		width: 50%;
	}

	.werkstattleistungen .boder-l{
		border:none;
	}
	
	.show1200{
		display: block;
	}

	#teaser:not(.teaserslider) {
		height: 350px;
	}


	.w80 {
		width: 62px;
	}

	.aktions-service {
		width: 250px;
	}

	.aktions-service .accordion {
		font-size: 16px;
	}

	#kontaktboxheader {
		font-size: 14px;
	  }
}

@media (max-width: 980px) {
	
	.topleistungen .spalte4 {

		width: 50%;
	}
	
	.boder-l{
		border:none;
	}

	#teaser:not(.teaserslider) {
		height: 300px;
	}
	
	.clear980{
		clear:both;
	}
}

@media (max-width: 780px) {

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	.topleistungen .spalte4 {

		width: 100%;
	}
	
	.topleistungen .spalte4{
		margin-bottom: 0px;
	}

	#teaser {
		height: auto;
	}

	#teaser:not(.teaserslider) {
		height: 170px;
	}

	.w80 {
		width: 80px;
	}

	#formularbox a{
		color:#fff;
	}

	.topleistungen .show1200, 	.topleistungen .clear {
		display: none;
	}

	#teaser .slick-slide {
		height: 200px;
	}
}

@media (max-width: 480px) {
	
	
	#teaser:not(.teaserslider) {
		height: 150px;
	}

	#teaser .slick-slide {
		height: 110px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
	
	
}