/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.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}
/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading:after {
    content: '';
    border-right: 5px solid black;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-wrapper.tos-fixed .tos-slide.tos-loading:after {
  border-right-color: white; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 20px; }

.tos-next {
  right: 20px; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .tos-caption.tos-disabled {
    opacity: 0 !important; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2); }
    .tos-pagination.tos-bullets a:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: rgba(255, 255, 255, 0.9); }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }

/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* -- dk_mmenu theme 'light' -- */
.mm-menu.mm-light
{
	background: #e0e0e0;
}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url("../../system/themes/default/images/loading.gif") no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url("../../system/modules/isotope/assets/images/cross-24.png") left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url("../../system/modules/isotope/assets/images/tick-24.png") left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url("../../system/modules/isotope/assets/images/information-24.png") left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;filter:Alpha(opacity=50)}
}
/*########## debug modus ########## */
/*### 1 | 0 	###*/
/* ############################################################# */
/* ############### layout type A (default)  #################### */
/* ############################################################# */
/*### px | % | .. 	wird gebraucht bei fixem Header	###*/
/*### px | % | .. 	wird gebraucht bei fixem oder sticky Footer	###*/
/* ############################################################## */
/* ######################## layout mixins ####################### */
/* ############################################################## */
/* ############################################################## */
/* ##################### element layout mixins ################## */
/* ############################################################## */
/* ############################################################# */
/* #################### glogal mixins  ######################### */
/* ############################################################# */
/*########## grid ##########*/
/*### px                ###*/
/* Breite vergeben um responsive zu deaktivieren */
/*### px | % | .. 		###*/
/* Breit der Inhaltscontainer*/
/*### max 24 	###*/
/*### 1 bis 5 	###*/
/*### 1 bis 5 	###*/
/*### 1 | 0 	###*/
/*### alles < 480px, max-width:479px ###*/
/*### von 480px bis 768px, max-width:767px ###*/
/*### von 768px bis 1024px, max-width:1023px ###*/
/*### alles > 1024px, no query needed ###*/
/* Smartphones (portrait and landscape): 320px and 480px */
/* iPads (portrait and landscape): 768px and 1024px */
/* Notebooks, Desktops, larger Screens > 1024px begrenzt durch maxwidth (s.o.) */
/* gridbreiten ohne padding und border (box-sizing:border-box) */
/*### 1 | 0 	###*/
/*### px | % | .. 		###*/
/* Paddingschrittweite, wird nur bei box-sizing: 1 verwendet; */
/* ############ Abstaende ausgleichen ############ */
.inside { padding-left: 0px; padding-right: 0px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*
@media (min-width:($maxwidth + 100px)){
	.inside{
		padding-left:50px;
		padding-right:50px;
		
	}	
}
*/
*[class*="debug_"] { display: none; background: #fff; }

.inside:after { content: ""; clear: both; display: table; }

/* ##### mixins ##### */
/* #### default sizes  ##### */
/* #### base layout #### */
#nav_language { position: absolute; }
#nav_language li { float: left; }
#nav_language li.last { margin-right: 0px; }

.icon_link { position: relative; z-index: 1000; display: none; float: right; }
.icon_link a { padding-left: 40px; height: 35px; display: block; }

#slidebox_close_link { display: block; float: left; margin-top: 10px; margin-left: 10px; z-index: 1000; }

#logocontainer { width: 250px; position: relative; }

#nav_main { z-index: 1000; overflow: visible; }
#nav_main a, #nav_main span { float: none; display: block; }
#nav_main ul { list-style-type: none; margin-bottom: 0px; }
#nav_main ul li { position: relative; float: left; }
#nav_main ul ul { width: 100%; position: absolute; left: 0; display: none; }
#nav_main ul ul li { float: none; }
#nav_main ul ul li div { min-width: 100px; }
#nav_main li.submenu ul { display: none !important; }
#nav_main li.submenu.mega_active ul { display: block !important; }

#nav_search input[type=search] { width: auto; }

#slidebox1_link { display: block; }

/* #### configurations #### */
/*### "boxed" | "wide" 	###*/
/*### 1 | 0 			###*/
/*### 1 | 0 			###*/
/*### "relative" | "overlay" | "fixed" ###*/
/*### "relative" | "sticky" | "fixed"	###*/
/*### left | right 	###*/
/*### left | right 	###*/
/*### left | right 	###*/
/*### 1 | 0 falls 1: Slider in "Hauptspalte" einbinden (als Modul oder Artikel) ###*/
/*### Hinweis: Slider kann im Header auch VOR Logo und Menue plaziert werden. ### */
/*### "left" | "right" ###*/
/* #### layout mixins #### */
#wrapper { margin: 0 auto; max-width: 1200px; }

.inside { max-width: none; width: auto; }

#main { float: none; }

#header { position: static; width: 100%; max-width: none; z-index: 1000; }

#container { padding-top: 0px; }

#nav_main ul { float: left; }

#nav_search { float: right; }

#nav_footer ul { float: left; }

.slidebox { left: auto; right: -100%; }

.slidebox { position: fixed; top: 25%; width: 80%; height: 70%; overflow: hidden; z-index: 10; }
.slidebox.open { right: 0%; }
.slidebox .inside { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding-left: 40px; position: absolute; top: 0px; z-index: 0; max-width: none; }

/* ##### anpassungen ##### */
#slider_bg { visibility: hidden; height: 0px !important; }

.caroufredsel_thumbnails_skin { left: 100%; top: -40px; }

.caroufredsel_thumbnails_skin.open { left: 0; }

.caroufredsel_thumbnails_controls { display: none; }

#custom_show_switch { display: none; }

@media (max-width: 1023px) { /* ##### mixins ##### */
  /* ##### anpassungen ##### */ }
@media (max-width: 767px) { /* ##### mixins ##### */
  #slidebox2_link { display: block; }
  /* ##### anpassungen ##### */ }
@media (max-width: 559px) { /* ##### mixins ##### */
  /* ##### anpassungen ##### */ }

@charset "UTF-8";
/*########## grid ##########*/
/*### px                ###*/
/* Breite vergeben um responsive zu deaktivieren */
/*### px | % | .. 		###*/
/* Breit der Inhaltscontainer*/
/*### max 24 	###*/
/*### 1 bis 5 	###*/
/*### 1 bis 5 	###*/
/*### 1 | 0 	###*/
/*### alles < 480px, max-width:479px ###*/
/*### von 480px bis 768px, max-width:767px ###*/
/*### von 768px bis 1024px, max-width:1023px ###*/
/*### alles > 1024px, no query needed ###*/
/* Smartphones (portrait and landscape): 320px and 480px */
/* iPads (portrait and landscape): 768px and 1024px */
/* Notebooks, Desktops, larger Screens > 1024px begrenzt durch maxwidth (s.o.) */
/* gridbreiten ohne padding und border (box-sizing:border-box) */
/*### 1 | 0 	###*/
/*### px | % | .. 		###*/
/* Paddingschrittweite, wird nur bei box-sizing: 1 verwendet; */
/* Base-CSS to contain basic variables and then to be included into all other css */
/*########## compass mixins ########## */
/*########## colors ##########*/
@font-face { font-family: 'BarlowSemiCondensed-Regular'; src: url("../../files/THEME_01/fonts/barlowsemicondensed-regular.eot"); src: url("../../files/THEME_01/fonts/barlowsemicondensed-regular.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/barlowsemicondensed-regular.woff") format("woff"), url("../../files/THEME_01/fonts/barlowsemicondensed-regular.ttf") format("truetype"), url("../../files/THEME_01/fonts/barlowsemicondensed-regular.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Barlow-Regular'; src: url("../../files/THEME_01/fonts/barlow-regular.eot"); src: url("../../files/THEME_01/fonts/barlow-regular.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/barlow-regular.woff") format("woff"), url("../../files/THEME_01/fonts/barlow-regular.ttf") format("truetype"), url("../../files/THEME_01/fonts/barlow-regular.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Flaticon'; src: url("../../files/THEME_01/fonts/flaticon.eot"); src: url("../../files/THEME_01/fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/flaticon.woff") format("woff"), url("../../files/THEME_01/fonts/flaticon.ttf") format("truetype"), url("../../files/THEME_01/fonts/flaticon.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Nephrite'; src: url("../../files/THEME_01/fonts/nine_font_-_nephrite_semibold-webfont.eot"); src: url("../../files/THEME_01/fonts/nine_font_-_nephrite_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_semibold-webfont.woff") format("woff"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_semibold-webfont.ttf") format("truetype"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_semibold-webfont.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Nephrite bold'; src: url("../../files/THEME_01/fonts/nine_font_-_nephrite_bold-webfont.eot"); src: url("../../files/THEME_01/fonts/nine_font_-_nephrite_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_bold-webfont.woff") format("woff"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_bold-webfont.ttf") format("truetype"), url("../../files/THEME_01/fonts/nine_font_-_nephrite_bold-webfont.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Coupler medium'; src: url("../../files/THEME_01/fonts/district_-_coupler_medium-webfont.eot"); src: url("../../files/THEME_01/fonts/district_-_coupler_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/district_-_coupler_medium-webfont.woff") format("woff"), url("../../files/THEME_01/fonts/district_-_coupler_medium-webfont.ttf") format("truetype"), url("../../files/THEME_01/fonts/district_-_coupler_medium-webfont.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
@font-face { font-family: 'Coupler black'; src: url("../../files/THEME_01/fonts/district_-_coupler_black-webfont.eot"); src: url("../../files/THEME_01/fonts/district_-_coupler_black-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/THEME_01/fonts/district_-_coupler_black-webfont.woff") format("woff"), url("../../files/THEME_01/fonts/district_-_coupler_black-webfont.ttf") format("truetype"), url("../../files/THEME_01/fonts/district_-_coupler_black-webfont.svg#svgFontName") format("svg");
  /* ├ältere iOS-Ger├ñte */ }
.ext_link, .ext_link_manga, .buy_link, .top_link figcaption, .top_link figure img, .follow_us_link, #share_buttons li a, .layout_upcoming, .layout_latest { -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }

html { background-position: top center; background-attachment: fixed; background-repeat: no-repeat; background-color: #fff; }
html.sparte_allgemein.allgemein_background_1 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_1.jpg"); }
html.sparte_allgemein.allgemein_background_2 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_2.jpg"); }
html.sparte_allgemein.allgemein_background_3 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_3.jpg"); }
html.sparte_allgemein.allgemein_background_4 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_4.jpg"); }
html.sparte_allgemein.allgemein_background_5 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_5.jpg"); }
html.sparte_allgemein.allgemein_background_6 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_6.jpg"); }
html.sparte_allgemein.allgemein_background_7 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_7.jpg"); }
html.sparte_allgemein.allgemein_background_8 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_8.jpg"); }
html.sparte_allgemein.allgemein_background_9 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_9.jpg"); }
html.sparte_allgemein.allgemein_background_10 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_10.jpg"); }
html.sparte_allgemein.allgemein_background_11 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_11.jpg"); }
html.sparte_allgemein.allgemein_background_12 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_12.jpg"); }
html.sparte_allgemein.allgemein_background_13 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_13.jpg"); }
html.sparte_allgemein.allgemein_background_14 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_14.jpg"); }
html.sparte_allgemein.allgemein_background_15 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_15.jpg"); }
html.sparte_allgemein.allgemein_background_16 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_16.jpg"); }
html.sparte_allgemein.allgemein_background_17 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_17.jpg"); }
html.sparte_allgemein.allgemein_background_18 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_18.jpg"); }
html.sparte_allgemein.allgemein_background_19 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_19.jpg"); }
html.sparte_allgemein.allgemein_background_20 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/allgemein/background_20.jpg"); }
html.sparte_manga.manga_background_1 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_1.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_2 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_2.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_3 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_3.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_4 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_4.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_5 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_5.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_6 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_6.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_7 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_7.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_8 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_8.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_9 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_9.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_10 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_10.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_11 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_11.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_12 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_12.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_13 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_13.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_14 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_14.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_15 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_15.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_16 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_16.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_17 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_17.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_18 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_18.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_19 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_19.jpg"); background-color: #B40D0E; }
html.sparte_manga.manga_background_20 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/manga/background_20.jpg"); background-color: #B40D0E; }
html.sparte_comics.comics_background_1 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_1.jpg"); }
html.sparte_comics.comics_background_2 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_2.jpg"); }
html.sparte_comics.comics_background_3 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_3.jpg"); }
html.sparte_comics.comics_background_4 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_4.jpg"); }
html.sparte_comics.comics_background_5 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_5.jpg"); }
html.sparte_comics.comics_background_6 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_6.jpg"); }
html.sparte_comics.comics_background_7 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_7.jpg"); }
html.sparte_comics.comics_background_8 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_8.jpg"); }
html.sparte_comics.comics_background_9 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_9.jpg"); }
html.sparte_comics.comics_background_10 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_10.jpg"); }
html.sparte_comics.comics_background_11 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_11.jpg"); }
html.sparte_comics.comics_background_12 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_12.jpg"); }
html.sparte_comics.comics_background_13 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_13.jpg"); }
html.sparte_comics.comics_background_14 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_14.jpg"); }
html.sparte_comics.comics_background_15 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_15.jpg"); }
html.sparte_comics.comics_background_16 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_16.jpg"); }
html.sparte_comics.comics_background_17 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_17.jpg"); }
html.sparte_comics.comics_background_18 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_18.jpg"); }
html.sparte_comics.comics_background_19 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_19.jpg"); }
html.sparte_comics.comics_background_20 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/comics/background_20.jpg"); }
html.sparte_romane.romane_background_1 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_1.jpg"); }
html.sparte_romane.romane_background_2 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_2.jpg"); }
html.sparte_romane.romane_background_3 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_3.jpg"); }
html.sparte_romane.romane_background_4 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_4.jpg"); }
html.sparte_romane.romane_background_5 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_5.jpg"); }
html.sparte_romane.romane_background_6 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_6.jpg"); }
html.sparte_romane.romane_background_7 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_7.jpg"); }
html.sparte_romane.romane_background_8 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_8.jpg"); }
html.sparte_romane.romane_background_9 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_9.jpg"); }
html.sparte_romane.romane_background_10 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_10.jpg"); }
html.sparte_romane.romane_background_11 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_11.jpg"); }
html.sparte_romane.romane_background_12 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_12.jpg"); }
html.sparte_romane.romane_background_13 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_13.jpg"); }
html.sparte_romane.romane_background_14 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_14.jpg"); }
html.sparte_romane.romane_background_15 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_15.jpg"); }
html.sparte_romane.romane_background_16 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_16.jpg"); }
html.sparte_romane.romane_background_17 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_17.jpg"); }
html.sparte_romane.romane_background_18 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_18.jpg"); }
html.sparte_romane.romane_background_19 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_19.jpg"); }
html.sparte_romane.romane_background_20 body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/romane/background_20.jpg"); }
html.bg_fanpage body { background-image: url("../../files/THEME_01/01_HINTERGRUENDE/01_HINTERGRUENDE_SEITE/fanpage/Landingpage_Hintergrund.jpg"); }

body { -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; color: #444444; background-position: top center; background-attachment: fixed; background-repeat: no-repeat; }

body { opacity: 1; transition: 1s opacity; }

body.fade-out { opacity: 0; transition: none; }

.missing_content { color: #FEBC51; font-weight: bold; }

a { text-decoration: none; color: inherit; }
a:active, a:focus { outline: none; }

img { max-width: 100%; height: auto; }

.ce_text a[href*="mailto"] { position: relative; line-height: .9; }

.ce_text a[href*="mailto"]:before { position: relative; top: 1px; margin-right: 3px; content: "\2709 "; padding-left: 2px; text-decoration: none; font-size: 130%; }

.ce_text a:not([href*="mailto"]) { text-decoration: underline; }

.columns_2 { -moz-column-gap: 4em; -webkit-column-gap: 4em; column-gap: 4em; -moz-columns: 20em 2; -webkit-columns: 20em 2; columns: 20em 2; }

header, footer, h1, h2, #newsletter_quit, #newsletter_abo, .ui-accordion-header, .title_buy, .newsheader, .eventheader, .productheader, .show_all_link, .back, .leseprobe, .leseprobe_exklusiv, #nav_scrollto, .pagination, #nav_main_mobile, .not_released, .serie_out_of_stock, .title_message, #news_tagcloud, #news_tagcloud_video, #event_tagcloud, .tag-chain-container, .info-container, #event_list_archive_menu, #news_list_archive_menu_video, #news_list_archive_menu { font-family: 'Nephrite'; text-transform: uppercase; letter-spacing: 0.04em; color: #777; }
header#header, header#footer, footer#header, footer#footer, h1#header, h1#footer, h2#header, h2#footer, #newsletter_quit#header, #newsletter_quit#footer, #newsletter_abo#header, #newsletter_abo#footer, .ui-accordion-header#header, .ui-accordion-header#footer, .title_buy#header, .title_buy#footer, .newsheader#header, .newsheader#footer, .eventheader#header, .eventheader#footer, .productheader#header, .productheader#footer, .show_all_link#header, .show_all_link#footer, .back#header, .back#footer, .leseprobe#header, .leseprobe#footer, .leseprobe_exklusiv#header, .leseprobe_exklusiv#footer, #nav_scrollto#header, #nav_scrollto#footer, .pagination#header, .pagination#footer, #nav_main_mobile#header, #nav_main_mobile#footer, .not_released#header, .not_released#footer, .serie_out_of_stock#header, .serie_out_of_stock#footer, .title_message#header, .title_message#footer, #news_tagcloud#header, #news_tagcloud#footer, #news_tagcloud_video#header, #news_tagcloud_video#footer, #event_tagcloud#header, #event_tagcloud#footer, .tag-chain-container#header, .tag-chain-container#footer, .info-container#header, .info-container#footer, #event_list_archive_menu#header, #event_list_archive_menu#footer, #news_list_archive_menu_video#header, #news_list_archive_menu_video#footer, #news_list_archive_menu#header, #news_list_archive_menu#footer { color: #ffffff; letter-spacing: 0.14em; }

h1, h2, h3, h4 { margin-bottom: 15px; font-family: 'Nephrite bold'; letter-spacing: 0em; }

h1 { margin-top: 6px; font-size: 30px; }

h2 { margin-top: 10px; font-size: 26px; }
h2.list_headline { border-bottom: 1px solid #777; }

h3 { margin-top: 5px; margin-bottom: 5px; font-family: "Nephrite bold"; font-size: 14px; letter-spacing: 0.04em; color: inherit; text-transform: uppercase; }

.datenschutz h1, .datenschutz h2, .datenschutz h3, .datenschutz h4 { margin-top: 1.2em; margin-bottom: .8em; font-family: 'Nephrite bold'; letter-spacing: 0em; color: #777; text-transform: uppercase; }
.datenschutz h1 { font-size: 30px; }
.datenschutz h2 { font-size: 26px; }
.datenschutz h3 { font-size: 22px; }
.datenschutz h4 { font-size: 18px; }

.mod_iso_checkout h3, .mod_iso_orderdetails h3 { color: #777; text-transform: uppercase; margin-bottom: 15px; font-family: 'Nephrite'; letter-spacing: 0em; margin-top: 10px; font-size: 20px; border-bottom: 1px solid #aaa; margin-top: 25px; }

#iso_mod_checkout_review p.error { margin-top: 3em; font-style: italic; color: red; margin-bottom: 0; }

.ui-accordion-header { border-bottom: 1px solid #aaa; color: #ffffff; font-size: 15px; }
.ui-accordion-header .toggler_title { background-color: #aaa; padding: 0px 8px; padding-top: 1px; line-height: 1.3; padding-right: 20px; position: relative; cursor: pointer; display: inline-block; }
.ui-accordion-header .toggler_title:after { position: absolute; content: '\25BC'; font-size: 60%; top: 6px; margin-left: 4%; color: #ccc; }
.ui-accordion-header.ui-state-active .toggler_title:after { color: #fff; }

.no_content { display: none !important; }

.title_buy { border-bottom: 1px solid #aaa; color: #ffffff; font-size: 15px; margin-right: 30px; margin-top: 20px; margin-bottom: 20px; }
.title_buy span { background-color: #aaa; padding: 0px 8px; padding-top: 1px; padding-right: 20px; position: relative; line-height: 1.3; display: inline-block; }

.buttons_buy { margin-right: 25px; }

.buy_link { display: block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.buy_link:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }

.container, .custom { font-family: 'Barlow-Regular'; font-size: 13px; line-height: 1.3; color: #444; }

.custom { padding-top: 30px; padding-bottom: 30px; }

#wrapper { background-color: #ffffff; -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px; }

#footer { margin-top: 30px; padding-top: 0px; }
#footer #footer_allgemein { background-color: #444; padding-bottom: 50px; }
#footer #footer_shop { background-color: rgba(0, 0, 0, 0.6); padding-bottom: 20px; }
#footer h2 { color: #ddd; font-size: 22px; }

#shop_section { background-color: rgba(0, 0, 0, 0.6); border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; position: relative; letter-spacing: 0.05em; }
#shop_section .iso_cart_mini { border-bottom: 1px solid #fff; height: 48px; cursor: pointer; }
#shop_section .iso_cart_mini .product { display: none; }
#shop_section .iso_cart_mini .total_quantity { margin-top: 7px; position: relative; float: left; font-size: 1em; color: #000; font-weight: bold; background: url("../../files/THEME_01/template/cart.png"); background-size: 2.2em 2.2em; background-repeat: no-repeat; height: 40px; }
#shop_section .iso_cart_mini .total_quantity .value { margin-top: .2em; margin-left: 1em; }
#shop_section .iso_cart_mini .subtotal { float: left; font-size: 1em; padding-top: .9em; }
#shop_section .iso_cart_mini .buttons { margin-left: -1px; margin-right: -1px; }
#shop_section .iso_cart_mini .buttons .button { margin: 0; background: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; color: #fff; display: block; font-size: 1em; line-height: 40px; height: 48px; text-align: center; border: none; border-left: 2px solid #fff; border-bottom: 1px solid #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 4px !important; }

.iso_cart .ebook_download span, .review.orderproducts .ebook_download span, #orderdetails .ebook_download span { display: block; float: left; margin-right: 20px; }
.iso_cart .ebook_download img, .review.orderproducts .ebook_download img, #orderdetails .ebook_download img { width: 50px; float: left; }
.iso_cart .order_status, .review.orderproducts .order_status, #orderdetails .order_status { display: none; }
.iso_cart td, .review.orderproducts td, #orderdetails td { padding: 0 .5em; }
.iso_cart td.image, .review.orderproducts td.image, #orderdetails td.image { min-width: 100px; }
.iso_cart .subrow_0 td, .review.orderproducts .subrow_0 td, #orderdetails .subrow_0 td { vertical-align: top; padding-top: 2em; }
.iso_cart .subrow_0 td.name, .review.orderproducts .subrow_0 td.name, #orderdetails .subrow_0 td.name { font-family: 'Nephrite bold'; color: #777; font-size: 18px; text-transform: uppercase; padding-top: 2.5em; }
.iso_cart .subrow_0 td.name ul, .review.orderproducts .subrow_0 td.name ul, #orderdetails .subrow_0 td.name ul { padding-top: 1em; font-size: 14px; }
.iso_cart .subrow_1 td, .review.orderproducts .subrow_1 td, #orderdetails .subrow_1 td { vertical-align: bottom; text-align: right; padding-bottom: 1em; }
.iso_cart .subrow_1 td.quantity input, .review.orderproducts .subrow_1 td.quantity input, #orderdetails .subrow_1 td.quantity input { width: 2em; }
.iso_cart .subrow_1 td.actions a, .review.orderproducts .subrow_1 td.actions a, #orderdetails .subrow_1 td.actions a { font-family: 'arial'; font-weight: bold; padding: .15em; font-size: 14px; width: 1.2em; display: block; text-align: center; background-color: #AE282D; color: #fff; }
.iso_cart .subrow_1 td.price.total, .review.orderproducts .subrow_1 td.price.total, #orderdetails .subrow_1 td.price.total { font-weight: bold; }
.iso_cart .subrow_2 td, .review.orderproducts .subrow_2 td, #orderdetails .subrow_2 td { padding-bottom: 2em; border-bottom: 1px solid #ccc; }
.iso_cart tfoot .price, .iso_cart tfoot .price_total, .review.orderproducts tfoot .price, .review.orderproducts tfoot .price_total, #orderdetails tfoot .price, #orderdetails tfoot .price_total { text-align: right; }
.iso_cart .foot_first td, .review.orderproducts .foot_first td, #orderdetails .foot_first td { padding-top: 1em; }
.iso_cart .foot_last td, .review.orderproducts .foot_last td, #orderdetails .foot_last td { padding-bottom: 2em; font-weight: bold; }
.iso_cart .productheader, .review.orderproducts .productheader, #orderdetails .productheader { line-height: 1.2; overflow: hidden; }
.iso_cart .productheader .productheader_title, .review.orderproducts .productheader .productheader_title, #orderdetails .productheader .productheader_title { color: #ffffff; font-size: 15px; float: left; padding: 1px 8px; background-color: #aaa; }
.iso_cart .productheader.Comics .productheader_title, .review.orderproducts .productheader.Comics .productheader_title, #orderdetails .productheader.Comics .productheader_title { background-color: #a98f58; }
.iso_cart .productheader.Romane .productheader_title, .review.orderproducts .productheader.Romane .productheader_title, #orderdetails .productheader.Romane .productheader_title { background-color: #5a668e; }
.iso_cart .productheader.Sachbuecher .productheader_title, .review.orderproducts .productheader.Sachbuecher .productheader_title, #orderdetails .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
.iso_cart .productheader.Manga .productheader_title, .review.orderproducts .productheader.Manga .productheader_title, #orderdetails .productheader.Manga .productheader_title { background-color: #963232; }
.iso_cart .productheader .productheader_ebook, .review.orderproducts .productheader .productheader_ebook, #orderdetails .productheader .productheader_ebook { float: right; margin-top: 2px; }
.iso_cart .submit_container input, .review.orderproducts .submit_container input, #orderdetails .submit_container input { font-family: 'Nephrite'; font-size: 12px; text-transform: uppercase; padding: 4px 10px 4px 10px; }
.iso_cart .submit_container input.button_cart, .review.orderproducts .submit_container input.button_cart, #orderdetails .submit_container input.button_cart { display: none; }

.iso_cart .headline_products_review, .iso_cart .edit { display: none; }

.iso_cart { margin-bottom: 40px; }

.mod_iso_checkout { margin-bottom: 40px; }
.mod_iso_checkout label { font-size: 14px !important; }
.mod_iso_checkout .widget { margin-top: 5px; }
.mod_iso_checkout .steps { margin-bottom: 2em; }
.mod_iso_checkout .steps ol { list-style-type: none; }
.mod_iso_checkout .steps ol li { float: left; position: relative; border: 1px solid #ccc; margin-right: 1em; }
.mod_iso_checkout .steps ol li.active { background-color: #eee; }
.mod_iso_checkout .steps ol li a, .mod_iso_checkout .steps ol li span { width: 100%; height: 100%; display: block; padding: .5em; }
.mod_iso_checkout .steps ol li a::before, .mod_iso_checkout .steps ol li span::before { font-size: 20px; line-height: .6; content: '\2714'; color: #ddd; padding-right: .3em; }
.mod_iso_checkout .steps ol li a.passed::before, .mod_iso_checkout .steps ol li a.active::before, .mod_iso_checkout .steps ol li span.passed::before, .mod_iso_checkout .steps ol li span.active::before { color: #218D21; }
.mod_iso_checkout .submit_container { margin-top: 2em; }
.mod_iso_checkout .shippingaddress p { display: none; }
.mod_iso_checkout .shippingaddress #ctrl_shippingaddress { margin-bottom: .8em; }
.mod_iso_checkout .shippingaddress #ctrl_shippingaddress span { display: block; }
.mod_iso_checkout .shippingaddress #shippingaddress_new { margin-top: -4px; }
.mod_iso_checkout .info_container, .mod_iso_checkout .review.orderproducts { position: relative; }
.mod_iso_checkout .info_container .edit, .mod_iso_checkout .review.orderproducts .edit { position: absolute; right: 0; top: 6px; background-color: #aaa; line-height: 1.3; font-family: 'Nephrite'; font-size: 15px; padding: 0px 8px; padding-left: 20px; color: #fff; text-transform: uppercase; }
.mod_iso_checkout .info_container .edit::before, .mod_iso_checkout .review.orderproducts .edit::before { position: absolute; left: 5px; content: '\25C0'; font-size: 60%; top: 5px; color: #ccc; }
.mod_iso_checkout .field_agbs { margin-top: 30px; }
.mod_iso_checkout .box_agbs, .mod_iso_checkout .box_widerrufsrecht { font-size: .9em; height: 200px; overflow: hidden; overflow-y: scroll; padding: 2em 1em; background: #fff; border: 1px solid #ccc; }
.mod_iso_checkout #iso_mod_checkout_conditions > div:nth-child(2) { margin-bottom: 1em; }
.mod_iso_checkout #iso_mod_checkout_conditions > div { margin-left: .2em; }
.mod_iso_checkout #iso_mod_checkout_conditions p.error { color: red; margin-bottom: 0; font-style: italic; }
.mod_iso_checkout #iso_mod_checkout_conditions p.error.hidden_error { display: none; }
.mod_iso_checkout #iso_mod_checkout_payment fieldset span { display: block; padding: .3em; }
.mod_iso_checkout .review_step { height: auto; visibility: visible; opacity: 1; transition: opacity .5s linear; }
.mod_iso_checkout .review_step.hidden_step { overflow: hidden; height: 0; visibility: hidden; opacity: 0; transition: visibility 0s .5s, opacity .5s linear; }

.mod_login label, .mod_lostPassword label { margin-top: 5px; display: block; font-size: 14px !important; }
.mod_login .submit_container input, .mod_lostPassword .submit_container input { margin-top: 15px; }
.mod_login p.error, .mod_lostPassword p.error { display: block !important; }

.mod_registration, #members_data { margin-bottom: 40px; }
.mod_registration label, #members_data label { font-size: 14px !important; }
.mod_registration .widget, #members_data .widget { margin-top: 5px; display: block; }
.mod_registration .widget p.error, #members_data .widget p.error { display: block; }
.mod_registration .widget-select, #members_data .widget-select { margin-bottom: 20px; }
.mod_registration .submit_container input, #members_data .submit_container input { margin-top: 15px; }
.mod_registration #ctrl_newsletter, #members_data #ctrl_newsletter { margin-top: 20px; margin-bottom: 20px; margin-left: 2px; }
.mod_registration #ctrl_newsletter legend, #members_data #ctrl_newsletter legend { display: none; }

#members_orders { margin-bottom: 40px; }
#members_orders table th { padding: 5px 1em; border-bottom: 1px solid #ccc; }
#members_orders table th.order_status { display: none; }
#members_orders table td { padding: 5px 1em; }
#members_orders table td.order_status { display: none; }
#members_orders table td.link { font-weight: bold; text-decoration: underline; }

#members_abo { padding-left: .5em; margin-bottom: 40px; }
#members_abo label { font-size: 14px !important; }
#members_abo .widget { margin-top: 5px; }
#members_abo h2 { margin-top: 30px; font-size: 26px; border-bottom: 1px solid #777; margin-bottom: 15px; font-family: 'Nephrite'; font-weight: normal; text-transform: uppercase; letter-spacing: 0.04em; color: #777; }
#members_abo .widget-checkbox legend { display: none; }
#members_abo .widget-checkbox:first-child .checkbox_container div { margin-top: 20px; }
#members_abo .widget-checkbox:first-child .checkbox_container span { position: relative; overflow: hidden; margin-top: 5px; border: 1px solid #ccc; display: block; border-radius: 3px; }
#members_abo .widget-checkbox:first-child .checkbox_container span input { position: absolute; top: 7px; left: 7px; }
#members_abo .widget-checkbox:first-child .checkbox_container span label { padding: 5px; padding-left: 25px; height: 100%; display: block; cursor: pointer; }
#members_abo .widget-checkbox:first-child .checkbox_container span label.checked { background: #eee; }
#members_abo #box_widerruf, #members_abo #box_agb { height: 16em; overflow-y: scroll; padding: 1em; border: 1px solid #ccc; margin-bottom: 1em; }

.top_slider { border-bottom: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
.top_slider.slider_allgemein, .top_slider.slider_comics, .top_slider.slider_romane { display: block; max-height: 150px; }

.titel .top_slider { display: none; }

.newsdetails .top_slider { display: none; }

.videodetails .top_slider { display: none; }

.terminedetails .top_slider { display: none; }

.titel .slider_allgemein { display: block; max-height: 150px; }

.newsdetails .slider_allgemein { display: block; max-height: 150px; }

.videodetails .slider_allgemein { display: block; max-height: 150px; }

.terminedetails .slider_allgemein { display: block; max-height: 150px; }

.impressum .slider_allgemein { display: block; max-height: 150px; }

.titel_comic .top_slider { display: none; }

.titel_comic .slider_comics { display: block; max-height: 150px; }

.titel_roman .top_slider { display: none; }

.titel_roman .slider_romane { display: block; max-height: 150px; }

.titel_sachbuch .top_slider { display: none; }

.titel_sachbuch .slider_sachbuecher { display: block; max-height: 150px; }

.titel_manga .top_slider { display: none; }

.titel_manga .slider_manga { display: block; max-height: 150px; }

.slider_mobile { display: none !important; }

.slider_gross { display: block; max-height: 300px; }

.slider_groesser { display: block; max-height: 455px; }

#logocontainer { position: absolute; height: 20%; width: 10%; top: 2.5%; left: 2.5%; z-index: 10000; }

.titel #logocontainer { top: 10%; height: 65%; }

.slider_gross { border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
.slider_gross .ce_image { position: relative; }
.slider_gross figcaption { position: absolute; top: 6%; right: 0; width: auto !important; color: #fff; text-transform: uppercase; padding: 0.2% 1% 0.2% 1.5%; font-size: 34px; }
.slider_gross .roman figcaption { background-color: rgba(90, 102, 142, 0.8); }
.slider_gross .comic figcaption { background-color: rgba(169, 143, 88, 0.8); }
.slider_gross .sachbuch figcaption { background-color: rgba(114, 47, 119, 0.8); }
.slider_gross .manga figcaption { background-color: rgba(150, 50, 50, 0.8); }

.top_link { border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; overflow: hidden; }
.top_link figure { overflow: hidden; position: relative; }
.top_link figure a { width: 100%; max-width: 100%; max-height: 100%; overflow: hidden; display: block; }
.top_link figcaption { font-size: 17px; letter-spacing: 0.03em; padding-top: 1%; padding-bottom: 1%; position: absolute; width: 100% !important; bottom: 0px; text-align: center; background: rgba(102, 102, 102, 0.7); color: #fff; }
.top_link figcaption a { width: 100%; max-width: 100%; height: 100%; height: 100%; overflow: hidden; display: block; }
.top_link:hover figcaption { background: rgba(51, 51, 51, 0.9); }
.top_link:hover img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.ext_link { border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-right: 2px solid #fff; border-left: 2px solid #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.ext_link:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }

.ext_link_manga { border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-right: 2px solid #fff; border-left: 2px solid #fff; -webkit-filter: brightness(1); filter: brightness(1); }
.ext_link_manga:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -webkit-filter: brightness(1.6); filter: brightness(1.6); }

#nav_scrollto { overflow: hidden; margin-bottom: 30px; }
#nav_scrollto #nav_scrolltolabel { float: left; margin-right: 10px; margin-top: 5px; }
#nav_scrollto .scroll { cursor: pointer; color: #fff; float: left; width: 15px; height: 15px; background-color: #ccc; text-align: center; margin-right: 5px; margin-top: 5px; padding-bottom: 2px; }
#nav_scrollto .scroll:hover { color: #777; }

.pagination { margin-top: 20px; margin-bottom: 20px; margin-left: 2%; }
.pagination p { display: none; }
.pagination li { position: relative; cursor: pointer; color: #fff; float: left; width: 15px; height: 15px; background-color: #ccc; text-align: center; margin-right: 5px; margin-top: 5px; padding-bottom: 2px; }
.pagination li a { width: 100%; height: 100%; display: block; }
.pagination li.last, .pagination li.first { display: none; }
.pagination li .current { color: #444; }
.pagination li.previous, .pagination li.next { font-size: 35px; line-height: 0.45; }
.pagination li.previous { margin-right: 10px; background-color: transparent; color: #777; }
.pagination li.next { margin-left: 10px; background-color: transparent; color: #777; }

#nav_main { position: relative; font-size: 20px; letter-spacing: 0.05em; color: #fff; }
#nav_main ul { width: 100%; }
#nav_main ul.level_2 { margin-top: 5px; }
#nav_main li { width: 11%; height: 30px; text-align: center; border: 1px solid #fff; background-color: #aaa; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#nav_main li a, #nav_main li span { padding-top: 5px; }
#nav_main li span.submenu:after, #nav_main li a.submenu:after { position: absolute; content: '\25BC'; font-size: 50%; top: 8px; margin-left: 2%; color: #ccc; }
#nav_main li.mega_active span.submenu:after, #nav_main li.mega_active a.submenu:after { color: #fff; }
#nav_main li.checkliste { width: 17%; }
#nav_main li.genres { width: 17%; }
#nav_main li.comics { background-color: #a98f58; }
#nav_main li.romane { background-color: #5a668e; }
#nav_main li.sachbuecher { background-color: #722f77; }
#nav_main li.manga { background-color: #963232; }
#nav_main li.crocu { background-color: #3fa535; }
#nav_main li li { width: 100%; font-size: 16px; height: 24px; background-color: rgba(170, 170, 170, 0.9); }
#nav_main .newsletter, #nav_main .ueber_uns, #nav_main .kontakt, #nav_main .manuskripte, #nav_main .presse, #nav_main .handel, #nav_main .jobs, #nav_main .impressum, #nav_main .datenschutz, #nav_main .copyrights { display: none; }

.datenschutz .custom a { text-decoration: underline; }

#nav_shop { position: relative; font-size: 1em; letter-spacing: 0.05em; color: #fff; border-right: 1px solid #fff; }
#nav_shop ul { width: 100%; }
#nav_shop li { box-size: border-box; width: 50%; float: left; height: 24px; line-height: 24px; text-align: center; border-left: 2px solid #fff; border-bottom: 1px solid #fff; background-color: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#nav_shop li a, #nav_shop li span { width: 100%; height: 100%; display: block; }
#nav_shop li a.abmelden, #nav_shop li a.meinkonto, #nav_shop li a.meinabo, #nav_shop li span.abmelden, #nav_shop li span.meinkonto, #nav_shop li span.meinabo { pointer-events: none; cursor: default; color: #999; }

.fe_logged_in #nav_shop li a.abmelden, .fe_logged_in #nav_shop li a.meinkonto, .fe_logged_in #nav_shop li a.meinabo, .fe_logged_in #nav_shop li span.abmelden, .fe_logged_in #nav_shop li span.meinkonto, .fe_logged_in #nav_shop li span.meinabo { pointer-events: auto; cursor: pointer; color: #fff; }
.fe_logged_in #nav_shop li a.anmelden, .fe_logged_in #nav_shop li span.anmelden { pointer-events: none; cursor: default; color: #999; }

#nav_main_mobile { background-color: #CCCCCC; }
#nav_main_mobile li { color: #fff; font-size: 20px; }
#nav_main_mobile li:after { margin-left: 0px; border-color: #fff; }
#nav_main_mobile li.home, #nav_main_mobile li.home.mm-selected > span, #nav_main_mobile li.genres, #nav_main_mobile li.genres.mm-selected > span, #nav_main_mobile li.checkliste, #nav_main_mobile li.checkliste.mm-selected > span, #nav_main_mobile li.mm-subtitle, #nav_main_mobile li a.mm-subclose { background-color: #aaa; color: #fff; }
#nav_main_mobile li.comics, #nav_main_mobile li.comics.mm-selected > span { background-color: #a98f58; color: #fff; }
#nav_main_mobile li.romane, #nav_main_mobile li.romane.mm-selected > span { background-color: #5a668e; color: #fff; }
#nav_main_mobile li.sachbuecher, #nav_main_mobile li.sachbuecher.mm-selected > span { background-color: #722f77; color: #fff; }
#nav_main_mobile li.manga, #nav_main_mobile li.manga.mm-selected > span { background-color: #963232; color: #fff; }
#nav_main_mobile li .mm-counter { color: #fff !important; }
#nav_main_mobile li .mm-subopen:after, #nav_main_mobile li .mm-subclose:before { border-color: #fff !important; }
#nav_main_mobile li.mm-selected > span { background-color: #CCCCCC; }

#nav_main_mobile_link { height: 30px; background-color: #aaa; }
#nav_main_mobile_link a { width: 30px; height: 30px; display: block; background-position: center center; background-repeat: no-repeat; background-image: url("../../files/THEME_01/template/mobile_menu.png"); background-size: contain; }

#nav_footer, #nav_footer_shop { -moz-hyphens: manual; -ms-hyphens: manual; -webkit-hyphens: manual; hyphens: manual; margin-top: 37px; }
#nav_footer li, #nav_footer_shop li { margin-top: 6px; }

#nav_footer_shop { -moz-hyphens: manual; -ms-hyphens: manual; -webkit-hyphens: manual; hyphens: manual; margin-top: 30px; }
#nav_footer_shop li { margin-top: 6px; }

#nav_follow_us { margin-top: 30px; }

#nav_payment, #nav_shipment { margin-top: 26px; }
#nav_payment img, #nav_shipment img { border-radius: 6px; }

#nav_shipment > * { float: right; }

#shipping_hint { margin-top: 22px; line-height: 1.4; }

#customer_service { margin-top: 26px; }

#customer_service_text { letter-spacing: 0.05em; font-size: 16px; line-height: 1.3; }

#newsletter_abo_footer, #newsletter_abo { margin-top: 30px; }
#newsletter_abo_footer #captcha_container, #newsletter_abo #captcha_container { overflow: hidden; margin-top: .5em; }
#newsletter_abo_footer #captcha_container label[for=captcha], #newsletter_abo #captcha_container label[for=captcha] { font-size: 99%; padding-left: 0em; padding-top: .3em; padding-bottom: .3em; letter-spacing: 0 !important; float: left; text-transform: none; }
#newsletter_abo_footer #captcha_container #captcha, #newsletter_abo #captcha_container #captcha { float: right; width: 2em; }

#newsletter_abo .show_all_link { display: none; }

#iso_product_search { font-size: 16px; height: 30px; position: relative; padding-left: 1%; padding-right: 1%; background-color: #aaa; border: 1px solid #fff; color: #444444; }
#iso_product_search.display_none { display: none; }
#iso_product_search label { display: none; }
#iso_product_search input.text { width: 85%; padding: 2px; padding-right: 5%; padding-left: 5%; color: #444444; text-transform: uppercase; }
#iso_product_search input.submit { width: 10%; height: 30px; background-position: center center; background-repeat: no-repeat; background-image: url("../../files/THEME_01/template/search.png"); background-color: transparent; background-size: contain; border: none; }
#iso_product_search input.submit:hover { background-position: center center !important; }
#iso_product_search .clear_filters { position: absolute; right: 20%; top: 20%; display: none; }

#filter_puzzle label, #filter_neu_im_handel label, #filter_vorschau label { float: left; font-family: "nephrite"; font-size: 15px; text-transform: uppercase; margin-right: 1em; padding-top: .3em; }
#filter_puzzle select, #filter_neu_im_handel select, #filter_vorschau select { width: auto; float: left; font-family: "Arial"; }
#filter_puzzle select option, #filter_neu_im_handel select option, #filter_vorschau select option { font-family: "Arial"; }

.news_list_small .newsheader, .news_list_archive .newsheader { line-height: 1.15; border-bottom: 1px solid #aaa; }
.news_list_small .newsheader .newsheader_title, .news_list_archive .newsheader .newsheader_title { color: #ffffff; font-size: 15px; float: left; padding: 0px 8px; padding-top: 2px; display: inline-block; background-color: #aaa; }
.news_list_small .newsheader .newsheader_date, .news_list_archive .newsheader .newsheader_date { float: right; margin-right: 7px; padding-top: 2px; line-height: 1.0; }
.news_list_small .newsheader .newsheader_more, .news_list_archive .newsheader .newsheader_more { font-size: 45px; line-height: 0.3; float: right; font-weight: normal; }
.news_list_small .newsheader.Comics .newsheader_title, .news_list_archive .newsheader.Comics .newsheader_title { background-color: #a98f58; }
.news_list_small .newsheader.Romane .newsheader_title, .news_list_archive .newsheader.Romane .newsheader_title { background-color: #5a668e; }
.news_list_small .newsheader.Sachbuecher .newsheader_title, .news_list_archive .newsheader.Sachbuecher .newsheader_title { background-color: #722f77; }
.news_list_small .newsheader.Manga .newsheader_title, .news_list_archive .newsheader.Manga .newsheader_title { background-color: #963232; }
.news_list_small .layout_latest, .news_list_archive .layout_latest { position: relative; margin-top: 0px; padding: 10px; padding-bottom: 10px; margin-bottom: 5px; cursor: pointer; background-color: #f3f3f3; }
.news_list_small .layout_latest:hover, .news_list_archive .layout_latest:hover { background-color: #eee; }
.news_list_small .layout_latest::after, .news_list_archive .layout_latest::after { content: ''; position: absolute; bottom: 0; left: 0; z-index: 100; height: 35px; width: 100%; background-position: bottom left; background-repeat: repeat-x; background-image: url("../../files/THEME_01/template/more.png"); }
.news_list_small .more, .news_list_archive .more { clear: both; display: inline-block; width: 100%; }
.news_list_small .more a, .news_list_archive .more a { float: right; }

.news_list_archive .layout_latest { height: 20.5em; }
.news_list_archive .layout_latest .teaser { height: 7.1em; overflow: hidden; }

#news_list_archive_video .layout_latest, #news_list_latest_video .layout_latest { height: 17em; }
#news_list_archive_video .layout_latest .teaser, #news_list_latest_video .layout_latest .teaser { height: 8.1em; overflow: hidden; }
#news_list_archive_video .layout_latest h3, #news_list_latest_video .layout_latest h3 { height: 2.4em; overflow: hidden; }
#news_list_archive_video .layout_latest::after, #news_list_latest_video .layout_latest::after { content: ''; position: absolute; bottom: 20%; left: 35%; z-index: 100; height: 30%; width: 30%; background-position: bottom left; background-repeat: no-repeat; background-image: url("../../files/THEME_01/template/playvideo_1.png"); background-size: contain; }

#news_list_latest_video .layout_latest { height: auto; }
#news_list_latest_video .layout_latest h3 { height: auto; }
#news_list_latest_video .layout_latest::after { background: none; }
#news_list_latest_video .layout_latest figure { position: relative; }
#news_list_latest_video .layout_latest figure::after { content: ''; position: absolute; bottom: 30%; left: 35%; z-index: 100; height: 40%; width: 40%; background-position: bottom left; background-repeat: no-repeat; background-image: url("../../files/THEME_01/template/playvideo_1.png"); background-size: contain; }

.event_list_archive .layout_upcoming { height: 20.5em; overflow: hidden; }
.event_list_archive .layout_upcoming .teaser { height: 3.8em; overflow: hidden; }

.newsreader_header { background-color: #aaa; }

.titel_comic .newsreader_header { background-color: #a98f58; }

.titel_roman .newsreader_header { background-color: #5a668e; }

.titel_sachbuch .newsreader_header { background-color: #722f77; }

.titel_manga .newsreader_header { background-color: #963232; }

.news_reader .newsreader_info_container { background-color: #eee; padding: 10px; margin-bottom: 1em; }
.news_reader .newsreader_info_container .info-container { font-size: 14px; color: #999; padding: 2px 4px; padding-top: 10px; }
.news_reader .newsreader_info_container .info-container .info { float: right; padding: 0; margin: 0; }

.event_reader .eventreader_info_container { background-color: #eee; padding: 10px; margin-bottom: 1em; }
.event_reader .eventreader_info_container .info-container { font-size: 14px; color: #999; padding: 2px 4px; padding-top: 10px; }
.event_reader .eventreader_info_container .info-container .info { float: right; padding: 0; margin: 0; }

.event_list_small .eventheader, .event_list_archive .eventheader { line-height: 1.15; border-bottom: 1px solid #aaa; }
.event_list_small .eventheader .eventheader_title, .event_list_archive .eventheader .eventheader_title { color: #ffffff; font-size: 15px; float: left; padding: 0px 8px; padding-top: 2px; display: inline-block; background-color: #aaa; }
.event_list_small .eventheader .eventheader_more, .event_list_archive .eventheader .eventheader_more { font-size: 45px; line-height: 0.3; float: right; }
.event_list_small .layout_upcoming, .event_list_archive .layout_upcoming { position: relative; margin-top: 0px; padding: 10px; padding-bottom: 10px; margin-bottom: 5px; cursor: pointer; background-color: #f3f3f3; }
.event_list_small .layout_upcoming:hover, .event_list_archive .layout_upcoming:hover { background-color: #eee; }
.event_list_small .layout_upcoming::after, .event_list_archive .layout_upcoming::after { content: ''; position: absolute; bottom: 0; left: 0; z-index: 100; height: 35px; width: 100%; background-position: bottom left; background-repeat: repeat-x; background-image: url("../../files/THEME_01/template/more.png"); }
.event_list_small .more, .event_list_archive .more { clear: both; display: inline-block; width: 100%; }
.event_list_small .more a, .event_list_archive .more a { float: right; }

.show_all_link, .back { line-height: 1.0; font-size: 15px; font-family: 'Nephrite bold'; }
.show_all_link a, .back a { padding: 2px 3px; display: block; float: right; text-decoration: none !important; }
.show_all_link a:after, .back a:after { content: '\00BB'; font-size: 45px; line-height: 0.3; float: right; margin-bottom: 2px; margin-left: 5px; }
.show_all_link.newsmenu a, .show_all_link.eventmenu a, .back.newsmenu a, .back.eventmenu a { float: left; /*
&:after{
	content:'';
}
*/ }

.back { margin-top: 20px; }

.news_reader .back a, .event_reader .back a { float: left; }

#newsletter_abo_footer .show_all_link, #newsletter_quit .show_all_link, #newsletter_abo .show_all_link { float: right; margin-top: 14px; font-weight: normal; }
#newsletter_abo_footer .show_all_link a, #newsletter_quit .show_all_link a, #newsletter_abo .show_all_link a { font-size: 13px; font-weight: normal; }
#newsletter_abo_footer .submit, #newsletter_quit .submit, #newsletter_abo .submit { font-size: 12px; text-transform: uppercase; padding: 4px 10px 4px 10px; }
#newsletter_abo_footer p.error, #newsletter_quit p.error, #newsletter_abo p.error { display: inline-block !important; }

.follow_us_link { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.follow_us_link figure { position: relative; }
.follow_us_link figure img { margin: 0 auto; }
.follow_us_link figure figcaption { width: auto !important; margin: 0 auto; text-align: center; font-size: 12px; margin-top: 5px; letter-spacing: 0.03em; }
.follow_us_link figure figcaption a { width: 100%; display: block; }
.follow_us_link:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

.iso_product_list .product { margin-bottom: 3.8em; margin-top: 2.6em; }
.iso_product_list .product form { padding-right: 10%; }
.iso_product_list .product form .formbody { position: relative; padding-bottom: 145%; }
.iso_product_list .product form .formbody figure { position: absolute; width: 100%; bottom: 0px; }
.iso_product_list .product form .formbody figure .productheader { line-height: 1.2; overflow: hidden; }
.iso_product_list .product form .formbody figure .productheader .productheader_title { color: #ffffff; font-size: 15px; float: left; padding: 1px 8px; background-color: #aaa; }
.iso_product_list .product form .formbody figure .productheader.Comics .productheader_title { background-color: #a98f58; }
.iso_product_list .product form .formbody figure .productheader.Romane .productheader_title { background-color: #5a668e; }
.iso_product_list .product form .formbody figure .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
.iso_product_list .product form .formbody figure .productheader.Manga .productheader_title { background-color: #963232; }
.iso_product_list .product form .formbody figure .productheader .productheader_ebook { float: right; margin-top: 2px; }
.iso_product_list .product form .formbody .title_legend { text-align: center; position: absolute; line-height: 1.2; bottom: -4.0em; display: block; color: #777; width: 100%; height: 3.6em; overflow: hidden; font-family: 'Nephrite'; letter-spacing: 0.02em; text-transform: uppercase; }
.iso_product_list .product form .formbody .title_legend .serie { font-family: 'Nephrite bold'; color: #444; }
.iso_product_list .product.month_single { margin-bottom: 5em; }
.iso_product_list .product.month_single .formbody { padding-bottom: 150%; }
.iso_product_list .product.single { margin-top: 2.6em; margin-bottom: 5.0em; }
.iso_product_list .product.single .formbody { padding-bottom: 150%; }
.iso_product_list .product.single .formbody .title_legend { height: 4.8em; bottom: -5.2em; }
.iso_product_list .product.serie_all { margin-top: 2.6em; margin-bottom: 5.0em; }
.iso_product_list .product.serie_all .formbody { padding-bottom: 150%; }
.iso_product_list .product.serie_all .formbody .title_legend { height: 4.8em; bottom: -5.2em; }
.iso_product_list .product.serie_baende { margin-top: 2.6em; }
.iso_product_list .product.serie_baende .formbody { padding-bottom: 150%; }
.iso_product_list .product.serie_baende .formbody .title_legend { height: 3.6em; bottom: -3.8em; }
.iso_product_list .product.checklist { margin-top: 0.0em; margin-bottom: 5px; padding-top: 0.0em; padding-bottom: 0.0em; background-color: #f3f3f3; }
.iso_product_list .product.checklist:hover { background-color: #eee; }
.iso_product_list .product.checklist form { padding-right: 0; }
.iso_product_list .product.checklist form .formbody { padding-bottom: 0; }
.iso_product_list .product.checklist form .formbody .checklistfield { padding: 0.4em 0.4em; min-height: 3.4em; }
.iso_product_list .product.checklist form .formbody .checklistfield.titel_serie { font-weight: bold; }
.iso_product_list .product.checklist form .formbody .productheader { position: relative; }
.iso_product_list .product.checklist form .formbody .productheader .productheader_title { color: #ffffff; float: left; padding: 1px 1px; background-color: #aaa; width: 94%; text-align: center; }
.iso_product_list .product.checklist form .formbody .productheader.Comics .productheader_title { background-color: #a98f58; }
.iso_product_list .product.checklist form .formbody .productheader.Romane .productheader_title { background-color: #5a668e; }
.iso_product_list .product.checklist form .formbody .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
.iso_product_list .product.checklist form .formbody .productheader.Manga .productheader_title { background-color: #963232; }
.iso_product_list .product.checklist form .formbody .productheader .out_of_stock { color: #963232; text-align: center; font-size: 11px; margin-top: 5px; float: left; width: 100%; }
.iso_product_list .product.downloads { margin-top: 0.0em; margin-bottom: 0.0em; padding-top: 0.0em; padding-bottom: 0.8em; border-bottom: 1px solid #ddd; }
.iso_product_list .product.downloads:hover { background-color: #eee; }
.iso_product_list .product.downloads form { padding-right: 0; }
.iso_product_list .product.downloads form .formbody { padding-bottom: 0; }
.iso_product_list .product.downloads form .formbody .downloadfield { padding: 0.4em 0.4em; }
.iso_product_list .product.downloads form .formbody .downloadfield.titel_serie { font-weight: bold; }
.iso_product_list .product.downloads form .formbody .titel_presse_downloads li { display: block; clear: both; padding: 2px; }
.iso_product_list .product.downloads form .formbody .titel_presse_downloads li img, .iso_product_list .product.downloads form .formbody .titel_presse_downloads li a { display: block; float: left; margin-right: 5px; }
.iso_product_list .product.downloads form .formbody .productheader { position: relative; }
.iso_product_list .product.downloads form .formbody .productheader .productheader_title { color: #ffffff; float: left; padding: 1px 1px; background-color: #aaa; width: 94%; text-align: center; }
.iso_product_list .product.downloads form .formbody .productheader.Comics .productheader_title { background-color: #a98f58; }
.iso_product_list .product.downloads form .formbody .productheader.Romane .productheader_title { background-color: #5a668e; }
.iso_product_list .product.downloads form .formbody .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
.iso_product_list .product.downloads form .formbody .productheader.Manga .productheader_title { background-color: #963232; }
.iso_product_list .product.downloads form .formbody .productheader .out_of_stock { color: #963232; text-align: center; font-size: 11px; margin-top: 5px; float: left; width: 100%; }
.iso_product_list .product.serie_short { margin-top: 0.0em; margin-bottom: 0.0em; padding-top: 0.2em; padding-bottom: 0.2em; }
.iso_product_list .product.serie_short:hover { background-color: #eee; }
.iso_product_list .product.serie_short form { padding-right: 0; }
.iso_product_list .product.serie_short form .formbody { padding-bottom: 0; }
.iso_product_list .product.serie_short form .formbody .title_legend { position: relative; height: auto; bottom: 0px; text-align: left; }
.iso_product_list .product.serie_short form .formbody .title_legend .serie { float: left; padding-left: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 60%; }
.iso_product_list .product.serie_short form .formbody .productheader { position: relative; }
.iso_product_list .product.serie_short form .formbody .productheader .productheader_title { color: #ffffff; font-size: 13px; float: left; padding: 1px 3px; background-color: #aaa; width: 55px; text-align: center; }
.iso_product_list .product.serie_short form .formbody .productheader.Comics .productheader_title { background-color: #a98f58; }
.iso_product_list .product.serie_short form .formbody .productheader.Romane .productheader_title { background-color: #5a668e; }
.iso_product_list .product.serie_short form .formbody .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
.iso_product_list .product.serie_short form .formbody .productheader.Manga .productheader_title { background-color: #963232; }

#iso_product_list_titel_related .product, #iso_prodict_list_autoren_related .product, #iso_product_list_serie_all_baende .product, #iso_product_list_serie_all_small .product { /*
&.ebook:not(.print):not(.bod):not(.message_override){ 
	color:#963232;
	.image_container a::after{content:'titel nur noch \A als eBook \A erh\00e4ltlich!';}
}
*/ }
#iso_product_list_titel_related .product.not_released:not(.message_override), #iso_product_list_titel_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle), #iso_prodict_list_autoren_related .product.not_released:not(.message_override), #iso_prodict_list_autoren_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle), #iso_product_list_serie_all_baende .product.not_released:not(.message_override), #iso_product_list_serie_all_baende .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle), #iso_product_list_serie_all_small .product.not_released:not(.message_override), #iso_product_list_serie_all_small .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) { font-family: 'Nephrite'; text-transform: uppercase; letter-spacing: 0.04em; text-align: center; }
#iso_product_list_titel_related .product.not_released:not(.message_override) .image_container a, #iso_product_list_titel_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a, #iso_prodict_list_autoren_related .product.not_released:not(.message_override) .image_container a, #iso_prodict_list_autoren_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a, #iso_product_list_serie_all_baende .product.not_released:not(.message_override) .image_container a, #iso_product_list_serie_all_baende .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a, #iso_product_list_serie_all_small .product.not_released:not(.message_override) .image_container a, #iso_product_list_serie_all_small .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a { position: relative; display: block; }
#iso_product_list_titel_related .product.not_released:not(.message_override) .image_container a img, #iso_product_list_titel_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a img, #iso_prodict_list_autoren_related .product.not_released:not(.message_override) .image_container a img, #iso_prodict_list_autoren_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a img, #iso_product_list_serie_all_baende .product.not_released:not(.message_override) .image_container a img, #iso_product_list_serie_all_baende .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a img, #iso_product_list_serie_all_small .product.not_released:not(.message_override) .image_container a img, #iso_product_list_serie_all_small .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; }
#iso_product_list_titel_related .product.not_released:not(.message_override) .image_container a::after, #iso_product_list_titel_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_prodict_list_autoren_related .product.not_released:not(.message_override) .image_container a::after, #iso_prodict_list_autoren_related .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_product_list_serie_all_baende .product.not_released:not(.message_override) .image_container a::after, #iso_product_list_serie_all_baende .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_product_list_serie_all_small .product.not_released:not(.message_override) .image_container a::after, #iso_product_list_serie_all_small .product:not(.print):not(.ebook):not(.bod):not(.message_override):not(.puzzle) .image_container a::after { text-align: center; position: absolute; white-space: pre; z-index: 100; width: 80%; bottom: 30px; margin: 0 10%; display: block; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
#iso_product_list_titel_related .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle), #iso_prodict_list_autoren_related .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle), #iso_product_list_serie_all_baende .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle), #iso_product_list_serie_all_small .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) { color: #963232; }
#iso_product_list_titel_related .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_prodict_list_autoren_related .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_product_list_serie_all_baende .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) .image_container a::after, #iso_product_list_serie_all_small .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) .image_container a::after { content: 'titel \A Verlags- \A vergriffen!'; }
#iso_product_list_titel_related .product.not_released:not(.message_override), #iso_prodict_list_autoren_related .product.not_released:not(.message_override), #iso_product_list_serie_all_baende .product.not_released:not(.message_override), #iso_product_list_serie_all_small .product.not_released:not(.message_override) { color: #444444 !important; }
#iso_product_list_titel_related .product.not_released:not(.message_override) .image_container a::after, #iso_prodict_list_autoren_related .product.not_released:not(.message_override) .image_container a::after, #iso_product_list_serie_all_baende .product.not_released:not(.message_override) .image_container a::after, #iso_product_list_serie_all_small .product.not_released:not(.message_override) .image_container a::after { content: 'Jetzt \A vorbestellbar!' !important; }
#iso_product_list_titel_related .product.ebook:not(.print):not(.bod):not(.message_override) .productheader::after, #iso_prodict_list_autoren_related .product.ebook:not(.print):not(.bod):not(.message_override) .productheader::after, #iso_product_list_serie_all_baende .product.ebook:not(.print):not(.bod):not(.message_override) .productheader::after, #iso_product_list_serie_all_small .product.ebook:not(.print):not(.bod):not(.message_override) .productheader::after { content: 'nur eBook'; float: right; font-size: 15px; padding: 1px 8px; color: #aaa; }

#iso_product_list_titel_related .product:not(.ebook):not(.print):not(.bod):not(.message_override):not(.puzzle) { display: none; }

.ce_downloads li { clear: both; }
.ce_downloads li img, .ce_downloads li a { display: block; float: left; margin-right: 5px; }

#iso_product_list_autoren_related .product.single, #iso_product_list_autoren_search .product.single { margin-bottom: 1.0em; margin-top: 1.0em; }
#iso_product_list_autoren_related .product.single form, #iso_product_list_autoren_search .product.single form { padding-right: 0; }
#iso_product_list_autoren_related .product.single .formbody, #iso_product_list_autoren_search .product.single .formbody { padding-bottom: 10px; }
#iso_product_list_autoren_related .product.single .formbody figure, #iso_product_list_autoren_search .product.single .formbody figure { position: relative; }
#iso_product_list_autoren_related .product.single .formbody figure img, #iso_product_list_autoren_search .product.single .formbody figure img { filter: grayscale(100%); }
#iso_product_list_autoren_related .product.single .formbody .teaser, #iso_product_list_autoren_search .product.single .formbody .teaser { max-height: 3.7em; margin-top: 0.5em; overflow: hidden; padding-right: 20px; }
#iso_product_list_autoren_related .product.single .formbody .more, #iso_product_list_autoren_search .product.single .formbody .more { display: block; margin-top: 0.5em; }

#iso_product_reader_titel_header .title_message, #iso_product_reader_titel_images .title_message { font-size: 20px; }
#iso_product_reader_titel_header .title_message.message_out_of_stock, #iso_product_reader_titel_images .title_message.message_out_of_stock { color: #963232; }

#iso_product_reader_titel_images { margin-top: 2em; }
#iso_product_reader_titel_images .images { position: relative; width: 100%; }
#iso_product_reader_titel_images .images > .image_container { margin-right: 25px; }
#iso_product_reader_titel_images .productheader { line-height: 1.2; overflow: hidden; }
#iso_product_reader_titel_images .productheader .productheader_title { color: #ffffff; font-size: 15px; float: left; padding: 1px 8px; padding-top: 2px; display: inline-block; background-color: #aaa; }
#iso_product_reader_titel_images .productheader.Comics .productheader_title { background-color: #a98f58; }
#iso_product_reader_titel_images .productheader.Romane .productheader_title { background-color: #5a668e; }
#iso_product_reader_titel_images .productheader.Sachbuecher .productheader_title { background-color: #722f77; }
#iso_product_reader_titel_images .productheader.Manga .productheader_title { background-color: #963232; }
#iso_product_reader_titel_images .product_inner.medium_0 .offer { display: none; }
#iso_product_reader_titel_images .options .widget-select { width: calc(100% - 25px); margin-top: 20px; }
#iso_product_reader_titel_images .options .widget-select label { display: none; }
#iso_product_reader_titel_images .offer .price { margin-top: 20px; font-size: 30px; margin-bottom: 5px; font-family: 'Nephrite'; font-weight: normal; text-transform: uppercase; letter-spacing: 0.04em; color: #777; }
#iso_product_reader_titel_images .offer .tax_label { margin-bottom: 20px; font-size: 12px; color: #777; }
#iso_product_reader_titel_images .title_legend { font-size: 20px; text-align: center; margin-top: 0.8em; margin-bottom: 1.2em; display: block; color: #777; height: 3.6em; overflow: hidden; font-family: 'Nephrite'; letter-spacing: 0.05em; text-transform: uppercase; margin-right: 25px; }
#iso_product_reader_titel_images .title_legend .serie { font-family: 'Nephrite bold'; color: #444; }
#iso_product_reader_titel_images .ce_gallery { position: absolute; z-index: 100; right: 0px; top: 0px; /*
	border-top:1px solid #333; 
	border-right:1px solid #333;
	border-bottom:1px solid #333;
*/ width: 25px; height: 200px; overflow: hidden; }
#iso_product_reader_titel_images .ce_gallery .leseprobe { background-color: #aaa; font-size: 18px; color: #fff; line-height: 1.0; width: 140px; height: 25px; left: 1.7em; padding-left: 15px; padding-top: 10px; -moz-transform-origin: top left; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; top: 0px; }
#iso_product_reader_titel_images .ce_gallery .leseprobe_exklusiv { background-color: #aaa; font-size: 18px; color: #fff; line-height: 1.0; width: 200px; height: 25px; left: 1.7em; padding-left: 15px; padding-top: 10px; -moz-transform-origin: top left; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; top: 0px; }
#iso_product_reader_titel_images .ce_gallery .image_container { position: absolute; }
#iso_product_reader_titel_images .ce_gallery .image_container a { width: 30px; min-height: 220px; display: block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
#iso_product_reader_titel_images .ce_gallery .image_container:nth-child(2) { z-index: 10; }
#iso_product_reader_titel_images .product_incart_message { margin-top: 10px; padding: 4px 15px 4px 14px; text-align: center; line-height: 16px; font-size: 11px; border: 1px solid #ccc; width: auto; border-radius: 3px; }
#iso_product_reader_titel_images .product_inner.in_cart:not(.medium_9) .add_to_cart { display: none !important; }
#iso_product_reader_titel_images .product_inner.in_cart:not(.medium_9) .product_incart_message { display: inline-block !important; color: #218D21; }
#iso_product_reader_titel_images .back { display: none; }

#iso_product_reader_autor_images { margin-top: 4em; }
#iso_product_reader_autor_images img { filter: grayscale(100%); }

#iso_product_reader_autor_text { -moz-column-gap: 4em; -webkit-column-gap: 4em; column-gap: 4em; -moz-columns: 20em 2; -webkit-columns: 20em 2; columns: 20em 2; }

#google_directions img { max-width: none; }
#google_directions .gd_directionsContainer td { width: 1200px; }
#google_directions form { position: absolute; top: 570px; right: 20px; z-index: 1000; }
#google_directions .adp-placemark td, #google_directions #adp-placemark td { padding: 4px; }

#news_tagcloud, #news_tagcloud_video, #event_tagcloud, .tag-chain-container { color: #999; font-size: 14px; }
#news_tagcloud .tag-chain-label, #news_tagcloud_video .tag-chain-label, #event_tagcloud .tag-chain-label, .tag-chain-container .tag-chain-label { color: #777; padding: 2px 4px; }
#news_tagcloud li, #news_tagcloud_video li, #event_tagcloud li, .tag-chain-container li { float: left; margin-right: 2px; margin-bottom: 2px; padding: 2px 3px 1px 4px; }
#news_tagcloud li.size1, #news_tagcloud_video li.size1, #event_tagcloud li.size1, .tag-chain-container li.size1 { color: #bbb; }
#news_tagcloud li.size2, #news_tagcloud_video li.size2, #event_tagcloud li.size2, .tag-chain-container li.size2 { color: #999; -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
#news_tagcloud li.size3, #news_tagcloud_video li.size3, #event_tagcloud li.size3, .tag-chain-container li.size3 { color: #666; -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#news_tagcloud li.size4, #news_tagcloud_video li.size4, #event_tagcloud li.size4, .tag-chain-container li.size4 { color: #333; -moz-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); -webkit-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
#news_tagcloud li.Comics, #news_tagcloud_video li.Comics, #event_tagcloud li.Comics, .tag-chain-container li.Comics { color: #fff; background-color: #a98f58; }
#news_tagcloud li.Romane, #news_tagcloud_video li.Romane, #event_tagcloud li.Romane, .tag-chain-container li.Romane { color: #fff; background-color: #5a668e; }
#news_tagcloud li.Sachbuecher, #news_tagcloud_video li.Sachbuecher, #event_tagcloud li.Sachbuecher, .tag-chain-container li.Sachbuecher { color: #fff; background-color: #722f77; }
#news_tagcloud li.Manga, #news_tagcloud_video li.Manga, #event_tagcloud li.Manga, .tag-chain-container li.Manga { color: #fff; background-color: #963232; }

#news_list_archive_menu, #news_list_archive_menu_video { font-size: 14px; }
#news_list_archive_menu .level_2, #news_list_archive_menu_video .level_2 { border-top: 1px solid #ccc; padding-top: 10px; }
#news_list_archive_menu .level_2 li, #news_list_archive_menu_video .level_2 li { margin-left: 15px; }

#event_list_archive_menu { font-size: 14px; }
#event_list_archive_menu .level_1 { padding-top: 10px; }

#share_buttons li a { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
#share_buttons li a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.ce_download { text-align: center; }
.ce_download img { display: inline-block; position: relative; top: 4px; }
.ce_download a { display: inline-block; }

.ce_download.left { text-align: left; }

body.jobs .ce_download { text-align: left; }

.ce_ytvideo .video_container { position: relative; padding-bottom: 56.25%; /* ratio 16x9 */ height: 0; overflow: hidden; width: 100%; height: auto; border: 1px solid #FFFFFF; }
.ce_ytvideo iframe { border: none; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

#cookiebar { background-color: rgba(102, 102, 102, 0.95); }

.page_foren #cookiebar { display: none; }

#table_versand td, #table_bezahlung td { padding: 1em; }
#table_versand td.col_0, #table_bezahlung td.col_0 { min-width: 6.8em; font-weight: bold; }

.marvel_abo { cursor: pointer; }

.bg_fanpage { background-color: #000; }

.fanpage .custom { font-size: .95em; line-height: 1.1; hyphens: manual; font-family: 'TT Lakes Compressed'; }
.fanpage h1, .fanpage h2 span { font-family: 'CCTreacherousCorners'; text-transform: none; font-size: 3.8em; font-weight: normal; letter-spacing: .05em; color: #fff; /*
-webkit-text-stroke: 1px #E47814;
text-stroke: 1px #E47814;
*/ text-shadow: #E47814 2px 2px 1px, #E47814 -2px 2px 1px, #E47814 2px -2px 1px, #E47814 -2px -2px 1px; }
.fanpage h2 span { font-size: 2.8em; letter-spacing: .05em; margin-left: .2em; margin-right: .2em; }
.fanpage h2 { font-family: 'TT Lakes Compressed'; font-weight: bold; color: #fff; font-size: 1.6em; }
.fanpage .custom { padding-top: 0; padding-bottom: 0; color: #eee; }
.fanpage .custom [id^=Bereich] { border-top: 1px solid #333; }
.fanpage .custom #Bereich2, .fanpage .custom #Bereich3 { background-color: #71c1a6; border: none; }
.fanpage .custom #Bereich4, .fanpage .custom #Bereich6, .fanpage .custom #Bereich8 { background-color: #333; }
.fanpage .custom #Bereich6 { background-image: url("../../files/THEME_01/10_FANPAGES/DEAMON_SLAYER/redaktion_bg_neu.jpg"); background-size: cover; background-position: center center; }
.fanpage #wrapper { background-color: #000; }
.fanpage .logos_fanpage a { box-sizing: border-box; display: block; text-align: center; padding: 5em; width: 50%; float: left; }
.fanpage #iso_product_list_fanpage_leseproben { overflow: visible; height: 4em; position: relative; margin-top: 2em; }
.fanpage #iso_product_list_fanpage_leseproben .product, .fanpage #iso_product_list_fanpage_leseproben img { width: 100% !important; }
.fanpage #iso_product_list_fanpage_leseproben .image_container { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.fanpage #iso_product_list_fanpage_leseproben .image_container img { opacity: 0; }
.fanpage #iso_product_list_fanpage_leseproben .image_container:first-child { z-index: 10; }
.fanpage #iso_product_list_fanpage_leseproben .image_container:first-child::before { position: absolute; width: 100%; height: 1.5em; top: 0; left: 0; content: 'Lies jetzt rein!'; background-color: #71c1a6; text-align: center; line-height: 1.5em; font-size: 2.2em; text-transform: uppercase; font-weight: bold; border-radius: 5px; color: #E47814; -webkit-text-stroke: 1.5px #fff; text-stroke: 1.5px #fff; }
.fanpage .ce_ytvideo .video_container { border-top: 1px solid #333; border-bottom: 1px solid #333; border-left: none; border-right: none; }
.fanpage .swiper-container { padding-bottom: 20px; }
.fanpage .swiper-container-cover .swiper-slide { padding: calc(1em + 1%); }
.fanpage .swiper-container-cover .swiper-slide form { padding: 0; }
.fanpage .swiper-container-charaktere { overflow: hidden; }
.fanpage .swiper-container-charaktere .swiper-wrapper .swiper-slide { padding: calc(1em + 1%); }
.fanpage .swiper-container-charaktere .swiper-wrapper .swiper-slide figure img { margin-bottom: 1em; border-radius: 100%; }
.fanpage .swiper-container-charaktere .swiper-wrapper .swiper-slide .ce_text h2 { font-size: 1.5em; color: #fff; text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px; font-weight: bold; }
.fanpage .swiper-container-empfehlungen { padding-bottom: 0; overflow: hidden; }
.fanpage .swiper-container-empfehlungen .swiper-wrapper .swiper-slide { width: 100% !important; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.fanpage .swiper-container-empfehlungen .swiper-wrapper .swiper-slide .ce_text { margin-right: 20%; margin-bottom: 60px; hyphens: auto; }
.fanpage .swiper-pagination { position: absolute; bottom: 0; left: 50%; width: 100%; text-align: center; transform: translateX(-50%); }
.fanpage .swiper-pagination .swiper-pagination-bullet { display: inline-block; background: rgba(255, 255, 255, 0.1); margin: 5px; padding: 1px; opacity: 1; border: 1px solid #666; transition: background .5s; }
.fanpage .swiper-pagination .swiper-pagination-bullet-active { background: rgba(255, 255, 255, 0.8); }
.fanpage .swiper-pagination-empfehlungen { bottom: 50px; }
.fanpage .swiper-button-next::after, .fanpage .swiper-button-prev::after { font-size: 2em; color: rgba(255, 255, 255, 0.8); }
.fanpage #nav_follow_us { margin-bottom: 30px; }
.fanpage #newsletter_abo_footer { margin-top: 20px; }
.fanpage #newsletter_abo_footer h2 { display: none; }
.fanpage #nav_legal { margin-top: 20px; text-align: center; }

.page_prinzessinnen .red { color: #971821; }
.page_prinzessinnen .yellow { color: #FFB920; }
.page_prinzessinnen .frage .frage_headline, .page_prinzessinnen .frage .ergebnisse_headline, .page_prinzessinnen .ergebnisse .frage_headline, .page_prinzessinnen .ergebnisse .ergebnisse_headline { font-family: 'Nephrite bold'; letter-spacing: 0em; margin-top: 10px; font-size: 20px; color: #971821; text-transform: uppercase; text-align: center; padding-bottom: 1em; }
.page_prinzessinnen .frage .ergebnisse_headline, .page_prinzessinnen .ergebnisse .ergebnisse_headline { font-size: 30px; padding-bottom: .5em; }
.page_prinzessinnen .frage .ergebnisse_container, .page_prinzessinnen .ergebnisse .ergebnisse_container { max-width: 400px; margin: 0 auto; }
.page_prinzessinnen .frage .ergebnisse_container .ergebnis, .page_prinzessinnen .ergebnisse .ergebnisse_container .ergebnis { text-align: center; }
.page_prinzessinnen .frage .ergebnisse_container .ergebnis_0, .page_prinzessinnen .ergebnisse .ergebnisse_container .ergebnis_0 { color: #971821; text-align: center; font-weight: bold; }
.page_prinzessinnen .frage .widget-radio, .page_prinzessinnen .ergebnisse .widget-radio { text-align: center; }
.page_prinzessinnen .frage .widget-radio .radio_container, .page_prinzessinnen .ergebnisse .widget-radio .radio_container { display: inline-block; margin: 0 auto; }
.page_prinzessinnen .frage .widget-radio .radio_container span, .page_prinzessinnen .ergebnisse .widget-radio .radio_container span { text-align: left; position: relative; display: block; font-size: 16px; }
.page_prinzessinnen .frage .widget-radio .radio_container span input, .page_prinzessinnen .ergebnisse .widget-radio .radio_container span input { position: absolute; top: .2em; }
.page_prinzessinnen .frage .widget-radio .radio_container span label, .page_prinzessinnen .ergebnisse .widget-radio .radio_container span label { margin-left: 2em; display: block; line-height: 1.6; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control { height: 80px; text-align: center; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu { position: relative; margin: auto; width: auto; left: auto; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b { display: inline-block; font-size: 16px; color: transparent; position: relative; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b::before { color: #971821; width: 1.2em; height: 1.2em; line-height: 1.1; text-align: center; display: block; border: 2px solid transparent; border-radius: 2em; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b.active::before { border: 2px solid #666; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b[data-answered="yes"]::before { color: #FFB920; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(1)::before { content: '1'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(2)::before { content: '2'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(3)::before { content: '3'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(4)::before { content: '4'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(5)::before { content: '5'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(6)::before { content: '6'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(7)::before { content: '7'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(8)::before { content: '8'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(9)::before { content: '9'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(10)::before { content: '10'; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(11) { display: block; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-menu b:nth-child(11)::before { content: 'Zum Ergebnis'; width: auto; height: auto; font-size: 16px; text-transform: uppercase; line-height: 1.4; margin: 0 2em; }
.page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-prev, .page_prinzessinnen .slider-prinzessinnentyp .slider-control .slider-next { display: none; }

@media (max-width: 1023px) { #iso_product_search { padding-top: 2px; }
  .top_link figcaption { font-size: 14px; letter-spacing: 0.02em; }
  .slider_gross figcaption, .slider_groesser figcaption { font-size: 28px; }
  #nav_main { font-size: 16px; letter-spacing: 0.04em; } }
@media (max-width: 767px) { #logocontainer { height: 12%; }
  .titel #logocontainer { top: 10%; height: 50%; }
  .top_slider { display: none !important; }
  .slider_mobile { display: inline !important; }
  .top_link figcaption { font-size: 17px; letter-spacing: 0.06em; }
  .slider_gross figcaption, .slider_groesser figcaption { font-size: 24px; }
  #nav_shop li { width: 100%; }
  #iso_product_search { text-align: right; border: none; font-size: 18px; height: 40px; padding-top: 0px; }
  #iso_product_search input.text { margin-top: 5px; width: 85%; }
  #iso_product_search input.submit { height: 40px; width: 10%; }
  #iso_product_search .clear_filters { top: 11px; right: 14%; }
  #nav_main_mobile_link { height: 40px; }
  #nav_main_mobile_link a { width: 40px; height: 40px; }
  #shop_section .iso_cart_mini { height: 96px; }
  #shop_section .iso_cart_mini .buttons .button { border-bottom: 1px solid #fff; }
  .fanpage .custom #Bereich6 { background-image: url("../../files/THEME_01/10_FANPAGES/DEAMON_SLAYER/redaktion_bg_neu_small.jpg"); } }
@media (max-width: 559px) { .fanpage .swiper-button-next, .fanpage .swiper-button-prev { display: none !important; }
  .fanpage .swiper-container-empfehlungen .swiper-wrapper .swiper-slide { display: block; }
  .fanpage .swiper-container-empfehlungen .swiper-wrapper .swiper-slide figure { text-align: center; }
  .fanpage .swiper-container-empfehlungen .swiper-wrapper .swiper-slide figure img { display: inline-block; margin-bottom: 2em; }
  #members_orders table { -moz-hyphens: manual; -ms-hyphens: manual; -webkit-hyphens: manual; hyphens: manual; }
  #members_orders table th, #members_orders table td { padding: 5px .5em; }
  .mod_iso_checkout .steps ol li { float: none; margin-bottom: 5px; }
  .titel #logocontainer { top: 5%; height: 45%; }
  .slider_gross figcaption, .slider_groesser figcaption { font-size: 20px; }
  .top_link figcaption { font-size: 14px; letter-spacing: 0.02em; }
  .product.checklist { padding: 0.2em !important; }
  .product.checklist .checklistfield { min-height: 1.3em !important; max-height: none !important; height: 1.5em !important; overflow: hidden; text-overflow: ellipsis; padding: 0.1em !important; white-space: nowrap; }
  .product.downloads { padding: 0.2em !important; }
  .product.downloads .downloadfield { min-height: auto !important; overflow: hidden; padding: 0.1em !important; }
  #shop_section .iso_cart_mini .buttons { left: -1px; }
  #shop_section .iso_cart_mini .buttons .button { border-bottom: none; border-top: 1px solid #fff; } }
img { display: block; }

.ce_gallery li.col_first { clear: none; }

.test { -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }

.ce_text ul { list-style-type: disc; padding-left: 15px; margin-bottom: 0px; }
.ce_text ul ul { list-style-type: circle; }
.ce_text ul ul ul { list-style-type: square; }

.ce_text ol { padding-left: 15px; }

#wrapper.fixed { position: fixed; width: 100%; }

.slidebox { -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px; box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px; }

#nav_main_mobile.mm-opened + div #wrapper { position: fixed; width: 100%; }

html.mm-opened #wrapper { position: fixed; width: 100%; }

.icon_link { text-transform: uppercase; background-position: 0px 0px; background-repeat: no-repeat; font-size: 14px; }

#custom_show_switch { background-position: 0px 0px; background-repeat: no-repeat; background-image: url("../../files/THEME_01/template/btn_m_close.png"); text-transform: uppercase; }
#custom_show_switch span { display: none; }

/* Base-CSS to contain basic variables and then to be included into all other css */
/*########## compass mixins ########## */
/*########## colors ##########*/
/** Contao Open Source CMS  Copyright (c) 2005-2014 Leo Feyer  @package Core @link    https://contao.org @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL */
/** Since fieldset borders are removed in the reset style sheet, adjust the legends accordingly */
legend { width: 100%; display: block; font-weight: bold; }

/** Text fields and textareas */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="month"], input[type="range"], input[type="week"], input[type="url"], textarea, select { width: 100%; display: inline-block; padding: 3px 6px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 1px #eee; -webkit-box-shadow: inset 0 1px 1px #eee; box-shadow: inset 0 1px 1px #eee; -moz-transition: all .15s linear; -webkit-transition: all .15s linear; -o-transition: all .15s linear; transition: all .15s linear; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="range"]:focus, input[type="week"]:focus, input[type="url"]:focus, textarea:focus { outline: 0; background: #fcfcfc; border-color: #bbb; }

/** Fix some width and height settings */
input[type="file"] { cursor: pointer; }

select, input[type="file"] { display: block; }

input[type="file"], input[type="image"], input[type="submit"], input[type="upload"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; }

textarea, select[multiple], select[size] { height: auto; }

/** Checkboxes and radio buttons */
input[type="radio"], input[type="checkbox"] { margin: 0 3px 0 0; }

input[type="radio"], input[type="checkbox"], label { vertical-align: middle; }

/** Handle disabled and read-only */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background: #eee; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background: transparent; }

/** Buttons */
input[type="submit"], input[type="upload"], .button { display: inline-block; padding: 4px 15px 4px 14px; margin-bottom: 0; text-align: center; vertical-align: middle; line-height: 20px; font-size: 11px; color: #000; cursor: pointer; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #ececec; background-image: -moz-linear-gradient(top, #fff, #ececec); background-image: -webkit-linear-gradient(top, #fff, #ececec); background-image: -ms-linear-gradient(top, #fff, #ececec); background-image: -o-linear-gradient(top, #fff, #ececec); background-image: linear-gradient(to bottom, #ffffff, #ececec); background-repeat: repeat-x; -moz-transition: background .15s linear; -webkit-transition: background .15s linear; -o-transition: background .15s linear; transition: background .15s linear; font-size: 14px; text-transform: uppercase; font-family: 'Nephrite'; }

input[type="submit"]:hover, .button:hover { text-decoration: none; background-position: 0 -15px !important; }

input[type="submit"]:active, .button:active { background-color: #e6e6e6; background-position: 0 -30px !important; }

/** Blue buttons */
input[type="submit"].blue, .button.blue { background-color: #2f96b4; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); border-color: #2f96b4; color: #fff; }

input[type="submit"].blue:active, .button.blue:active { background-color: #2e95b3; }

/** Green buttons */
input[type="submit"].green, .button.green { background-color: #51a351; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); border-color: #51a351; color: #fff; }

input[type="submit"].green:active, .button.green:active { background-color: #4f9f4f; }

/** Orange buttons */
input[type="submit"].orange, .button.orange { background-color: #f89406; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); border-color: #f89406; color: #fff; }

input[type="submit"].orange:active, .button.orange:active { background-color: #f28f04; }

/** Red buttons */
input[type="submit"].red, .button.red { background-color: #bd362f; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); border-color: #bd362f; color: #fff; }

input[type="submit"].red:active, .button.red:active { background-color: #be322b; }

fieldset.boxed { border: 1px solid #87AA0D; background: #ffffff; border-radius: 3px; padding: 5px; }

fieldset.boxed > legend { background: #ffffff; color: #87AA0D; padding: 5px 10px; border-radius: 3px; box-shadow: 0 0 0 1px #87AA0D; margin-left: 20px; width: inherit; }

.radio_container .options span, .checkbox_container .options span { display: block; }

.form_float .options span { float: left; margin-right: 10px; }

.formbody input.error, .formbody textarea.error, .formbody select.error { -moz-box-shadow: red 0px 0px 2px; -webkit-box-shadow: red 0px 0px 2px; box-shadow: red 0px 0px 2px; border-color: red; }
.formbody input.upload.error { color: red; -moz-box-shadow: rgba(255, 0, 0, 0) 0px 0px 0px; -webkit-box-shadow: rgba(255, 0, 0, 0) 0px 0px 0px; box-shadow: rgba(255, 0, 0, 0) 0px 0px 0px; font-style: italic; font-size: 12px; }
.formbody p.error { font-style: italic; color: red; font-size: 12px; margin-bottom: 0; }
.formbody .show_message p.error, .formbody p.error.show_message { display: block; }
.formbody .submit { margin-top: 10px; width: auto; }
.formbody input.captcha { width: 40px; }
.formbody textarea { resize: none; overflow: hidden; }
.formbody label, .formbody .captcha_text { font-size: 12px; padding-top: 0px; }
.formbody .captcha_text { padding-left: 10px; }
.formbody .explanation { margin-top: 10px; }

.options { border: 1px solid rgba(255, 0, 0, 0); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; width: 100%; }
.options span { margin-left: 3px; }

.error .options { border: 1px solid red; -moz-box-shadow: red 0px 0px 2px; -webkit-box-shadow: red 0px 0px 2px; box-shadow: red 0px 0px 2px; }

#form_kontakt { padding-left: 3px; padding-right: 3px; }
#form_kontakt p.error { display: none; }
#form_kontakt label { display: block; margin-top: 2px; line-height: 1.4; }
#form_kontakt input, #form_kontakt textarea, #form_kontakt select { padding: 5px; color: #888; font-size: 13px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#form_kontakt input.error, #form_kontakt textarea.error, #form_kontakt select.error, #form_kontakt fieldset.error input.checkbox { -moz-box-shadow: red 0px 0px 2px; -webkit-box-shadow: red 0px 0px 2px; box-shadow: red 0px 0px 2px; }
#form_kontakt input.checkbox { float: left; margin-right: 6px; margin-top: 4px; margin-bottom: 10px; }
#form_kontakt fieldset.checkbox_container { margin-top: 15px; margin-bottom: 30px; }
#form_kontakt fieldset.checkbox_container label { display: block; padding-left: 20px; }
#form_kontakt fieldset.checkbox_container legend { display: none; }
#form_kontakt fieldset.checkbox_container + br { display: none; }
#form_kontakt input.captcha { width: 118px; }
#form_kontakt textarea { resize: none; overflow: hidden; }
#form_kontakt label, #form_kontakt .captcha_text { font-size: 12px; padding-top: 0px; }
#form_kontakt .captcha_text { padding-left: 10px; }
#form_kontakt .submit { font-size: 14px; margin-top: 10px; color: #fff; background-image: none; background-color: #98BF0E; border: none; width: 118px; }
#form_kontakt span.mandatory { display: inline-block; color: #87AA0D; padding-left: 3px; font-size: 18px; }
#form_kontakt .explanation { font-size: 13px; margin-left: 130px; margin-top: 0px; }

/*########## grid ##########*/
/*### px                ###*/
/* Breite vergeben um responsive zu deaktivieren */
/*### px | % | .. 		###*/
/* Breit der Inhaltscontainer*/
/*### max 24 	###*/
/*### 1 bis 5 	###*/
/*### 1 bis 5 	###*/
/*### 1 | 0 	###*/
/*### alles < 480px, max-width:479px ###*/
/*### von 480px bis 768px, max-width:767px ###*/
/*### von 768px bis 1024px, max-width:1023px ###*/
/*### alles > 1024px, no query needed ###*/
/* Smartphones (portrait and landscape): 320px and 480px */
/* iPads (portrait and landscape): 768px and 1024px */
/* Notebooks, Desktops, larger Screens > 1024px begrenzt durch maxwidth (s.o.) */
/* gridbreiten ohne padding und border (box-sizing:border-box) */
/*### 1 | 0 	###*/
/*### px | % | .. 		###*/
/* Paddingschrittweite, wird nur bei box-sizing: 1 verwendet; */
/*
Hinweis zur Klassenvergabe in Elementen:

Wurden p oder m Klassen in einer Stufe gesetzt (z.B. in "large"),
MUESSEN sie in einer niedereren Stufe (z.B. "medium") ueberschrieben werden, sonst entstehen Fehler.

*/
*[class*="large"], *[class*="medium"], *[class*="small"], *[class*="xsmall"] { position: relative; left: auto; right: auto; float: left; display: inline; margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0; }

/* PADDING KLASSEN */
.lp0 { padding: 0%; }

.lp1 { padding: 1%; }

.lp2 { padding: 2%; }

.lp3 { padding: 3%; }

.lp4 { padding: 4%; }

/* MARGIN KLASSEN */
.lm0 { margin-left: 0%; margin-right: 0%; }

.lm1 { margin-left: 0.69444%; margin-right: 0.69444%; }

.lm2 { margin-left: 1.38889%; margin-right: 1.38889%; }

.lm3 { margin-left: 2.08333%; margin-right: 2.08333%; }

/* GRID UND OFFSET KLASSEN */
*[class*="large"] { display: inline; }

.large0 { display: none; }

.lpush0, .lpull0 { left: auto; right: auto; }

.large1 { width: 4.16667%; }

.loffset1 { margin-left: 4.16667%; }

.lpull1 { left: auto; right: 4.16667%; }

.lpush1 { right: auto; left: 4.16667%; }

.large2 { width: 8.33333%; }

.loffset2 { margin-left: 8.33333%; }

.lpull2 { left: auto; right: 8.33333%; }

.lpush2 { right: auto; left: 8.33333%; }

.large3 { width: 12.5%; }

.loffset3 { margin-left: 12.5%; }

.lpull3 { left: auto; right: 12.5%; }

.lpush3 { right: auto; left: 12.5%; }

.large4 { width: 16.66667%; }

.loffset4 { margin-left: 16.66667%; }

.lpull4 { left: auto; right: 16.66667%; }

.lpush4 { right: auto; left: 16.66667%; }

.large5 { width: 20.83333%; }

.loffset5 { margin-left: 20.83333%; }

.lpull5 { left: auto; right: 20.83333%; }

.lpush5 { right: auto; left: 20.83333%; }

.large6 { width: 25%; }

.loffset6 { margin-left: 25%; }

.lpull6 { left: auto; right: 25%; }

.lpush6 { right: auto; left: 25%; }

.large7 { width: 29.16667%; }

.loffset7 { margin-left: 29.16667%; }

.lpull7 { left: auto; right: 29.16667%; }

.lpush7 { right: auto; left: 29.16667%; }

.large8 { width: 33.33333%; }

.loffset8 { margin-left: 33.33333%; }

.lpull8 { left: auto; right: 33.33333%; }

.lpush8 { right: auto; left: 33.33333%; }

.large9 { width: 37.5%; }

.loffset9 { margin-left: 37.5%; }

.lpull9 { left: auto; right: 37.5%; }

.lpush9 { right: auto; left: 37.5%; }

.large10 { width: 41.66667%; }

.loffset10 { margin-left: 41.66667%; }

.lpull10 { left: auto; right: 41.66667%; }

.lpush10 { right: auto; left: 41.66667%; }

.large11 { width: 45.83333%; }

.loffset11 { margin-left: 45.83333%; }

.lpull11 { left: auto; right: 45.83333%; }

.lpush11 { right: auto; left: 45.83333%; }

.large12 { width: 50%; }

.loffset12 { margin-left: 50%; }

.lpull12 { left: auto; right: 50%; }

.lpush12 { right: auto; left: 50%; }

.large13 { width: 54.16667%; }

.loffset13 { margin-left: 54.16667%; }

.lpull13 { left: auto; right: 54.16667%; }

.lpush13 { right: auto; left: 54.16667%; }

.large14 { width: 58.33333%; }

.loffset14 { margin-left: 58.33333%; }

.lpull14 { left: auto; right: 58.33333%; }

.lpush14 { right: auto; left: 58.33333%; }

.large15 { width: 62.5%; }

.loffset15 { margin-left: 62.5%; }

.lpull15 { left: auto; right: 62.5%; }

.lpush15 { right: auto; left: 62.5%; }

.large16 { width: 66.66667%; }

.loffset16 { margin-left: 66.66667%; }

.lpull16 { left: auto; right: 66.66667%; }

.lpush16 { right: auto; left: 66.66667%; }

.large17 { width: 70.83333%; }

.loffset17 { margin-left: 70.83333%; }

.lpull17 { left: auto; right: 70.83333%; }

.lpush17 { right: auto; left: 70.83333%; }

.large18 { width: 75%; }

.loffset18 { margin-left: 75%; }

.lpull18 { left: auto; right: 75%; }

.lpush18 { right: auto; left: 75%; }

.large19 { width: 79.16667%; }

.loffset19 { margin-left: 79.16667%; }

.lpull19 { left: auto; right: 79.16667%; }

.lpush19 { right: auto; left: 79.16667%; }

.large20 { width: 83.33333%; }

.loffset20 { margin-left: 83.33333%; }

.lpull20 { left: auto; right: 83.33333%; }

.lpush20 { right: auto; left: 83.33333%; }

.large21 { width: 87.5%; }

.loffset21 { margin-left: 87.5%; }

.lpull21 { left: auto; right: 87.5%; }

.lpush21 { right: auto; left: 87.5%; }

.large22 { width: 91.66667%; }

.loffset22 { margin-left: 91.66667%; }

.lpull22 { left: auto; right: 91.66667%; }

.lpush22 { right: auto; left: 91.66667%; }

.large23 { width: 95.83333%; }

.loffset23 { margin-left: 95.83333%; }

.lpull23 { left: auto; right: 95.83333%; }

.lpush23 { right: auto; left: 95.83333%; }

.large24 { width: 100%; }

.loffset24 { margin-left: 100%; }

.lpull24 { left: auto; right: 100%; }

.lpush24 { right: auto; left: 100%; }

/* BREITEN DER GRID KLASSEN ANPASSEN */
.large1.lm0 { width: 4.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large1.lm1 { width: 2.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large1.lm2 { width: 1.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large1.lm3 { width: 0%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large2.lm0 { width: 8.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large2.lm1 { width: 6.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large2.lm2 { width: 5.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large2.lm3 { width: 4.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large3.lm0 { width: 12.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large3.lm1 { width: 11.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large3.lm2 { width: 9.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large3.lm3 { width: 8.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large4.lm0 { width: 16.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large4.lm1 { width: 15.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large4.lm2 { width: 13.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large4.lm3 { width: 12.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large5.lm0 { width: 20.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large5.lm1 { width: 19.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large5.lm2 { width: 18.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large5.lm3 { width: 16.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large6.lm0 { width: 25%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large6.lm1 { width: 23.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large6.lm2 { width: 22.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large6.lm3 { width: 20.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large7.lm0 { width: 29.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large7.lm1 { width: 27.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large7.lm2 { width: 26.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large7.lm3 { width: 25%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large8.lm0 { width: 33.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large8.lm1 { width: 31.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large8.lm2 { width: 30.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large8.lm3 { width: 29.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large9.lm0 { width: 37.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large9.lm1 { width: 36.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large9.lm2 { width: 34.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large9.lm3 { width: 33.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large10.lm0 { width: 41.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large10.lm1 { width: 40.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large10.lm2 { width: 38.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large10.lm3 { width: 37.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large11.lm0 { width: 45.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large11.lm1 { width: 44.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large11.lm2 { width: 43.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large11.lm3 { width: 41.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large12.lm0 { width: 50%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large12.lm1 { width: 48.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large12.lm2 { width: 47.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large12.lm3 { width: 45.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large13.lm0 { width: 54.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large13.lm1 { width: 52.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large13.lm2 { width: 51.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large13.lm3 { width: 50%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large14.lm0 { width: 58.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large14.lm1 { width: 56.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large14.lm2 { width: 55.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large14.lm3 { width: 54.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large15.lm0 { width: 62.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large15.lm1 { width: 61.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large15.lm2 { width: 59.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large15.lm3 { width: 58.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large16.lm0 { width: 66.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large16.lm1 { width: 65.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large16.lm2 { width: 63.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large16.lm3 { width: 62.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large17.lm0 { width: 70.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large17.lm1 { width: 69.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large17.lm2 { width: 68.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large17.lm3 { width: 66.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large18.lm0 { width: 75%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large18.lm1 { width: 73.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large18.lm2 { width: 72.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large18.lm3 { width: 70.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large19.lm0 { width: 79.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large19.lm1 { width: 77.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large19.lm2 { width: 76.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large19.lm3 { width: 75%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large20.lm0 { width: 83.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large20.lm1 { width: 81.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large20.lm2 { width: 80.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large20.lm3 { width: 79.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large21.lm0 { width: 87.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large21.lm1 { width: 86.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large21.lm2 { width: 84.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large21.lm3 { width: 83.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large22.lm0 { width: 91.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large22.lm1 { width: 90.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large22.lm2 { width: 88.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large22.lm3 { width: 87.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large23.lm0 { width: 95.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large23.lm1 { width: 94.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large23.lm2 { width: 93.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large23.lm3 { width: 91.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

.large24.lm0 { width: 100%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }

.large24.lm1 { width: 98.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }

.large24.lm2 { width: 97.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }

.large24.lm3 { width: 95.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }

/* MARGIN DER OFFSET KLASSEN ANPASSEN */
.loffset1.lm0 { margin-left: 4.16667%; }

.loffset1.lm1 { margin-left: 4.86111%; }

.loffset1.lm2 { margin-left: 5.55556%; }

.loffset1.lm3 { margin-left: 6.25%; }

.loffset2.lm0 { margin-left: 8.33333%; }

.loffset2.lm1 { margin-left: 9.02778%; }

.loffset2.lm2 { margin-left: 9.72222%; }

.loffset2.lm3 { margin-left: 10.41667%; }

.loffset3.lm0 { margin-left: 12.5%; }

.loffset3.lm1 { margin-left: 13.19444%; }

.loffset3.lm2 { margin-left: 13.88889%; }

.loffset3.lm3 { margin-left: 14.58333%; }

.loffset4.lm0 { margin-left: 16.66667%; }

.loffset4.lm1 { margin-left: 17.36111%; }

.loffset4.lm2 { margin-left: 18.05556%; }

.loffset4.lm3 { margin-left: 18.75%; }

.loffset5.lm0 { margin-left: 20.83333%; }

.loffset5.lm1 { margin-left: 21.52778%; }

.loffset5.lm2 { margin-left: 22.22222%; }

.loffset5.lm3 { margin-left: 22.91667%; }

.loffset6.lm0 { margin-left: 25%; }

.loffset6.lm1 { margin-left: 25.69444%; }

.loffset6.lm2 { margin-left: 26.38889%; }

.loffset6.lm3 { margin-left: 27.08333%; }

.loffset7.lm0 { margin-left: 29.16667%; }

.loffset7.lm1 { margin-left: 29.86111%; }

.loffset7.lm2 { margin-left: 30.55556%; }

.loffset7.lm3 { margin-left: 31.25%; }

.loffset8.lm0 { margin-left: 33.33333%; }

.loffset8.lm1 { margin-left: 34.02778%; }

.loffset8.lm2 { margin-left: 34.72222%; }

.loffset8.lm3 { margin-left: 35.41667%; }

.loffset9.lm0 { margin-left: 37.5%; }

.loffset9.lm1 { margin-left: 38.19444%; }

.loffset9.lm2 { margin-left: 38.88889%; }

.loffset9.lm3 { margin-left: 39.58333%; }

.loffset10.lm0 { margin-left: 41.66667%; }

.loffset10.lm1 { margin-left: 42.36111%; }

.loffset10.lm2 { margin-left: 43.05556%; }

.loffset10.lm3 { margin-left: 43.75%; }

.loffset11.lm0 { margin-left: 45.83333%; }

.loffset11.lm1 { margin-left: 46.52778%; }

.loffset11.lm2 { margin-left: 47.22222%; }

.loffset11.lm3 { margin-left: 47.91667%; }

.loffset12.lm0 { margin-left: 50%; }

.loffset12.lm1 { margin-left: 50.69444%; }

.loffset12.lm2 { margin-left: 51.38889%; }

.loffset12.lm3 { margin-left: 52.08333%; }

.loffset13.lm0 { margin-left: 54.16667%; }

.loffset13.lm1 { margin-left: 54.86111%; }

.loffset13.lm2 { margin-left: 55.55556%; }

.loffset13.lm3 { margin-left: 56.25%; }

.loffset14.lm0 { margin-left: 58.33333%; }

.loffset14.lm1 { margin-left: 59.02778%; }

.loffset14.lm2 { margin-left: 59.72222%; }

.loffset14.lm3 { margin-left: 60.41667%; }

.loffset15.lm0 { margin-left: 62.5%; }

.loffset15.lm1 { margin-left: 63.19444%; }

.loffset15.lm2 { margin-left: 63.88889%; }

.loffset15.lm3 { margin-left: 64.58333%; }

.loffset16.lm0 { margin-left: 66.66667%; }

.loffset16.lm1 { margin-left: 67.36111%; }

.loffset16.lm2 { margin-left: 68.05556%; }

.loffset16.lm3 { margin-left: 68.75%; }

.loffset17.lm0 { margin-left: 70.83333%; }

.loffset17.lm1 { margin-left: 71.52778%; }

.loffset17.lm2 { margin-left: 72.22222%; }

.loffset17.lm3 { margin-left: 72.91667%; }

.loffset18.lm0 { margin-left: 75%; }

.loffset18.lm1 { margin-left: 75.69444%; }

.loffset18.lm2 { margin-left: 76.38889%; }

.loffset18.lm3 { margin-left: 77.08333%; }

.loffset19.lm0 { margin-left: 79.16667%; }

.loffset19.lm1 { margin-left: 79.86111%; }

.loffset19.lm2 { margin-left: 80.55556%; }

.loffset19.lm3 { margin-left: 81.25%; }

.loffset20.lm0 { margin-left: 83.33333%; }

.loffset20.lm1 { margin-left: 84.02778%; }

.loffset20.lm2 { margin-left: 84.72222%; }

.loffset20.lm3 { margin-left: 85.41667%; }

.loffset21.lm0 { margin-left: 87.5%; }

.loffset21.lm1 { margin-left: 88.19444%; }

.loffset21.lm2 { margin-left: 88.88889%; }

.loffset21.lm3 { margin-left: 89.58333%; }

.loffset22.lm0 { margin-left: 91.66667%; }

.loffset22.lm1 { margin-left: 92.36111%; }

.loffset22.lm2 { margin-left: 93.05556%; }

.loffset22.lm3 { margin-left: 93.75%; }

.loffset23.lm0 { margin-left: 95.83333%; }

.loffset23.lm1 { margin-left: 96.52778%; }

.loffset23.lm2 { margin-left: 97.22222%; }

.loffset23.lm3 { margin-left: 97.91667%; }

.loffset24.lm0 { margin-left: 100%; }

.loffset24.lm1 { margin-left: 100.69444%; }

.loffset24.lm2 { margin-left: 101.38889%; }

.loffset24.lm3 { margin-left: 102.08333%; }

/* CENTERED */
.large1.lcenter { width: 4.16667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large2.lcenter { width: 8.33333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large3.lcenter { width: 12.5%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large4.lcenter { width: 16.66667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large5.lcenter { width: 20.83333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large6.lcenter { width: 25%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large7.lcenter { width: 29.16667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large8.lcenter { width: 33.33333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large9.lcenter { width: 37.5%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large10.lcenter { width: 41.66667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large11.lcenter { width: 45.83333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large12.lcenter { width: 50%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large13.lcenter { width: 54.16667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large14.lcenter { width: 58.33333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large15.lcenter { width: 62.5%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large16.lcenter { width: 66.66667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large17.lcenter { width: 70.83333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large18.lcenter { width: 75%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large19.lcenter { width: 79.16667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large20.lcenter { width: 83.33333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large21.lcenter { width: 87.5%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large22.lcenter { width: 91.66667%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large23.lcenter { width: 95.83333%; margin-left: auto; margin-right: auto; float: none; display: block; }

.large24.lcenter { width: 100%; margin-left: auto; margin-right: auto; float: none; display: block; }

/* OHNE BOXSIZING = BORDER-BOX WIRKT SICH PADDING AUF WIDTH AUS */
@media (max-width: 1023px) { /* GRID UND OFFSET KLASSEN */
  *[class*="medium"] { display: inline; }
  .medium0 { display: none; }
  .moffset0 { margin-left: 0; }
  .mpush0, .mpull0 { left: auto; right: auto; }
  .medium1 { width: 4.16667%; }
  .moffset1 { margin-left: 4.16667%; }
  .mpull1 { left: auto; right: 4.16667%; }
  .mpush1 { right: auto; left: 4.16667%; }
  .medium2 { width: 8.33333%; }
  .moffset2 { margin-left: 8.33333%; }
  .mpull2 { left: auto; right: 8.33333%; }
  .mpush2 { right: auto; left: 8.33333%; }
  .medium3 { width: 12.5%; }
  .moffset3 { margin-left: 12.5%; }
  .mpull3 { left: auto; right: 12.5%; }
  .mpush3 { right: auto; left: 12.5%; }
  .medium4 { width: 16.66667%; }
  .moffset4 { margin-left: 16.66667%; }
  .mpull4 { left: auto; right: 16.66667%; }
  .mpush4 { right: auto; left: 16.66667%; }
  .medium5 { width: 20.83333%; }
  .moffset5 { margin-left: 20.83333%; }
  .mpull5 { left: auto; right: 20.83333%; }
  .mpush5 { right: auto; left: 20.83333%; }
  .medium6 { width: 25%; }
  .moffset6 { margin-left: 25%; }
  .mpull6 { left: auto; right: 25%; }
  .mpush6 { right: auto; left: 25%; }
  .medium7 { width: 29.16667%; }
  .moffset7 { margin-left: 29.16667%; }
  .mpull7 { left: auto; right: 29.16667%; }
  .mpush7 { right: auto; left: 29.16667%; }
  .medium8 { width: 33.33333%; }
  .moffset8 { margin-left: 33.33333%; }
  .mpull8 { left: auto; right: 33.33333%; }
  .mpush8 { right: auto; left: 33.33333%; }
  .medium9 { width: 37.5%; }
  .moffset9 { margin-left: 37.5%; }
  .mpull9 { left: auto; right: 37.5%; }
  .mpush9 { right: auto; left: 37.5%; }
  .medium10 { width: 41.66667%; }
  .moffset10 { margin-left: 41.66667%; }
  .mpull10 { left: auto; right: 41.66667%; }
  .mpush10 { right: auto; left: 41.66667%; }
  .medium11 { width: 45.83333%; }
  .moffset11 { margin-left: 45.83333%; }
  .mpull11 { left: auto; right: 45.83333%; }
  .mpush11 { right: auto; left: 45.83333%; }
  .medium12 { width: 50%; }
  .moffset12 { margin-left: 50%; }
  .mpull12 { left: auto; right: 50%; }
  .mpush12 { right: auto; left: 50%; }
  .medium13 { width: 54.16667%; }
  .moffset13 { margin-left: 54.16667%; }
  .mpull13 { left: auto; right: 54.16667%; }
  .mpush13 { right: auto; left: 54.16667%; }
  .medium14 { width: 58.33333%; }
  .moffset14 { margin-left: 58.33333%; }
  .mpull14 { left: auto; right: 58.33333%; }
  .mpush14 { right: auto; left: 58.33333%; }
  .medium15 { width: 62.5%; }
  .moffset15 { margin-left: 62.5%; }
  .mpull15 { left: auto; right: 62.5%; }
  .mpush15 { right: auto; left: 62.5%; }
  .medium16 { width: 66.66667%; }
  .moffset16 { margin-left: 66.66667%; }
  .mpull16 { left: auto; right: 66.66667%; }
  .mpush16 { right: auto; left: 66.66667%; }
  .medium17 { width: 70.83333%; }
  .moffset17 { margin-left: 70.83333%; }
  .mpull17 { left: auto; right: 70.83333%; }
  .mpush17 { right: auto; left: 70.83333%; }
  .medium18 { width: 75%; }
  .moffset18 { margin-left: 75%; }
  .mpull18 { left: auto; right: 75%; }
  .mpush18 { right: auto; left: 75%; }
  .medium19 { width: 79.16667%; }
  .moffset19 { margin-left: 79.16667%; }
  .mpull19 { left: auto; right: 79.16667%; }
  .mpush19 { right: auto; left: 79.16667%; }
  .medium20 { width: 83.33333%; }
  .moffset20 { margin-left: 83.33333%; }
  .mpull20 { left: auto; right: 83.33333%; }
  .mpush20 { right: auto; left: 83.33333%; }
  .medium21 { width: 87.5%; }
  .moffset21 { margin-left: 87.5%; }
  .mpull21 { left: auto; right: 87.5%; }
  .mpush21 { right: auto; left: 87.5%; }
  .medium22 { width: 91.66667%; }
  .moffset22 { margin-left: 91.66667%; }
  .mpull22 { left: auto; right: 91.66667%; }
  .mpush22 { right: auto; left: 91.66667%; }
  .medium23 { width: 95.83333%; }
  .moffset23 { margin-left: 95.83333%; }
  .mpull23 { left: auto; right: 95.83333%; }
  .mpush23 { right: auto; left: 95.83333%; }
  .medium24 { width: 100%; }
  .moffset24 { margin-left: 100%; }
  .mpull24 { left: auto; right: 100%; }
  .mpush24 { right: auto; left: 100%; }
  /* PADDING KLASSEN */
  .mp0 { padding: 0%; }
  .mp1 { padding: 1%; }
  .mp2 { padding: 2%; }
  .mp3 { padding: 3%; }
  .mp4 { padding: 4%; }
  /* MARGIN KLASSEN */
  .mm0 { margin-left: 0%; margin-right: 0%; }
  .mm1 { margin-left: 0.69444%; margin-right: 0.69444%; }
  .mm2 { margin-left: 1.38889%; margin-right: 1.38889%; }
  .mm3 { margin-left: 2.08333%; margin-right: 2.08333%; }
  /* BREITEN DER GRID KLASSEN ANPASSEN */
  .medium1.mm0 { width: 4.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium1.mm1 { width: 2.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium1.mm2 { width: 1.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium1.mm3 { width: 0%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium2.mm0 { width: 8.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium2.mm1 { width: 6.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium2.mm2 { width: 5.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium2.mm3 { width: 4.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium3.mm0 { width: 12.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium3.mm1 { width: 11.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium3.mm2 { width: 9.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium3.mm3 { width: 8.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium4.mm0 { width: 16.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium4.mm1 { width: 15.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium4.mm2 { width: 13.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium4.mm3 { width: 12.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium5.mm0 { width: 20.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium5.mm1 { width: 19.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium5.mm2 { width: 18.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium5.mm3 { width: 16.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium6.mm0 { width: 25%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium6.mm1 { width: 23.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium6.mm2 { width: 22.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium6.mm3 { width: 20.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium7.mm0 { width: 29.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium7.mm1 { width: 27.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium7.mm2 { width: 26.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium7.mm3 { width: 25%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium8.mm0 { width: 33.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium8.mm1 { width: 31.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium8.mm2 { width: 30.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium8.mm3 { width: 29.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium9.mm0 { width: 37.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium9.mm1 { width: 36.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium9.mm2 { width: 34.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium9.mm3 { width: 33.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium10.mm0 { width: 41.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium10.mm1 { width: 40.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium10.mm2 { width: 38.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium10.mm3 { width: 37.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium11.mm0 { width: 45.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium11.mm1 { width: 44.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium11.mm2 { width: 43.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium11.mm3 { width: 41.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium12.mm0 { width: 50%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium12.mm1 { width: 48.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium12.mm2 { width: 47.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium12.mm3 { width: 45.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium13.mm0 { width: 54.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium13.mm1 { width: 52.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium13.mm2 { width: 51.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium13.mm3 { width: 50%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium14.mm0 { width: 58.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium14.mm1 { width: 56.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium14.mm2 { width: 55.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium14.mm3 { width: 54.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium15.mm0 { width: 62.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium15.mm1 { width: 61.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium15.mm2 { width: 59.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium15.mm3 { width: 58.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium16.mm0 { width: 66.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium16.mm1 { width: 65.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium16.mm2 { width: 63.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium16.mm3 { width: 62.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium17.mm0 { width: 70.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium17.mm1 { width: 69.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium17.mm2 { width: 68.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium17.mm3 { width: 66.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium18.mm0 { width: 75%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium18.mm1 { width: 73.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium18.mm2 { width: 72.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium18.mm3 { width: 70.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium19.mm0 { width: 79.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium19.mm1 { width: 77.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium19.mm2 { width: 76.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium19.mm3 { width: 75%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium20.mm0 { width: 83.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium20.mm1 { width: 81.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium20.mm2 { width: 80.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium20.mm3 { width: 79.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium21.mm0 { width: 87.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium21.mm1 { width: 86.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium21.mm2 { width: 84.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium21.mm3 { width: 83.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium22.mm0 { width: 91.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium22.mm1 { width: 90.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium22.mm2 { width: 88.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium22.mm3 { width: 87.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium23.mm0 { width: 95.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium23.mm1 { width: 94.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium23.mm2 { width: 93.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium23.mm3 { width: 91.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .medium24.mm0 { width: 100%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .medium24.mm1 { width: 98.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .medium24.mm2 { width: 97.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .medium24.mm3 { width: 95.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  /* MARGIN DER OFFSET KLASSEN ANPASSEN */
  .moffset1.mm0 { margin-left: 4.16667%; }
  .moffset1.mm1 { margin-left: 4.86111%; }
  .moffset1.mm2 { margin-left: 5.55556%; }
  .moffset1.mm3 { margin-left: 6.25%; }
  .moffset2.mm0 { margin-left: 8.33333%; }
  .moffset2.mm1 { margin-left: 9.02778%; }
  .moffset2.mm2 { margin-left: 9.72222%; }
  .moffset2.mm3 { margin-left: 10.41667%; }
  .moffset3.mm0 { margin-left: 12.5%; }
  .moffset3.mm1 { margin-left: 13.19444%; }
  .moffset3.mm2 { margin-left: 13.88889%; }
  .moffset3.mm3 { margin-left: 14.58333%; }
  .moffset4.mm0 { margin-left: 16.66667%; }
  .moffset4.mm1 { margin-left: 17.36111%; }
  .moffset4.mm2 { margin-left: 18.05556%; }
  .moffset4.mm3 { margin-left: 18.75%; }
  .moffset5.mm0 { margin-left: 20.83333%; }
  .moffset5.mm1 { margin-left: 21.52778%; }
  .moffset5.mm2 { margin-left: 22.22222%; }
  .moffset5.mm3 { margin-left: 22.91667%; }
  .moffset6.mm0 { margin-left: 25%; }
  .moffset6.mm1 { margin-left: 25.69444%; }
  .moffset6.mm2 { margin-left: 26.38889%; }
  .moffset6.mm3 { margin-left: 27.08333%; }
  .moffset7.mm0 { margin-left: 29.16667%; }
  .moffset7.mm1 { margin-left: 29.86111%; }
  .moffset7.mm2 { margin-left: 30.55556%; }
  .moffset7.mm3 { margin-left: 31.25%; }
  .moffset8.mm0 { margin-left: 33.33333%; }
  .moffset8.mm1 { margin-left: 34.02778%; }
  .moffset8.mm2 { margin-left: 34.72222%; }
  .moffset8.mm3 { margin-left: 35.41667%; }
  .moffset9.mm0 { margin-left: 37.5%; }
  .moffset9.mm1 { margin-left: 38.19444%; }
  .moffset9.mm2 { margin-left: 38.88889%; }
  .moffset9.mm3 { margin-left: 39.58333%; }
  .moffset10.mm0 { margin-left: 41.66667%; }
  .moffset10.mm1 { margin-left: 42.36111%; }
  .moffset10.mm2 { margin-left: 43.05556%; }
  .moffset10.mm3 { margin-left: 43.75%; }
  .moffset11.mm0 { margin-left: 45.83333%; }
  .moffset11.mm1 { margin-left: 46.52778%; }
  .moffset11.mm2 { margin-left: 47.22222%; }
  .moffset11.mm3 { margin-left: 47.91667%; }
  .moffset12.mm0 { margin-left: 50%; }
  .moffset12.mm1 { margin-left: 50.69444%; }
  .moffset12.mm2 { margin-left: 51.38889%; }
  .moffset12.mm3 { margin-left: 52.08333%; }
  .moffset13.mm0 { margin-left: 54.16667%; }
  .moffset13.mm1 { margin-left: 54.86111%; }
  .moffset13.mm2 { margin-left: 55.55556%; }
  .moffset13.mm3 { margin-left: 56.25%; }
  .moffset14.mm0 { margin-left: 58.33333%; }
  .moffset14.mm1 { margin-left: 59.02778%; }
  .moffset14.mm2 { margin-left: 59.72222%; }
  .moffset14.mm3 { margin-left: 60.41667%; }
  .moffset15.mm0 { margin-left: 62.5%; }
  .moffset15.mm1 { margin-left: 63.19444%; }
  .moffset15.mm2 { margin-left: 63.88889%; }
  .moffset15.mm3 { margin-left: 64.58333%; }
  .moffset16.mm0 { margin-left: 66.66667%; }
  .moffset16.mm1 { margin-left: 67.36111%; }
  .moffset16.mm2 { margin-left: 68.05556%; }
  .moffset16.mm3 { margin-left: 68.75%; }
  .moffset17.mm0 { margin-left: 70.83333%; }
  .moffset17.mm1 { margin-left: 71.52778%; }
  .moffset17.mm2 { margin-left: 72.22222%; }
  .moffset17.mm3 { margin-left: 72.91667%; }
  .moffset18.mm0 { margin-left: 75%; }
  .moffset18.mm1 { margin-left: 75.69444%; }
  .moffset18.mm2 { margin-left: 76.38889%; }
  .moffset18.mm3 { margin-left: 77.08333%; }
  .moffset19.mm0 { margin-left: 79.16667%; }
  .moffset19.mm1 { margin-left: 79.86111%; }
  .moffset19.mm2 { margin-left: 80.55556%; }
  .moffset19.mm3 { margin-left: 81.25%; }
  .moffset20.mm0 { margin-left: 83.33333%; }
  .moffset20.mm1 { margin-left: 84.02778%; }
  .moffset20.mm2 { margin-left: 84.72222%; }
  .moffset20.mm3 { margin-left: 85.41667%; }
  .moffset21.mm0 { margin-left: 87.5%; }
  .moffset21.mm1 { margin-left: 88.19444%; }
  .moffset21.mm2 { margin-left: 88.88889%; }
  .moffset21.mm3 { margin-left: 89.58333%; }
  .moffset22.mm0 { margin-left: 91.66667%; }
  .moffset22.mm1 { margin-left: 92.36111%; }
  .moffset22.mm2 { margin-left: 93.05556%; }
  .moffset22.mm3 { margin-left: 93.75%; }
  .moffset23.mm0 { margin-left: 95.83333%; }
  .moffset23.mm1 { margin-left: 96.52778%; }
  .moffset23.mm2 { margin-left: 97.22222%; }
  .moffset23.mm3 { margin-left: 97.91667%; }
  .moffset24.mm0 { margin-left: 100%; }
  .moffset24.mm1 { margin-left: 100.69444%; }
  .moffset24.mm2 { margin-left: 101.38889%; }
  .moffset24.mm3 { margin-left: 102.08333%; }
  /* OHNE BOXSIZING = BORDER-BOX WIRKT SICH PADDING AUF WIDTH AUS */ }
@media (max-width: 767px) { /* GRID UND OFFSET KLASSEN */
  *[class*="small"] { display: inline; }
  .small0 { display: none; }
  .soffset0 { margin-left: 0; }
  .spush0, .spull0 { left: auto; right: auto; }
  .small1 { width: 4.16667%; }
  .soffset1 { margin-left: 4.16667%; }
  .spull1 { left: auto; right: 4.16667%; }
  .spush1 { right: auto; left: 4.16667%; }
  .small2 { width: 8.33333%; }
  .soffset2 { margin-left: 8.33333%; }
  .spull2 { left: auto; right: 8.33333%; }
  .spush2 { right: auto; left: 8.33333%; }
  .small3 { width: 12.5%; }
  .soffset3 { margin-left: 12.5%; }
  .spull3 { left: auto; right: 12.5%; }
  .spush3 { right: auto; left: 12.5%; }
  .small4 { width: 16.66667%; }
  .soffset4 { margin-left: 16.66667%; }
  .spull4 { left: auto; right: 16.66667%; }
  .spush4 { right: auto; left: 16.66667%; }
  .small5 { width: 20.83333%; }
  .soffset5 { margin-left: 20.83333%; }
  .spull5 { left: auto; right: 20.83333%; }
  .spush5 { right: auto; left: 20.83333%; }
  .small6 { width: 25%; }
  .soffset6 { margin-left: 25%; }
  .spull6 { left: auto; right: 25%; }
  .spush6 { right: auto; left: 25%; }
  .small7 { width: 29.16667%; }
  .soffset7 { margin-left: 29.16667%; }
  .spull7 { left: auto; right: 29.16667%; }
  .spush7 { right: auto; left: 29.16667%; }
  .small8 { width: 33.33333%; }
  .soffset8 { margin-left: 33.33333%; }
  .spull8 { left: auto; right: 33.33333%; }
  .spush8 { right: auto; left: 33.33333%; }
  .small9 { width: 37.5%; }
  .soffset9 { margin-left: 37.5%; }
  .spull9 { left: auto; right: 37.5%; }
  .spush9 { right: auto; left: 37.5%; }
  .small10 { width: 41.66667%; }
  .soffset10 { margin-left: 41.66667%; }
  .spull10 { left: auto; right: 41.66667%; }
  .spush10 { right: auto; left: 41.66667%; }
  .small11 { width: 45.83333%; }
  .soffset11 { margin-left: 45.83333%; }
  .spull11 { left: auto; right: 45.83333%; }
  .spush11 { right: auto; left: 45.83333%; }
  .small12 { width: 50%; }
  .soffset12 { margin-left: 50%; }
  .spull12 { left: auto; right: 50%; }
  .spush12 { right: auto; left: 50%; }
  .small13 { width: 54.16667%; }
  .soffset13 { margin-left: 54.16667%; }
  .spull13 { left: auto; right: 54.16667%; }
  .spush13 { right: auto; left: 54.16667%; }
  .small14 { width: 58.33333%; }
  .soffset14 { margin-left: 58.33333%; }
  .spull14 { left: auto; right: 58.33333%; }
  .spush14 { right: auto; left: 58.33333%; }
  .small15 { width: 62.5%; }
  .soffset15 { margin-left: 62.5%; }
  .spull15 { left: auto; right: 62.5%; }
  .spush15 { right: auto; left: 62.5%; }
  .small16 { width: 66.66667%; }
  .soffset16 { margin-left: 66.66667%; }
  .spull16 { left: auto; right: 66.66667%; }
  .spush16 { right: auto; left: 66.66667%; }
  .small17 { width: 70.83333%; }
  .soffset17 { margin-left: 70.83333%; }
  .spull17 { left: auto; right: 70.83333%; }
  .spush17 { right: auto; left: 70.83333%; }
  .small18 { width: 75%; }
  .soffset18 { margin-left: 75%; }
  .spull18 { left: auto; right: 75%; }
  .spush18 { right: auto; left: 75%; }
  .small19 { width: 79.16667%; }
  .soffset19 { margin-left: 79.16667%; }
  .spull19 { left: auto; right: 79.16667%; }
  .spush19 { right: auto; left: 79.16667%; }
  .small20 { width: 83.33333%; }
  .soffset20 { margin-left: 83.33333%; }
  .spull20 { left: auto; right: 83.33333%; }
  .spush20 { right: auto; left: 83.33333%; }
  .small21 { width: 87.5%; }
  .soffset21 { margin-left: 87.5%; }
  .spull21 { left: auto; right: 87.5%; }
  .spush21 { right: auto; left: 87.5%; }
  .small22 { width: 91.66667%; }
  .soffset22 { margin-left: 91.66667%; }
  .spull22 { left: auto; right: 91.66667%; }
  .spush22 { right: auto; left: 91.66667%; }
  .small23 { width: 95.83333%; }
  .soffset23 { margin-left: 95.83333%; }
  .spull23 { left: auto; right: 95.83333%; }
  .spush23 { right: auto; left: 95.83333%; }
  .small24 { width: 100%; }
  .soffset24 { margin-left: 100%; }
  .spull24 { left: auto; right: 100%; }
  .spush24 { right: auto; left: 100%; }
  /* PADDING KLASSEN */
  .sp0 { padding: 0%; }
  .sp1 { padding: 1%; }
  .sp2 { padding: 2%; }
  .sp3 { padding: 3%; }
  .sp4 { padding: 4%; }
  /* MARGIN KLASSEN */
  .sm0 { margin-left: 0%; margin-right: 0%; }
  .sm1 { margin-left: 0.69444%; margin-right: 0.69444%; }
  .sm2 { margin-left: 1.38889%; margin-right: 1.38889%; }
  .sm3 { margin-left: 2.08333%; margin-right: 2.08333%; }
  /* BREITEN DER GRID KLASSEN ANPASSEN */
  .small1.sm0 { width: 4.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small1.sm1 { width: 2.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small1.sm2 { width: 1.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small1.sm3 { width: 0%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small2.sm0 { width: 8.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small2.sm1 { width: 6.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small2.sm2 { width: 5.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small2.sm3 { width: 4.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small3.sm0 { width: 12.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small3.sm1 { width: 11.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small3.sm2 { width: 9.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small3.sm3 { width: 8.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small4.sm0 { width: 16.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small4.sm1 { width: 15.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small4.sm2 { width: 13.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small4.sm3 { width: 12.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small5.sm0 { width: 20.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small5.sm1 { width: 19.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small5.sm2 { width: 18.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small5.sm3 { width: 16.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small6.sm0 { width: 25%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small6.sm1 { width: 23.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small6.sm2 { width: 22.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small6.sm3 { width: 20.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small7.sm0 { width: 29.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small7.sm1 { width: 27.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small7.sm2 { width: 26.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small7.sm3 { width: 25%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small8.sm0 { width: 33.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small8.sm1 { width: 31.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small8.sm2 { width: 30.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small8.sm3 { width: 29.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small9.sm0 { width: 37.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small9.sm1 { width: 36.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small9.sm2 { width: 34.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small9.sm3 { width: 33.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small10.sm0 { width: 41.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small10.sm1 { width: 40.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small10.sm2 { width: 38.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small10.sm3 { width: 37.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small11.sm0 { width: 45.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small11.sm1 { width: 44.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small11.sm2 { width: 43.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small11.sm3 { width: 41.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small12.sm0 { width: 50%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small12.sm1 { width: 48.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small12.sm2 { width: 47.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small12.sm3 { width: 45.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small13.sm0 { width: 54.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small13.sm1 { width: 52.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small13.sm2 { width: 51.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small13.sm3 { width: 50%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small14.sm0 { width: 58.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small14.sm1 { width: 56.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small14.sm2 { width: 55.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small14.sm3 { width: 54.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small15.sm0 { width: 62.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small15.sm1 { width: 61.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small15.sm2 { width: 59.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small15.sm3 { width: 58.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small16.sm0 { width: 66.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small16.sm1 { width: 65.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small16.sm2 { width: 63.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small16.sm3 { width: 62.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small17.sm0 { width: 70.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small17.sm1 { width: 69.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small17.sm2 { width: 68.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small17.sm3 { width: 66.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small18.sm0 { width: 75%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small18.sm1 { width: 73.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small18.sm2 { width: 72.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small18.sm3 { width: 70.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small19.sm0 { width: 79.16667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small19.sm1 { width: 77.77778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small19.sm2 { width: 76.38889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small19.sm3 { width: 75%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small20.sm0 { width: 83.33333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small20.sm1 { width: 81.94444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small20.sm2 { width: 80.55556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small20.sm3 { width: 79.16667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small21.sm0 { width: 87.5%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small21.sm1 { width: 86.11111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small21.sm2 { width: 84.72222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small21.sm3 { width: 83.33333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small22.sm0 { width: 91.66667%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small22.sm1 { width: 90.27778%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small22.sm2 { width: 88.88889%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small22.sm3 { width: 87.5%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small23.sm0 { width: 95.83333%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small23.sm1 { width: 94.44444%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small23.sm2 { width: 93.05556%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small23.sm3 { width: 91.66667%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .small24.sm0 { width: 100%; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .small24.sm1 { width: 98.61111%; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .small24.sm2 { width: 97.22222%; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .small24.sm3 { width: 95.83333%; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  /* MARGIN DER OFFSET KLASSEN ANPASSEN */
  .soffset1.sm0 { margin-left: 4.16667%; }
  .soffset1.sm1 { margin-left: 4.86111%; }
  .soffset1.sm2 { margin-left: 5.55556%; }
  .soffset1.sm3 { margin-left: 6.25%; }
  .soffset2.sm0 { margin-left: 8.33333%; }
  .soffset2.sm1 { margin-left: 9.02778%; }
  .soffset2.sm2 { margin-left: 9.72222%; }
  .soffset2.sm3 { margin-left: 10.41667%; }
  .soffset3.sm0 { margin-left: 12.5%; }
  .soffset3.sm1 { margin-left: 13.19444%; }
  .soffset3.sm2 { margin-left: 13.88889%; }
  .soffset3.sm3 { margin-left: 14.58333%; }
  .soffset4.sm0 { margin-left: 16.66667%; }
  .soffset4.sm1 { margin-left: 17.36111%; }
  .soffset4.sm2 { margin-left: 18.05556%; }
  .soffset4.sm3 { margin-left: 18.75%; }
  .soffset5.sm0 { margin-left: 20.83333%; }
  .soffset5.sm1 { margin-left: 21.52778%; }
  .soffset5.sm2 { margin-left: 22.22222%; }
  .soffset5.sm3 { margin-left: 22.91667%; }
  .soffset6.sm0 { margin-left: 25%; }
  .soffset6.sm1 { margin-left: 25.69444%; }
  .soffset6.sm2 { margin-left: 26.38889%; }
  .soffset6.sm3 { margin-left: 27.08333%; }
  .soffset7.sm0 { margin-left: 29.16667%; }
  .soffset7.sm1 { margin-left: 29.86111%; }
  .soffset7.sm2 { margin-left: 30.55556%; }
  .soffset7.sm3 { margin-left: 31.25%; }
  .soffset8.sm0 { margin-left: 33.33333%; }
  .soffset8.sm1 { margin-left: 34.02778%; }
  .soffset8.sm2 { margin-left: 34.72222%; }
  .soffset8.sm3 { margin-left: 35.41667%; }
  .soffset9.sm0 { margin-left: 37.5%; }
  .soffset9.sm1 { margin-left: 38.19444%; }
  .soffset9.sm2 { margin-left: 38.88889%; }
  .soffset9.sm3 { margin-left: 39.58333%; }
  .soffset10.sm0 { margin-left: 41.66667%; }
  .soffset10.sm1 { margin-left: 42.36111%; }
  .soffset10.sm2 { margin-left: 43.05556%; }
  .soffset10.sm3 { margin-left: 43.75%; }
  .soffset11.sm0 { margin-left: 45.83333%; }
  .soffset11.sm1 { margin-left: 46.52778%; }
  .soffset11.sm2 { margin-left: 47.22222%; }
  .soffset11.sm3 { margin-left: 47.91667%; }
  .soffset12.sm0 { margin-left: 50%; }
  .soffset12.sm1 { margin-left: 50.69444%; }
  .soffset12.sm2 { margin-left: 51.38889%; }
  .soffset12.sm3 { margin-left: 52.08333%; }
  .soffset13.sm0 { margin-left: 54.16667%; }
  .soffset13.sm1 { margin-left: 54.86111%; }
  .soffset13.sm2 { margin-left: 55.55556%; }
  .soffset13.sm3 { margin-left: 56.25%; }
  .soffset14.sm0 { margin-left: 58.33333%; }
  .soffset14.sm1 { margin-left: 59.02778%; }
  .soffset14.sm2 { margin-left: 59.72222%; }
  .soffset14.sm3 { margin-left: 60.41667%; }
  .soffset15.sm0 { margin-left: 62.5%; }
  .soffset15.sm1 { margin-left: 63.19444%; }
  .soffset15.sm2 { margin-left: 63.88889%; }
  .soffset15.sm3 { margin-left: 64.58333%; }
  .soffset16.sm0 { margin-left: 66.66667%; }
  .soffset16.sm1 { margin-left: 67.36111%; }
  .soffset16.sm2 { margin-left: 68.05556%; }
  .soffset16.sm3 { margin-left: 68.75%; }
  .soffset17.sm0 { margin-left: 70.83333%; }
  .soffset17.sm1 { margin-left: 71.52778%; }
  .soffset17.sm2 { margin-left: 72.22222%; }
  .soffset17.sm3 { margin-left: 72.91667%; }
  .soffset18.sm0 { margin-left: 75%; }
  .soffset18.sm1 { margin-left: 75.69444%; }
  .soffset18.sm2 { margin-left: 76.38889%; }
  .soffset18.sm3 { margin-left: 77.08333%; }
  .soffset19.sm0 { margin-left: 79.16667%; }
  .soffset19.sm1 { margin-left: 79.86111%; }
  .soffset19.sm2 { margin-left: 80.55556%; }
  .soffset19.sm3 { margin-left: 81.25%; }
  .soffset20.sm0 { margin-left: 83.33333%; }
  .soffset20.sm1 { margin-left: 84.02778%; }
  .soffset20.sm2 { margin-left: 84.72222%; }
  .soffset20.sm3 { margin-left: 85.41667%; }
  .soffset21.sm0 { margin-left: 87.5%; }
  .soffset21.sm1 { margin-left: 88.19444%; }
  .soffset21.sm2 { margin-left: 88.88889%; }
  .soffset21.sm3 { margin-left: 89.58333%; }
  .soffset22.sm0 { margin-left: 91.66667%; }
  .soffset22.sm1 { margin-left: 92.36111%; }
  .soffset22.sm2 { margin-left: 93.05556%; }
  .soffset22.sm3 { margin-left: 93.75%; }
  .soffset23.sm0 { margin-left: 95.83333%; }
  .soffset23.sm1 { margin-left: 96.52778%; }
  .soffset23.sm2 { margin-left: 97.22222%; }
  .soffset23.sm3 { margin-left: 97.91667%; }
  .soffset24.sm0 { margin-left: 100%; }
  .soffset24.sm1 { margin-left: 100.69444%; }
  .soffset24.sm2 { margin-left: 101.38889%; }
  .soffset24.sm3 { margin-left: 102.08333%; }
  /* OHNE BOXSIZING = BORDER-BOX WIRKT SICH PADDING AUF WIDTH AUS */ }
@media (max-width: 559px) { /* GRID UND OFFSET KLASSEN */
  *[class*="xsmall"] { display: inline; }
  .xsmall0 { display: none; }
  .xsoffset0 { margin-left: 0; }
  .xspush0, .xspull0 { left: auto; right: auto; }
  .xsmall1 { width: 4.16667% !important; }
  .xsoffset1 { margin-left: 4.16667%; }
  .xspull1 { left: auto; right: 4.16667%; }
  .xspush1 { right: auto; left: 4.16667%; }
  .xsmall2 { width: 8.33333% !important; }
  .xsoffset2 { margin-left: 8.33333%; }
  .xspull2 { left: auto; right: 8.33333%; }
  .xspush2 { right: auto; left: 8.33333%; }
  .xsmall3 { width: 12.5% !important; }
  .xsoffset3 { margin-left: 12.5%; }
  .xspull3 { left: auto; right: 12.5%; }
  .xspush3 { right: auto; left: 12.5%; }
  .xsmall4 { width: 16.66667% !important; }
  .xsoffset4 { margin-left: 16.66667%; }
  .xspull4 { left: auto; right: 16.66667%; }
  .xspush4 { right: auto; left: 16.66667%; }
  .xsmall5 { width: 20.83333% !important; }
  .xsoffset5 { margin-left: 20.83333%; }
  .xspull5 { left: auto; right: 20.83333%; }
  .xspush5 { right: auto; left: 20.83333%; }
  .xsmall6 { width: 25% !important; }
  .xsoffset6 { margin-left: 25%; }
  .xspull6 { left: auto; right: 25%; }
  .xspush6 { right: auto; left: 25%; }
  .xsmall7 { width: 29.16667% !important; }
  .xsoffset7 { margin-left: 29.16667%; }
  .xspull7 { left: auto; right: 29.16667%; }
  .xspush7 { right: auto; left: 29.16667%; }
  .xsmall8 { width: 33.33333% !important; }
  .xsoffset8 { margin-left: 33.33333%; }
  .xspull8 { left: auto; right: 33.33333%; }
  .xspush8 { right: auto; left: 33.33333%; }
  .xsmall9 { width: 37.5% !important; }
  .xsoffset9 { margin-left: 37.5%; }
  .xspull9 { left: auto; right: 37.5%; }
  .xspush9 { right: auto; left: 37.5%; }
  .xsmall10 { width: 41.66667% !important; }
  .xsoffset10 { margin-left: 41.66667%; }
  .xspull10 { left: auto; right: 41.66667%; }
  .xspush10 { right: auto; left: 41.66667%; }
  .xsmall11 { width: 45.83333% !important; }
  .xsoffset11 { margin-left: 45.83333%; }
  .xspull11 { left: auto; right: 45.83333%; }
  .xspush11 { right: auto; left: 45.83333%; }
  .xsmall12 { width: 50% !important; }
  .xsoffset12 { margin-left: 50%; }
  .xspull12 { left: auto; right: 50%; }
  .xspush12 { right: auto; left: 50%; }
  .xsmall13 { width: 54.16667% !important; }
  .xsoffset13 { margin-left: 54.16667%; }
  .xspull13 { left: auto; right: 54.16667%; }
  .xspush13 { right: auto; left: 54.16667%; }
  .xsmall14 { width: 58.33333% !important; }
  .xsoffset14 { margin-left: 58.33333%; }
  .xspull14 { left: auto; right: 58.33333%; }
  .xspush14 { right: auto; left: 58.33333%; }
  .xsmall15 { width: 62.5% !important; }
  .xsoffset15 { margin-left: 62.5%; }
  .xspull15 { left: auto; right: 62.5%; }
  .xspush15 { right: auto; left: 62.5%; }
  .xsmall16 { width: 66.66667% !important; }
  .xsoffset16 { margin-left: 66.66667%; }
  .xspull16 { left: auto; right: 66.66667%; }
  .xspush16 { right: auto; left: 66.66667%; }
  .xsmall17 { width: 70.83333% !important; }
  .xsoffset17 { margin-left: 70.83333%; }
  .xspull17 { left: auto; right: 70.83333%; }
  .xspush17 { right: auto; left: 70.83333%; }
  .xsmall18 { width: 75% !important; }
  .xsoffset18 { margin-left: 75%; }
  .xspull18 { left: auto; right: 75%; }
  .xspush18 { right: auto; left: 75%; }
  .xsmall19 { width: 79.16667% !important; }
  .xsoffset19 { margin-left: 79.16667%; }
  .xspull19 { left: auto; right: 79.16667%; }
  .xspush19 { right: auto; left: 79.16667%; }
  .xsmall20 { width: 83.33333% !important; }
  .xsoffset20 { margin-left: 83.33333%; }
  .xspull20 { left: auto; right: 83.33333%; }
  .xspush20 { right: auto; left: 83.33333%; }
  .xsmall21 { width: 87.5% !important; }
  .xsoffset21 { margin-left: 87.5%; }
  .xspull21 { left: auto; right: 87.5%; }
  .xspush21 { right: auto; left: 87.5%; }
  .xsmall22 { width: 91.66667% !important; }
  .xsoffset22 { margin-left: 91.66667%; }
  .xspull22 { left: auto; right: 91.66667%; }
  .xspush22 { right: auto; left: 91.66667%; }
  .xsmall23 { width: 95.83333% !important; }
  .xsoffset23 { margin-left: 95.83333%; }
  .xspull23 { left: auto; right: 95.83333%; }
  .xspush23 { right: auto; left: 95.83333%; }
  .xsmall24 { width: 100% !important; }
  .xsoffset24 { margin-left: 100%; }
  .xspull24 { left: auto; right: 100%; }
  .xspush24 { right: auto; left: 100%; }
  /* PADDING KLASSEN */
  .xsp0 { padding: 0%; }
  .xsp1 { padding: 1%; }
  .xsp2 { padding: 2%; }
  .xsp3 { padding: 3%; }
  .xsp4 { padding: 4%; }
  /* MARGIN KLASSEN */
  .xsm0 { margin-left: 0%; margin-right: 0%; }
  .xsm1 { margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsm2 { margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsm3 { margin-left: 2.08333%; margin-right: 2.08333%; }
  /* BREITEN DER GRID KLASSEN ANPASSEN */
  .xsmall1.xsm0 { width: 4.16667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall1.xsm1 { width: 2.77778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall1.xsm2 { width: 1.38889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall1.xsm3 { width: 0% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall2.xsm0 { width: 8.33333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall2.xsm1 { width: 6.94444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall2.xsm2 { width: 5.55556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall2.xsm3 { width: 4.16667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall3.xsm0 { width: 12.5% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall3.xsm1 { width: 11.11111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall3.xsm2 { width: 9.72222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall3.xsm3 { width: 8.33333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall4.xsm0 { width: 16.66667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall4.xsm1 { width: 15.27778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall4.xsm2 { width: 13.88889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall4.xsm3 { width: 12.5% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall5.xsm0 { width: 20.83333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall5.xsm1 { width: 19.44444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall5.xsm2 { width: 18.05556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall5.xsm3 { width: 16.66667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall6.xsm0 { width: 25% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall6.xsm1 { width: 23.61111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall6.xsm2 { width: 22.22222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall6.xsm3 { width: 20.83333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall7.xsm0 { width: 29.16667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall7.xsm1 { width: 27.77778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall7.xsm2 { width: 26.38889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall7.xsm3 { width: 25% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall8.xsm0 { width: 33.33333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall8.xsm1 { width: 31.94444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall8.xsm2 { width: 30.55556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall8.xsm3 { width: 29.16667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall9.xsm0 { width: 37.5% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall9.xsm1 { width: 36.11111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall9.xsm2 { width: 34.72222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall9.xsm3 { width: 33.33333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall10.xsm0 { width: 41.66667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall10.xsm1 { width: 40.27778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall10.xsm2 { width: 38.88889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall10.xsm3 { width: 37.5% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall11.xsm0 { width: 45.83333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall11.xsm1 { width: 44.44444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall11.xsm2 { width: 43.05556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall11.xsm3 { width: 41.66667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall12.xsm0 { width: 50% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall12.xsm1 { width: 48.61111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall12.xsm2 { width: 47.22222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall12.xsm3 { width: 45.83333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall13.xsm0 { width: 54.16667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall13.xsm1 { width: 52.77778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall13.xsm2 { width: 51.38889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall13.xsm3 { width: 50% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall14.xsm0 { width: 58.33333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall14.xsm1 { width: 56.94444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall14.xsm2 { width: 55.55556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall14.xsm3 { width: 54.16667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall15.xsm0 { width: 62.5% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall15.xsm1 { width: 61.11111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall15.xsm2 { width: 59.72222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall15.xsm3 { width: 58.33333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall16.xsm0 { width: 66.66667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall16.xsm1 { width: 65.27778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall16.xsm2 { width: 63.88889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall16.xsm3 { width: 62.5% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall17.xsm0 { width: 70.83333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall17.xsm1 { width: 69.44444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall17.xsm2 { width: 68.05556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall17.xsm3 { width: 66.66667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall18.xsm0 { width: 75% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall18.xsm1 { width: 73.61111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall18.xsm2 { width: 72.22222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall18.xsm3 { width: 70.83333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall19.xsm0 { width: 79.16667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall19.xsm1 { width: 77.77778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall19.xsm2 { width: 76.38889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall19.xsm3 { width: 75% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall20.xsm0 { width: 83.33333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall20.xsm1 { width: 81.94444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall20.xsm2 { width: 80.55556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall20.xsm3 { width: 79.16667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall21.xsm0 { width: 87.5% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall21.xsm1 { width: 86.11111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall21.xsm2 { width: 84.72222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall21.xsm3 { width: 83.33333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall22.xsm0 { width: 91.66667% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall22.xsm1 { width: 90.27778% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall22.xsm2 { width: 88.88889% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall22.xsm3 { width: 87.5% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall23.xsm0 { width: 95.83333% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall23.xsm1 { width: 94.44444% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall23.xsm2 { width: 93.05556% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall23.xsm3 { width: 91.66667% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  .xsmall24.xsm0 { width: 100% !important; float: left; display: inline; margin-left: 0%; margin-right: 0%; }
  .xsmall24.xsm1 { width: 98.61111% !important; float: left; display: inline; margin-left: 0.69444%; margin-right: 0.69444%; }
  .xsmall24.xsm2 { width: 97.22222% !important; float: left; display: inline; margin-left: 1.38889%; margin-right: 1.38889%; }
  .xsmall24.xsm3 { width: 95.83333% !important; float: left; display: inline; margin-left: 2.08333%; margin-right: 2.08333%; }
  /* MARGIN DER OFFSET KLASSEN ANPASSEN */
  .xsoffset1.xsm0 { margin-left: 4.16667%; }
  .xsoffset1.xsm1 { margin-left: 4.86111%; }
  .xsoffset1.xsm2 { margin-left: 5.55556%; }
  .xsoffset1.xsm3 { margin-left: 6.25%; }
  .xsoffset2.xsm0 { margin-left: 8.33333%; }
  .xsoffset2.xsm1 { margin-left: 9.02778%; }
  .xsoffset2.xsm2 { margin-left: 9.72222%; }
  .xsoffset2.xsm3 { margin-left: 10.41667%; }
  .xsoffset3.xsm0 { margin-left: 12.5%; }
  .xsoffset3.xsm1 { margin-left: 13.19444%; }
  .xsoffset3.xsm2 { margin-left: 13.88889%; }
  .xsoffset3.xsm3 { margin-left: 14.58333%; }
  .xsoffset4.xsm0 { margin-left: 16.66667%; }
  .xsoffset4.xsm1 { margin-left: 17.36111%; }
  .xsoffset4.xsm2 { margin-left: 18.05556%; }
  .xsoffset4.xsm3 { margin-left: 18.75%; }
  .xsoffset5.xsm0 { margin-left: 20.83333%; }
  .xsoffset5.xsm1 { margin-left: 21.52778%; }
  .xsoffset5.xsm2 { margin-left: 22.22222%; }
  .xsoffset5.xsm3 { margin-left: 22.91667%; }
  .xsoffset6.xsm0 { margin-left: 25%; }
  .xsoffset6.xsm1 { margin-left: 25.69444%; }
  .xsoffset6.xsm2 { margin-left: 26.38889%; }
  .xsoffset6.xsm3 { margin-left: 27.08333%; }
  .xsoffset7.xsm0 { margin-left: 29.16667%; }
  .xsoffset7.xsm1 { margin-left: 29.86111%; }
  .xsoffset7.xsm2 { margin-left: 30.55556%; }
  .xsoffset7.xsm3 { margin-left: 31.25%; }
  .xsoffset8.xsm0 { margin-left: 33.33333%; }
  .xsoffset8.xsm1 { margin-left: 34.02778%; }
  .xsoffset8.xsm2 { margin-left: 34.72222%; }
  .xsoffset8.xsm3 { margin-left: 35.41667%; }
  .xsoffset9.xsm0 { margin-left: 37.5%; }
  .xsoffset9.xsm1 { margin-left: 38.19444%; }
  .xsoffset9.xsm2 { margin-left: 38.88889%; }
  .xsoffset9.xsm3 { margin-left: 39.58333%; }
  .xsoffset10.xsm0 { margin-left: 41.66667%; }
  .xsoffset10.xsm1 { margin-left: 42.36111%; }
  .xsoffset10.xsm2 { margin-left: 43.05556%; }
  .xsoffset10.xsm3 { margin-left: 43.75%; }
  .xsoffset11.xsm0 { margin-left: 45.83333%; }
  .xsoffset11.xsm1 { margin-left: 46.52778%; }
  .xsoffset11.xsm2 { margin-left: 47.22222%; }
  .xsoffset11.xsm3 { margin-left: 47.91667%; }
  .xsoffset12.xsm0 { margin-left: 50%; }
  .xsoffset12.xsm1 { margin-left: 50.69444%; }
  .xsoffset12.xsm2 { margin-left: 51.38889%; }
  .xsoffset12.xsm3 { margin-left: 52.08333%; }
  .xsoffset13.xsm0 { margin-left: 54.16667%; }
  .xsoffset13.xsm1 { margin-left: 54.86111%; }
  .xsoffset13.xsm2 { margin-left: 55.55556%; }
  .xsoffset13.xsm3 { margin-left: 56.25%; }
  .xsoffset14.xsm0 { margin-left: 58.33333%; }
  .xsoffset14.xsm1 { margin-left: 59.02778%; }
  .xsoffset14.xsm2 { margin-left: 59.72222%; }
  .xsoffset14.xsm3 { margin-left: 60.41667%; }
  .xsoffset15.xsm0 { margin-left: 62.5%; }
  .xsoffset15.xsm1 { margin-left: 63.19444%; }
  .xsoffset15.xsm2 { margin-left: 63.88889%; }
  .xsoffset15.xsm3 { margin-left: 64.58333%; }
  .xsoffset16.xsm0 { margin-left: 66.66667%; }
  .xsoffset16.xsm1 { margin-left: 67.36111%; }
  .xsoffset16.xsm2 { margin-left: 68.05556%; }
  .xsoffset16.xsm3 { margin-left: 68.75%; }
  .xsoffset17.xsm0 { margin-left: 70.83333%; }
  .xsoffset17.xsm1 { margin-left: 71.52778%; }
  .xsoffset17.xsm2 { margin-left: 72.22222%; }
  .xsoffset17.xsm3 { margin-left: 72.91667%; }
  .xsoffset18.xsm0 { margin-left: 75%; }
  .xsoffset18.xsm1 { margin-left: 75.69444%; }
  .xsoffset18.xsm2 { margin-left: 76.38889%; }
  .xsoffset18.xsm3 { margin-left: 77.08333%; }
  .xsoffset19.xsm0 { margin-left: 79.16667%; }
  .xsoffset19.xsm1 { margin-left: 79.86111%; }
  .xsoffset19.xsm2 { margin-left: 80.55556%; }
  .xsoffset19.xsm3 { margin-left: 81.25%; }
  .xsoffset20.xsm0 { margin-left: 83.33333%; }
  .xsoffset20.xsm1 { margin-left: 84.02778%; }
  .xsoffset20.xsm2 { margin-left: 84.72222%; }
  .xsoffset20.xsm3 { margin-left: 85.41667%; }
  .xsoffset21.xsm0 { margin-left: 87.5%; }
  .xsoffset21.xsm1 { margin-left: 88.19444%; }
  .xsoffset21.xsm2 { margin-left: 88.88889%; }
  .xsoffset21.xsm3 { margin-left: 89.58333%; }
  .xsoffset22.xsm0 { margin-left: 91.66667%; }
  .xsoffset22.xsm1 { margin-left: 92.36111%; }
  .xsoffset22.xsm2 { margin-left: 93.05556%; }
  .xsoffset22.xsm3 { margin-left: 93.75%; }
  .xsoffset23.xsm0 { margin-left: 95.83333%; }
  .xsoffset23.xsm1 { margin-left: 96.52778%; }
  .xsoffset23.xsm2 { margin-left: 97.22222%; }
  .xsoffset23.xsm3 { margin-left: 97.91667%; }
  .xsoffset24.xsm0 { margin-left: 100%; }
  .xsoffset24.xsm1 { margin-left: 100.69444%; }
  .xsoffset24.xsm2 { margin-left: 101.38889%; }
  .xsoffset24.xsm3 { margin-left: 102.08333%; }
  /* OHNE BOXSIZING = BORDER-BOX WIRKT SICH PADDING AUF WIDTH AUS */ }
*[class*="large"] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

