BODY {
    padding: 0px;
    margin: 0px;
    font-family: 'Hind Vadodara', sans-serif;
    color: #27348B;
    font-size: 13px;
    line-height: 1.35;
}

#cookiebar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: rgba(39, 52, 139, 0.9);
    color: #FFF;
}

#cookiebar A {
    color: #FFF;
}

#cookiebar A.clo {
    color: #FFF;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 1.5em;
}

A {
    color: #27348B;
}

HEADER {
    background: #ffed00;
    position: fixed;
    height: 110px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#content {
    position: relative;
    display: block;
    background: #ffed00;
    margin-top: 110px;
}

H1 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 44px;
}

H2 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news H2 {
    margin-top: 0px;
}

.after-more {
    display: none;
}

#content.familienbrunnen {
    background: url('../gfx/holz-background.jpg') repeat scroll #83725b;
    overflow: hidden;
}

#content.familienbrunnen #back-left {
    position: absolute;
    top: 70px;
    left: -60px;
}

#content.familienbrunnen #back-left .image-tooltip {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 400px;
    height: 280px;
    z-index: 999;
}

#content.familienbrunnen #back-left .image-tooltip.tt2 {
    top: 280px;
}

#content.familienbrunnen #back-left .image-tooltip.tt3 {
    top: 560px;
    left: 20px;
}

#content.familienbrunnen #back-left .image-tooltip.tt4 {
    top: 840px;
    width: 300px;
    height: 395px;
}

#content.familienbrunnen #back-left .image-tooltip.tt5 {
    top: 1235px;
    left: 50px;
}

#content.familienbrunnen #back-left .image-tooltip>SPAN {
    position: absolute;
    top: 150px;
    left: 130px;
    background: url("../gfx/tooltip.png") no-repeat 0px 0px transparent;
    width: 371px;
    height: 165px;
    font-family: "Kalam", sans-serif;
    font-size: 17.5px;
    line-height: 1.3;
    padding: 40px 30px 0px 80px;
    display: none;
}

#content.familienbrunnen #back-left .image-tooltip:hover>SPAN {
    display: block;
}

#content.familienbrunnen #back-left .image-tooltip.tt3>SPAN {
    left: 190px;
    padding-top: 30px;
}

#content.familienbrunnen #back-left .image-tooltip.tt4>SPAN {
    top: 210px;
}

#content.familienbrunnen #back-left .image-tooltip.tt5>SPAN {
    left: 160px;
}

#content.familienbrunnen #back-right {
    position: absolute;
    top: 80px;
    right: -40px;
    -o-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}

#loading {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.5);
}

#content.haendler {
    /* background:url('../gfx/haendler-back.jpg') repeat scroll #f8f8f8; */
    background: #f8f8f8;
    background-size: cover;
}

#content.kontakt {
    background: url('../gfx/background-kontakt.jpg') repeat fixed #303e70;
    background-size: cover;
}

#content.news {
    background: url('../gfx/background-news.jpg') repeat fixed #568e0f;
    background-size: cover;
}

#news-bc {
    position: fixed;
    z-index: 101;
}

#news-bc>IMG {
    position: absolute;
    top: -60px;
    left: -10px;
    display: block;
    width: 211px;
    height: 119px;
}

#produktkategorien {
    position: relative;
    margin-top: -60px;
    overflow: hidden;
    width: 100%;
}

#produktkategorien>UL {
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
}

#produktkategorien>UL>LI {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    list-style: none;
    display: block;
    width: 100%;
    max-width: 1920px;
    min-height: 330px;
    /* 500px */
    height: 330px;
    /* 500px */
    overflow: hidden;
}

#produktkategorien>UL>LI.open {
    height: auto;
}

#produktkategorien>UL>LI:before {
    position: relative;
    content: " ";
    display: block;
    height: 3px;
    background: #FFF;
    width: 100%;
    max-width: 1920px;
    margin: 0px;
    padding: 0px;
}

#produktkategorien>UL>LI:first-child:before {
    /* display:none; */
    top: -3px;
}

#produktkategorien>UL>LI:last-child {
    height: 370px;
}

#produktkategorien>UL>LI .content {
    position: absolute;
    width: 100%;
    padding-left: 0px;
    height: 330px;
    top: 0px;
    left: 0px;
}

#produktkategorien>UL>LI .furthercontent {
    position: relative;
    width: 100%;
    min-height: 300px;
    /* top:-190px;
    max-height:580px; */
}

#produktkategorien>UL>LI .leftside {
    width: 380px;
    font-size: 12.5px;
    display: block;
    float: left;
    margin-top: 327px;
    margin-left: 0px;
    position: relative;
}

#produktkategorien>UL>LI.kisten .leftside {
    margin-top: 377px;
}

#produktkategorien>UL>LI .leftside H2 {
    color: #27348b;
    margin: 24px 0px 12px 0px;
    padding: 0px;
    font-size: 16.5px;
    font-weight: 600;
}

#produktkategorien>UL>LI .leftside H4 {
    color: #27348b;
    margin: -8px 0px 12px 0px;
    padding: 0px;
    font-size: 12.5px;
    font-weight: 400;
}

#produktkategorien>UL>LI .leftside .productinfo,
#produktseite .productinfo {
    position: relative;
    margin-top: 20px;
    background: url('../gfx/productinfo_breit2.png') no-repeat 0px 0px transparent;
    width: 377px;
    height: 172px;
    padding: 15px;
    display: block;
    font-family: 'Kalam', sans-serif;
}

#produktkategorien>UL>LI .leftside .productinfo.h10,
#produktseite .productinfo.h10 {
    background-image: url('../gfx/productinfo_10.png');
    height: 229px;
}

#produktkategorien>UL>LI .leftside .productinfo.h9,
#produktseite .productinfo.h9 {
    background-image: url('../gfx/productinfo_9.png');
    height: 210px;
}

#produktkategorien>UL>LI .leftside .productinfo.h8,
#produktseite .productinfo.h8 {
    background-image: url('../gfx/productinfo_8.png');
    height: 191px;
}

#produktkategorien>UL>LI .leftside .productinfo.h7,
#produktseite .productinfo.h7 {
    background-image: url('../gfx/productinfo_7.png');
    height: 172px;
}

#produktkategorien>UL>LI .leftside .productinfo.h6,
#produktseite .productinfo.h6 {
    background-image: url('../gfx/productinfo_6.png');
    height: 153px;
}

#produktkategorien>UL>LI .leftside .productinfo.h5,
#produktseite .productinfo.h5 {
    background-image: url('../gfx/productinfo_5.png');
    height: 134px;
}

#produktkategorien>UL>LI .leftside .productinfo.h4,
#produktseite .productinfo.h4 {
    background-image: url('../gfx/productinfo_4.png');
    height: 115px;
}



#produktkategorien>UL>LI .leftside .productinfo H3,
#produktseite .productinfo H3 {
    padding: 0px;
    margin: 0px 0px 6px 0px;
    font-family: 'Kalam', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}


#produktkategorien>UL>LI .productinfo UL,
#produktseite .productinfo UL {
    padding: 0px 0px 0px 12px;
    margin: 0px;
    list-style: none;
    list-style-image: url('../gfx/dot.png');
}

#produktkategorien>UL>LI .productinfo UL LI,
#produktseite .productinfo UL LI {
    padding: 0px;
    line-height: 1.2;
    margin: 2px 0px 2px 0px;
    font-family: 'Kalam', sans-serif;
}

#produktkategorien>UL>LI .rightside {
    width: 335px;
    font-size: 12.5px;
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 327px;
}

#kiste-zu-btn {
    width: 70px;
    height: 72px;
    display: block;
    background: url("../gfx/btn-kiste-zu.png") no-repeat 0px 0px transparent;
    position: absolute;
    top: 425px;
    left: 32px;
    display: none;
    opacity: 0.35;
    transition: 0.4s opacity ease;
}

#kiste-offen-btn {
    width: 70px;
    height: 72px;
    display: block;
    background: url("../gfx/btn-kiste-offen.png") no-repeat 0px 0px transparent;
    position: absolute;
    top: 425px;
    left: 132px;
    display: none;
    opacity: 0.35;
    transition: 0.4s opacity ease;
}

#kiste-zu-btn.active,
#kiste-offen-btn.active,
#kiste-zu-btn:hover,
#kiste-offen-btn:hover {
    opacity: 1;
    transition: 0.4s opacity ease;
}

#teilbar-offen {
    display: none;
}

#produktkategorien>UL>LI.kisten .rightside {
    margin-top: 377px;
}

#produktkategorien>UL>LI .rightside>H3 {
    font-size: 12.5px;
    font-weight: 400;
    margin: 24px 0px 15px 0px;
    padding: 0px;
}

#produktseite .tables {
    margin-top: 30px;
}

#produktkategorien>UL>LI .rightside>TABLE,
#produktseite .tables TABLE {
    width: 100%;
}

#produktkategorien>UL>LI .rightside>TABLE TR TD,
#produktseite .tables TABLE TR TD {
    padding: 3px 5px;
}

#produktkategorien>UL>LI .rightside>TABLE TR.header TD,
#produktseite .tables TABLE TR.header TD {
    background: #27348B;
    color: #FFF;
}

#produktkategorien>UL>LI .rightside>TABLE TR TD:last-child,
#produktseite .tables TABLE TR TD:last-child {
    text-align: right;
}

#produktkategorien>UL>LI:last-child .content {
    height: 370px;
}

#produktkategorien>UL>LI .content .top-bubble {
    position: relative;
    display: block;
    font-family: "Kalam", sans-serif;
    background: url("../gfx/produkte/blue-bubble-378.png") no-repeat 0px 0px transparent;
    width: 378px;
    height: 167px;
    margin: 60px 0px 0px 300px;
}

#produktkategorien>UL>LI .content .top-bubble-yellow {
    background: url("../gfx/produkte/yellow-bubble-378.png") no-repeat 0px 0px transparent;
}


#produktkategorien>UL>LI H2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 44px;
    padding-left: 90px;
    color: #FFF;
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 370px;
    margin-top: 0px;
}

#produktkategorien>UL>LI H4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #FFF;
    padding-left: 90px;
    padding-top: 0px;
    margin-top: 0px;
    width: 370px;
    margin-top: 0px;
}

#produktkategorien>UL>LI .top-bubble-yellow H2,
#produktkategorien>UL>LI .top-bubble-yellow H4 {
    color: #27348b !important;
    text-shadow: none !important;
}

#produktkategorien>UL>LI DIV.slogan {
    position: absolute;
    top: 240px;
    left: calc(50% + 250px);
    width: 260px;
    font-family: 'Kalam', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

SPAN.petrol {
    color: rgb(0, 121, 72);
}

DIV.slogan SPAN.berry {
    color: #ba1c45;
}

A.morebutton {
    position: absolute;
    background: url("../gfx/weiter-btn.png") no-repeat 0px 0px transparent;
    width: 75px;
    height: 76px;
    display: block;
    top: 240px;
    left: calc(50% - 38px);
    -o-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

A.morebutton.open {
    -o-transform: scale(0.8, 0.8) rotate(90deg);
    -moz-transform: scale(0.8, 0.8) rotate(90deg);
    -ms-transform: scale(0.8, 0.8) rotate(90deg);
    -webkit-transform: scale(0.8, 0.8) rotate(90deg);
    transform: scale(0.8, 0.8) rotate(90deg);
}

A.morebutton-invert {
    background-position: 0px -76px;
}

A.morebutton:hover {
    background-position: 0px -76px;
}

A.morebutton-invert:hover {
    background-position: 0px 0px !important;
}

A.morebutton>SPAN {
    display: none;
}

.prev-button,
.next-button {
    vertical-align: top;
}

.righttable {
    margin-top: 12px;
    margin-bottom: 20px;
}

.righttable TR:nth-child(2n+1) TD {
    background: rgba(0, 0, 0, 0.03);
}

.righttable TR.divider:nth-child(2n+1) TD {
    background: none;
}

A.prevbutton,
A.nextbutton {
    position: relative;
    background: url("../gfx/next.png") no-repeat 0px 0px transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 150px 20px 0px 20px;
}

A.prevbutton.deactivated,
A.nextbutton.deactivated {
    opacity: 0;
    cursor: default;
}

A.prevbutton:after,
A.nextbutton:after {
    content: "weitere Sorten";
    display: block;
    position: absolute;
    top: 42px;
    left: -11px;
    width: 60px;
    line-height: 1.1;
    font-size: 12px;
    font-family: "Kalam", sans-serif;
}

A.prevbutton {
    background: url("../gfx/prev.png") no-repeat 0px 0px transparent;
}

A.prevbutton:hover,
A.nextbutton:hover {
    background-position: 0px -35px;
}

.bottleselector {
    position: relative;
    display: block;
    height: 338px;
    margin-top: 10px;
    text-align: center;
}

.bottleselector-kisten {
    height: 242px;
    margin-bottom: 55px;
    margin-top: 10px;
}

.bottleselector UL {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.bottleselector UL LI {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.bottleselector UL LI.bottle A {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px -6px 0px -6px;
    width: 92px;
    height: 306px;
}

.bottleselector-kisten UL LI.bottle A {
    width: 192px;
    height: 226px;
}

.bottleselector UL LI.bottle.outofbounds {
    display: none;
}

.bottleselector UL LI.bottle A IMG {
    position: absolute;
    display: block;
    padding: 0px;
    margin: 0px;
    bottom: 40px;
    width: 80px;
    left: 6px;
    height: auto;
}

.bottleselector-kisten UL LI.bottle A IMG {
    width: 160px;
    bottom: 30px;
    left: 16px;
}

.bottleselector UL LI.bottle A .label {
    position: absolute;
    top: 256px;
    left: 6px;
    width: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 11.5px;
    line-height: 1.2;
}

.bottleselector-kisten UL LI.bottle A .label {
    top: 176px;
    width: 160px;
    left: 16px;
}

.bottleselector UL LI.bottle.active A {
    background: #dfe7f7;
}

.bottleselector UL LI.bottle A:hover IMG,
.bottleselector UL LI.bottle.active A IMG,
.bottleselector UL LI.bottle.active A:hover IMG {
    bottom: 30px;
    /* +5 */
    width: 98px;
    left: -3px;
}

.bottleselector-kisten UL LI.bottle A:hover IMG,
.bottleselector-kisten UL LI.bottle.active A IMG,
.bottleselector-kisten UL LI.bottle.active A:hover IMG {
    width: 192px;
    bottom: 26px;
    /* + 14 */
    left: 0px;
}

.bottleselector UL LI.bottle A:hover .label,
.bottleselector UL LI.bottle.active A .label,
.bottleselector UL LI.bottle.active A:hover .label {
    font-size: 12.5px;
    top: 255px;
    /* -5 */
}

.bottleselector-kisten UL LI.bottle A:hover .label,
.bottleselector-kisten UL LI.bottle.active A .label,
.bottleselector-kisten UL LI.bottle.active A:hover .label {
    top: 172px;
    /* - 14 */
}

#produktkategorien>UL>LI.mineralwasser {
    background: url("../gfx/produkte/mineralwasser_neu.jpg") no-repeat center 0px #FFF;
}

#produktkategorien>UL>LI .bigbottle IMG {
    position: absolute;
    display: none;
    width: 315px;
    height: 815px;
    left: 30px;
    top: 0px;
}

#produktkategorien>UL>LI.kisten .bigbottle IMG {
    width: 420px;
    height: 403px;
    left: -90px;
    top: 40px;
}

#produktkategorien>UL>LI .bigbottle IMG.bottle05 {
    min-height: 652px;
}

#produktkategorien>UL>LI .bigbottle {
    position: relative;
    left: 0px;
    float: left;
    top: 50px;
    display: block;
    width: 375px;
    height: 800px;
    /* 815 */
}

#produktkategorien>UL>LI .bigbottle-shorter {
    height: 680px;
}

#produktkategorien>UL>LI .bigbottle IMG.active {
    display: block;
}

#produktkategorien>UL>LI.fitness_leicht {
    background: url("../gfx/produkte/fitness_neu.jpg?ck=s") no-repeat center 0px #FFF;
}

#produktkategorien>UL>LI.erfrischung_limonaden {
    background: url("../gfx/produkte/erfrischung_neu.jpg?ck=s") no-repeat center 0px #FFF;
}

#produktkategorien>UL>LI.vitamine_schorlen {
    background: url("../gfx/produkte/genuss_neu.jpg?ck=s") no-repeat center 0px #FFF;
}

#produktkategorien>UL>LI.kisten {
    background: url("../gfx/produkte/kisten_neu.jpg?ck=s") no-repeat center 0px #FFF;
}

#produktkategorien>UL>LI:last-child {
    margin-bottom: 25px;
}

#content .content-distance {
    position: relative;
    height: 60px;
}

#content .breadcrumb-over {
    z-index: 95;
}

#content .breadcrumb .links {
    padding-top: 17px;
    padding-left: 170px;
}

#content .breadcrumb A,
#content .breadcrumb SPAN {
    color: #FFF;
    text-decoration: none;
    margin: 0px 10px;
    display: inline-block;
}

#content .breadcrumb-blue,
#content .breadcrumb-blue A,
#content .breadcrumb-blue SPAN {
    color: #27348B;
    text-shadow: none;
}

.wrapper {
    position: relative;
    margin: 0px auto;
    width: 1130px;
}

#content>.wrapper {
    width: 800px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 140px 15px;
}

#content>.wrapper-haendler {
    width: 1164px;
    background: none;
    padding: 0px 0px 0px 0px;
}

#haendler-suche {
    width: 100%;
    height: 90px;
    background: url("../gfx/heandler-input.png") no-repeat 2px 0px transparent;
    position: relative;
    margin-top: 25px;
    padding-top: 2px;
    padding-left: 385px;
}

#hb1.inactive,
#hb2.inactive {
    opacity: 0.5;
}

#hb2 {
    margin-right: 0px;
}

#haendler-suche>INPUT[type=number] {
    width: 170px;
    height: 30px;
    position: absolute;
    top: 11px;
    left: 180px;
    border: none;
    background: none;
    text-align: center;
    font-size: 15px;
    outline: none;
}

.mapslink {
    font-style: normal;
    text-decoration: none;
}

.mapslink:hover {
    text-decoration: underline;
}

#haendler-result {
    position: relative;
    display: none;
}

#haendler-result UL {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#haendler-result UL LI {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

#haendler-result UL LI>SPAN {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #6da2d7;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    color: #FFF;
    margin-right: 5px;
    display: block;
    float: left;
}

#haendler-result UL LI>A {
    width: calc(100% - 31px);
    font-style: normal !important;
    display: block;
    float: right;
}

#content.home>#home-slogan {
    position: relative;
    width: 100%;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#content.home>#home-bottles {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 348px;
    /* 308 */
    height: 599px;
    /* 530 */
    margin-left: -174px;
    /* -154 */
    overflow: hidden;
}

#content.home>#home-bottles>IMG {
    position: absolute;
    top: 599px;
    /* 530 */
    left: 0px;
    width: 348px;
    /* 308 */
    height: 599px;
    /* 530 */
    display: block;
}

#home-mobile-sliderbuttons {
    display: none;
}

#content.home>#home-bottles-mobile {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 278px;
    /* 308 / 348 */
    height: 479px;
    /* 530 / 599 */
    margin-left: -139px;
    /* -154 */
    overflow: hidden;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    display: none;
}

#content.home>#home-bottles-mobile>IMG {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 278px;
    height: 479px;
    display: block;
}

#mobile-slider {
    display: none;
}

#content.home>#home-slogan>IMG {
    position: relative;
    display: block;
}

#content.home>#home-slogan .lab {
    position: relative;
    width: 100%;
    /* none background:#FFED00; ffed00 > fdeb1b */
    margin: 0px;
    padding: 58px 0px 58px 0px;
    text-align: center;

    display: none;
}

#content.home>#home-slogan .mobile-lab {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: none;
}

.allyellow {
    background: #FFED00;
}

#content.home>#home-slogan .lab H2 {
    position: relative;
    font-size: 50px;
    margin: 0px;
    padding: 0px;
}

#content.home>#home-slogan .lab H2>SPAN {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(39, 52, 139, 0);
    overflow: hidden;
}

#content.home>#home-slogan .lab H2>SPAN.roll {
    border: 1px solid rgba(39, 52, 139, 0.35);
    box-shadow: inset 3px 3px 25px -6px rgba(255, 255, 255, 0.55), inset -3px -5px 15px -6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-align: left;
    width: 333px;
    overflow: hidden;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#content.home>#home-slogan .lab H2>SPAN.roll.out {
    border: 1px solid rgba(39, 52, 139, 0);
    box-shadow: none;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#content.home>#home-slogan .lab H2>SPAN.roll>SPAN {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 333px;
    display: block;
}

#content.home>#home-slogan .lab H2>SPAN.roll>SPAN>SPAN {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 333px;
    display: inline-block;
    padding-left: 10px;
}

#content.home>#home-slogan .lab H2>SPAN.roll>SPAN>SPAN.dotted:after {
    content: ".";
}

#content.home>.outerwrapper {
    position: relative;
    width: 100%;
    background: #FFF;
}

#content.home>.outerwrapper>.wrapper {
    width: 800px;
    padding: 15px 385px 20px 15px;
}

HEADER .logo {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 132px;
    height: 106px;
    display: block;
}

.logo>IMG {
    position: relative;
    width: 119px;
    height: 96px;
    display: block;
}

HEADER .eiszeit-inside {
    position: absolute;
    top: 12px;
    right: 13px;
    /* 93 */
    width: 73px;
    height: 75px;
    display: block;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.eiszeit-inside>IMG {
    position: relative;
    width: 73px;
    height: 75px;
    display: block;
}

HEADER .mail {
    position: absolute;
    top: 46px;
    right: 236px;
    /* 219 */
    width: 21px;
    height: 16px;
    display: block;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.mail>IMG {
    position: relative;
    width: 21px;
    height: 16px;
    display: block;
}

HEADER .facebook {
    position: absolute;
    top: 40px;
    right: 163px;
    /* 219 */
    width: 23px;
    height: 33px;
    display: block;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.facebook>IMG {
    position: relative;
    width: 23px;
    height: 33px;
    display: block;
}

HEADER .mobile-menu {
    display: none;
}

HEADER .phone {
    position: absolute;
    top: 43px;
    right: 301px;
    /* 271 */
    width: 22px;
    height: 22px;
    display: block;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.phone>IMG {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

HEADER .phone>SPAN {
    position: absolute;
    top: 67px;
    /*53*/
    right: 0px;
    display: inline-block;
    display: none;
    background: #303e70;
    color: #ffed00;
    font-weight: 600;
    width: 130px;
    font-size: 16px;
    padding: 3px 0px;
    text-align: center;
    opacity: 0;
    -o-transition: 0.35s opacity ease;
    -moz-transition: 0.35s opacity ease;
    -ms-transition: 0.35s opacity ease;
    -webkit-transition: 0.35s opacity ease;
    transition: 0.35s opacity ease;
}

.eiszeit-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 110;
    background: rgba(0, 56, 130, 0.2);
    overflow: auto;
}


.eiszeit-overlay .overlay {
    width: 487px;
    background: url("../gfx/eiszeit-back.png") no-repeat 0px 0px transparent;
    height: 505px;
    position: absolute;
    top: 120px;
    right: 0px;
    padding: 22px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}

.eiszeit-overlay .overlay H3 {
    margin-top: 15px;
    padding-top: 0px;
}

.close-ov {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    display: block;
}

.close-ov:hover {
    -o-transform: scale(1.1, 1.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);
}

HEADER .mail:hover {
    -o-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

HEADER .facebook:hover {
    -o-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

HEADER .phone:hover>IMG {
    -o-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

HEADER .phone:hover>SPAN {
    opacity: 1;
    display: inline-block;
    -o-transition: 0.35s opacity ease;
    -moz-transition: 0.35s opacity ease;
    -ms-transition: 0.35s opacity ease;
    -webkit-transition: 0.35s opacity ease;
    transition: 0.35s opacity ease;
}

HEADER .eiszeit-inside:hover {
    -o-transform: scale(1.1, 1.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);
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

HEADER UL.navigation {
    padding: 27px 0 0 160px;
    margin: 0;
    list-style: none;
}

HEADER UL.navigation>LI {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: block;
    float: left;
}

HEADER UL.navigation>LI.newsitem,
HEADER UL.navigation>LI.promoitem,
HEADER UL.navigation>LI.eiszeit,
HEADER UL.navigation>LI.indexpage {
    display: none;
}

.kontakt-totop {
    margin-top: 25px;
}

.between-section {
    margin-top: 2px;
    padding-left: 64px;
}

.min-h {
    min-height: 520px;
}

HEADER UL.navigation>LI>A {
    color: #27348B;
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 30px;
    margin: 0px 10px;
    font-size: 15px;
}

HEADER UL.navigation>LI>A:hover {
    color: #e52520;
}

HEADER UL.navigation>LI.active>A:hover {
    color: #27348B;
}

HEADER UL.navigation>LI.active>A,
FOOTER UL.meta>LI.active>A {
    font-weight: 600;
}

#home-background-dummy {
    position: relative;
    width: 1px;
    height: 878px;
}

#home-background {
    position: fixed;
    width: 100%;
    height: 878px;
    top: 110px;
}

#home-background>IMG {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

#home-background>A.clickhere {
    position: absolute;
    width: 324px;
    height: 166px;
    top: 20%;
    left: 50%;
    margin-left: -162px;
}

#home-background>.bubble {
    position: absolute;
    width: 499px;
    height: 344px;
    top: 6.5%;
    /* 10% */
    left: 50%;
    margin-left: -265px;
    padding: 40px 23px 15px 40px;
    background: url("../gfx/bubble.png") no-repeat 0px 0px transparent;
    font-family: 'Kalam', sans-serif;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.45;
    display: none;
}

#next-button {
    position: absolute;
    top: 118px;
    left: 50%;
    display: block;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    margin-left: 280px;
    font-family: 'Kalam', sans-serif;
    -o-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

#speaker-button {
    position: absolute;
    top: 145px;
    left: 50%;
    display: block;
    font-weight: 600;
    margin-left: -340px;
    width: 24px;
    height: 28px;
}

#speaker-button>.icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 28px;
    overflow: hidden;
}

#speaker-button>.icon>IMG {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 56px;
}

#speaker-button.mute>.icon>IMG {
    top: -28px;
}

#next-button>SPAN.complete {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 200px;
}

#next-button:hover>SPAN.complete {
    -o-transform: scale(1.1, 1.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);
}

#sendButton:hover {
    opacity: 0.95;
}

#speaker-button:hover>.icon {
    -o-transform: scale(1.1, 1.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);
}

.kontakt-form {
    display: block;
    width: 363px;
    height: 670px;
    position: relative;
    background: url("../gfx/kontakt-back.png") no-repeat 0px 0px transparent;
    padding: 25px;
}

.kontakt-form LABEL {
    position: relative;
    display: block;
    width: 64px;
    float: left;
    line-height: 29px;
    margin-bottom: 8px;
}

.kontakt-form LABEL.complete {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.kontakt-form TEXTAREA {
    position: relative;
    display: block;
    width: 100%;
    height: 143px;
    margin-bottom: 16px;
    background: #FFF;
    border: 0px;
    padding: 10px 10px;
}

#errorMsg,
#errorMsg2,
#errorMsg3,
#errorMsg4 {
    background: #e52520;
    color: #FFF;
    display: none;
    padding: 5px;
    font-style: italic;
    margin-top: 10px;
}

#dsbov {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 30000;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

#dsbov>DIV {
    width: 600px;
    height: 600px;
    background: #FFF;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
}

#dsbov>DIV>A.close-ov {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    top: 0px;
    right: 2px;
}

#dsbov>DIV>DIV {
    width: 540px;
    height: 540px;
    padding: 0px;
    overflow: auto;
    position: relative;
}

.kontakt-form INPUT[type=text],
.kontakt-form INPUT[type=email],
.kontakt-form INPUT[type=number],
.kontakt-form INPUT[type=tel] {
    position: relative;
    display: block;
    width: 247px;
    float: left;
    height: 29px;
    line-height: 29px;
    margin-bottom: 8px;
    background: #FFF;
    border: 0px;
    padding: 0px 10px;
}

.kontakt-form INPUT[type=text].missing,
.kontakt-form INPUT[type=email].missing,
.kontakt-form INPUT[type=number].missing,
.kontakt-form INPUT[type=tel].missing,
.kontakt-form TEXTAREA.missing {
    box-shadow: 0px 0px 5px rgba(229, 37, 32, 0.5), 0px 0px 2px rgba(229, 37, 32, 1);
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kontakt-form A.button {
    width: 98px;
    height: 33px;
    display: inline-block;
    position: relative;
    background: url("../gfx/kontakt-button.png") no-repeat 0px 0px transparent;
    color: #ffed00;
    text-decoration: none;
    font-family: 'Kalam', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    text-align: center;
    line-height: 36px;
    padding-right: 4px;
}

.kontakt-form A.button:hover {
    background-position: 0px -33px;
}

A.haendler-button {
    width: 77px;
    height: 34px;
    display: inline-block;
    position: relative;
    background: url("../gfx/haendler-button.png") no-repeat 0px 0px transparent;
    color: #ffed00;
    text-decoration: none;
    font-family: 'Kalam', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-right: 6px;
    text-align: center;
    line-height: 36px;
    padding-right: 4px;
}

A.haendler-button:hover {
    background-position: 0px -34px;
}

#home-background .wrapper>A.news,
HEADER .wrapper>A.news {
    position: absolute;
    display: block;
    padding: 0px;
    height: 46px;
    width: 100px;
    text-align: center;
    line-height: 46px;
    color: #FFF;
    background: #e52520;
    top: 0;
    right: 0px;
    /* 93 */
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
}

#home-background .wrapper>A.promobutton,
HEADER .wrapper>A.promobutton {
    position: absolute;
    display: block;
    padding: 0px;
    height: 46px;
    width: 100px;
    text-align: center;
    line-height: 46px;
    color: #FFF;
    background: #27348B;
    top: 0;
    right: 120px;
    /* 93 */
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
}

#home-background .wrapper>A.promobutton:hover,
HEADER .wrapper>A.promobutton:hover {
    background: #3a479c;
}

#home-background .wrapper>A.newsteaser,
HEADER .wrapper>A.newsteaser {
    position: absolute;
    display: block;
    padding: 7px 0px 10px 0px;
    height: 66px;
    width: 100px;
    text-align: center;
    color: #FFF;
    background: #27348B;
    top: 0;
    left: 10px;
    /* 93 */
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    z-index: 666;
}

#home-background .wrapper>A.news:hover,
HEADER .wrapper>A.news:hover {
    background: #f53530;
}

#home-background .wrapper>A.newsteaser:hover,
HEADER .wrapper>A.newsteaser:hover {
    background: #e52520;
}

HEADER .wrapper>A.news,
HEADER .wrapper>A.newsteaser {
    top: 110px;
}

HEADER .wrapper>A.promobutton {
    top: 110px;
}

@media(max-width:960px) {
    HEADER .wrapper>A.newsteaser {
        top: 28px;
        font-size: 16px;
        line-height: 1.1;
        height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        left: auto;
        right: 375px;
    }
}

@media(max-width:640px) {
    HEADER .wrapper>A.newsteaser {
        top: 80px;
        font-size: 14.5px;
        height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        right: 30px;
    }
}

@media(max-width:480px) {
    HEADER .wrapper>A.newsteaser {
        top: 65px;
        font-size: 14px;
        height: 23px;
        padding-top: 4px;
        padding-bottom: 4px;
        right: 15px;
    }
}

FOOTER {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
    margin-top: -140px;
}

FOOTER.home {
    margin-top: 0px;
    height: 75px;
}

FOOTER.home>.clip {
    display: none !important;
}

FOOTER.home {
    background: #FFF;
}

FOOTER>.clip {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 195px;
    overflow: hidden;
    width: 100%;
}

FOOTER>.clip>DIV {
    position: relative;
    width: 3840px;
}

FOOTER>.clip>DIV>IMG {
    position: absolute;
    left: 0px;
    width: 3840px;
    height: 318px;
    display: block;
}

FOOTER>.wrapper>SPAN {
    position: absolute;
    left: 180px;
    top: 150px;
    display: block;
    font-size: 11.8px;
}

FOOTER.home>.wrapper>SPAN {
    top: 30px;
}

FOOTER UL.meta {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
    right: 78px;
    top: 138px;
}

FOOTER.home UL.meta {
    top: 18px;
}

FOOTER UL.meta>LI {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: block;
    float: left;
}

FOOTER UL.meta>LI>A {
    color: #27348B;
    display: block;
    padding: 5px;
    text-decoration: none;
    line-height: 30px;
    margin: 0px 10px;
    font-size: 15px;
}

FOOTER UL.meta>LI>A:hover {
    color: #e52520;
}

FOOTER UL.meta>LI.active>A:hover {
    color: #27348B;
}

.rows {
    position: relative;
    width: auto;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.rows-margin-top {
    margin-top: 30px;
}

.rows-margin-top-double {
    margin-top: 60px;
}

.rows-margin-bottom {
    margin-bottom: 30px;
}

.rows>.col-1,
.rows>.col-2,
.rows>.col-3,
.rows>.col-4,
.rows>.col-5,
.rows>.col-6,
.rows>.col-7,
.rows>.col-8,
.rows>.col-9,
.rows>.col-10,
.rows>.col-11,
.rows>.col-12 {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    padding: 0px 15px 0px 15px;
}

.rows>.col-1 {
    width: 8.33333333333%;
}

.rows>.col-2 {
    width: 16.66666666666%;
}

.rows>.col-3 {
    width: 25%;
}

.rows>.col-4 {
    width: 33.33333333333%;
}

.rows>.col-5 {
    width: 41.66666666666%;
}

.rows>.col-6 {
    width: 50%;
}

.rows>.col-7 {
    width: 58.33333333333%;
}

.rows>.col-8 {
    width: 66.66666666666%;
}

.rows>.col-9 {
    width: 75%;
}

.rows>.col-10 {
    width: 83.3333333333%;
}

.rows>.col-11 {
    width: 91.6666666666%;
}

.rows>.col-12 {
    width: 100%;
}

.bordered-image {
    position: relative;
}

.bordered-image IMG {
    margin-left: 5px;
}

.bordered-image-big IMG {
    margin-left: 0px;
}

.bordered-image-big-371 {
    margin-bottom: 15px;
}

.bordered-image:after {
    content: " ";
    display: block;
    width: 386px;
    height: 241px;
    background: url("../gfx/image-frame-col6-b.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -15px;
}

.bordered-image-big:after {
    content: " ";
    display: block;
    width: 790px;
    height: 416px;
    background: url("../gfx/image-frame-col12.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -10px;
}

.bordered-image-big-371:after {
    content: " ";
    display: block;
    width: 790px;
    height: 387px;
    background: url("../gfx/image-frame-col12-371.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -10px;
}

.bordered-image-big-470:after {
    content: " ";
    display: block;
    width: 790px;
    height: 486px;
    background: url("../gfx/image-frame-col12-470.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -10px;
}

.bordered-image-big-417:after {
    content: " ";
    display: block;
    width: 790px;
    height: 433px;
    background: url("../gfx/image-frame-col12-417.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -10px;
}


.bordered-image-news:after {
    content: " ";
    display: block;
    width: 374px;
    height: 236px;
    background: url("../gfx/news-image.png") 0px 0px no-repeat transparent;
    position: absolute;
    top: -7px;
    left: -5px;
}

.sublabel {
    position: relative;
    margin-top: 10px;
    margin-right: 7px;
    font-family: 'Kalam', sans-serif;
    font-size: 16.5px;
    line-height: 1.2;
}

H1.news {
    background: #e52520;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    padding: 22px 40px;
    position: absolute;
    left: 200px;
    text-align: center;
    top: 70px;
    text-transform: uppercase;
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 1000;
}

.do-justify {
    text-align: justify;
}

#mapholder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}

.suche-label {
    display: none;
}

#zipsearch {
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -25px;
    width: 590px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 2px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

#zipsearch>H1 {
    font-size: 22px;
    margin-top: 20px;
}

.auto-border-image-360 {
    width: 360px;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 14px;
}

.auto-border-image-370 {
    width: 370px;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 14px;
}

.auto-border-image-360>IMG {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.auto-border-image-370>IMG {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.auto-border-image-360>SPAN.before {
    width: calc(100% + 14px);
    height: calc(50% + 7px);
    display: block;
    background: url("../gfx/news-image-sizeable.png") no-repeat 0px 0px transparent;
    position: absolute;
    top: -7px;
    left: -9px;
    pointer-events: none;
}

.auto-border-image-370>SPAN.before {
    width: calc(100% + 14px);
    height: calc(50% + 7px);
    display: block;
    background: url("../gfx/news-image-sizeable-370.png") no-repeat 0px 0px transparent;
    position: absolute;
    top: -7px;
    left: -9px;
    pointer-events: none;
}

.auto-border-image-360>SPAN.after {
    width: calc(100% + 14px);
    height: calc(50% + 12px);
    display: block;
    background: url("../gfx/news-image-sizeable.png") no-repeat 0px bottom transparent;
    position: absolute;
    bottom: -12px;
    left: -9px;
    pointer-events: none;
}

.auto-border-image-370>SPAN.after {
    width: calc(100% + 14px);
    height: calc(50% + 12px);
    display: block;
    background: url("../gfx/news-image-sizeable-370.png") no-repeat 0px bottom transparent;
    position: absolute;
    bottom: -12px;
    left: -9px;
    pointer-events: none;
}

.auto-border-image-360.is-iframe>SPAN.after {
    height: calc(50% + 8px);
    bottom: -8px;
}

.auto-border-image-360>SPAN.gallery-icon {
    display: block;
    background: url("../gfx/gallery-icon.png") no-repeat 0px 0px transparent;
    position: absolute;
    width: 45px;
    height: 33px;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}

.bordered-image SPAN.gallery-icon {
    display: block;
    background: url("../gfx/gallery-icon.png") no-repeat 0px 0px transparent;
    position: absolute;
    width: 45px;
    height: 33px;
    top: 185px;
    right: 10px;
    pointer-events: none;
}

.bordered-image-big SPAN.gallery-icon {
    display: block;
    background: url("../gfx/gallery-icon.png") no-repeat 0px 0px transparent;
    position: absolute;
    width: 45px;
    height: 33px;
    top: 365px;
    right: 10px;
    pointer-events: none;
}

#plz {
    width: 22%;
}

#ort {
    width: calc(78% - 73px);
    margin-left: 8px;
}

.kontakt-bild {
    margin-top: 20px;
}

#fancybox-wrap,
#fancybox-wrap * {
    box-sizing: content-box;
}

#fancybox-content {
    border-color: #FFED00 !important;
}

#fancybox-outer,
#fancybox-title {
    background: #FFED00 !important;
    color: #27348b !important;
    font-family: "Kalam", sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.2 !important;
}

#produktkategorie,
#produktseite {
    padding: 30px 30px 130px 30px;
    margin: 0px;
    background: #FFF;
}

#clear_before_buttons {
    display: none;
}

#produktseite .image IMG {
    display: block;
    width: 280px;
}

#css3-calc {
    width: 10px;
    width: calc(10px + 10px);
    height: 1px;
    position: absolute;
    top: -1000px;
    left: -1000px;
    opacity: 0.000001;
    background: none;
    overflow: hidden;
}

#produktseite .image {
    float: left;
    display: block;
    width: 320px;
    margin-bottom: -80px;
}

#produktseite.noncss3 .image {
    float: none;
    margin-bottom: -25px;
}

#produktseite .image.image-resize-on {
    margin-bottom: 0px;
}

#produktseite .text {
    float: left;
    display: block;
    width: calc(100% - 320px);
}

#produktseite.noncss3 .text {
    float: none;
    display: block;
    width: 100%;
}

#produktkategorie UL {
    list-style: none;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    display: block;
}

#details-smaller,
#details-smaller-br {
    display: none;
}

#produktkategorie LI {
    list-style: none;
    position: relative;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    /* display:block;
    float:left; */
    display: inline-block;
    height: 390px;
}

#produktkategorie LI A IMG {
    display: table-row;
}

#produktkategorie LI .label {
    display: table-row;
}

#produktkategorie.pk-kisten LI {
    height: 260px;
    /* 390 */
}

.bigbluebutton,
.bigyellowbutton,
.bigblueinfobutton {
    width: auto;
    padding: 10px 20px;
    text-align: center;
    margin: 20px auto;
    background: #27348B;
    color: #FFF;
    font-family: "Kalam", sans-serif;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.bigyellowbutton {
    color: #27348B;
    background: #FFED00;
    margin: 20px auto -5px auto;
}

#produktkategorie LI A {
    text-decoration: none;
}


#produktkategorie LI .label {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    top: -20px;
    min-height: 54px;
    position: relative;
    /*background:rgba(255,0,0,0.3);*/
    width: 100%;
    display: block;
}

#produktseite .details {
    display: none;
}




/* Hintergrund-Overlay */
.video-modal {
    display: none;
    /* unsichtbar bis geöffnet */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Inhalt des Popups */
.video-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    z-index: 10000;
    /* Über dem Overlay */
}

/* Schließen-Button */
.video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
}

video {
    width: 100%;
    height: auto;
    display: block;
}