body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-800 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Fira Sans ExtraBold'), local('FiraSans-ExtraBold'),
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/hofmann/layout/fonts/fira-sans-v10-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

.block {
	overflow: visible;
}

body {
	font-size: 16px;
	--flieder: #a32981;
	--darkflieder: #8d2699;
	--rotflieder: #8c2a43;
	--karminrot: #a33129;
	--orange: #a33f26;
	--grey: #dadada;
	--darkgrey: #575756;
	--black: #000000;
	--white: #ffffff;
	overflow-x: hidden;
}

.cc2 {
	column-count: 2;
	column-gap: 4%;
}

.cc3 {
	column-count: 3;
	column-gap: 4%;
}

.inner {
	width: 96%;
	max-width: 1360px;
	margin: 0 auto;
}

.mb100 {
	margin-bottom: 100px;
}

p, li, a, td, input, button {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--darkgrey)
}
 
p, table {
	margin-bottom: 12px;
}

#container li {
	margin-left: 20px;
	list-style: none;
	position: relative;
}

#container .ce_text .text li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: var(--flieder);
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 10px;
}

h1, h2, h3, h4 { 
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
}

h1, h2 {
	font-size: 2rem;
	line-height: 2.75rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	color: var(--flieder); 
	font-weight: 600; 
	letter-spacing: 2px;   
}

h3 { 
	font-size: 1.35rem;
	line-height: 1.5rem;
	margin-bottom: 1.35rem;
	text-transform: uppercase;
	color: var(--darkgrey);
	letter-spacing: 2px;
}

h4 { 
	font-size: 1.25rem;
	line-height: 1.35rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	color: var(--darkgrey);
	letter-spacing: 1px;
}

figure img {
	vertical-align: bottom;
}

.border {
	border: 1px solid var(--rotflieder);
	border-radius: 30px;
}

.flex .inner,
.flexdirect {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.w25 {width: 22%;}
.w33 {width: 30.666%;}
.w50 {width: 48%;}
.w66 {width: 65.333%;}
.w75 {width: 74%;}
.w100 {width: 100%;}

.ta-right {
	text-align: right;
}

.ta-center {
	text-align: center;
}

.bg-flieder {
	background: var(--flieder);
}

.bg-flieder p,
.bg-flieder a,
.bg-flieder li {
	color: var(--white);
}

.bg-darkflieder {
	background: var(--darkflieder);
}

.bg-darkflieder p,
.bg-darkflieder a,
.bg-darkflieder li {
	color: var(--white);
}

#container .mod_article:not(.article_anfahrt) {
	margin: 100px 0 0 0;
}

.buttonwrapper .text {
	display: flex;
	justify-content: flex-end;
}

.buttonwrapper .text p {
	margin-left: 20px;
}

.article_kontaktinformationen .inner {
	justify-content: flex-end;
	padding: 10px 0;
}

.kontakt ul
.article_kontaktinformationen .inner ul {
	display: flex;
}

.kontakt ul li,
.article_kontaktinformationen .inner ul li {
	list-style: none;
	line-height: 26px;
	margin-left: 20px;
}

.kontakt ul li {
	line-height: 36px;
}

.kontakt ul li img,
.article_kontaktinformationen .inner ul li img {
	margin-right: 10px;
	width: 26px;
	height: auto;
	vertical-align: middle;
}

.article_logoleiste .inner {
	align-items: flex-end;
	padding: 30px 0;
}

.article_logoleiste .inner img {
	max-width: 200px;
	height: auto;
}

.article_slider {
	position: relative;
	background: url('../../files/koehler/img/Fotolia_73488967_L.jpg') no-repeat center center;
	background: url('../../files/koehler/img/header1.jpg') no-repeat center center;
}

.article_slider .inner:before,
.article_slider .inner:after {
	content: '';
	height: 100%;
	width: calc(50vw - 780px);
	background: rgba(255, 255, 255, .85);
	top: 0;
}

.article_slider .inner:before {left: 0; transform: translateX(-100%);}
.article_slider .inner:after {right: 0; transform: translateX(-100%);}

.article_slider .inner {
	height: 0;
	padding-bottom: 35%;
	position: relative;
}

.article_slider_v2 {
	position: relative;
}

.article_slider_v2 .wrapper,
.article_slider .wrapper {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
} 

.article_slider_v2 .wrapper {
	width: 96%;
	max-width: 1360px;
	left: 50%;
	transform: translateX(-50%);
}

.article_slider_v2 .slick-dots {
	display: none!important;
}

.button a {
	max-width: 320px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #8d2699;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#a32981),color-stop(1,#8d2699));
    background: -ms-linear-gradient(bottom,#a32981,#8d2699);
    background: -moz-linear-gradient(center bottom,#a32981 0%,#8d2699 100%);
    background: -o-linear-gradient(#8d2699,#a32981);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d2699', endColorstr='#a32981', GradientType=0);
    border: 1px solid #afafaf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #383838;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    padding: 8px 40px;
    margin: 5px 0 12px;
    display: inline-block;
    text-decoration: none;
}

.button a:hover {
	text-decoration: none;
    background: #a32981;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#a32981),color-stop(1,#a32981));
    background: -ms-linear-gradient(bottom,#a32981,#a32981);
    background: -moz-linear-gradient(center bottom,#a32981 0%,#a32981 100%);
    background: -o-linear-gradient(#a32981,#a32981);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32981', endColorstr='#a32981', GradientType=0);
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.article_slider .button a {
	display: block;
}

.article_infoboxen .news,
.article_infoboxen .oeffnungszeiten > * {
	padding: 20px;
}

.article_infoboxen .news {
	margin-top: 100px;
}

.article_infoboxen .oeffnungszeiten {
	display: flex;
	flex-direction: column;
}

.article_infoboxen .oeffnungszeiten .bottom {
	border-top: 3px solid var(--rotflieder);
	background: rgba(87, 87, 86, .2);
	border-radius: 0 0 30px 30px;
	flex-grow: 1;
}

.article_infoboxen table tr td {
	vertical-align: top; 
}

.article_infoboxen table tr td:first-child {
	width: 80px!important;
}

.article_infoboxen table tr td:last-child {
	width: calc(100% - 80px)!important;
}

.article_infoboxen .content {
	width: calc(100% - 444px);
}

.article_infoboxen .content:nth-of-type(3) {
	margin-top: 2rem;
}

.article_infoboxen .iframe {
	width: 414px;
}

@media (max-width: 1023px) {
	.article_infoboxen .content {
		width: 100%;
	}

	.article_infoboxen .iframe {
		width: 100%;
	}

	.article_infoboxen .iframe > * {
		margin: 0 auto;
	}
}

.article_team .w50 {
	width: 50%;
	display: flex;
}

.article_team .w50:nth-of-type(4n+3),
.article_team .w50:nth-of-type(4n) {
	flex-direction: row-reverse;
}

.article_team .w50 figure,
.article_team .w50 .text {
	width: 50%;
}

.article_team .w50:not(.gap) .text {
	padding: 30px;
}

.article_anfahrt {
	position: relative;
}

.article_anfahrt .iframewrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 
	z-index: -1;
}

.article_anfahrt .ce_text {
	margin-left: 67%;
	width: 33%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.85);
	z-index: 10;
	padding: 30px;
}

.slick-dots {
	display: flex;
	justify-content: center;
}

.slick-dots li {
	margin-left: 3px;
	margin-right: 3px;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	border: 2px solid var(--flieder);
	border-radius: 50%;
	background: var(--white);
	overflow: hidden;
	text-indent: -100000px;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: var(--flieder);
}

.slick-dots button:focus {
	outline: none;
}

footer {
}

footer nav ul {
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

footer nav li {
	list-style: none;
	margin: 0 10px;
}

footer nav li a {
	text-decoration: none;
}

footer nav li a:hover {
	font-weight: 600;
}

@media all and (max-width: 1360px) {
	.article_slider_v2 .ce_slick-slider {
		width: 150%;
		margin-left: -25%;
	}
}

@media all and (max-width: 1023px) {
	.w50 {
		width: 100%;
	}

	.w50 .w50 {width: 48%;}

	.article_slider .inner {
		padding-bottom: 60%;
	}

	.article_slider_v2 .ce_slick-slider {
		width: 100%;
		margin-left: 0%;
	}

	.article_slider_v2 .wrapper {
		position: relative;
		bottom: inherit;
		padding-top: 50px;
	}

	.article_infoboxen .oeffnungszeiten {
		margin-bottom: 50px;
	}

	.article_anfahrt {
		display: flex;
		flex-direction: column-reverse;
	}

	.article_anfahrt .ce_text {
		width: 100%;
		margin-left: 0;
	}

	.article_anfahrt .iframewrapper {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56%;
	}

	.w25 {width: 30.666%;}
	.w75 {width: 65.333%;}
}

@media all and (max-width: 767px) {
	.article_slider .inner {
		padding-bottom: 80%;
	}

	.w25 {width: 100%;}
	.w33 {width: 100%;}
	.w75 {width: 100%;}

	.cc2, .cc3 {
		column-count: 1;
	}

	.article_slider .wrapper .w25 .text {
		display: flex;
	}

	.article_slider .wrapper .w25 .text p {
		margin-right: 20px;
	}

	.article_team .inner > .w50 {
		width: 100%;
	}

	.article_team .w50:nth-of-type(4n+3),
	.article_team .w50:nth-of-type(4n) {
		flex-direction: row;
	}

	.article_team .w50:nth-of-type(2n+2) {
		flex-direction: row-reverse;
	}

	.article_team .w50:not(.gap) .text {
		padding: 10px;
	}

	.leistungen .w33 {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 680px) {
	.article_anfahrt .iframewrapper {
		padding-bottom: 100%;
	}

	.article_slider_v2 .ce_slick-slider {
		width: 200%;
		margin-left: -50%;
	}
}

@media all and (max-width: 500px) {
	h1, h2 {
    	font-size: 1.4rem;
    	line-height: 1.6rem;
	}

	.w50 .w50 {width: 100%;}

	.article_logoleiste .inner {
		flex-direction: column;
		align-items: center;
	}

	.article_logoleiste .inner .ce_image {
		margin-bottom: 20px;
	}

	.article_team .w50 {
		flex-direction: column!important;
	}

	.article_team .w50 > * {
		width: 100%!important;
	}
}

@media all and (max-width: 450px) {
	.article_kontaktinformationen .inner ul {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
}

.ce_downloads a img {
	width: 20px;
	height: auto;
	display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}
