/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height, .ce_autogridWrapperStart.same-height .inside {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
body{overflow:hidden;opacity:0;transition:opacity 0.2s}body.main-site{opacity:1;overflow:auto}body.main-site #mitgliederkarte{display:none}body.expo-site{opacity:1;overflow:auto}body.expo-site #top .vlist.level_1 li:nth-child(1),body.expo-site #top .vlist.level_1 li:nth-child(2){display:none}body.expo-site #cookiebar_optin_219{display:none}body.expo-site .vlist.level_1 ol.inner li:nth-child(0),body.expo-site .vlist.level_1 ol.inner li:nth-child(1),body.expo-site .vlist.level_1 ol.inner li:nth-child(2){display:none}body.expo-site.mitgliederkarte #container{width:100%;height:100vh;background:var(--blue);display:flex;align-items:center}body.expo-site.mitgliederkarte #container #main{width:100%}body .dealermapAjax{position:relative}body .dealermapAjax .dealerMapWrapper .markerFilter{padding:40px;background:var(--blue);width:100%;margin-bottom:30px}body .dealermapAjax .dealerMapWrapper .markerFilter__headline{color:white}body .dealermapAjax .dealerMapWrapper .markerFilter__cityWrapper,body .dealermapAjax .dealerMapWrapper .markerFilter__radius{margin-bottom:30px;position:relative;color:var(--blue);background:white}body .dealermapAjax .dealerMapWrapper .markerFilter__city{color:var(--blue)}body .dealermapAjax .dealerMapWrapper .markerFilter__clearInput{position:absolute;right:0;width:40px;height:100%;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;opacity:0.5}body .dealermapAjax .dealerMapWrapper .markerFilter__clearInput:hover{opacity:1}body .dealermapAjax .dealerMapWrapper .markerFilter__button{border:1px solid white;background:var(--blue)}@media screen and (min-width:768px){body .dealermapAjax .dealerMapWrapper{display:flex;align-items:center}body .dealermapAjax .dealerMapWrapper .markerFilter{width:40%;min-width:300px;margin-right:30px;margin-bottom:0}}@media screen and (max-height:500px) and (min-width:550px){body .dealermapAjax .dealerMapWrapper{display:flex;align-items:center}body .dealermapAjax .dealerMapWrapper .markerFilter{width:40%;min-width:200px;margin-right:30px;margin-bottom:0;padding:10px}}@media screen and (max-width:767px){body .dealermapAjax .dealerMapWrapper{overflow:auto}body .dealermapAjax .dealerMapWrapper .markerFilter{padding-bottom:0;padding-top:20px;padding-right:20px;padding-left:20px;margin-bottom:20px}body .dealermapAjax .dealerMapWrapper .markerFilter__cityWrapper,body .dealermapAjax .dealerMapWrapper .markerFilter__radius{margin-bottom:20px}body .dealermapAjax .dealerMapWrapper .markerFilter h2{font-size:1.6rem !important}body .dealermapAjax .dealerMapWrapper .dealerMap{height:calc(100vh - 350px) !important;min-height:300px;max-height:none}}@media screen and (max-height:400px){body .dealermapAjax .dealerMapWrapper .markerFilter{padding-bottom:0;padding-top:0}body .dealermapAjax .dealerMapWrapper .markerFilter h2{font-size:1.8rem !important}}body .dealermapAjax .infoBoxElement{position:absolute;z-index:1;top:5px;right:5px;overflow:hidden;box-shadow:3px 3px 10px 0px #6b6b6b;background-color:var(--blue);border-radius:4px;padding:0;width:0;opacity:0;transition:width 0.2s ease-out, opacity 0.2s ease-out;font-size:16px;--width: 320px}body .dealermapAjax .infoBoxElement.open{width:var(--width);max-width:100%;opacity:1;padding:32px 12px 12px 12px}body .dealermapAjax .infoBoxElement .close{position:absolute;top:5px;right:5px;color:#fff;cursor:pointer}body .dealermapAjax .infoBoxElement .close svg{width:18px;height:18px}body .dealermapAjax .infoBoxElement .infoBoxContent{overflow:hidden;width:calc(var(--width) - 20px)}body .dealermapAjax .infoBoxElement .infoBoxContent *{color:#fff;line-height:1}body .dealermapAjax .infoBoxElement .infoBoxContent h2,body .dealermapAjax .infoBoxElement .infoBoxContent h3,body .dealermapAjax .infoBoxElement .infoBoxContent h4,body .dealermapAjax .infoBoxElement .infoBoxContent h5,body .dealermapAjax .infoBoxElement .infoBoxContent h6{font-size:20px}
@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-BoldItalic.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-BoldItalic.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-Bold.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-Bold.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-ExtraBold.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-SemiBold.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-LightItalic.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-LightItalic.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-LightItalic.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-Light.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-Light.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-Light.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-Light.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-Italic.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-Italic.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-Italic.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-Regular.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-Regular.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.eot');
    src: url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
        url('../../files/cto_layout/fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


