@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans);


/*Open Sans Condensed / book 300 und bold 700*/
/*Open Sans / normal 400*/

/*font-family: 'Open Sans Condensed', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

@font-face {
  font-family : 'FallbackFont';
  font-weight : 400;
  src : local('sans-serif');
}

html {
    font-family: 'Open Sans Condensed','FallbackFont', sans-serif;
    font-size: 13px;}
a {
    text-decoration: none;
    color: black}
strong {font-weight: bold;}
hr {
    height: 0;
    overflow: hidden;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;}
.clear {clear: both;}
.clear0 {
    clear: both;
    height: 0!important;
    overflow: hidden!important;}
.noover {overflow: hidden;}

.wrap {
    max-width: 960px;
    margin: 0px auto;}
#head, #foot {
    background: url(img/bg_textur.png);}

#head {
    position: relative;
    height: 300px;}
.StartPage #head {height: 450px;}
#head > .wrap {
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 8px #ccc;}
#head .cycle img {max-width: 100%;
    vertical-align: bottom;}

#head #sitetitle {
    position: fixed;
    z-index: 20;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: url("img/bg_trans.png");}
#head #sitetitle .logo {
    display:block;
    float: right;
    width: 306px;
    height: 50px;
    text-indent: -10000px;
    background: url("img/Logo_neu.png");}
#head img.jubilee {
    position: absolute;
    left: 0;
    bottom: 64px;
    z-index: 10;}


.bx-wrapper {
    z-index: 0;
    position: relative;
    width: 100%;}
.bx-wrapper .slide img {
    max-width: 100%;
    margin: 0px auto;
    display: block;}
.bx-controls {}
.bx-controls .bx-prev,
.bx-controls .bx-next {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(50% - 15px);
    z-index: 100;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1) url("img/arr_navLeftRight.png") no-repeat scroll center 8px;
    font-size: 0;}
.bx-controls .bx-next {
    left: auto;
    right: 5px;
    background-position: center -36px;}

.offer .bx-controls .bx-prev {
    background: url("img/popup/icon_pfeil_links.png") center -51px no-repeat;}
.offer .bx-controls .bx-next {
    background: url("img/popup/icon_pfeil_rechts.png") center -51px no-repeat;}
.offer .bx-controls .bx-prev:hover,
.offer .bx-controls .bx-next:hover {
    background-position: 0 0;}


ul.menu {background: url("img/bg_trans.png");}
ul.menu a {color: white;}

ul.menu li.section > a,
ul.menu li:hover > a {color: #ed1c24 !important;}

ul.menu li.green:hover > a,
ul.menu li.green.section > a,
ul.menu li.green li.section > a,
ul.menu li.green li:hover > a {color: #8CC63F !important;}

.homelink {
    position: absolute;
    left: 15px;
    bottom: 35px;
    z-index: 10;}
.mobileBar {
    display: none;
    position: relative;
    height: 40px;
    background: url("img/bg_trans.png") repeat scroll 0 0;
    margin-top: -40px;
    z-index: 5;}

li.menu {
    padding: 10px 14px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	font-stretch: condensed;}
#head ul.menu1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;}
.menu1 ul.menu2 {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;}
li.menu1:hover ul.menu2 {
/*li.menu1.open ul.menu2 {*/
    height: auto;
    opacity: 1;}
li.menu1 {
    position: relative;
    float: left;}
li.menu2 {border-bottom: 1px solid #808080;}
li.menu2:last-child {border-bottom: none;}


#layout {margin-bottom: 70px;}
#layout > .wrap {padding: 10px;}
#layout h1.title {
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;}
#layout ul.menu2 {
    float: left;
    width: 220px;
    background: #e6e6e6;
    margin-top: -10px;
    padding-top: 7px;}
#layout li.menu2 {
    background: #e6e6e6;
    border-color: white;}
#layout li.menu2 a { color: #333;}
#layout >.wrap > .floatRight {
    float: right;
    width: 700px;}
#layout .wrap.green ul.menu2 li:hover > a,
#layout .wrap.green ul.menu2 li.section > a {color: #8cc63f !important;}
#layout .backLink {
    display: block;
    padding: 5px 5px 5px 25px;
    color: #555;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0) url("img/arr_navLeftRight.png") no-repeat scroll 5px 13px;}


#foot {
    position: fixed;
    bottom: 0;
    background: url(img/bg_textur.png);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;}
#foot .desktop .wrap {
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    min-height: 60px;
    box-shadow: 0 0 8px #CCCCCC;}
#foot .desktop .innerWrap {
    padding: 5px;}
#foot .desktop a { color: #ed1c24;}
#foot .desktop a:hover { text-decoration: underline;}

#foot .mobile {
    display: none;
    width: 100%;}
#foot .mobile a {
    display: table-cell;
    padding: 45px 5px 5px;
    text-align: center;
    background: url("img/Mobile_Sprite.png") center 0px no-repeat;
    border-right: 1px solid #ccc;
    width: 25%;}
#foot .mobile a:not(:first-child) {border-left: 1px solid #ccc;}
#foot .mobile a.imprint { background-position: center -64px;}
#foot .mobile a.data {background-position: center -141px;}
#foot .mobile a.agb {background-position: center -214px;}
#foot .mobile a.mail {background-position: center -296px;}


.offerings {}
.offerings .offer {
    float: left;
    position: relative;
    width: 215px;
    height: 365px;
    margin-right: 25px;}
.StartPage .offerings .offer { cursor: pointer;}
.offerings .offer h2 {
    font-size: 21px;
    font-weight: bold;
    color: #6D0F15;}
.offerings .offer .img {
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 220px;
    padding-bottom: 5px;
    text-align: center;}
.offerings .offer .img > img {vertical-align: middle}
.OfferPage .offerings .offer .img .hoverlay {
    position: absolute;
    left: 33%;
    top: 22%;
    z-index: 10;
    display: none;
    width: 93px;
    height: 93px;
    background: url("img/popup/hover_popup.png") no-repeat;}
.offerings .offer .img:hover .hoverlay {
    display: block;}
.offerings .offer .description {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 15px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1em;
    transition: background-color 0.2s ease;}
.offerings .offer .description:hover {
    height: auto;
    background-color: #f2f2f2;}
.offerings .offer .img .infoWrap {position: relative;}
.offerings .offer .img .info {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 31px;
    height: 31px;
    background: url("img/Mobile_Sprite.png") center -72px no-repeat;}
.offerings .offer .img .info .popup {
    position: absolute;
    bottom: 40px;
    width: 205px;
    font-size: 18px;
    color: #ccc;
    overflow: hidden;
    text-align: left;
    background: url("img/bg_trans.png");
    height: 0;
    opacity: 0;
    box-shadow: 0px 0px 8px #ccc;
    transition: opacity 0.2s ease;
    z-index: 20;
    padding: 5px;}
.offerings .offer .img .info:hover .popup,
.offerings .offer.details .img .info .popup {
    height: auto;
    overflow: visible;
    opacity: 1;}
.offerings .offer .img .info .popup .triangle {
    position: absolute;
    left: 11px;
    bottom: -7px;
    width: 9px;
    height: 7px;
    background: url("img/Pfeil_Layer.png");}
.offerings .offer .img .info .popup * {line-height: 1.1em;}
.offerings .offer .img .info .popup hr {
    margin: 5px 0;
    border-color: #808080;}
.offerings .offer .img .info .popup .list .price {font-size: 21px;}
.offerings .offer .img .info .popup .house {color: white;}
.offerings .offer .img .info .popup .house .price {font-size: 36px;}
.offerings .offer .img .info .popup .hint {
    font-size: 11px;
    color: #ccc;
    font-family: Open Sans;}


.details {
    position: relative;}
.details .detail {
    margin-bottom: -1px;}
.details .detail .title {
    width: 330px;
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: url("img/pfeil_grau.png") no-repeat 327px 13px;}
.details .detail.open .title {
    background-image: url("img/pfeil_rot.png");}
.wrap.green .details .detail.open .title {
    background-image: url("img/pfeil_gruen.png");}
.details .detail img {
    position: absolute;
    right: 0;
    top: -1px;
    display: none;}
.details .detail.open .title {
    color: #ed1c24;
    background-color: #f2f2f2;
    background-image: url("img/pfeil_rot.png");}
#layout .wrap.green .details .detail.open .title {color: #64B32E;}
.details .detail.open img {display: block;}


#layout > .wrap > .floatRight {
    width: 730px;}
.StartPage #layout .offerings {
    float: left;
    overflow: visible;}
.StartPage #layout > .wrap > .floatRight {
    width: 480px;}
.StartPage #layout > .wrap {
    padding-top: 0;}
.StartPage .image img {
    max-width: 100%;
    vertical-align: bottom;}
.StartPage .contentImage {
    padding: 15px;
    background-color: #f2f2f2;}


#cboxLoadedContent {
    background: #ffffff !important;
    border: 1px solid #ccc;}
body.OfferPage #cboxClose {
    background: url("img/popup/icon_close_2.png") 0 -50px no-repeat;
    width: 22px;
    height: 22px;
    top: 5px;
    right: 5px;}
body.OfferPage #cboxClose:hover {
    background-position: 0 0;}


.offer.popup {
    position: relative;
    padding: 15px;
    height: 95%;
}
.offer.popup .title {
    color: #333;
    font-size: 28px;
    font-weight: bold;}
.offer.popup .artCode,
.offer.popup .price {
    color: #808080;
    font-size: 21px;
    font-weight: bold;}
.offer.popup .artCode {font-size: 16px;}
.offer.popup #gallery-next-button,
.offer.popup #gallery-prev-button {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 50;
    display: block;
    width: 25px;
    height: 25px;
    background: url("img/popup/icon_pfeil_links.png") 0 -51px no-repeat;}
.offer.popup #gallery-next-button {
    left: auto;
    right: 0;
    background-image: url("img/popup/icon_pfeil_rechts.png");}
.offer.popup #gallery-next-button:hover,
.offer.popup #gallery-prev-button:hover {
    background-position: 0 0;}

.offer.popup #bigImage {
    position: relative;
    padding: 0 30px;
    text-align: center;}
.offer.popup #bigImage #viewport {
    display: inline-block;
    height: 450px;}
.offer.popup #bigImage #viewport img {
    vertical-align: middle;}
/*.offer.popup #bigImage img:last-child {*/
    /*display: none;*/
/*}*/
.offer.popup .box {
    display: inline-block;
    padding-top: 6px;
    vertical-align: bottom;
}
.offer.popup .box .frame {
    display: block;
    width: 117px;
    height: 117px;
    text-align: center;
    border: 1px solid #ddd;}
.offer.popup .box:hover {
    padding-top: 5px;
    border-top: 1px solid #ed1c24;}
.offer.popup .thumbs {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.offer.popup .thumbs .box {
    margin-right: 8px;}
.offer.popup .box.thumb img {vertical-align: middle }

.offer .boxes.bottomright {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #999999 !important;
    font-weight: bold;}
.offer .boxes.bottomright .box {
    margin-left: 8px;}
.offer .boxes.bottomright .frame {
    background: url("img/popup/icon_pdf_pop.png") center 10px no-repeat;
    padding: 60px 10px 15px;
    height: 42px;
    text-align: center;
    width: 105px;}
.offer .boxes.bottomright a {color: inherit;}
.offer .boxes.bottomright .box.description .frame {
    background-image: url("img/icon_beschreibung.png");}

.offer.popup .description {
    position: relative;}
.offer.popup .description .typography{
    display: none;
    position: absolute;
    right: 0;
    bottom: 130px;
    z-index: 100;
    box-shadow: 3px 3px 15px #ddd;
    background: white;
    border: 1px solid #ededed;
    padding: 10px;
    width: 500px;
    transition: all 1s;}
.offer.popup .description:hover .typography{
    display: block;
    transition-delay: 0s;}

.offer.popup * {}

#reloadStyle {
    position: fixed;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    content: 'R';
    background: red;
    z-index: 100000;
    border-radius: 0 0 0 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;  }

#burgerMenu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 50px;
    height: 50px;
    background: url("img/Menu-Stripes.png") center center no-repeat;}

@media screen and (max-width: 960px) {
    #mobileIndicator {
        display: block !important;}
    body:not(.StartPage) #head {height: auto !important;}
    #burgerMenu {display: block;}
    #menu {display: none;}
    #head {
        height: auto !important;}
    #head img.jubilee {bottom: 40px;}
    #head > .wrap {box-shadow: none;}
    .mobileBar {display: block;}
    .homelink {bottom: 5px;}
    #layout .menu.menu2 {
        display: none;}
    #layout h1.title {
        background: url(img/bg_textur.png);
        margin: 0 -10px;
        padding: 10px;
    }
    #layout > .wrap {padding-top: 0;}
    #layout > .wrap > .floatRight {
        width: auto!important;
        float: none;}
    #foot {position: static;
        border-top: 1px solid #ccc;
    }
    #foot .desktop {display: none;}
    #foot .mobile {
        display: table;}

    .details .detail.open {
        border-bottom: 1px solid #ccc;}
    .details .detail .title{
        width: auto;
        background: calc(100% - 10px) 15px no-repeat;
        background-image: url("img/arr_upDown.png") !important;}
    .details .detail.open .title {background-position: calc(100% - 10px) -50px; }
    body.green .details .detail.open .title {background-position: calc(100% - 10px) -18px; }
    .details .detail img {
        position: static;
        max-width: 100%;
        margin: 10px auto;
    }

    .typography img {max-width: 100%;}
    .typography table {width: 100% !important;}
    .typography table:not(.noFloat) tr td {float: left;}

    .offerings {
        float: none !important;
        text-align: center; }
    .offerings .offer {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 32%;
        height: auto;
        text-align: left;
        margin-right: 10px;
        margin-top: 10px;
    }
    .offerings .offer .img {
        height: auto;
        border-bottom: none;}
    .offerings .offer .img .infoWrap {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;}
    .offerings .offer .img .infoWrap .toDetail {
        position: absolute;
        right: 0;
        top: 10px;
        height: 31px;
        width: 50%;
        border-left: 1px solid #ccc;
        background: url("img/Mobile_Sprite.png") center 0px no-repeat;
    }

    .offerings .offer .img .info {
    position: static;
    width: 100%;
    margin: 10px 0;}
    body:not(.StartPage) .offerings .offer .img .info {width: 50%;}
    .StartPage .offerings .offer .img .infoWrap .toDetail {display: none; }
    .offerings .offer .img .info .popup {width: 100%;
        bottom: 51px;
    }
    .offerings .offer .img .info .popup .triangle {display: none;}
    body:not(.StartPage) .offerings .offer .description {
        height: 0;
        padding: 0;}
    .StartPage .offerings .offer .description {
        position: static;
        height: auto;
        background-color: #f2f2f2;}

    .offer.popup {
        padding-left: 0;
        padding-right: 0;}
    .offer.popup .thumbs {display: none;}
    .offer .boxes.bottomright {
        position: static;
    }
    .offer .boxes.bottomright .box {
        display: block;
    }
    .offer .boxes.bottomright .box .frame {
        border: none;
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding: 10px 5px 10px 50px;
        text-align: left;
        border-top: 1px solid #ccc;
        background-position: 5px center;
    }
    .offer .boxes.bottomright .box .frame br {
        display: none;
    }
    .offer .boxes.bottomright .box.description .typography {
        position: static;
        display: block;
        width: auto;
        box-shadow: none;
        background-color: #eee;
    }
}

@media (max-width: 880px) {
    .offerings .offer {
        width: 48%;
    }
}
@media (max-width: 750px) {
    #head > .wrap {padding-top: 50px;}
    .mobileBar { margin-top: 0;}
    .jubilee {bottom: 0;}
    .typography table.noFloat tr td {display: block;}
}
@media (max-width: 585px) {
    .offerings .offer {
        width: 97%;}
    fieldset div.field label.left {
        float: none !important;}
    fieldset div.field .middleColumn {
        margin-left: 0 !important;
    }
}

