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%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media only screen and (max-width: 1200px) {
	/* btn */
.btn {
	width: 45px;
	height: 45px;
	margin: 0 15px 0 15px;
    cursor: pointer;
    position: absolute;
    right:0;
    z-index: 200;
    /*top: -12px;*/
    top:38px;
}
	.btn span {
	    height: 2px;
	    display: block;
	    position: absolute;
	    top: 22.5px;
	    left: 0;
	    right: 10%;
	    background-color: #009fe3;
	    -webkit-transition: background 0.15s linear 0.15s;
	    -o-transition: background 0.15s linear 0.15s;
	    transition: background 0.15s linear 0.15s;
	}
	.btn span::before {
	    top: -10px;
	    -webkit-transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::after {
	    bottom: -10px;
	    -webkit-transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::before, .btn span::after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    display: block;
	    position: absolute;
	    left: 0;
	    background-color: #009fe3;
	}
	body.nav-open .btn span {
	    -webkit-transition: background 0.15s linear;
	    -o-transition: background 0.15s linear;
	    transition: background 0.15s linear;
	    background: none;
	}
	body.nav-open .btn span::before {
	    top: 0px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #575656;
	}
	body.nav-open .btn span::after {
	    bottom: 0px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #575656;
	}
/* btn ENDE */

/* nav */
	.header nav{
		display:none;
	}
/* nav ENDE */
.mod_onepage_navigation.hide {
	display:none !important;
}
.mod_onepage_navigation.show {
	display:block !important;
}
}
* {
    padding:0;
    margin:0;
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
}
html,
body {
    margin:0;
    padding:0;
}
img {
	display:block;
}
.color-blau {
color:#009fe3;
}
.color-grau {
	color:#575656;
}
body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color:#000000;
}
h2 {
	text-transform:uppercase;
}
p {
	line-height:1.6em;
	margin-top:1em;
}
header {
	position:fixed;
	z-index:50;
	width:100%;
	top:0;
}
header,
header a {
	text-decoration:none;
}
.header-kontakt {
	font-size:0.85em;
	/*font-weight:400;*/
}
/*.home header {
	height:70vh;
}*/
header .inside {
	background-color:#ffffff;
}
.header-kontakt {
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
border-bottom: 1px solid #575656;
z-index: 1;
position: relative;
background-color: #ffffff;
font-size: 12px;
font-weight: 500;
}
.header-kontakt a {
color:#575656;
}
.max-width{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.max-width-small{
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.logo.mit-ringe {
max-width: 175px;
display: inline-block;
background-color: #fff;
margin-top: -40px;
padding: 0 20px;
box-sizing: border-box;
}
.logo {
max-width: 175px;
display: inline-block;
background-color: #fff;
margin-top: 0;
padding: 10px 0;
box-sizing: border-box;
}
.header {
padding-top: 10px;
padding-bottom: 2px;
z-index: 1;
position: relative;
background-color:#ffffff;
}
header nav {
	float:right;
}
header nav ul li {
	display:inline-block;
}
header nav {
	margin-top:25px;
}
header nav a,
header nav strong,
header nav a.trail,
a.cta{
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  line-height: 21px;
  margin-left: 30px;
  font-family: 'Open Sans';
  font-size: 14px;
  background-color: #fff;
  color:#575656;
}
a.cta {
	margin-left:0;
}
header nav a {

}
header nav a:hover:after,
header nav .active strong:after,
header nav a.trail:after,
header li.active a:after,
a.cta:hover:after,
body.qualitaet-marker header a.qualitaet-marker:after,
body.service-marker header a.service-marker:after,
body.kontakt-marker header a.kontakt-marker:after{
content: '';
background: url('/files/img/icon.png');
  background-repeat: repeat;
  background-size: auto;
width: 60px;
height: 60px;
background-size: contain;
position: absolute;
background-repeat: no-repeat;
margin-top: -22px;
margin-left: -62px;
z-index: -1;
}
a.kontakt-marker {
	cursor:pointer;
}
.active a.kontakt-marker {
	cursor:initial;
}
.ce_text ul {
	/*margin-left:30px;*/
	margin-top:19px;
}
.ce_text ul li {
	list-style-type: none;
	font-size:16px;
	position:relative;
	margin-left:20px;
	line-height:1.6em;
}
.ce_text ul li:before {
content: "○︎";
    color: #009fe3;
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 0.9em;
}
.ce_text.ul-dots ul li:before {
content: "︎... ";
    color: #e78f1a;
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 1em;
}
/* ende */

/* footer */
/*footer {
	background: -webkit-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: -o-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: -moz-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: linear-gradient(to right, #ffffff 50%, rgba(73,75,77,1) 50%);
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom:20px solid #ffffff;
}
.footer-left {
	width:calc(50% - 20px);
	background-color:#e78f1a;
	float:left;
	padding:50px;
	box-sizing:border-box;
	height:100%;
	margin-right:20px;
	color:#ffffff;
}
.footer-right {
	width:50%;
	float:left;
	box-sizing:border-box;
	height:100%;
	color:#ffffff;
	padding:50px;
}*/
footer {
	background-color:#575656;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	color:#ffffff;
}
footer a {
	color:#ffffff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
.footer-menu {
	color:#ffffff;
	opacity:0.7;
	/*margin-top:2em;*/
	float:left;
}
.footer-menu li {
	float:left;
	display:inline-block;
}
.footer-menu li:not(:last-child)::after {
    content: '·';
    padding-left: 4px;
    padding-right: 4px;
}
footer img {
	max-width:35px;
	margin-right:10px;
}
.footer-left{
	float:left;
	width:380px;
	margin-bottom:4em;
}
.footer-right {
	float:right;
}
.footer-left p {
	margin-top:0;
}
a.link,
a.color,
.call-to-action a {
	color:#e78f1a;
	text-decoration:none;
}
a.link:hover,
a.color:hover,
.call-to-action a:hover {
	text-decoration:underline;
}
p a.cta-large {
	font-size:22px !important;
	font-weight:bold !important;
}
/* formular */
.kontaktformular input,
.kontaktformular textarea{
	width:100%;
	background-color:#ffffff;
	border:1px solid #ffffff;;
	line-height:50px;
	box-sizing:border-box;
	color:rgba(73,75,77,1);
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
  font-family: 'Open Sans';
	  webkit-border-radius: 0;
	border-radius: 0;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
/*footer .kontaktformular textarea{
	height: 174px;
}*/
.kontaktformular input:focus,
.kontaktformular textarea:focus{
	border:1px solid #ffffff;	
}
.kontaktformular button.submit {
	background-color:transparent;
	border:none;
	line-height:50px;
	box-sizing:border-box;
	color:#ffffff;
	padding-left:40px;
	padding-right:40px;
	float:right;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	width:100%;
	text-transform:unset;
	font-size:16px;
	margin-top:35px;
}
.kontaktformular button.submit:hover {
  opacity: 0.75;
}
.kontaktformular .form-wrapper {
    column-count: 2;
    column-gap: 20px;
    box-sizing:border-box;
}
.kontaktformular .widget-submit {
 	margin-bottom:20px;
 	width:100%;
 }
.kontaktformular .widget-explanation {
	font-size:16px;
	width:50%;
	padding-right:20px;
	padding-top:1em;
}
.kontaktformular .widget-explanation a {
	color:#ffffff;
}
.kontaktformular :focus {
  outline: none;
}
/* formular ende */
#footer .kontaktformular input, #footer .kontaktformular select, #footer .kontaktformular textarea {
	border:1px solid #ffffff;
	color:#ffffff;
}
#footer .kontaktformular button.submit {
  border: 3px solid #ffffff;
  color: #ffffff;
}
#footer .kontaktformular button.submit:hover {
  border: 3px solid #ffffff;
  color: #575656;
  background-color:#ffffff;
}
#footer  .kontaktformular textarea{ 
	height:100px;
}
/* formular footer */
.footer .kontaktformular input,
.footer .kontaktformular textarea{
	background-color:#ffffff;
	border:1px solid rgba(73,75,77,1);
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer .kontaktformular button.submit {
	line-height:30px;
}
.footer .kontaktformular input:focus,
.footer .kontaktformular textarea:focus{
	border:1px solid rgba(73,75,77,1);	
}
.footer .kontaktformular .form-wrapper {
    column-count: 2;
    column-gap: 10px;
    box-sizing:border-box;
}
.footer  .kontaktformular .widget-explanation a {
	color:rgba(73,75,77,1);
}
/* formular footer ende */

#wrapper {
	overflow:hidden;
}
/* fahrzeuge viehhauer */
video {
height: 100vh;
width: 100vw;
object-fit: cover;
object-position: bottom;
}
.header-kontakt img {
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
}
a.icon {
	position: relative;
	width: 18px;
	height: 14px;
	display: inline-block;
	margin-left: 40px;
	margin-right: 7px;
}
h2, h3 {
background-color: #009fe3;
color: #fff;
display: inline-block;
padding-left: 100%;
margin-left: -100%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
font-weight: 500;
font-size: 22px;
clear:both;
}
.overflow.mod_article,
.overflow .ce_text {
	overflow:visible;
	position:relative;
}
h3 {
	background-color:#575656;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.no-slider {
	margin-top:175px;
}
.slider .ceSliderStart figure {
	background-color: #575656;
}
.slider .ceSliderStart img {
	filter: grayscale(100%) brightness(130%);
	opacity: 0.8;
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.slider .ceSliderStart  img.active{
will-change: transform;
-webkit-transition: -webkit-transform 5s;
-moz-transition: -moz-transform 5s;
-o-transition: -o-transform 5s;
transition: transform 5s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
transform-origin: center center;
object-fit: cover;
height: 100vh;
width: 100%;
max-width: 200% !important;
height: 100%;
}
.slider {
	margin-bottom:20px;
}
.slider-menu {
	margin-top:4px;
}
.slider-menu b.active {
  background-color: #009fe3;
}
.slider-control .slider-menu b {
  color: #575656;
  cursor: pointer;
}
.slider-menu b {
  width: 50px;
  height: 4px;
  background-color: #706f6f;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.slider-prev, .slider-next {
  display: none !important;
}
.slider-control .slider-menu {
	font-size:0;
}
.cta-wrapper {
	padding:20px 30px;
	border:1px solid;
	display:inline-block;
	margin-right:30px;
	margin-top:1em;
}
a.cta {
	text-decoration:none;	
}
a.cta:hover:after {
	width:50px;
	height:50px;
margin-top: -15px;
margin-left: -51px;
}
.padding {
	padding-top:70px;
	padding-bottom:70px;
}
#article-1.padding {
	padding-top: 20px;
	z-index: 1;
	position: relative;
}
.footer-menu nav {
	  font-size: 12px;
  margin-top: 40px;
}
iframe {
width: 100%;
height: 350px;
display: block;
}
#qualitaet,
#service {
	margin-top:-100px;
	padding-top:175px;
	float:left;
}
#service {
	position:relative;
	z-index:5;
}
.col-4,
.col-5,
iframe{
	margin-top:70px;
}
.bg {
	margin-bottom:70px;
}
.bg {
	background-color: #575656;
	padding:50px;
	color:#ffffff;
}
.col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
}
.col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}
.col-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 50px;
}
.hover-icons .col-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 5px;
}
.hover img {
	filter:grayscale(100%) brightness(120%);
}
.hover figcaption {
	position: absolute;
top:10px;
z-index: 30;
/*background: rgba(255,255,255,0.8);*/
width: 100%;
text-align: center;
padding: 20px;
box-sizing: border-box;
/*letter-spacing: 0.6em;*/
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
color: #575656;
}
.hover h3 {
padding-left: 50px;
margin-left: -20px;
/*background-color:#009fe3;*/
}
.hover figure {
	position:relative;
	/*background-color:#009fe3;*/
}

/*.hover img {
	opacity:0.8;
}*/
.hover .text-wrapper {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left:0;
	  right:0;
	  margin: auto 0;
	  z-index:20;
	  /*display: flex;
	flex-direction: column;
	justify-content: center;*/
	background-color: #575656;
	color:#ffffff;
	opacity:0;
	padding:70px 50px 50px 50px;
}
.hover .ce_text {
	position:relative;
}
.hover .text-wrapper:hover {
	opacity:1;
	transition:ease all 0.5s;
}
/* hover icons */
.hover-icons {
	position:relative;
	z-index:5;
}
.hover-icons .text-wrapper h3 {
	padding-left: 50px;
margin-left: -20px;
float: left;
}
.hover-icons .ce_text {
	background-color:#575656;
	position:relative;
}
.hover-icons img {
max-height: 100px;
width: auto;
margin-left: auto;
margin-right: auto;
margin-bottom:30px;
}
.hover-icons .image-wrapper{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  padding:10px;
  box-sizing:border-box;
}
.hover-icons figure {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hover-icons .text-wrapper {
	padding:30px 20px;
	opacity:0;
	color:#ffffff;
}
.hover-icons .ce_text:hover .text-wrapper,
.hover-icons .ce_text.active .text-wrapper{
	opacity:1;
}
.hover-icons .ce_text:hover .image-wrapper {
	display:none;
}
.text-wrapper p,
.text-wrapper ul{
	padding:0;
	margin:0;
}
.hover-icons h3 {
	font-size:16px;
}
.hover-icons .text-wrapper h3 {
	font-size:16px;
	padding-left: 20px;
	margin-left: -20px;
	background-color: #fff;
	color: #575656;
	margin-bottom: 14px;
	float:none;
}
.cta-links-rechts,
.cta-mitte-wrapper{
	width:100%;
	clear:both;
	position:relative;
	z-index:5;
}
.cta-btn {
	width:50%;
	text-align:center;
	float:left;
	float:left;
	margin-bottom:50px;
}
.cta-mitte-wrapper .cta-btn {
	width:100%;
	text-align:center;
	float:left;
	margin-top:50px;
	margin-bottom:25px;
}
.cta-links {
border: 3px solid #009fe3;
color: #009fe3;
text-decoration: none;
width: 100%;
display: inline-block;
line-height: 55px;
font-weight: bold;
max-width: 300px;
border-radius: 0;
float: right;
margin-right: 30px;
}
.cta-rechts {
border: 3px solid #575656;
color: #575656;
text-decoration: none;
width: 100%;
display: inline-block;
line-height: 55px;
font-weight: bold;
max-width: 300px;
border-radius: 0;
float: left;
margin-left: 30px;
}
.cta-mitte {
border: 3px solid #ffffff;
color: #ffffff;
text-decoration: none;
width: 100%;
display: inline-block;
line-height: 55px;
font-weight: bold;
max-width: 300px;
border-radius:0;
float: none;
margin-left: auto;
margin-right:auto;
}
.cta-links:hover {
background-color: #009fe3;
	color:#ffffff;
}
.cta-rechts:hover {
	background-color: #575656;
	color:#ffffff;
}
.cta-mitte:hover{
	background-color:#ffffff;
color: #575656;
}
.fahrzeuge .ce_text,
.ueber-uns .col-2 .ce_text{
	border:1px solid #575656;
}
.btn-details {
border: 3px solid #009fe3;
color: #009fe3;
text-decoration: none;
width: 100%;
display: block;
line-height: 55px;
font-weight: bold;
max-width: 100%;
border-radius: 0;
float: none;
margin-left: auto;
margin-right: auto;
text-align:center;
margin-top:30px;
box-sizing:border-box;
}
.btn-details:hover {
	color:#ffffff;
	background-color:#009fe3;
}
.ausstattung {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
grid-row-gap: 0;
grid-column-gap: 10px;
}
.ausstattung p {
	margin:0;
	padding:0;
	border-bottom:1px solid #009fe3;
}
.zusatz-info {
	margin-top:1em;
	margin-bottom:1em;
}
.zusatz-info p {
	margin:0;
	padding:0;
}
.brutto-preis {
	font-size:30px;
	font-weight:bold;
	margin-top:1em;
}
.brutto-preis span{
	font-size:16px;
	font-weight:normal;
}
.netto-preis {
	font-size:16px;
	color:#575656;
}
.fahrzeuge h2,
.headline-details h2,
.ueber-uns .col-2 h2{
	font-size:20px;
}
.fahrzeuge h3,
.headline-details h3,
.ueber-uns .col-2 h3{
	font-size:16px;
}
.fahrzeuge h2,
.fahrzeuge h3 {
	display:block;
}
.fahrzeuge h2 {
	min-height:54px;
}
.fahrzeuge h3 {
	min-height:43px;
}
.fahrzeuge h2, .fahrzeuge h3,
.headline-details h2, .headline-details h3,
.ueber-uns .col-2 h2, .ueber-uns .col-2 h3{
	margin-left: calc(-100% + 20px);
}
.details-wrapper {
	padding:0 20px 40px 20px;
}
.fahrzeuge figure {
	margin-bottom:20px;
}
.details-links {
	width:400px;
	float:left;
}
.details-links table {
	margin-bottom:40px;
}
.details-links table,
.details-links table td{
	border:0;
}
.details-links tr {
  line-height: 35px;
  border-bottom: 1px solid #009fe3;
}
.details-links tr:last-of-type {
  line-height: 35px;
  border-bottom: 1px solid #ffffff;
}
.details-links .cta-links {
	border: 3px solid #009fe3;
	color: #009fe3;
	text-decoration: none;
	width: calc(100% - 5px);
	display: block;
	line-height: 55px;
	font-weight: bold;
	max-width: 100%;
	border-radius: 0;
	float: left;
	margin-right: 5px;
	box-sizing: border-box;
}
.details-links .cta-rechts {
	border: 3px solid #575656;
	color: #575656;
	text-decoration: none;
	width: calc(100% - 5px);
	display: block;
	line-height: 55px;
	font-weight: bold;
	border-radius: 0;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}
.details-links .cta-links:hover,
.details-links .cta-rechts:hover{
	color:#ffffff;
}
.details-rechts {
	margin-left: 50px;
	float: left;
	border-left: 1px solid #575656;
	padding-left:20px;
	width:calc(100% - 450px);
	box-sizing:border-box;
}
.details-rechts p,
.details-rechts ul,
.details-rechts.fotogalerie ul {
	margin-top:1.6em;
}
.details-rechts .headline-details:nth-child(1) {
	margin-top:0;
}
.details-rechts .headline-details {
	margin-top:50px;
}
.details-links .headline-details {
	margin-top:20px;
}
.details-rechts.fotogalerie ul {
	  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2px;
}
.col-2,
.details-rechts ul {
		display: grid;
	grid-template-columns: repeat(2, 1fr);
grid-row-gap: 0;
grid-column-gap: 10px;
}
.fotogalerie ul {
	  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
/* bewertungen */
.kundenstimmen {
	z-index:10;
}
.kundenstimmen .col-3 .ce_text,
.kundenstimmen .slick-container .ce_text{
	overflow:hidden;
	border: 1px solid #575656;
	padding: 20px 20px 40px 20px;
}
.kundenstimmen .slick-container .ce_text{
	margin-left:10px;
	margin-right:10px;
}
.kundenstimmen .col-3,
.kundenstimmen .slick-container{
	margin-top:50px;
	margin-bottom:50px;
}
.btn-blau{
border: 3px solid #009fe3;
color: #009fe3;
}
.btn-blau:hover{
	color:#ffffff;
	background-color:#009fe3;
}
/* vorteile */
.vorteile .ce_image {
	float:left;
	width:50px;
	height:auto;
	margin-top:1.2em;
	margin-bottom:1em;
}
.vorteile .ce_text {
	margin-left:80px;
	margin-bottom:1em;
}
.vorteile-wrapper {
	margin-top:50px;
	margin-bottom:100px;
	float:left;
}
.vorteile h2{
	margin-top:50px;
}
/* ueber-uns */
.ueber-uns.overflow .col-2 .ce_text {
	overflow:hidden;
}
.ueber-uns .col-2 {
	grid-column-gap: 30px;
}
.ce_text a {
	text-decoration:none;
}
.ce_text.a a {
	color:#000000;
}
.kontaktdaten {
	display: grid;
grid-template-columns: repeat(1, 1fr);
grid-row-gap: 0;
grid-column-gap: 10px;
}
.ueber-uns a.icon {
	margin-left:0;
}
.ueber-uns .col-2 h2, .ueber-uns .col-2 h3 {
  margin-left: calc(-100% + 40px);
}
.ueber-uns .details-wrapper {
  padding: 0 40px 40px 40px;
}
.ueber-uns .col-2 {
	margin-top:50px;
	margin-bottom:100px;
}

/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
	background-color:#ffffff;
	border:1px solid #706f6f;
	line-height:50px;
	box-sizing:border-box;
	color:rgba(73,75,77,1);
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
  font-family: 'Lato';
	  webkit-border-radius: 0;
	border-radius: 0;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
footer .kontaktformular textarea{
	height: 174px;
}
.kontaktformular input:focus,
.kontaktformular textarea:focus{
	border:1px solid #706f6f;	
}
.kontaktformular button.submit:hover {
  opacity: 0.75;
}
.kontaktformular .widget-submit {
 	margin-bottom:20px;
 	width:auto;
 	float:right;
 }
.kontaktformular .widget-explanation {
	font-size:16px;
	width:50%;
	padding-right:20px;
	padding-top:1em;
}
.kontaktformular .widget-explanation a {
	color:#000000;
}
.kontaktformular :focus {
  outline: none;
}
/* formular ende */

/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
/*	background-color:#ffffff;*/
	background-color:transparent;
	border:1px solid  #706f6f;
	line-height:50px;
	box-sizing:border-box;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
	font-family: 'Lato';
	  webkit-border-radius: 0;
	border-radius: 0;
	height:50px;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
.kontaktformular button.submit {
border: 3px solid #009fe3;
color: #009fe3;
text-decoration: none;
width: 100%;
display: inline-block;
line-height: 55px;
font-weight: bold;
max-width: 500px;
border-radius: 0;
float: none;
margin-left: auto;
margin-right: auto;
}
.kontaktformular button.submit:hover {
	color:#ffffff;
	background-color:#009fe3;
}
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.widget-checkbox {
	margin-top:15px;
	margin-bottom:30px;
}
.checkbox_container {
	border:0;
}
.widget-checkbox input {
	float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-top: 4px;
}
.widget-checkbox a {
	color:#000000;
}
/* kontaktformular ende */
.clear {
	height:0;
}
.vorteile p {
	float:left;
}
/* slick */
.ce_slick-content-start .arrow-left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	left:0;
	cursor:pointer;
}
.ce_slick-content-start .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	right:0;
	cursor:pointer;
}
.ce_slick-content-start .arrow-left:hover,
.ce_slick-content-start .arrow-right:hover {
	cursor:pointer;
}
.ce_slick-content-start .arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY( calc(50% - 50px) );
  height: 50px;
  cursor: pointer;
  font-size: 75px;
  line-height: 30px;
  left:0;
  color:#575656;
}
.ce_slick-content-start .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY( calc(50% - 50px) );
  height: 50px;
  cursor: pointer;
  font-size: 75px;
  line-height: 30px;
  right:0;
  color:#575656;
}
.ce_slick-content-start .arrow-left:hover,
.ce_slick-content-start .arrow-right:hover {
  color:#009fe3;
}
.slick-list {
  margin: 0px 25px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-slide .ce_text {
	height:100%;
	box-sizing:border-box;
}
.details-links .headline-details h2, .details-links .headline-details h3 {
  float:left;
}
.kontaktdaten a {
	color:#575656;
}
.kontaktdaten {
	margin-top:1em;
}
.drucken {
	cursor:pointer;
}
.text-only h2,
.text-only h3{
	background-color:transparent;
	display:block;
	color:#000000;
	font-weight:bold;
}
.text-only h2 {
	margin-top:30px;
}
.text-only h3 {
	margin-top:20px;
}
.text-only h4 {
	margin-top:10px;
}
.text-only p {
	margin-top:0;
	margin-bottom:10px;
}
.text-only a {
	color:#009fe3;
}
.col-2 img {
	width:100%;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

br.mobile {
	display:none;
}
@media only screen and (max-width: 1440px) {
header nav a, header nav strong, header nav a.trail {
	margin-left:20px;
}
.ce_sliderStart {
	margin-top:125px;
}
.fahrzeuge h2,
.fahrzeuge h3 {
	float:left;
}
}
@media only screen and (max-width: 1024px) {
.col-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.hover-icons .col-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.details-links {
  width: 350px;
}
}
@media only screen and (max-width: 870px) {
	br.mobile {
		display: block;
		line-height: 0;
	}
}
@media only screen and (max-width: 850px) {
.fahrzeuge .col-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.no-slider {
  margin-top: 150px;
}
.details-links {
  width: 100%;
  overflow:visible;
  margin-bottom:100px;
}
.details-links figure {
width: calc(100% + 40px);
margin-left: -20px;
}
.details-links figure img {
	width:100%;
}
.headline-details h2, .headline-details h3 {
  margin-left: -100%;
}
.details-links .cta-links-rechts {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.details-links .btn-details {
	max-width:350px;
}
.details-links  .cta-btn {
	width:100%;
	margin-bottom:40px;
}
.details-links .cta-links,
.details-links .cta-rechts {
	margin-left:0;
	margin-right:0;
	width:100%;
	min-width:100%;
	box-sizing:border-box;
}
.details-rechts {
  margin-left: 0;
  width: 100%;
}
.details-rechts.fotogalerie ul,
.fotogalerie ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.ueber-uns .details-wrapper {
  padding: 0 20px 20px 20px;
}
.ueber-uns .col-2 h2, .ueber-uns .col-2 h3 {
  margin-left: calc(-100% + 20px);
}
}
@media only screen and (max-width: 750px) {
	.cta-btn {
	  width: 100%;
	  float: none;
		margin-bottom:0;
	}
	.cta-links,
	.cta-rechts {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.hover-icons .col-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}
.details-rechts.fotogalerie ul,
.fotogalerie ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
}
@media only screen and (max-width: 720px) {
.fahrzeuge .col-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
}
@media only screen and (max-width: 680px) {
	.kontaktformular .form-wrapper {
		column-count: 1;
	}
	.kontaktformular .widget-explanation {
		width: 100%;
		padding-right: 0;
		font-size:15px;
	}
	.details-rechts.fotogalerie ul,
	.fotogalerie ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
}
@media only screen and (max-width: 580px) {
.col-4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px;
}
.hover-icons .col-5 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5px;
}
.hover-icons .ce_text {
	min-height:220px;
}
.header-kontakt a {
	display:none;
}
.header-kontakt a.icon {
  display: inline-block;
  margin-left: 30px;
}
.details-rechts.fotogalerie ul,
.fotogalerie ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.ueber-uns .col-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
}
@media only screen and (max-width: 520px) {
	
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.footer-right {
	width:100%;
}
}
@media only screen and (max-width: 1200px) {
	.header nav ul.level_2 {
	  position: relative;
	  float: right;
	  clear: both;
	}
	.header nav ul li a,
	.header nav ul li strong{
		float:right;
	}
	.header nav li {
	    display: block;
	    padding-bottom: 40px;
	    float:right;
	    clear:both;
	}
	.header nav li.show-submenu {
		float:right;
	}
	.header nav{
		/*border-left:3px solid #009fe3;*/
		position: absolute;
		background-color: #ffffff;
		top: 0;
		right: 0;
		margin-top: 88px;
		padding: 40px 30px 30px 30px;
		height: 100vh;
		width: auto;
		overflow-y: auto;
		z-index: 20;
		z-index: 100;
		/*border-left: 1px solid rgba(0,0,0,0.5);*/
		min-width: 98px;
		box-sizing:border-box;
		padding-bottom: 138px;
	}
	.header nav li:not(:last-child)::after {
	  content: '';
	  padding-left: 0;
	}
	.header nav ul{
		padding-top: 0;
	}
	.header nav ul.level_2 {
		padding-top: 0;
	}
	header nav a, header nav strong, header nav a.trail {
		margin-left:0;
	}
}
@media print {
  nav,
  .cta-links-rechts,
  .drucken,
  .details-rechts .headline-details:last-of-type,
  .ce_gallery,
  iframe,
  .ce_form,
  .footer-menu,
  #CookiebotWidget{
  	display:none;
  }
  .no-slider{
    margin-top: 10px;
  }
  header,
  .logo {
  	float:right !important;
  	z-index:-1;
  	position:absolute;
  	right:0;
  }
  header {
  	width:100%;
  }
  .fahrzeuge h2, .fahrzeuge h3, .headline-details h2, .headline-details h3, .ueber-uns .col-2 h2, .ueber-uns .col-2 h3 {
  margin-left: -100%;
}
.headline-details h2,
.headline-details h3 {
	padding-bottom:0;
}
.details-links .headline-details {
	margin-top:15px;
  margin-bottom: 20px;
  float: left;
}
p {
	line-height:1.5em;
}
.footer-left {
	width:100%;
	font-size:14px;
}
.details-rechts{
	width:100%;
	float:left;
	margin-left:0;
}
.headline-details,
ul,
p{
	float:left;
	clear:both;
}
figure {
	max-width:220px;
}
.details-links {
	width:100%;
}
.max-width {
	width:100%;
	max-width:100%;
}
header{
	max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.details-links tr {
  line-height: 40px;
  border-bottom: 1px solid #009fe3;
  box-sizing:border-box;
}
.details-links h2,
.details-links h3 {
	line-height:20px;
}
.footer-left {
border-top: 1px solid #009fe3;
display:block;
padding-left:0;
padding-right:0;
padding-top:20px;
width:100%;
margin-top:45px;
}
.details-rechts {
	border-left:0;
	padding-left:0;
}
.details-rechts ul {
	margin-top:15px;
}
.details-rechts h3 {
	font-weight:bold;
}
header,
.details-links,
.details-rechts,
footer {
	float:left;
	clear:both;
	display:block;
}
#container,
#container div {
	float:none;
}
.ce_gallery {
	display:none !important;
	float:none;
}
.col-2, .details-rechts ul {
	width:100%;
}
.details-links{
    page-break-after: always;
}
h2, h3, footer p, footer, footer a {
	color:#000000;
	background:none;
	background-color:unset !important;
}
footer {
	padding-bottom:0;
}
}
