@font-face {
  font-family:"Verdana", "Arial";
  font-weight: normal;
  font-style: normal;
}

*,body,html{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin-bottom: 1em;
}
p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
a{
	cursor: pointer;
}
button:focus {
    outline: none;
}
img{
	max-width: 100%;
}
body{
	font-family: "Verdana", "Arial";
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
#content{
	min-height: calc(100vh - 350px)
}
.header .container{
	width: 100%;
	max-width: 1900px;
	padding: 0 50px;
	margin: auto;
}
.header .site-logo{
	display: inline-block;
	width: 300px;
	float: left;
	padding-top: 14px;
}
.header .site-navigation{
	display: inline-block;
    width: calc(100% - 300px);
	text-align: right;
}
.header .site-logo img{
	width: 100%;
}
.clear-fix{
	clear:both;
}
.top-links ul,
.navigation ul{
	list-style-type: none;
}
.top-links ul li{
	display: inline-block;
	padding: 0 10px;
}
.top-links ul li:last-child{
	padding-right: 0;
	float: right;
}
.top-links{
	margin-bottom: 20px;
}
.navigation .navbar{
	display: none;
}
.navigation .nav.menu li{
	display: inline-block;
	padding: 0 20px;
}
.navigation .nav.menu li a{
	font-size: 20px;
	color: #000;
	letter-spacing: 3px;
	font-weight: normal;
}
.navigation .nav.menu li:last-child{
	padding-right: 0;
}
a{
	text-decoration: none;
}
header.header{
	padding: 15px 0 12px;
	background-color: #fff;
}
header.header.sticky{
	padding: 10px 0 10px;
	position: fixed;
	width:100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.body{
	position: relative;
}
header.header.sticky .site-logo img{
	max-width: 300px;
}
header.header.sticky .top-links{
	display: none;
}
.header.sticky .site-logo {   
    padding-top: 5px;
}
.header.sticky .navigation{
	padding-top: 22px;
}
.header.sticky{
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.15)
}
#home-banner .container{
	width: 90%;
	max-width: 1215px;
	margin: auto;
	padding: 0 50px;
}
#home-banner{
	overflow: hidden;
	margin-bottom: 12px;
}
#home-banner .slick-list{
	overflow: visible;
}
.home-banner .image-item img{
	width: 100%;
}
.home-banner .image-item{
	padding: 0 9px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}
.home-banner .image-item.slick-active{
	opacity: 1;
}
.home-banner .slick-arrow{
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background-size: 100%;
	background-repeat: no-repeat;
	color: transparent;
	border: none;
	background-color: transparent;
}
.home-banner .slick-arrow.slick-prev{
	left: 31px;
	background-image: url(../images/arrow-left-orange.png);
	z-index: 99;
}
.home-banner .slick-arrow.slick-next{
	right: 31px;
	background-image: url(../images/arrow-right-orange.png);
}
.dark-block{
	background-color: #3d3d3d;
	color: #fff;
	padding-top: 35px;
}
.white-block{
	background-color: #fff;
	color: #000;
}
.dark-block .section-title{
	text-align: center;
	margin-bottom: 75px;	
	color: #fff;
	background-color: #fff;
	position: relative;
	letter-spacing: 16px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	padding: 4px 50px 3px;
	color: transparent;
}
.dark-block .section-title .title{
	position: absolute;
	display: inline-block;
	height: 100%;
	width: auto !important;
	top: 0;
	left: 0;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	top: 0;
	min-height: 100%;
	background-color: #3d3d3d;
	color: #fff;
	padding: 4px 70px 3px 96px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 16px;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}
#team.dark-block .section-title .title{
	letter-spacing: 13px;
	padding: 4px 43px 3px 55px;
}
#team.dark-block .section-title{
	letter-spacing: 13px;
	margin-bottom: 45px;
}
#projekte .section-projekte .slickslide > .slick-dots li{
	display: inline-block;
	width: 33.3333%;
}
#projekte .section-projekte .slickslide > .slick-dots li button,
#projekte .section-projekte .slickslide > .slick-dots li img{
	width: 100%;
}
#projekte .slick-thumbs{
	display: none;
}
#projekte{
	overflow: hidden;
	padding-bottom: 119px;
}
#projekte .container{
	max-width: 1464px;
	padding: 0 100px;
	margin: auto;
	width: 100%;
}
#projekte .slick-arrow{
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 31.5%;
	width: 77px;
	height: 77px;
	cursor: pointer;
	background-size: 100%;
	background-repeat: no-repeat;
	color: transparent;
	border: none;
	background-color: transparent;
}
#projekte .slick-arrow.slick-prev{
	left: -182px;
	background-image: url(../images/arrow-left.png);
	z-index: 99;
}
#projekte .slick-arrow.slick-next{
	right: -182px;
	background-image: url(../images/arrow-right.png);
}
#projekte .slide .image-col{
	display: inline-block;
	width: 54.43%;
	padding-left: 2px;
}
#projekte .slide .content-col{
	display: inline-block;
	width: 45.57%;
	padding-left: 23px;
	position: absolute;
	right: 0;
	max-height: 100%;
	overflow-y: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	padding-right: 10px;
}
#projekte .item-wrap{
	display: block;
	position: relative;
}
#projekte .section-projekte .slickslide > .slick-dots{
	margin: 0 -18px;
	padding-top: 55px;
}
#projekte .section-projekte .slickslide > .slick-dots li{
	padding: 0 18px;
}
#projekte .section-projekte .slickslide > .slick-dots button{
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	padding-bottom: 61.46%;
	cursor: pointer;
}
#projekte .section-projekte .slickslide > .slick-dots button img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#projekte .section-projekte .slickslide > .slick-dots li.slick-active button:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/white-border.png);
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}
#projekte .item-wrap h3{
	font-size: 16px;
	margin-bottom: 18px;	
}
#leistungen .container{
	width: 100%;
	max-width: 1550px;
	padding: 0 50px;
	margin: auto;
}
#leistungen .category-module{
	list-style-type: none;
}
.white-block .section-title{
	text-align: center;
	margin-bottom: 40px;	
	color: #000;
	background-color: #3d3d3d;
	position: relative;
	letter-spacing: 16px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	padding: 4px 50px 3px;
	color: transparent;
}
.white-block .section-title .title{
	position: absolute;
	display: inline-block;
	height: 100%;
	width: auto !important;
	top: 0;
	left: 0;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	top: 0;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	padding: 2px 93px 0 99px;
	letter-spacing: 16px;
	font-size: 32px;
	font-weight: normal;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}
.white-block{
	padding-top: 38px;
}
.faq-item .faq-content{
	padding-top: 6px;
	display: none;
}
.faq-item .heading{
	padding: 7px 50px 12px 50px;
	position: relative;
	background-color: #ec9930;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2.5px;
}
.faq-item {
	margin-bottom: 2px;
}
.faq-item .heading:after{
	content: '';
	position: absolute;
	width: 38px;
	height: 30px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	top: 10px;
	right: 32px;
}
.faq-item.active .heading:after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.faq-content .item-wrap{
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
.faq-content .col-image{
	width: 47.7%;
}
.faq-content .col-content{
	width: 52.3%;
	padding-left: 59px;
	padding-right: 140px;
	padding-top: 22px;
}
#leistungen{
	padding-bottom: 153px;
}
.custom-team-desc{
	width: 100%;
	max-width: 960px;
	padding: 0 50px;
	margin: auto;
	text-align: center;
}
#team .container{
	width: 100%;
	max-width: 1000px;
	padding: 0 50px;
	margin: auto;
}
.team-members .slick-arrow {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 48%;
    width: 62px;
    height: 62px;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
    border: none;
    background-color: transparent;
}
.team-members .slick-arrow.slick-prev {
    left: -100px;
    background-image: url(../images/arrow-left.png);
    z-index: 99;
}
.team-members .slick-arrow.slick-next {
    right: -100px;
    background-image: url(../images/arrow-right.png);
}
.team-members{
	margin: 13px -9px 0;
}
.team-members .team-item{
	padding: 0 9px;
	text-align: center;
	font-size: 18px;
}
.team-members .team-item img{
	width: 100%;
}
.team-members .team-item a{
	color: #000;
	font-size: 18px;
}
.team-members .team-item p{
	margin-bottom: 0px;
	font-size: 18px;
}
#team.dark-block{
	padding-top: 32px;
	padding-bottom: 112px;
}
.team-item .team-info{
	background-color: #fff;
	padding: 25px 15px 29px;
	color: #000;
}
#unternehmen .container {
    width: 100%;
    max-width: 1550px;
    padding: 0 50px;
    margin: auto;
}
#unternehmen{
	padding-bottom: 46px;
}
.unternehmen-item{
	display: flex;
	position: relative;
}
.unternehmen-item .image-col {
    width: 47.7%;
}
.unternehmen-item .image-col img{
	width: 100%;
}
.unternehmen-item .content-col {
    width: 52.3%;
    padding-left: 106px;
    max-height: 100%;
    padding-right: 93px;
    padding-top: 2px;
}
#unternehmen.white-block .section-title .title{
	padding: 2px 42px 0 70px;
}
#unternehmen.white-block .section-title{
	margin-bottom: 87px;
}
#kontakt .container{
	width: 100%;
    max-width: 1612px;
    padding: 0 50px;
    margin: auto;
}
#kontakt .col-map{
	display: inline-block; 
	width: 50%;
	float: left
}
#kontakt .col-map iframe{
	width: 100%;
	height: 523px;
}
#kontakt .col-content{
	display: inline-block; 
	width: 50%;
	padding-left: 125px;
	font-size: 24px;
	letter-spacing: 2.4px;
	padding-top: 40px;
}
#kontakt .col-content a{
	color: #fff;
	font-size: 24px;
}
#kontakt .col-content p{
	font-size: 24px;
	line-height: 2;
}
#kontakt{
	padding-bottom: 39px;
	padding-top: 32px;
}
#kontakt.dark-block .section-title{
	letter-spacing: 13.2px;
	margin-bottom: 49px;
}
#kontakt.dark-block .section-title .title{
	letter-spacing: 13.5px;
	padding: 4px 59px 3px 100px;
}
#section-f{
	margin-top: 19px;
	background-color: #878786;
	color: #fff;
	text-align: right;
	padding: 46px 0 45px;
	color: #fff;	
}

.footer .container-full-width{
	padding: 0 80px;
}
#section-f .nav.menu li{
	display: inline-block;
	padding-left: 39px;
	position: relative;
	letter-spacing: 3px;
}
#section-f .nav.menu li:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	top: 14px;
	left: 18px;
}
#section-f .nav.menu li a{
	font-size: 32px;
	color: #fff;	
}
.top-links img{
	max-height: 36px;
}
.btn.toggle-nav .icon-bar{
	display: block;
	width: 30px;
	height: 22px;
	background-color: #3d3d3d;
	position: relative;
}
.btn.toggle-nav .icon-bar:before{
	content: '';
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 4px;
	left: 0;
}
.btn.toggle-nav .icon-bar:after{
	content: '';
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 13px;
	left: 0;
}
.faq-content .col-image img{
	width: 100%;
}
.unternehmen-item .image-col img{
	width: 100%;
}
.article-default .container{
	padding: 0 50px;
	max-width: 1550px;
	margin: auto;
}
.osgalery-cat-tabs{
    display: none !important;
}

.project-gallery .img-block1{
    display: none !important;
}
.os-cat-tab-images .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    list-style-type: none;
}
.os-cat-tab-images .slick-dots li{
    display: inline-block;
}
.os-cat-tab-images .slick-dots li button {
    border: none;
    background-color: #3d3d3d;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    border-radius: 50%;
    cursor: pointer;
}
.os-cat-tab-images .slick-dots li.slick-active button,
.os-cat-tab-images .slick-dots li button:hover{
    background-color: #ee991b;
}
#leistungen .heading.has-gallery{
    display: flex;
}
#leistungen .heading.has-gallery .Leistungen-gallery{
    display: inline-block;
    width: 250px;
}
#leistungen .Leistungen-gallery .os-cat-tab-images .slick-dots li button {
    width: 10px;
    height: 10px;
}
#leistungen .heading.has-gallery .Leistungen-title{
    display: inline-block;
    width: calc(100% - 250px);
    padding-left: 25px;
}
.faq-item.active .heading.has-gallery .Leistungen-gallery .project-gallery{
    display: none;
}
.os_fancybox-is-open .os_fancybox-bg {
    opacity: 1 !important;
}
.os_fancybox-show-thumbs .os_fancybox-inner {
    right: 0 !important;
}
.os_fancybox-container .os_fancybox-thumbs,
.os_fancybox-infobar{
    display: none !important;
}
.os_fancybox-bg{
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.header-placeholder{
	display: none;
}
@media (min-width: 992px){	
	.header-placeholder{
		display: block;
	}
	header.header{
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 999;
		top: 0;
		box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.15);
	}
	header.header.activated{
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
		padding: 10px 0 10px;
	}
	header.header.activating{
		padding: 10px 0 10px;
		margin-top: -109px;
		visibility: hidden;
		opacity: 0;
	}
	header.header.activated .top-links,
	header.header.activating .top-links{
		display: none;
	}
	header.header.activated .navigation,
	header.header.activating .navigation{
		padding-top: 35px;
	}
}
@media (max-width: 1800px){	
	.top-links img{
		max-height: 36px;
	}
	.top-links {
		margin-bottom: 20px;
	}
	.header.sticky .navigation {
		padding-top: 25px;
	}
	#projekte .slick-arrow {
		width: 50px;
		height: 50px;
	}
	#projekte .slick-arrow.slick-prev {
		left: -80px;		
	}
	#projekte .slick-arrow.slick-next {
		right: -80px;		
	}
}
@media (max-width: 1600px){
	.faq-content .col-content {
		padding-left: 50px;
		padding-right: 30px;
	}
	.team-members .slick-arrow {  
		width: 30px;
		height: 30px;
	}
	.team-members .slick-arrow.slick-prev {
		left: -35px;
	}
	.team-members .slick-arrow.slick-next {
		right: -35px;
	}
	.unternehmen-item .content-col {
		padding-left: 50px;
		padding-right: 30px;
	}
}
@media (max-width: 1400px){
	.header .container {
		padding: 0 20px;
	}
	.header .site-logo {
		width: 300px;
	}
	.header .site-navigation {
		width: calc(100% - 300px);
	}
	.navigation .nav.menu li a {
		font-size: 20px;
	}
	.header.sticky .navigation {
		padding-top: 35px;
	}
	#team.dark-block {
		padding-bottom: 80px;
	}
	.team-members .team-item p,
	.team-members .team-item a	{
		font-size: 16px;
	}
	.team-item .team-info {
		padding: 15px 15px 15px;
	}
	#kontakt .col-content {
		padding-left: 50px;
	}
	#section-f .nav.menu li a {
		font-size: 24px;
	}
	#section-f .nav.menu li::before {
		width: 10px;
		height: 10px;
		top: 11px;
		left: 22px;
	}
	#content{
		min-height: calc(100vh - 277px)
	}
}
@media (max-width: 1260px){
	.header .site-logo {
		width: 250px;
	}
	.header .site-navigation {
		width: calc(100% - 250px);
	}
	.top-links {
		margin-bottom: 8px;
	}
	.navigation .nav.menu li {
		padding: 0 12px;
	}
	.navigation .nav.menu li a {
		letter-spacing: 1px;
	}
	.white-block .section-title .title,
	.dark-block .section-title .title	{
		padding: 2px 50px 0 56px;
		letter-spacing: 10px;
		font-size: 26px;
	}
	.white-block .section-title,
	.dark-block .section-title	{
		letter-spacing: 10px;
		font-size: 26px;
	}
	.faq-content .col-content {
		padding-left: 30px;
	}
	#leistungen {
		padding-bottom: 100px;
	}
	#kontakt .col-map iframe {
		height: 400px;
	}
	#kontakt .col-content p,
	#kontakt .col-content a	{
		font-size: 18px;
	}
	.faq-content .col-content{
		padding-top: 4px;
	}
}
@media (max-width: 991px){
	.header .site-navigation {
		width: 100%;
		position: relative;
		margin: 0 -20px;
		padding: 5px 20px 0;
		width: calc(100% + 40px);
		border-top: solid 1px rgba(0, 0, 0, 0.15);
	}
	.header .site-logo {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 0;
	}
	.header .site-logo img{
		max-width: 250px;
	}
	.top-links {
		margin-bottom: 0px;
		display: inline-block;
	}
	.site-navigation .navigation{
		display: inline-block;
		float: left;
	}
	.navigation .navbar {
		display: block;
		padding-top: 9px;
	}
	.navigation .nav-collapse-ct{
		position: absolute;
		top: 50px;
		left: 0;
		width:100%;
		display: none;
		z-index: 99;
		background-color: #fff;
		box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.15);
		text-align: center;
	}
	.navigation .nav.menu li {
		display: block;
		padding: 0;
	}
	.navigation .nav.menu li a{
		border-top: solid 1px rgba(0,0,0,0.15);
		padding: 5px 20px;
		display: block;
	}
	.navigation .nav.menu li a:hover{
		background-color: #3d3d3d;
		color: #fff;
	}
	header.header {
		padding-bottom: 0px;
	}
	.header.sticky .navigation {
		padding-top: 0;
	}
	header.header.sticky .top-links {
		display: inline-block;
	}
	header.header.sticky {
		padding-bottom: 0px;
	}
	header.header.sticky .site-logo img {
		max-width: 250px;
	}
	header.header {
		z-index: 999;
		position: relative;
	}
	.home-banner .slick-arrow {
		width: 30px;
		height: 30px;
	}
	#projekte .slick-arrow.slick-prev {
		left: -40px;
	}
	#projekte .slick-arrow.slick-next {
		right: -40px;
	}
	#projekte .slick-arrow {
		width: 30px;
		height: 30px;
	}
	#projekte .container {
		padding: 0 50px;
	}
	.dark-block .section-title {
		margin-bottom: 50px;
	}
	#projekte .slick-dots {
		padding-top: 20px;
	}
	p {
		font-size: 14px;
	}
	.faq-item .heading {
		padding: 8px 50px 10px 50px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.faq-item .heading:after {
		width: 30px;
		height: 24px;
		top: 13px;
		right: 18px;
		background-size: cover;
	}
	#leistungen {
		padding-bottom: 50px;
	}
	.custom-team-desc {
		padding: 0 20px;
	}
	#team.dark-block {
		padding-bottom: 50px;
	}
	#unternehmen.white-block .section-title {
		margin-bottom: 40px;
	}
	#section-f .nav.menu li::before {
		width: 8px;
		height: 8px;
		top: 10px;
	}
	#section-f .nav.menu li a {
		font-size: 20px;
	}
	#section-f {
		padding: 30px 0 30px;
	}
	#content{
		min-height: calc(100vh - 244px)
	}
}
@media (max-width: 767px){
	.top-links img {
		max-height: 30px;
	}
	.navigation .navbar {
		padding-top: 4px;
	}
	.navigation .nav-collapse-ct {    
		top: 40px;  
	}
	.header .site-logo img,
	header.header.sticky .site-logo img	{
		max-width: 200px;
	}
	header.header,
	header.header.sticky	{
		padding-top: 8px;
	}
	.navigation .nav.menu li a {
		font-size: 16px;
	}
	#home-banner .container {
		width: 100%;
		padding: 0;
	}
	.home-banner .image-item {
		padding: 0;
	}
	.home-banner .slick-arrow.slick-prev {
		left: 15px;
	}
	.home-banner .slick-arrow.slick-next {
		right: 15px;   
	}
	#projekte .slide .image-col {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#projekte .slide .content-col {
		display: block;
		width: 100%;
		padding-left: 0px;
		position: static;
		max-height: 300px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	#projekte .item-wrap {
		display: block;
	}
	#projekte .section-projekte .slickslide > .slick-dots {
		padding-top: 0;
	}
	#projekte {
		padding-bottom: 50px;
	}
	#projekte .slick-arrow {
		top: 25%;
	}
	.white-block .section-title .title, 
	.dark-block .section-title .title {
		padding: 2px 30px 0 30px;
		letter-spacing: 3px;
		font-size: 24px;
	}
	.white-block .section-title, .dark-block .section-title {
		letter-spacing: 3px;
		font-size: 24px;
	}
	#team.dark-block .section-title .title {
		letter-spacing: 3px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.faq-content .col-image {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.faq-content .col-content {
		width: 100%;
		display: block;
		position: static;
		transform: none;
		-webkit-transform: none;
		padding: 0;
	}
	.faq-content .item-wrap {
		display: block;
	}
	.faq-item .heading:after {
		width: 25px;
		height: 20px;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.faq-item.active .heading:after {
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
	}
	#leistungen .container {
		padding: 0 20px;
	}
	.white-block .section-title {
		padding: 4px 20px 3px;
	}
	#unternehmen .container {
		padding: 0 20px;
	}
	.unternehmen-item .image-col {
		width:100%;
		display: block;
		margin-bottom: 15px;
	}
	.unternehmen-item .content-col {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		display: block;
		position: static;
		transform: none;
	}
	.unternehmen-item {
		display: block;	   
	}
	#kontakt .container {
		padding: 0 20px;
	}
	#kontakt .col-map {
		display: block;
		width: 100%;
		float: none;
	}
	#kontakt .col-content {
		padding-left: 0;
		width: 100%;
		padding-top: 20px;
	}
	#kontakt {
		padding-bottom: 10px;
	}
	#section-f .nav.menu li {
		display: block;
		text-align: center;
		padding: 0;
	}
	#section-f .nav.menu li:before{
		display: none;
	}
	#leistungen .heading.has-gallery .Leistungen-gallery{
        display: none;
	}
    #leistungen .heading.has-gallery .Leistungen-title{
        display: block;
        width: 100%;
        padding-left: 0px;
    }
}
@media (max-width: 480px){
	.header .site-logo img, header.header.sticky .site-logo img {
		max-width: 160px;
	}
	.top-links img {
		max-height: 27px;
	}
	.btn.toggle-nav .icon-bar {
		width: 24px;
		height: 19px;
	}
	.btn.toggle-nav .icon-bar::before {
		top: 3px;
	}
	.btn.toggle-nav .icon-bar::after {
		top: 11px;
	}
	.navigation .nav-collapse-ct {
		top: 36px;
	}
	#projekte .slick-arrow.slick-prev {
		left: -25px;
	}
	#projekte .slick-arrow.slick-next {
		right: -25px;
	}
	#projekte .slick-arrow {
		width: 20px;
		height: 20px;
	}
	#projekte .container {
		padding: 0 30px;
	}
	#projekte .slick-arrow {
		top: 20%;
	}
	#projekte .slick-dots li {
		padding: 0 5px;
	}
	#projekte .slick-dots {
		margin: 0 -5px;
	}
	.white-block .section-title .title, .dark-block .section-title .title {
		letter-spacing: 1px;
		font-size: 22px;
		padding: 2px 20px 0 20px;
	}
	.white-block .section-title, .dark-block .section-title {
		letter-spacing: 1px;
		font-size: 22px;
	}
	#team.dark-block .section-title .title {
		letter-spacing: 1px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#team.dark-block .section-title {
		letter-spacing: 1px;
	}
	.faq-item .heading {
		padding: 8px 30px 10px 15px;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: left;
	}
	.faq-item .heading::after {
		width: 16px;
		height: 13px;
	}
	#unternehmen.white-block .section-title .title {
		padding: 2px 20px 0 20px;
	}
	#kontakt.dark-block .section-title .title {
		letter-spacing: 1px;
		padding: 4px 20px 3px 20px;
	}
	#kontakt .col-map iframe {
		height: 300px;
	}
}
