/*   
Theme Name: HF Bauunternehmen
Theme URI: http://hfbauunternehmen.de
Description: Template der HF Bauunternehmen GmbH
Author: Notthoff GmbH
Author URI: http://notthoff.de
*/

@import "dist/main.css";

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.clearfix:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

::-moz-selection {
/* Code for Firefox */
	color:#fff;
	background: rgba(0,159,227,0.80);
}

::selection {
    color:#fff;
	background: rgba(0,159,227,0.80);
}

html, body {
	margin: 0;
	height: 100%;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #17171A;
	line-height: 32px;
	background-color: #E6E6E6;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	height: 100%;
	position: relative;
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 90;
	background-color: rgba(0,159,227, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-webkit-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
}

.overlay.show {
	opacity: 1;
	visibility: visible;
	transition: visibility 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
	-webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

span.underlined {
	text-decoration: none !important;
	-webkit-text-decoration-color: #009fe3;
    -moz-text-decoration-color: #009fe3;  /* vendor prefix not required as of V36 */
    text-decoration-color: #009fe3;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
	
}

/* Text Styles */
h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	color: #009fe3;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #797A80;
	line-height: 30px;
}

h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #009fe3;
	line-height: 30px;
}

.highlight-text {
	font-family: "Roboto", sans-serif;
	font-size: 33px;
	color: #009fe3;
	line-height: 49px;
	font-weight: 300;
}


a {
	transition:all ease-in-out .15s;
	-webkit-transition:all ease-in-out .15s;
	-moz-transition:all ease-in-out .15s;
	-o-transition:all ease-in-out .15s;
}

a img, a svg {
	transition:opacity ease-in-out .15s;
	-webkit-transition:opacity ease-in-out .15s;
	-moz-transition:opacity ease-in-out .15s;
	-o-transition:opacity ease-in-out .15s;
}

a:hover img,
a:active img,
a:hover svg,
a:active svg {
	opacity: 0.75;
}

.box-shadow {
	-webkit-box-shadow:0 1px 1px 0 rgba(23,23,26,0.20);
	-moz-box-shadow:0 1px 1px 0 rgba(23,23,26,0.20);
	box-shadow:0 1px 1px 0 rgba(23,23,26,0.20);
}

.content-width {
	width: 1780px;
}

.content-padding {
	padding: 0px 50px;
}

.centered {
	margin: 0 auto;
}

.header {
	height: 100px;
	position: fixed;
	z-index: 100;
	left: 0px;
	right: 0px;
	background-color: #FAFAFA;
	transition:height ease-in-out .15s;
	-webkit-transition:height ease-in-out .15s;
	-moz-transition:height ease-in-out .15s;
	-o-transition:height ease-in-out .15s;
}

.header.fixed {
	position: absolute;
}

.header.small {
	height: 70px;
}

.header.content-width.content-padding {
	transition:width ease-in-out .15s, height ease-in-out .15s, padding-left ease-in-out .15s, padding-right ease-in-out .15s;
	-webkit-transition:width ease-in-out .15s, height ease-in-out .15s, padding-left ease-in-out .15s, padding-right ease-in-out .15s;
	-moz-transition:width ease-in-out .15s, height ease-in-out .15s, padding-left ease-in-out .15s, padding-right ease-in-out .15s;
	-o-transition:width ease-in-out .15s, height ease-in-out .15s, padding-left ease-in-out .15s, padding-right ease-in-out .15s;
	
}

.header.small.content-width.content-padding {
	width: 100%;
	padding-left: calc(50% - 840px);
	padding-right: calc(50% - 840px);
}

.header .logo {
	float: left;
	margin-top: 15px;
	background-color: #FAFAFA;
	transition:margin-top ease-in-out .15s;
	-webkit-transition:margin-top ease-in-out .15s;
	-moz-transition:margin-top ease-in-out .15s;
	-o-transition:margin-top ease-in-out .15s;
}

.header.small .logo {
	margin-top: 10px;
}

.header .logo img {
	transition:height ease-in-out .15s;
	-webkit-transition:height ease-in-out .15s;
	-moz-transition:height ease-in-out .15s;
	-o-transition:height ease-in-out .15s;
	height: 70px;
}

.header.small .logo img {
	height: 50px;
}

.header .navigation {
	height: 100%;
}

.header .navigation .menu-header-container {
	height: 100%;
}

.header .navigation ul {
	list-style-type: none;
	text-align: right;
	height: 100%;
}

.header .navigation ul > li {
	display: inline-block;
	padding-top: 36px;
	height: 100%;
	margin-right: 49px;
	position: relative;
	transition:padding-top ease-in-out .15s;
	-webkit-transition:padding-top ease-in-out .15s;
	-moz-transition:padding-top ease-in-out .15s;
	-o-transition:padding-top ease-in-out .15s;
}

.header.small .navigation ul > li {
	padding-top: 21px;
}

.header .navigation ul > li:nth-child(n+7) {
	display: none;
}

.header .navigation ul > li:nth-last-child(2) {
	/*margin-right: 0px;*/
}

.header .navigation a:link,
.header .navigation a:visited {
	opacity: 0.5;
	color: #17171A;
	text-decoration: none;
}

.header .navigation a:hover,
.header .navigation a:active {
	opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.header .navigation li.current-menu-item a:link {
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
	animation-delay: 0.3s;
}

@keyframes slideBottomBar {
  0% {
    height: 0px;
  }
  100% {
    height: 3px;
  }
}

.header .navigation ul > li.current-menu-item:after {
	background-color: #009fe3;
	width: 100%;
	height: 0px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
	content: " ";
	animation-name: slideBottomBar;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
	animation-delay: 0.3s;
}

.header .hamburger-wrapper {
	display: none;
}

.mobile-navigation {
	display: none;
}

.sticky-footer-wrapper {
	min-height: 100%;
	margin: 0 auto -80px;
}

.sticky-footer-wrapper .sticky-footer-push {
	height: 80px;
}

.footer {
	height: 80px;
	background-color: #FAFAFA;
}

.footer.google-map {
	position: relative;
	z-index: 10;
}

.footer.kundenstimmen {
	position: relative;
	z-index: 10;
	background-color: #E6E6E6;
}

.footer .copyright {
	padding-top: 24px;
	float: left;
	color: rgba(23, 23, 26, 0.5);
}

.footer .copyright a:link,
.footer .copyright a:visited {
	text-decoration: none;
	color: rgba(23, 23, 26, 0.5);
}

.footer .copyright a:hover,
.footer .copyright a:active {
	color: rgba(23, 23, 26, 1);
}

.footer .navigation {
}

.footer .navigation ul {
	list-style-type: none;
	float: right;
	padding-top: 24px;
}

.footer .navigation ul > li {
	display: block;
	float: left;
}

.footer .navigation ul > li:after {
	content: "\00b7";
	padding: 0px 5px;
	color: rgba(23, 23, 26, 0.5);
	
}

.footer .navigation ul > li:last-child:after {
	display: none;
}

.footer .navigation ul > li a:link,
.footer .navigation ul > li a:visited {
	text-decoration: none;
	opacity: 0.5;
	color: #17171A;
}

.footer .navigation ul > li a:hover,
.footer .navigation ul > li a:active,
.footer .navigation li.current-menu-item a:link {
	opacity: 1;
}

.slider {
	width: 100%;
	height: 770px;
	position: relative;
}

.slider .background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.slider .overlay-effect {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -o-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
}

.slider .title-wrapper {
	height: 160px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -50px;
	background-color: rgba(0,159,227,0.80);
	z-index: 3;
}

.slider .title-wrapper .title-text {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 33px;
	line-height: 40px;
	color: #FAFAFA;
	display: inline-block;
	margin-top: 63px;
}

.slider .title-wrapper a:link {
	text-decoration: none;
}

.slider .title-wrapper .action-icon.right {
	float: right;
	position: relative;
	right: 0px;
	transition:right ease-in-out .25s;
	-webkit-transition:right ease-in-out .25s;
	-moz-transition:right ease-in-out .25s;
	-o-transition:right ease-in-out .25s;
	margin-top: 63px;
}

.slider .title-wrapper a:hover + a .action-icon.right,
.slider .title-wrapper a:active + a .action-icon.right,
.slider .title-wrapper a:hover .action-icon.right,
.slider .title-wrapper a:active .action-icon.right {
	right: -20px;
}

.slider .title-wrapper .action-icon.down {
	float: right;
	position: relative;
	top: 0px;
	transition:top ease-in-out .25s;
	-webkit-transition:top ease-in-out .25s;
	-moz-transition:top ease-in-out .25s;
	-o-transition:top ease-in-out .25s;
	margin-top: 47px;
}

.slider .title-wrapper a:hover + a .action-icon.down,
.slider .title-wrapper a:active + a .action-icon.down,
.slider .title-wrapper a:hover .action-icon.down,
.slider .title-wrapper a:active .action-icon.down {
	top: 20px;
}

.content .module {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fafafa;
	position: relative;
}

.content .module:first-child {
	padding-top: 150px;
}

.content .module:first-child .title-wrapper {
	display: none;
}

.content .module:nth-child(even) {
	background-color: #E6E6E6;
}

.content .module .content .title-wrapper {
	position: absolute;
	top: -22px;
}

.content .module .content .title-wrapper .title-text {
	background-color: #fafafa;
	padding: 6px 15px 9px 15px;
	float: left;
}

.content .module .content .title-wrapper .title-actions {
	background-color: #fafafa;
	padding: 10px 11px 10px 11px;
	float: right;
}

.content .module .content .title-wrapper .title-actions svg.arrow {
	cursor: pointer;
	fill: #797A80;
	transition:fill ease-in-out .15s;
	-webkit-transition:fill ease-in-out .15s;
	-moz-transition:fill ease-in-out .15s;
	-o-transition:fill ease-in-out .15s;
}

.content .module .content .title-wrapper .title-actions svg.arrow.deactivated {
	opacity: 0.5;
	cursor: auto;
	transition:opacity ease-in-out .15s;
	-webkit-transition:opacity ease-in-out .15s;
	-moz-transition:opacity ease-in-out .15s;
	-o-transition:opacity ease-in-out .15s;
}

.content .module .content .title-wrapper .title-actions svg.arrow.activated:hover {
	fill: #17171A;
	transition:fill ease-in-out .15s;
	-webkit-transition:fill ease-in-out .15s;
	-moz-transition:fill ease-in-out .15s;
	-o-transition:fill ease-in-out .15s;
}

.content .module .content .title-wrapper .title-actions svg.arrow:first-child {
	margin-right: 30px;
}

/* Formatierter Text */

.content .module.formatierter_text a:link,
.content .module.formatierter_text a:visited,
.content .module.kontaktformular a:link,
.content .module.kontaktformular a:visited {
	text-decoration: none;
	opacity: 0.5;
	color: #17171A;
}

.content .module.formatierter_text a:hover,
.content .module.formatierter_text a:active,
.content .module.kontaktformular a:hover,
.content .module.kontaktformular a:active {
	opacity: 1;
}

.content .module.formatierter_text .cta,
.content .module.auflistung .cta {
	margin-top: 66px;
	margin-bottom: -10px;
}

.content .module.kontaktformular .cta {
	margin-top: 66px;
	margin-bottom: -10px;
}

.content .module.formatierter_text .cta a:link,
.content .module.formatierter_text .cta a:visited,
.content .module.auflistung .cta a:link,
.content .module.auflistung .cta a:visited,
.content .module.kontaktformular .cta a:link,
.content .module.kontaktformular .cta a:visited {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	background-color: rgba(0,159,227, 0.5);
	text-decoration: none;
	padding: 1px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	opacity: 1;
	display: inline-block;
}

.content .module.formatierter_text .cta a:hover,
.content .module.formatierter_text .cta a:active,
.content .module.auflistung .cta a:hover,
.content .module.auflistung .cta a:active,
.content .module.kontaktformular .cta a:hover,
.content .module.kontaktformular .cta a:active {
	background-color: rgba(0,159,227, 1);
}

.content .module.formatierter_text .cta a:last-child,
.content .module.auflistung .cta a:last-child,
.content .module.kontaktformular .cta a:last-child {
	margin-right: 0px;
}

/*** 1 Spalte */
.content .module.formatierter_text .content.anz1spalte .body .text {
	font-weight: 300;
	font-size: 33px;
	color: #009fe3;
	line-height: 49px;
	border: 5px solid rgba(0,159,227, 0.5);
	padding: 100px;
}

.content .module.formatierter_text .content.anz1spalte .body .cta {
	margin-top: 0px;
	margin-bottom: -40px;
	float: right;
}

/*** 2 Spalten */

.content .module.formatierter_text .content.anz2spalten .body .column_module:nth-child(n+2) {
	margin-top: 76px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module h2,
.content .module.kontaktformular .content .body .column_module h2 {
	margin-bottom: 22px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module > ul {
	list-style-position: inside;
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	width: calc(100% - 28px);
	position: relative;
	left: 28px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module > ul.plus > li:before {
	content: "+";
	color: #009fe3;
	position: absolute;
	left: -28px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module > ul.pfeil {
	width: calc(100% - 34px);
	left: 34px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module > ul.pfeil > li:before {
	content: "\00a0 ";
	width: 20px;
	color: #009fe3;
	background-image: url("assets/pfeil-ul.svg");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: -34px;
}

.content .module.formatierter_text .content.anz2spalten .body .column_module > ul > li {
	display: table-row;
	border-bottom: 1px solid #009fe3;
	position: relative;
}
	
.content .module.formatierter_text .content.anz2spalten .body .column_module.address span,
.content .module.kontaktformular .content .body .column_module.address span {
	width: 84px;
	display: inline-block;
}

/***** bild_text */

.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column {
	width: 623px;
	padding-top: 20px;
	float: left;
}

.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column img {
	max-width: 100%;
}

.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column .svg-animation-img {
	visibility: hidden;
}
	
.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column {
	width: 777px;
	margin-right: 100px;
	float: right;
}

.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column h1 {
	margin-bottom: 38px;
}

/***** text_module */

.content .module.formatierter_text .content.anz2spalten.text_module .body .left_column {
	width: 940px;
	float: left;
}

.content .module.formatierter_text .content.anz2spalten.text_module .body .left_column h1 {
	margin-bottom: 38px;
}
	
.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column {
	width: 550px;
	margin-right: 0px;
	margin-top: 16px;
	float: right;
}

/***** text_moduleschmal */

.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
	width: 940px;
	padding-top: 20px;
	float: left;
}

.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column h1 {
	margin-bottom: 38px;
}
	
.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
	width: 500px;
	margin-right: 0px;
	margin-top: 39px;
	float: right;
}

/***** module_text */

.content .module.formatierter_text .content.anz2spalten.module_text .body .left_column {
	width: 550px;
	padding-top: 20px;
	float: left;
}
	
.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column {
	width: 940px;
	margin-right: 0px;
	float: right;
}

.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column h1 {
	margin-bottom: 38px;
}

/***** textbreit_moduleschmal */

.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .left_column {
	width: 1040px;
	padding-top: 0px;
	float: left;
}
	
.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
	width: 500px;
	margin-right: 0px;
	margin-top: 16px;
	float: right;
}


/* Textbloecke Slider */
.content .module.textblocke_slider .fade-left {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.textblocke_slider .fade-left.white {
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(250,250,250,0)));
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.textblocke_slider .fade-left.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,0)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: linear-gradient(to right, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.textblocke_slider .fade-right {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.textblocke_slider .fade-right.white {
		background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.textblocke_slider .fade-right.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,0)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to right, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.textblocke_slider .entry {
	max-width: 450px;
	margin-left: 50px;
	margin-right: 115px;
	display: inline-block;
}

.content .module.textblocke_slider .entry:last-child {
	margin-right: 50px;
}

.content .module.textblocke_slider .entry .date {
	font-size: 20px;
	color: #797A80;
	line-height: 30px;
}

.content .module.textblocke_slider .entry .text {
	margin-top: 24px;
}


.content .module.textblocke_slider .entry .text a:link,
.content .module.textblocke_slider .entry .text a:visited {
	text-decoration: none;
	color: rgba(23, 23, 26, 0.5);
}

.content .module.textblocke_slider .entry .text a:hover,
.content .module.textblocke_slider .entry .text a:active {
	color: rgba(23, 23, 26, 1);
}

/* Referenzen */
.content .module.referenzen .title-wrapper .title-actions {
	padding: 8px 8px 7px 8px;
}

.content .module.referenzen .title-wrapper .title-actions span:last-child {
	margin-right: 15px;
}


.content .module.referenzen .title-wrapper .bg-wrapper {
	background-color: #fafafa;
}

.content .module.referenzen span.catfilter {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	display: inline-block;
	background-color: rgba(0,159,227, 0.50);
	padding: 1px 15px;
	cursor: pointer;
	transition:background-color ease-in-out .15s;
	-webkit-transition:background-color ease-in-out .15s;
	-moz-transition:background-color ease-in-out .15s;
	-o-transition:background-color ease-in-out .15s;
	margin-right: 10px;
}

.content .module.referenzen span.catfilter:last-child {
	margin-right: 0px;
}

.content .module.referenzen span.catfilter:hover,
.content .module.referenzen span.catfilter.mixitup-control-active {
	background-color: rgba(0,159,227, 1);
}

.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-left,
.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-right {
	display: none;
}

.content .module.referenzen .title-actions.swiper-wrapper {
	width: auto;
}

.content .module.referenzen span.catfilter.swiper-slide {
	width: auto;
}

.content .module.referenzen .referenzen-wrapper {
    text-align: justify;
    font-size: 0px;
    vertical-align: top;
    margin-top: 23px;
    margin-bottom: -60px;
}

.content .module.referenzen .referenzen-wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.content .module.referenzen .referenzen-wrapper .referenz,
.content .module.referenzen .referenzen-wrapper .gap {
    display: inline-block;
    width: 520px;
    height: 345px;
    position: relative;
    margin-bottom: 90px;
}

.content .module.referenzen .referenzen-wrapper .referenz {
	cursor: pointer;
}

.content .module.referenzen .referenzen-wrapper .referenz:before {
    content: '';
    display: inline-block;
    padding-top: 20%;
}

.content .module.referenzen .referenzen-wrapper .gap {
	height: 0px !important;
	margin-bottom: 0px;
}

.content .module.referenzen .referenzen-wrapper .referenz .background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.content .module.referenzen .referenzen-wrapper .referenz .hover {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	opacity: 0;
	background: -moz-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -o-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,159,227,0.47) 100%);
	transition:opacity ease-in-out .15s;
	-webkit-transition:opacity ease-in-out .15s;
	-moz-transition:opacity ease-in-out .15s;
	-o-transition:opacity ease-in-out .15s;
}

.content .module.referenzen .referenzen-wrapper .referenz:hover .hover {
	opacity: 1;
}

.content .module.referenzen .referenzen-wrapper .referenz .title {
	width: 100%;
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 4;
	background-color: rgba(0,159,227,0.80);
	padding: 35px 100px 35px 32px;
}

.content .module.referenzen .referenzen-wrapper .referenz .title h2 {
	color: #fafafa;
}

.content .module.referenzen .referenzen-wrapper .referenz .title .action-icon {
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
	height: 30px;
	margin: auto 0;
	transition:right ease-in-out .25s;
	-webkit-transition:right ease-in-out .25s;
	-moz-transition:right ease-in-out .25s;
	-o-transition:right ease-in-out .25s;
}

.content .module.referenzen .referenzen-wrapper .referenz:hover .title .action-icon {
	right: 20px;
}

.content .module.referenzen .referenzen-wrapper .referenz .content {
	display: none;
}

.referenzen-overlay {
	width: 1680px;
	min-height: 660px;
	background-color: #fafafa;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 200px;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-webkit-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
}

.referenzen-overlay.show {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
	-webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.referenzen-overlay .image-wrapper {
	width: 900px;
	left: 30px;
	top: 30px;
	bottom: 30px;
	position: absolute;
}

.referenzen-overlay .image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	
.referenzen-overlay .image-wrapper .nav-icons svg polygon {
	fill: #009fe3;
}

.referenzen-overlay .image-wrapper .prev {
	height: 100%;
	width: 35%;
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .3s ease-in-out 0s;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-moz-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
}

.referenzen-overlay .image-wrapper .prev:hover {
	opacity: 1;
}

.referenzen-overlay .image-wrapper .prev.hide {
	opacity: 0;
	cursor: auto;
}

.referenzen-overlay .image-wrapper .prev svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
}

.referenzen-overlay .image-wrapper .next {
	height: 100%;
	width: 65%;
	top: 0px;
	right: 0px;
	position: absolute;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .3s ease-in-out 0s;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-moz-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
}

.referenzen-overlay .image-wrapper .next:hover {
	opacity: 1;
}

.referenzen-overlay .image-wrapper .next.hide {
	opacity: 0;
	cursor: auto;
}

.referenzen-overlay .image-wrapper .next svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
}

.referenzen-overlay .text {
	float: right;
	width: 550px;
	margin-right: 100px;
	margin-bottom: 100px;
}

.referenzen-overlay .text .description .titel {
	font-size: 26px;
	color: #009fe3;
	line-height: 32px;
	margin-top: 100px;
}

.referenzen-overlay .text .description .beschreibung {
	margin-top: 38px;
}

.referenzen-overlay .text .list h2 {
	margin-top: 50px;
}

.referenzen-overlay .text .list .elements ul {
	list-style-position: inside;
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	width: calc(100% - 28px);
	position: relative;
	left: 28px;
	margin-top: 22px;
}

.referenzen-overlay .text .list .elements ul.plus > li:before {
	content: "+";
	color: #009fe3;
	position: absolute;
	left: -28px;
}

.referenzen-overlay .text .list .elements ul > li {
	display: table-row;
	border-bottom: 1px solid #009fe3;
	position: relative;
}

.referenzen-overlay .hamburger-wrapper {
	display: block;
	position: absolute;
	right: 30px;
	top: 38px;
	opacity: 0.5;
	transition:margin-top ease-in-out .15s, opacity ease-in-out .15s;
	-webkit-transition:margin-top ease-in-out .15s, opacity ease-in-out .15s;
	-moz-transition:margin-top ease-in-out .15s, opacity ease-in-out .15s;
	-o-transition:margin-top ease-in-out .15s, opacity ease-in-out .15s;
}

.referenzen-overlay .hamburger-wrapper:hover {
	opacity: 1;
}

.referenzen-overlay .hamburger-wrapper .hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.referenzen-overlay .hamburger-wrapper .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.referenzen-overlay .hamburger-wrapper .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.referenzen-overlay .hamburger-wrapper .hamburger-inner,
.referenzen-overlay .hamburger-wrapper .hamburger-inner::before,
.referenzen-overlay .hamburger-wrapper .hamburger-inner::after {
	width: 40px;
	height: 3px;
	background-color: #009fe3;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.referenzen-overlay .hamburger-wrapper .hamburger-inner::before,
.referenzen-overlay .hamburger-wrapper .hamburger-inner::after {
	content: "";
	display: block;
}

.referenzen-overlay .hamburger-wrapper .hamburger-inner::before {
	top: -10px;
}

.referenzen-overlay .hamburger-wrapper .hamburger-inner::after {
	bottom: -10px;
}

.referenzen-overlay .hamburger-wrapper .hamburger--squeeze .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.referenzen-overlay .hamburger-wrapper .hamburger--squeeze .hamburger-inner::before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.referenzen-overlay .hamburger-wrapper .hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
	
.referenzen-overlay .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.referenzen-overlay .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.referenzen-overlay .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Referenzenslider Slider */
.content .module.referenzenslider .fade-left {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.referenzenslider .fade-left.white {
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(250,250,250,0)));
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.referenzenslider .fade-left.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,0)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: linear-gradient(to right, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.referenzenslider .fade-right {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.referenzenslider .fade-right.white {
		background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.referenzenslider .fade-right.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,0)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to right, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.referenzenslider .entry {
	max-width: 500px;
	height: 313px;
	margin-left: 50px;
	margin-right: 40px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.content .module.referenzenslider .entry:last-child {
	margin-right: 50px;
}

.content .module.referenzenslider .entry .title-wrapper {
	position: absolute;
	top: 24px;
	left: 30px;
	right: 30px;
	bottom: 24px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start;
}

.content .module.referenzenslider .entry .title-wrapper .text {
	font-size: 20px;
	color: #FAFAFA;
	line-height: 30px;
	
}

.content .module.referenzenslider .entry .background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.content .module.referenzenslider .entry .effect {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,159,227,0.60);
	z-index: 2;
	transition:background-color ease-in-out .25s;
	-webkit-transition:background-color ease-in-out .25s;
	-moz-transition:background-color ease-in-out .25s;
	-o-transition:background-color ease-in-out .25s;
}

.content .module.referenzenslider .entry:hover .effect {
	background-color: rgba(0,159,227,0.25);
}

/* Auflistung */

.content .module.auflistung .content .body .entry {
	padding-bottom: 100px;
}

.content .module.auflistung .content .body .entry:last-child {
	padding-bottom: 0px;
}

.content .module.auflistung .content .body .entry > a.anchor {
	position: relative;
	top: -180px;
	opacity: 0;
	visibility: hidden;
}

.content .module.auflistung .content .body .entry .left_column {
	width: 550px;
	padding-bottom: 30px;
	float: left;
}

.content .module.auflistung .content .body .entry .left_column .image {
	height: 345px;
	width: 550px;
	position: relative;
}

.content .module.auflistung .content .body .entry .left_column .image .background {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 4;
}

.content .module.auflistung .content .body .entry .left_column .image .titel {
	width: 100%;
	bottom: -30px;
	left: 30px;
	position: absolute;
	z-index: 5;
	font-size: 20px;
	color: #FAFAFA;
	line-height: 30px;
	padding: 35px 30px;
	background: rgba(0,159,227,0.80);
}

.content .module.auflistung .content .body .entry .left_column .image .titel.nav {
	padding-top: 33px;
	padding-bottom: 33px;
}

.content .module.auflistung .content .body .entry .left_column .image .titel.download {
	padding-top: 31px;
	padding-bottom: 31px;
}

.content .module.auflistung .content .body .entry .left_column .image .titel a:link,
.content .module.auflistung .content .body .entry .left_column .image .titel a:visited {
	font-size: 20px;
	color: #FAFAFA;
	line-height: 30px;
	text-decoration: none;
}

.content .module.auflistung .content .body .entry .left_column .image .titel a:hover,
.content .module.auflistung .content .body .entry .left_column .image .titel a:active {
	
	color: rgba(250, 250, 250, 0.80);
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav {
	float: right;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg {
	fill: #FFFFFF;
	cursor: pointer;
	position: relative;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev {
	margin-right: 20px;
	left: 0px;
	transition:left ease-in-out .25s;
	-webkit-transition:left ease-in-out .25s;
	-moz-transition:left ease-in-out .25s;
	-o-transition:left ease-in-out .25s;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev:hover {
	left:-10px;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev.disabled,
.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev.disabled:hover {
	left: 0px;
	opacity: 0.5;
	cursor: auto;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.next {
	right: 0px;
	transition:right ease-in-out .25s;
	-webkit-transition:right ease-in-out .25s;
	-moz-transition:right ease-in-out .25s;
	-o-transition:right ease-in-out .25s;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.next:hover {
	right:-10px;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.next.disabled,
.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.next.disabled:hover {
	right: 0px;
	opacity: 0.5;
	cursor: auto;
}

.content .module.auflistung .content .body .entry .left_column .image .titel .icons.download {
	float: left;
}

.content .module.auflistung .content .body .entry .left_column .image .titel.download .text {
	width: calc(100% - 40px);
	margin-top: 5px;
	float: right;
	padding-left: 30px;
}

.content .module.auflistung .content .body .entry .left_column .img-container {
	display: none;
}

.content .module.auflistung .content .body .entry .right_column {
	width: 940px;
	float: right;
}

.content .module.auflistung .content .body .entry .right_column > ul {
	list-style-position: inside;
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	width: calc(100% - 28px);
	position: relative;
	left: 28px;
}

.content .module.auflistung .content .body .entry .right_column > ul > li:before {
	content: "+";
	color: #009fe3;
	position: absolute;
	left: -28px;
}

.content .module.auflistung .content .body .entry .right_column h2 {
	margin-bottom: 24px;
}

.content .module.auflistung .content .body .hr {
	height: 1px;
	left: 0px;
	right: 0px;
	background-color: #FAFAFA;
	position: absolute;
}

.content .module.auflistung .content .body .hr + .entry {
	margin-top: 100px;
}

/* Kontaktformular */

.content .module.kontaktformular .content .body .left_column {
	width: 910px;
	float: left;
}

.content .module.kontaktformular .content .body .left_column .contact {
	margin-top: 51px;
}

.content .module.kontaktformular .content .body .left_column input::-webkit-input-placeholder,
.content .module.kontaktformular .content .body .left_column input::-moz-placeholder,
.content .module.kontaktformular .content .body .left_column input:-ms-input-placeholder,
.content .module.kontaktformular .content .body .left_column input:-moz-placeholder {
	color: #797A80;
}

.content .module.kontaktformular .content .body .left_column input {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens: none;
}

.content .module.kontaktformular .content .body .left_column .contact-name,
.content .module.kontaktformular .content .body .left_column .contact-tel {
	margin-right: 10px;
}

.content .module.kontaktformular .content .body .left_column input[type="text"],
.content .module.kontaktformular .content .body .left_column input[type="email"],
.content .module.kontaktformular .content .body .left_column input[type="tel"] {
	height: 60px;
	width: calc(50% - 5px);
	font-size: 18px;
	line-height: 32px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #e6e6e6;
	margin-bottom: 10px;
	padding-left: 29px;
	padding-right: 29px;
	outline:none;
	color:#17171A;
	-webkit-appearance:none;
	border-radius: 0;
	border: 0px;
	float: left;
	border: 1px solid #e6e6e6;
	transition:border-color ease-in-out .15s;
	-webkit-transition:border-color ease-in-out .15s;
	-moz-transition:border-color ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s;
}

.content .module.kontaktformular .content .body .left_column textarea {
	height: 200px;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #e6e6e6;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 0px;
	outline: none;
	color:#17171A;
	resize:none;
	-webkit-appearance:none;
	border-radius: 0;
	border: 1px solid #e6e6e6;
	transition:border-color ease-in-out .15s;
	-webkit-transition:border-color ease-in-out .15s;
	-moz-transition:border-color ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s;
}

.content .module.kontaktformular .content .body .left_column input[type="text"]:hover,
.content .module.kontaktformular .content .body .left_column input[type="email"]:hover,
.content .module.kontaktformular .content .body .left_column input[type="tel"]:hover,
.content .module.kontaktformular .content .body .left_column input[type="text"]:focus,
.content .module.kontaktformular .content .body .left_column input[type="email"]:focus,
.content .module.kontaktformular .content .body .left_column input[type="tel"]:focus {
	border: 1px solid #797A80;
}

.content .module.kontaktformular .content .body .left_column textarea:hover,
.content .module.kontaktformular .content .body .left_column textarea:focus {
	border: 1px solid #797A80;
}

.content .module.kontaktformular .content .body .left_column div.submit {
	text-align: left;
}

.content .module.kontaktformular .content .body .left_column input[type="submit"] {
	font-size: 18px;
	color: #797A80;
	line-height: 32px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	outline: none;
	border-radius: 0px;
	-webkit-appearance: none;
	margin-top: 10px;
	cursor: pointer;
	transition:color ease-in-out .15s, border-color ease-in-out .15s;
	-webkit-transition:color ease-in-out .15s, border-color ease-in-out .15s;
	-moz-transition:color ease-in-out .15s, border-color ease-in-out .15s;
	-o-transition:color ease-in-out .15s, border-color ease-in-out .15s;
	float: right;
	border: 3px solid #E6E6E6;
	padding: 10px 15px;
	background-color: transparent;
	width: 100%;
}

.content .module.kontaktformular .content .body .left_column .gdpr-wrapper {
	margin-top: 20px;
}

.content .module.kontaktformular .content .body .left_column input[type="submit"]:hover {
	color: #17171A;
}




.content .module.kontaktformular .content .body .left_column .zustimmung label {
	font-weight: normal;
	font-size: 14px;
}

.content .module.kontaktformular .content .body .left_column .zustimmung .wpcf7-not-valid {
	border: none !important;
}

.content .module.kontaktformular .content .body .left_column .zustimmung .wpcf7-not-valid label {
	color: #009fe3;
}


.content .module.kontaktformular .content .body .left_column .zustimmung span.wpcf7-list-item {
	margin: 0px;
}

.content .module.kontaktformular .content .body .left_column .ajax-loader {
	display: none;
}

.content .module.kontaktformular .content .body .left_column span .wpcf7-not-valid {
	border:1px solid #009fe3 !important;
}

.content .module.kontaktformular .content .body .left_column span.wpcf7-not-valid-tip {
	display:none!important;
}

.content .module.kontaktformular .content .body .left_column div.wpcf7-validation-errors {
	display:none!important;
}

.content .module.kontaktformular .content .body .left_column div.wpcf7-mail-sent-ok {
	border: 0px !important;
	color: #44BB6D;
}

.content .module.kontaktformular .content .body .left_column div.wpcf7-response-output {
	margin: 0px !important;
	margin-top: 10px !important;
	padding: 0px !important;
	float: left;
	width: 100%;
}

.content .module.kontaktformular .content .body .right_column {
	float: right;
	margin-right: 148px;
	margin-top: 10px;
}

/* Ansprechpartner */
.content .module.ansprechpartner .content {
	margin-bottom: -60px;
}

.content .module.ansprechpartner .content .ap-image {
	height: 345px;
	width: 375px;
	position: relative;
	float: left;
	margin-right: 60px;
	margin-bottom: 90px;
}

.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
	margin-right: 0px;
}

.content .module.ansprechpartner .content .ap-image .background {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.content .module.ansprechpartner .content .ap-image .titel {
	position: absolute;
	width: 100%;
	left: 30px;
	bottom: -30px;
	background-color: rgba(0,159,227,0.80);
	font-size: 20px;
	color: #FAFAFA;
	line-height: 30px;
	padding: 20px 30px;
}

.content .module.ansprechpartner .content .ap-image .titel .text {
	float: left;
}

.content .module.ansprechpartner .content .ap-image .titel .icons {
	float: right;
	margin-top: 6px;
}

.content .module.ansprechpartner .content .ap-image .titel .icons img {
	width: 45px;
	height: 45px;
}

.content .module.ansprechpartner .content .ap-image .titel .icons span {
	display: none;
}

/* Google Map */
.content .module.google_map {
	padding: 0px;
	margin-bottom: -80px;
}

.content .module.google_map .content .map-canvas {
	width: 100%;
	height: 655px;
}

.content .module.google_map .content .map-canvas div[style*="bottom: 0px"]{
	bottom: 80px !important;
}

.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
	margin-left: calc(50% - 890px) !important;
}

.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
	margin-right: calc(50% - 890px) !important;
}

/* Impressum, Datenschutz */
.content.impressum .module,
.content.datenschutz .module {
	background-color: #e6e6e6;
}

.content.impressum .module h1,
.content.datenschutz .module h1 {
	margin-top: 50px;
}

.content.datenschutz .module .left_column {
	float: none !important;
	margin: 0 auto;
}

.content.impressum .module .left_column,
.content.datenschutz .module .left_column {
	padding-top: 50px !important;
}

.content.impressum .module .right_column,
.content.datenschutz .module .right_column {
	padding-top: 50px !important;
}

.content.impressum .module .right_column p + h2,
.content.datenschutz .module .left_column p + h2 {
	padding-top: 76px !important;
}

.content.impressum .module .right_column h2 + p,
.content.datenschutz .module .left_column h2 + p {
	padding-top: 26px;
}

.content.impressum .module .right_column p + h3,
.content.datenschutz .module .left_column p + h3 {
	padding-top: 36px !important;
}

.content.impressum .module .right_column h3 + p,
.content.datenschutz .module .left_column h3 + p {
	padding-top: 26px;
}



.content.datenschutz .module .left_column ul {
	list-style-position: inside;
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	width: calc(100% - 28px);
	position: relative;
	left: 28px;
}

.content.datenschutz .module .left_column ul > li:before {
	content: "+";
	color: #009fe3;
	position: absolute;
	left: -28px;
}


/* Kundenstimmen Slider */

.content .module.kundenstimmen {
	padding-top: 72px;
	padding-bottom: 130px;
	margin-bottom: -80px;
}

.content .module.kundenstimmen .fade-left {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.kundenstimmen .fade-left.white {
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(250,250,250,0)));
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.kundenstimmen .fade-left.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,0)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	background: linear-gradient(to right, rgba(230,230,230,1) 0%, rgba(230,230,230,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.kundenstimmen .fade-right {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}

.content .module.kundenstimmen .fade-right.white {
		background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}

.content .module.kundenstimmen .fade-right.gray {
	background: -moz-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,0)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to right, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.content .module.kundenstimmen .entry {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 39px;
	padding-bottom: 39px;
	display: inline-block;
}

.content .module.kundenstimmen .entry:last-child {
	margin-right: 50px;
}

.content .module.kundenstimmen .entry .author {
	font-size: 18px;
	color: #797A80;
	line-height: 32px;
	padding-left: 150px;
	padding-right: 150px;
	margin-top: 50px;
}

.content .module.kundenstimmen .entry .text {
	margin-top: 0px;
	font-size: 33px;
	color: #797A80;
	line-height: 49px;
	font-weight: 300;
	padding-left: 150px;
	padding-right: 150px;
}

.content .module.kundenstimmen .entry .cite_start_icon {
	position: absolute;
	top: 0px;
	left: 50px;
}

.content .module.kundenstimmen .entry .cite_end_icon {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

@media only screen and (max-width : 1780px) {
	body {
		font-size: 16px;
		line-height: 28px;
	}
	
	.content-width {
		width: 1340px;
	}
	
	.header.small.content-width.content-padding {
		padding-left: calc(50% - 620px);
		padding-right: calc(50% - 620px);
	}
	
	.header .navigation ul > li {
		margin-right: 34px;
	}
	
	.footer .copyright {
		padding-top: 27px;
	}
	
	.footer .navigation ul {
		padding-top: 28px;
	}
	
	.slider {
		height: 580px;
	}
	
	/* Formatierter Text */

	/*** 1 Spalte */
	
	/*** 2 Spalten */

	/***** bild_text */
	
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column {
		width: 465px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column {
		width: 659px;
		margin-right: 0px;
	}

	/***** text_module */
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .left_column {
		width: 660px;
		padding-top: 0px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column {
		width: 455px;
		margin-top: 49px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column .column_module:nth-child(n+2) {
		margin-top: 76px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column .column_module h2 {
		margin-bottom: 22px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column .column_module > ul {
		list-style-position: inside;
		list-style-type: none;
		display: table;
		border-collapse: collapse;
		width: calc(100% - 28px);
		position: relative;
		left: 28px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column .column_module > ul.plus > li:before {
		content: "+";
		color: #009fe3;
		position: absolute;
		left: -28px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column .column_module > ul > li {
		display: table-row;
		border-bottom: 1px solid #009fe3;
		position: relative;
	}

	/***** text_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
		width: 780px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
		width: 350px;
	}

	/***** module_text */
	
	.content .module.formatierter_text .content.anz2spalten.module_text .body .left_column {
		width: 550px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column {
		width: 580px;
	}
	
	/***** textbreit_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .left_column {
		width: 860px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
		width: 250px;
	}

	
	/* Textbloecke Slider */
	.content .module.textblocke_slider .entry {
		max-width: 345px;
		margin-left: 50px;
		margin-right: 50px;
		display: inline-block;
	}
	
	/* Referenzen */
	
	.content .module.referenzen .referenzen-wrapper .referenz,
	.content .module.referenzen .referenzen-wrapper .gap {
	    width: 373px;
	    height: 248px;
	}
	
	.referenzen-overlay {
		width: 1240px;
		min-height: 660px;
	}

	.referenzen-overlay .image-wrapper {
		width: 660px;
	}
	
	.referenzen-overlay .text {
		width: 450px;
		margin-right: 50px;
		margin-bottom: 60px;
	}
	
	.referenzen-overlay .text .description .titel {
		margin-top: 60px;
	}
	
	/* Referenzenslider Slider */
	
	.content .module.referenzenslider .entry {
		max-width: 370px;
		height: 231px;
		margin-left: 50px;
		margin-right: 15px;
	}
	
	.content .module.referenzenslider .entry:last-child {
		margin-right: 50px;
	}

	/* Auflistung */	
	.content .module.auflistung .content .body .entry .left_column {
		width: 550px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image {
		height: 345px;
		width: 550px;
	}
	
	.content .module.auflistung .content .body .entry .right_column {
		width: 580px;
	}

	/* Kontaktformular */
	
	.content .module.kontaktformular .content .body .left_column {
		width: 690px;
	}
	
	.content .module.kontaktformular .content .body .right_column {
		margin-right: 36px;
		margin-top: 10px;
	}
	
	/* Ansprechpartner */
	.content .module.ansprechpartner .content {
		margin-bottom: -60px;
	}
	
	.content .module.ansprechpartner .content .ap-image {
		height: 345px;
		width: 550px;
		position: relative;
		float: left;
		margin-right: 140px;
		margin-bottom: 105px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(2n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
		margin-right: 0px;
	}
	
	/* Google Map */
	
	.content .module.google_map .content .map-canvas {
		width: 100%;
		height: 655px;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
		margin-left: calc(50% - 670px) !important;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
		margin-right: calc(50% - 670px) !important;
	}


	/* Kundenstimmen Slider */
	
	.content .module.kundenstimmen {
		padding-top: 72px;
		padding-bottom: 180px;
		margin-bottom: -80px;
	}
	
	.content .module.kundenstimmen .fade-left {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .fade-right {
		width: 30px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .entry {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 39px;
		padding-bottom: 7px;
		display: inline-block;
	}
	
	.content .module.kundenstimmen .entry:last-child {
		margin-right: 50px;
	}
	
	.content .module.kundenstimmen .entry .author {
		font-size: 16px;
		color: #797A80;
		line-height: 28px;
		padding-left: 150px;
		padding-right: 150px;
		margin-top: 50px;
	}
	
	.content .module.kundenstimmen .entry .text {
		margin-top: 0px;
		font-size: 28px;
		color: #797A80;
		line-height: 42px;
		font-weight: 300;
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.content .module.kundenstimmen .entry .cite_start_icon {
		position: absolute;
		top: 0px;
		left: 50px;
	}
	
	.content .module.kundenstimmen .entry .cite_end_icon {
		position: absolute;
		bottom: 0px;
		right: 50px;
	}
}

@media only screen and (max-width : 1340px) {

	.highlight-text {
		font-size: 28px;
		line-height: 42px;
	}
	
	.content-width {
		width: 1180px;
	}

	.content-padding {
		padding: 0px 30px;
	}
	
	.header.small.content-width.content-padding {
		padding-left: calc(50% - 560px);
		padding-right: calc(50% - 560px);
	}
	
	.header .navigation ul > li {
		margin-right: 24px;
	}
	
	/* Formatierter Text */

	/*** 1 Spalte */
	
	.content .module.formatierter_text .content.anz1spalte .body .text {
		padding: 75px;
	}
	
	.content .module.formatierter_text .content.anz1spalte .body .cta {
		margin-bottom: -10px;
	}
	
	/*** 2 Spalten */
	
	/***** bild_text */
	
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column {
		width: 415px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column {
		width: 620px;
	}

	/***** text_module */
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .left_column {
		width: 580px;
		padding-top: 0px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column {
		width: 455px;
		margin-top: 49px;
	}

	/***** text_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
		width: 690px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
		width: 350px;
	}

	/***** module_text */
	
	.content .module.formatierter_text .content.anz2spalten.module_text .body .left_column {
		width: 420px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column {
		width: 580px;
	}
	
	/***** textbreit_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .left_column {
		width: 740px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
		width: 250px;
	}
	
	/* Textbloecke Slider */
	.content .module.textblocke_slider .entry {
		max-width: 324px;
		margin-left: 30px;
		margin-right: 34px;
		display: inline-block;
	}
	
	/* Referenzen */
	
	.content .module.referenzen .referenzen-wrapper .referenz,
	.content .module.referenzen .referenzen-wrapper .gap {
	    width: 520px;
	    height: 345px;
	}
	
	.referenzen-overlay {
		width: 1180px;
		min-height: 660px;
	}
	
	.referenzen-overlay .image-wrapper {
		width: 1120px;
		height: 610px;
		position: relative;
	}
	
	.referenzen-overlay .image .nav-icons {
		position: relative;
		height: 100%;
		width: 100%;
	}
	
	.referenzen-overlay .hamburger-wrapper {
		z-index: 5;
		right: 40px;
		top: 48px;
	}
	
	.referenzen-overlay .text {
		width: 1120px;
		float: none;
		margin-left: 30px;
		margin-right: 0px;
		margin-bottom: 60px;
	}
	
	.referenzen-overlay .text .description {
		float: left;
		width: 560px;
		margin-left: 30px;
	}
	
	.referenzen-overlay .text .description .titel {
		margin-top: 76px;
	}
	
	.referenzen-overlay .text .list {
		float: right;
		width: 450px;
	}
	
	.referenzen-overlay .text .list h2 {
		margin-top: 93px;
	}
	
	/* Referenzenslider Slider */
	
	.content .module.referenzenslider .entry {
		max-width: 333px;
		height: 231px;
		margin-left: 30px;
		margin-right: 31px;
	}
	
	.content .module.referenzenslider .entry:last-child {
		margin-right: 30px;
	}

	/* Auflistung */	
	.content .module.auflistung .content .body .entry .left_column {
		width: 420px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image {
		height: 264px;
		width: 420px;
	}
	
	.content .module.auflistung .content .body .entry .right_column {
		width: 580px;
	}

	/* Kontaktformular */
	
	.content .module.kontaktformular .content .body .left_column {
		width: 590px;
	}
	
	.content .module.kontaktformular .content .body .right_column {
		margin-right: 86px;
		margin-top: 10px;
	}
	
	/* Ansprechpartner */
	.content .module.ansprechpartner .content {
		margin-bottom: -60px;
	}
	
	.content .module.ansprechpartner .content .ap-image {
		height: 345px;
		width: 530px;
		position: relative;
		float: left;
		margin-right: 60px;
		margin-bottom: 105px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(2n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
		margin-right: 0px;
	}
	
	/* Google Map */
	
	.content .module.google_map .content .map-canvas {
		width: 100%;
		height: 655px;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
		margin-left: calc(50% - 590px) !important;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
		margin-right: calc(50% - 590px) !important;
	}


	/* Kundenstimmen Slider */
	
	.content .module.kundenstimmen {
		padding-top: 72px;
		padding-bottom: 160px;
		margin-bottom: -80px;
	}
	
	.content .module.kundenstimmen .fade-left {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .fade-right {
		width: 30px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .entry {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 39px;
		padding-bottom: 7px;
		display: inline-block;
	}
	
	.content .module.kundenstimmen .entry:last-child {
		margin-right: 50px;
	}
	
	.content .module.kundenstimmen .entry .author {
		font-size: 16px;
		color: #797A80;
		line-height: 28px;
		padding-left: 80px;
		padding-right: 80px;
		margin-top: 50px;
	}
	
	.content .module.kundenstimmen .entry .text {
		margin-top: 0px;
		font-size: 28px;
		color: #797A80;
		line-height: 42px;
		font-weight: 300;
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.content .module.kundenstimmen .entry .cite_start_icon {
		position: absolute;
		top: 0px;
		left: 50px;
	}
	
	.content .module.kundenstimmen .entry .cite_end_icon {
		position: absolute;
		bottom: 0px;
		right: 50px;
	}
}

@media only screen and (max-width : 1180px) {
	body {
		font-size: 18px;
		line-height: 32px;
	}
	
	.content-width {
		width: 944px;
	}

	.content-padding {
		padding: 0px 40px;
	}
	
	.header.small.content-width.content-padding {
		padding-left: calc(50% - 432px);
		padding-right: calc(50% - 432px);
	}
	
	.header .navigation {
		display: none;
	}
	

	.header .hamburger-wrapper {
		display: block;
	}
	
	.mobile-navigation {
		display: block;
	}
	
	.header .hamburger-wrapper {
		float: right;
		margin-right: -15px;
		margin-top: 23px;
		transition:margin-top ease-in-out .15s, right ease-in-out .15s;
		-webkit-transition:margin-top ease-in-out .15s, right ease-in-out .15s;
		-moz-transition:margin-top ease-in-out .15s, right ease-in-out .15s;
		-o-transition:margin-top ease-in-out .15s, right ease-in-out .15s;
		position: absolute;
		right: calc(50% - 432px);
	}
	
	.header.small .hamburger-wrapper {
		right: calc(50% - 432px);
	}
	
	.header.small .hamburger-wrapper {
		margin-top: 10px;
	}
	
	.header .hamburger-wrapper .hamburger {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}
	
	.header .hamburger-wrapper .hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	
	.header .hamburger-wrapper .hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	
	.header .hamburger-wrapper .hamburger-inner,
	.header .hamburger-wrapper .hamburger-inner::before,
	.header .hamburger-wrapper .hamburger-inner::after {
		width: 40px;
		height: 3px;
		background-color: #009fe3;
		border-radius: 0px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	
	.header .hamburger-wrapper .hamburger-inner::before,
	.header .hamburger-wrapper .hamburger-inner::after {
		content: "";
		display: block;
	}
	
	.header .hamburger-wrapper .hamburger-inner::before {
		top: -10px;
	}
	
	.header .hamburger-wrapper .hamburger-inner::after {
		bottom: -10px;
	}
	
	.header .hamburger-wrapper .hamburger--squeeze .hamburger-inner {
		transition-duration: 0.1s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	
	.header .hamburger-wrapper .hamburger--squeeze .hamburger-inner::before {
		transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	}
	
	.header .hamburger-wrapper .hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
		
	.header .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.header .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	}
	
	.header .hamburger-wrapper .hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.mobile-navigation {
		position: fixed;
		top: -5000px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		background-color: #fafafa;
		z-index: 95;
		transition:top ease-in-out .45s;
		-webkit-transition:top ease-in-out .45s;
		-moz-transition:top ease-in-out .45s;
		-o-transition:top ease-in-out .45s;
	}
	
	.mobile-navigation.show {
		top: 100px !important;
	}

	.mobile-navigation.fixed {
		position: absolute;
	}
	
	.header.small + .mobile-navigation.show {
		top: 70px !important;
	}
	
	.mobile-navigation .address {
		float: left;
		margin-top: 74px;
		margin-bottom: 35px;
	}
	
	.mobile-navigation .address a:link,
	.mobile-navigation .address a:visited {
		opacity: 0.5;
		color: #17171A;
		text-decoration: none;
	}

	.mobile-navigation .address a:hover,
	.mobile-navigation .address a:active {
		opacity: 1;
	}
	
	.mobile-navigation .address span {
		width: 84px;
		display: inline-block;
	}
	
	.mobile-navigation .navigation {
		margin-top: 35px;
		margin-bottom: 35px;
		float: right;
	}
	
	.mobile-navigation .navigation ul {
		list-style-type: none;
	}

	.mobile-navigation .navigation ul > li:nth-child(n+7) {
		display: none;
	}
	
	.mobile-navigation .navigation a:link,
	.mobile-navigation .navigation a:visited {
		opacity: 1;
		color: #797A80;
		font-size: 28px;
		font-weight: 300;
		line-height: 50px;
		text-decoration: none;
	}
	
	.mobile-navigation .navigation a:hover,
	.mobile-navigation .navigation a:active,
	.mobile-navigation .navigation ul li.current-menu-item a {
		color: #4E4641;
	}
	
	.footer .navigation ul {
		padding-top: 28px;
	}
	
	.slider {
		height: 580px;
	}
	
	/* Formatierter Text */

	/*** 1 Spalte */
	
	.content .module.formatierter_text .content.anz1spalte .body .text {
		padding: 50px;
	}
	
	.content .module.formatierter_text .content.anz1spalte .body .cta {
		margin-bottom: -40px;
	}
	
	/*** 2 Spalten */
	
	/***** bild_text */
	
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column {
		width: 338px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column {
		width: 476px;
		margin-right: 0px;
	}

	/***** text_module */
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .left_column {
		width: 100%;
		padding-top: 0px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column {
		width: 100%;
		margin-top: 92px;
	}

	/***** module_text */
	
	.content .module.formatierter_text .content.anz2spalten.module_text .body .left_column {
		width: 378px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column {
		width: 413px;
	}
	
	/***** textbreit_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .left_column {
		width: 513px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
		width: 250px;
	}
	
	/* Textbloecke Slider */
	.content .module.textblocke_slider .entry {
		max-width: 360px;
		margin-left: 40px;
		margin-right: 72px;
		display: inline-block;
	}

	/***** text_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
		width: 565px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
		width: 240px;
	}
	
	/* Referenzen */
	
	.content .module.referenzen .referenzen-wrapper .referenz,
	.content .module.referenzen .referenzen-wrapper .gap {
	    width: 402px;
	    height: 267px;
	}
	
	.referenzen-overlay {
		width: 944px;
		min-height: 660px;
	}
	
	.referenzen-overlay .image-wrapper {
		width: 884px;
		height: 520px;
		top: 0px;
		margin-top: 30px;
	}
	
	.referenzen-overlay .text {
		width: 824px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 60px;
	}
	
	.referenzen-overlay .text .description {
		width: 824px;
		margin-top: 0px;
		float: none;
	}
	
	.referenzen-overlay .text .description .titel {
		margin-top: 42px;
	}
	
	.referenzen-overlay .text .list {
		float: none;
		width: 824px;
		margin-left: 30px;
		margin-bottom: 15px;
	}
	
	.referenzen-overlay .text .list h2 {
		margin-top: 50px;
	}
	
	.content .module.referenzen .title-text {
		display: none;
	}

	.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-left,
	.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-right {
		display: block;
		position: absolute;
		top: 0px;
		height: 100%;
		width: 8px;
		z-index: 2;
	}
	
	.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-left {
		left: 0px;
		background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(250,250,250,0)));
		background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
		background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
		background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
		background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
	}
	
	.content .module.referenzen .title-wrapper .bg-wrapper.swiper-container .fade-right {
		right: 0px;
		background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
	}
	
	.content .module.referenzen .title-actions.swiper-wrapper {
		width: 100%;
		margin-left: 10px;
	}
	
	.content .module.referenzen span.catfilter.swiper-slide {
		width: auto;
	}
	
	/* Referenzenslider Slider */
	
	.content .module.referenzenslider .entry {
		max-width: 270px;
		height: 231px;
		margin-left: 28px;
		margin-right: 0px;
	}
	
	.content .module.referenzenslider .entry:first-child {
		margin-left: 40px;
	}
	
	.content .module.referenzenslider .entry:last-child {
		margin-right: 28px;
	}

	/* Auflistung */	
	.content .module.auflistung .content .body .entry .left_column {
		width: 380px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image {
		height: 238px;
		width: 380px;
	}
	
	.content .module.auflistung .content .body .entry .right_column {
		width: 412px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev:hover {
		left:0px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.next:hover {
		right:0px;
	}

	/* Kontaktformular */
	
	.content .module.kontaktformular .content .body .left_column input[type="text"],
	.content .module.kontaktformular .content .body .left_column input[type="email"],
	.content .module.kontaktformular .content .body .left_column input[type="tel"] {
		float: none;
		width: 100%;
	}
	
	.content .module.kontaktformular .content .body .left_column {
		width: 460px;
	}
	
	.content .module.kontaktformular .content .body .right_column {
		width: 270px;
		margin-right: 46px;
		margin-top: 44px;
	}
	
	/* Ansprechpartner */
	.content .module.ansprechpartner .content {
		margin-bottom: -60px;
	}
	
	.content .module.ansprechpartner .content .ap-image {
		height: 345px;
		width: 400px;
		position: relative;
		float: left;
		margin-right: 63px;
		margin-bottom: 105px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(2n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
		margin-right: 0px;
	}
	
	/* Google Map */
	
	.content .module.google_map .content .map-canvas {
		width: 100%;
		height: 655px;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
		margin-left: calc(50% - 472px) !important;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
		margin-right: calc(50% - 472px) !important;
	}


	/* Kundenstimmen Slider */
	
	.content .module.kundenstimmen {
		padding-top: 72px;
		padding-bottom: 160px;
		margin-bottom: -80px;
	}
	
	.content .module.kundenstimmen .fade-left {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .fade-right {
		width: 30px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .entry {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 76px;
		padding-bottom: 7px;
		display: inline-block;
	}
	
	.content .module.kundenstimmen .entry:last-child {
		margin-right: 50px;
	}
	
	.content .module.kundenstimmen .entry .author {
		font-size: 18px;
		color: #797A80;
		line-height: 32px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 50px;
	}
	
	.content .module.kundenstimmen .entry .text {
		margin-top: 0px;
		font-size: 28px;
		color: #797A80;
		line-height: 42px;
		font-weight: 300;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.content .module.kundenstimmen .entry .cite_start_icon {
		position: absolute;
		top: 0px;
		left: 50px;
	}
	
	.content .module.kundenstimmen .entry .cite_end_icon {
		position: absolute;
		bottom: 0px;
		right: 50px;
	}
	
}

@media only screen and (max-width : 944px) {
	
	.content-width {
		width: 688px;
	}

	.content-padding {
		padding: 0px 40px;
	}
	
	.header.small.content-width.content-padding {
		padding-left: calc(50% - 304px);
		padding-right: calc(50% - 304px);
	}
	
	.header .hamburger-wrapper {
		right: calc(50% - 304px);
	}
	
	.header.small .hamburger-wrapper {
		right: calc(50% - 304px);
	}

	
	.header .navigation ul > li {
		margin-right: 34px;
	}

	.mobile-navigation .navigation ul > li:nth-child(n+7) {
		display: block;
	}

	.footer .navigation ul > li:first-child {
		display: none;
	}
	
	.footer .navigation ul {
		padding-top: 28px;
	}
	
	.slider {
		height: 435px;
	}
	
	.content .module:first-child {
		padding-top: 100px;
	}
	
	.content .module .content > .title-wrapper {
		padding: 0px;
	}
	
	/* Formatierter Text */

	/*** 1 Spalte */
	.content .module.formatierter_text .content.anz1spalte .body .text {
		font-size: 28px;
		line-height: 42px;
	} 
	
	/*** 2 Spalten */
	
	/***** bild_text */
	
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .left_column {
		width: 100%;
	}
		
	.content .module.formatierter_text .content.anz2spalten.bild_text .body .right_column {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	/***** text_module */
	
	.content .module.formatierter_text .content.anz2spalten.text_module .body .right_column {
		margin-bottom: 0px;
	}

	/***** module_text */
	
	.content .module.formatierter_text .content.anz2spalten.module_text .body .left_column {
		width: 100%;
		float: none;
		margin-top: 72px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.module_text .body .right_column {
		width: 100%;
		float: none;
		margin-top: 23px;
	}
	
	/***** textbreit_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .left_column {
		width: 100%;
		float: none;
	}
		
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
		width: 100%;
		float: none;
		margin-top: 85px;
	}
	
	/* Textbloecke Slider */
	.content .module.textblocke_slider .entry {
		max-width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
		display: inline-block;
	}

	/***** text_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
		width: 100%;
		float: none;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column .column_module:first-child {
		margin-top: 39px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column .address {
		display: none;
	}
	
	/* Referenzen */
	
	.content .module.referenzen .referenzen-wrapper {
		margin-bottom: -90px;
	}
	
	.content .module.referenzen .referenzen-wrapper .referenz,
	.content .module.referenzen .referenzen-wrapper .gap {
	    width: 100%;
	    height: 0px;
	    padding-top: 66.34%;
	}
	
	.content .module.referenzen .referenzen-wrapper .gap {
		padding: 0px;
	}
	
	.referenzen-overlay {
		width: calc(100% - 80px);
	}
	
	.referenzen-overlay .image-wrapper {
		width: calc(100% - 60px);
		height: auto;
	}
	
	.referenzen-overlay .image {
		width: 100%;
		height: 0px;
		padding-top: 61.66%;
		position: static;
	}
	
	.referenzen-overlay .text {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 60px;
	}
	
	.referenzen-overlay .text .description {
		width: 100%;
		margin: 0px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.referenzen-overlay .text .description .titel {
		margin-top: 50px;
	}
	
	.referenzen-overlay .text .list {
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* Referenzenslider Slider */
	
	.content .module.referenzenslider .entry {
		max-width: 284px;
		height: 231px;
		margin-left: 38px;
		margin-right: 18px;
	}
	
	.content .module.referenzenslider .entry:first-child {
		margin-left: 40px;
	}
	
	.content .module.referenzenslider .entry:last-child {
		margin-right: 40px;
	}

	/* Auflistung */	
	.content .module.auflistung .content .body .entry .left_column {
		width: 100%;
		float: none;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image {
		height: 0px;
		padding-top: 62.8%;
		width: 100%;
	}
	
	.content .module.auflistung .content .body .entry .right_column {
		width: 100%;
		margin-top: 72px;
		float: none;
	}

	/* Kontaktformular */
	
	.content .module.kontaktformular .content .body .left_column input[type="text"],
	.content .module.kontaktformular .content .body .left_column input[type="email"],
	.content .module.kontaktformular .content .body .left_column input[type="tel"] {
		float: none;
		width: 100%;
	}
	
	.content .module.kontaktformular .content .body .left_column {
		width: 100%;
		float: none;
	}
	
	.content .module.kontaktformular .content .body .right_column {
		width: 100%;
		margin-right: 0px;
		margin-top: 44px;
	}
	
	/* Ansprechpartner */
	.content .module.ansprechpartner .content {
		margin-bottom: -60px;
	}
	
	.content .module.ansprechpartner .content .ap-image {
		height: auto;
		width: 100%;
		position: relative;
		float: left;
		margin-right: 63px;
		margin-bottom: 105px;
		padding-top: 56.84%;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(2n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
		margin-right: 0px;
	}
	
	/* Google Map */
	
	.content .module.google_map .content .map-canvas {
		width: 100%;
		height: 655px;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
		margin-left: calc(50% - 344px) !important;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
		margin-right: calc(50% - 344px) !important;
	}

	/* Impressum */
	.content.impressum .module {
		background-color: #e6e6e6;
	}
	
	.content.impressum .module .content .body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	
	.content.impressum .module h1 {
		margin-top: 94px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.content.impressum .module .left_column {
		margin-top: 0px !important;
		padding-top: 50px !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.content.impressum .module .right_column {
		padding-top: 50px !important;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.content.impressum .module .right_column p + h2 {
		padding-top: 76px !important;
	}
	
	.content.impressum .module .right_column h2 + p {
		padding-top: 26px;
	}


	/* Kundenstimmen Slider */
	
	.content .module.kundenstimmen {
		padding-top: 72px;
		padding-bottom: 160px;
		margin-bottom: -80px;
	}
	
	.content .module.kundenstimmen .fade-left {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .fade-right {
		width: 30px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 3;
	}
	
	.content .module.kundenstimmen .entry {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 76px;
		padding-bottom: 7px;
		display: inline-block;
	}
	
	.content .module.kundenstimmen .entry:last-child {
		margin-right: 50px;
	}
	
	.content .module.kundenstimmen .entry .author {
		font-size: 18px;
		color: #797A80;
		line-height: 32px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 50px;
	}
	
	.content .module.kundenstimmen .entry .text {
		margin-top: 0px;
		font-size: 28px;
		color: #797A80;
		line-height: 42px;
		font-weight: 300;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.content .module.kundenstimmen .entry .cite_start_icon {
		position: absolute;
		top: 0px;
		left: 30px;
		width: 35px;
	}
	
	.content .module.kundenstimmen .entry .cite_end_icon {
		position: absolute;
		bottom: 8px;
		right: 30px;
		width: 35px;
	}
}

@media only screen and (max-width : 688px) {
	
	.content-width {
		width: 100%;
	}

	.content-padding {
		padding: 0px 25px;
	}
	
	.header {
		height: 70px;
	}
	
	.header.small.content-width.content-padding {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.header .hamburger-wrapper {
		right: 25px;
	}
	
	.header.small .hamburger-wrapper {
		right: 25px;
	}
	
	.header .logo img {
		width: 180px;
	}
	
	.header .navigation ul > li {
		margin-right: 34px;
	}
	
	.mobile-navigation .navigation ul > li {
		text-align: right;
	}
	
	.mobile-navigation .navigation ul > li:last-child {
		display: list-item;
	}
	
	.mobile-navigation .address {
		display: none;
	}
	
	.mobile-navigation .navigation {
		float: none;
		font-size: 22px;
		margin-top: 45px;
		margin-bottom: 45px;
	}
	
	.mobile-navigation .navigation a:link {
		font-size: 22px;
		line-height: 40px;
	}
	
	.footer .copyright {
		width: 100%;
		text-align: center;
		padding-top: 24px;
	}
	
	.footer .navigation {
		display: none;
	}

	.footer .navigation ul > li:first-child {
		display: none;
	}
	
	.footer .navigation ul {
		padding-top: 28px;
	}
	
	.slider {
		height: auto;
		padding-top: 70px;
	}
	
	.slider .background {
		height: 250px;
		position: static;
	}
	
	.slider .title-wrapper {
		height: auto;
		position: static;
	}
	
	.slider .title-wrapper .title-text {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	.slider .title-wrapper .action-icon.right {
		position: absolute;
		padding: 0px;
		margin: 0px;
		top: 257px;
		right: 25px;
	}
	
	.slider .title-wrapper a:hover + a .action-icon.right,
	.slider .title-wrapper a:active + a .action-icon.right,
	.slider .title-wrapper a:hover .action-icon.right,
	.slider .title-wrapper a:active .action-icon.right {
		right: 15px;
	}
	
	.slider .title-wrapper .action-icon.down {
		position: absolute;
		padding: 0px;
		margin: 0px;
		top: 227px;
		right: 25px;
	}
	
	.slider .title-wrapper a:hover + a .action-icon.down,
	.slider .title-wrapper a:active + a .action-icon.down,
	.slider .title-wrapper a:hover .action-icon.down,
	.slider .title-wrapper a:active .action-icon.down {
		top: 237px;
	}
	
	.content .module:first-child {
		padding-top: 75px;
	}
	
	.content .module .content .title-wrapper {
		position: absolute;
		top: -22px;
		background-color: #fafafa;
		width: calc(100% - 50px);
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}
	
	/* Formatierter Text */
	
	.content .module.formatierter_text .cta a:link,
	.content .module.formatierter_text .cta a:visited,
	.content .module.auflistung .cta a:link,
	.content .module.auflistung .cta a:visited {
		background-color: rgba(0,159,227, 0.5);
		padding: 1px 15px;
		margin-right: 0px;
		margin-bottom: 10px;
		display: block;
		background-image: url('assets/pfeil-rechts.svg');
		background-repeat: no-repeat;
		background-position: calc(100% - 15px) center;
		background-size: 38px;
	}
	
	.content .module.formatierter_text .cta a:hover,
	.content .module.formatierter_text .cta a:active,
	.content .module.auflistung .cta a:hover,
	.content .module.auflistung .cta a:active {
		background-color: rgba(0,159,227, 1);
	}

	/*** 1 Spalte */
	.content .module.formatierter_text .content.anz1spalte .body .text {
		padding: 25px;
	}
	
	.content .module.formatierter_text .content.anz1spalte .body .cta a {
		background-image: none;
	}
	
	/*** 2 Spalten */
	
	.content .module.formatierter_text .content.anz2spalten .body .left_column {
		width: 100%;
	}
		
	.content .module.formatierter_text .content.anz2spalten .body .right_column {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 80px;
	}
	
	/***** textbreit_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.textbreit_moduleschmal .body .right_column {
		margin-top: 60px;
		margin-bottom: 0px;
	}
	
	/* Textbloecke Slider */
	.content .module.textblocke_slider .entry {
		max-width: calc(100% - 50px);
		margin-left: 25px;
		margin-right: 25px;
		display: inline-block;
	}
	
	.content .module.textblocke_slider .fade-left {
		width: 20px;
	}
	
	.content .module.textblocke_slider .fade-right {
		width: 20px;
	}

	/***** text_moduleschmal */
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .left_column {
		width: 100%;
		float: none;
		padding-top: 0px;
	}
		
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column .column_module:first-child {
		margin-top: 59px;
	}
	
	.content .module.formatierter_text .content.anz2spalten.text_moduleschmal .body .right_column .address {
		display: block;
	}
	
	/* Referenzen */
	
	.content .module.referenzen {
		padding-top: 75px;
	}
	
	.content .module.referenzen .title-wrapper {
		padding: 0px;
	}
	
	.content .module.referenzen .referenzen-wrapper {
		margin-bottom: -90px;
	}
	
	.content .module.referenzen .referenzen-wrapper .referenz,
	.content .module.referenzen .referenzen-wrapper .gap {
	    width: 100%;
	    height: 0px;
	    padding-top: 66.34%;
	}
	
	.content .module.referenzen .referenzen-wrapper .referenz {
		margin-bottom: 120px;
	}
	
	.content .module.referenzen .referenzen-wrapper .gap {
		padding: 0px;
	}
	
	.content .module.referenzen .referenzen-wrapper .referenz .title {
		padding: 25px 67px 23px 19px;
		left: 0px;
		bottom: -80px;
	}

	.content .module.referenzen .referenzen-wrapper .referenz .title h2 {
		font-size: 18px;
		line-height: 32px;
	}
	
	.content .module.referenzen .referenzen-wrapper .referenz .title .action-icon img {
		width: 37px;
		height: 30px;
	}
	
	.referenzen-overlay {
		width: calc(100% - 20px);
	}
	
	.referenzen-overlay .hamburger-wrapper {
		top: 10px;
		right: 0px;
		opacity: 1;
	}
	
	.referenzen-overlay .image-wrapper {
		width: calc(100% - 10px);
		height: auto;
		left: 5px;
		margin-top: 5px;
	}
	
	.referenzen-overlay .image-wrapper .nav-icons {
		position: absolute;
		height: 80px;
		left: 0px;
		right: 0px;
		bottom: -80px;
		background-color: rgba(0,159,227,0.80);
	}
	
	.referenzen-overlay .image-wrapper .nav-icons svg polygon {
		fill: white;
		opacity: 1;
	}
	
	.referenzen-overlay .image-wrapper .nav-icons .prev,
	.referenzen-overlay .image-wrapper .nav-icons .next {
		opacity: 1;
	}
	
	.referenzen-overlay .image-wrapper .nav-icons .prev.hide,
	.referenzen-overlay .image-wrapper .nav-icons .next.hide {
		opacity: 0;
	}
	
	.referenzen-overlay .image {
		width: 100%;
		height: 0px;
		padding-top: 61.66%;
		position: static;
	}
	
	.referenzen-overlay .text {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 60px;
		margin-top: 130px;
	}
	
	.referenzen-overlay .text .description {
		width: 100%;
		margin: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.referenzen-overlay .text .description .titel {
		margin-top: 50px;
	}
	
	.referenzen-overlay .text .list {
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Referenzenslider Slider */
	
	
	.content .module.referenzenslider .entry {
		max-width: calc(100% - 50px);
		height: auto;
		margin-left: 25px;
		margin-right: 25px !important;
	}
	
	.content .module.referenzenslider .entry:first-child {
		margin-left: 25px;
	}
	
	.content .module.referenzenslider .entry:last-child {
		margin-right: 25px;
	}
	
	.content .module.referenzenslider .entry .mobile-spacer {
		width: 100%;
		height: 0px;
		padding-top: 85.87%;
	}
	
	.content .module.referenzenslider .entry .title-wrapper {
		background-color: transparent;
	}

	/* Auflistung */	
	.content .module.auflistung .content .body .entry .left_column {
		width: 100%;
		float: none;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image {
		height: auto;
		width: 100%;
		padding-top: 0%;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .background {
		width: 100%;
		height: 0px;
		padding-top: 74%;
		position: static;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel {
		position: static;
		padding: 25px 20px;
		
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel.nav {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel.nav svg {
		width: 37px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel .icons.nav svg.prev {
		margin-right: 10px;
	}
	
	.content .module.auflistung .content .body .entry .left_column .image .titel.download {
		padding-top: 21px;
		padding-bottom: 21px;
	}
	
	.content .module.auflistung .content .body .entry .right_column {
		width: 100%;
		margin-top: 44px;
		float: none;
	}

	/* Kontaktformular */
	
	.content .module.kontaktformular .content .body .left_column input[type="text"],
	.content .module.kontaktformular .content .body .left_column input[type="email"],
	.content .module.kontaktformular .content .body .left_column input[type="tel"] {
		float: none;
		width: 100%;
	}
	
	.content .module.kontaktformular .content .body .left_column input[type="submit"] {
		width: 100%;
		text-align: center;
		float: none;
		border-radius: 0px;
		display: inline-block;
	}
	
	.content .module.kontaktformular .content .body .left_column {
		width: 100%;
		float: none;
	}
	
	.content .module.kontaktformular .content .body .right_column {
		width: 100%;
		margin-right: 0px;
		margin-top: 74px;
	}
	
	/* Ansprechpartner */
	.content .module.ansprechpartner .content {
		margin-bottom: -75px;
	}
	
	.content .module.ansprechpartner .content .ap-image {
		height: auto;
		width: 100%;
		position: relative;
		float: none;
		margin-right: 63px;
		margin-bottom: 75px;
		padding-top: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image .background {
		width: 100%;
		height: auto;
		padding-top: 111.11%;
		position: static;
	}
	
	.content .module.ansprechpartner .content .ap-image .titel {
		position: static;
		padding: 20px 20px 30px 20px;
	}
	
	.content .module.ansprechpartner .content .ap-image .titel .text {
		width: 100%;
		float: none;
	}
	
	.content .module.ansprechpartner .content .ap-image .titel .icons {
		float: none;
	}

	.content .module.ansprechpartner .content .ap-image .titel .icons span {
		display: inline;
	}

	.content .module.ansprechpartner .content .ap-image .titel .icons a:link,
	.content .module.ansprechpartner .content .ap-image .titel .icons a:visited {
		color: #F9A6AB;
		text-decoration: none;
	}

	.content .module.ansprechpartner .content .ap-image .titel .icons a:hover,
	.content .module.ansprechpartner .content .ap-image .titel .icons a:active {
		color: #fafafa;
	}

	.content .module.ansprechpartner .content .ap-image .titel .icons img {
		display: none;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(2n) {
		margin-right: 0px;
	}
	
	.content .module.ansprechpartner .content .ap-image:nth-child(4n) {
		margin-right: 0px;
	}
	
	/* Google Map */
	
	.content .module.google_map .content .map-canvas {
		width: 100%;
		height: 350px;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="left: 0px"]{
		margin-left: 0px !important;
	}
	
	.content .module.google_map .content .map-canvas div[style*="bottom: 0px"][style*="right: 0px"]{
		margin-right: 0px !important;
	}

	/* Impressum */


	
	.content.impressum .module h1 {
		margin-top: 69px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.content.impressum .module .left_column {
		margin-top: 0px !important;
		padding-top: 50px !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.content.impressum .module .right_column {
		padding-top: 50px !important;
		margin-bottom: 0px !important;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.content.impressum .module .right_column p + h2 {
		padding-top: 76px !important;
	}
	
	.content.impressum .module .right_column h2 + p {
		padding-top: 26px;
	}
}