@charset "utf-8";
/** Signature
 * ##########################################################################################################
 *
 * ########## Handcrafted with passion by
 * ##########
 * ########## Trans Ident Line GmbH
 * ########## Kaiser-Friedrich-Promenade 17
 * ########## 61348 Bad Homburg v.d.H.
 *
 *
 *
 * ########## Robert Oliver
 * ##########
 * ########## author           vls
 * ########## update           vls 29.05.2020
 *
 * ##########################################################################################################
 * ##########
 */


* { margin: 0; padding: 0; outline: 0 none; box-sizing: border-box; }



html {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}


body {
    background-color: #33302d;
    color: white;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 0px 10px;
}


div#logowrapper {
    width: 100%;
    margin: 25px 10px -40px;
    position: relative;
    z-index: 3;
}


img#logo {
    max-width: 360px;
    margin: 0px auto;
    box-shadow: 0px 0px 15px 0px #0000008a;
    border-radius: 3px;
}

@media (max-width:450px) {
    div#logowrapper {
        margin: 0px 0px -2px;
    }

    img#logo {
        max-width: 450px;
        box-shadow: none;
        border-radius: 0px;
    }
}


div#footer {
    color: #b0b0b0;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px 0px;
    border-top: 1px solid #963041;
    letter-spacing: 1px;
    margin: 30px 30px 0px;
}





/**
 * ##########################################################################################################
 * ########## Content
 */


div.headline {
    font-size: 30px;
    line-height: 38px;
}


div#zitatbox {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/common/signet.png) no-repeat top 15px center #963041;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    height: 320px;
    padding-top: 60px;
}

@media(max-width: 800px) and (min-width: 600px){
    div#zitatbox {
        font-size: 20px;
        line-height: 28px;
        height: 260px;
    }
}


div#contentbox_1 {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    border-radius: 3px;
    color: black;
    text-align: center;
    padding: 10px;
}

@media(max-width: 800px){
    div#contentbox_1 {
        font-size: 16px;
    }
}


div#contentbox_2 {
    background-color: #2c4f5d;
    text-align: center;
    padding: 30px;
}

@media(max-width: 800px){
    div#contentbox_2 {
        font-size: 16px;
        padding: 10px;
    }
}





/**
 * ##########################################################################################################
 * ########## Bilder
 */


img {
    object-position: top;
    object-fit: cover;
    display: block;
    width: 100%;
}


img#bild_01 {
    object-position: right;
    min-height: 300px;
}


img#bild_02 {
    object-position: top center;
    height: 320px;
}

@media(max-width: 800px){
    img#bild_02 {
        height: auto;
        min-height: 260px;
    }
}


img#bild_03 {
    object-position: bottom left;
    height: 320px;
    min-height: 260px;
}

@media(max-width: 800px){
    img#bild_03 {
        height: 260px;
    }
}


img#bild_04 {
    object-position: bottom center;
    height: 800px;
}

@media(max-width: 600px){
    img#bild_04 {
        object-position: top center;
        max-height: 600px;
    }
}

@media(max-width: 800px){
    img#bild_04 {
        height: 840px;
    }
}


img#bild_05 {
    object-position: top right;
    height: 460px;
}

@media(max-width: 800px){
    img#bild_05 {
        height: 560px;
    }
}


img#butterfly {
    position: absolute;
    width: 50px;
    right: 13px;
    bottom: -7px;
}





/**
 * ##########################################################################################################
 * ########## Image Sublines
 */


a.subline18:before,
a.subline12:before {
    content: attr(title);
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    text-align: center;
}


a.subline18:before {
    min-height: 30px;
    font-size: 18px;
    line-height: 28px;
    padding: 0px 5px;
}


a.subline12:before {
    min-height: 16px;
    font-size: 12px;
    line-height: 16px;
    padding: 3px;
}

@media(max-width: 600px) and (min-width: 300px) {
    a.subline12:before {
        font-size: 18px;
        line-height: 28px;
        padding: 0px 5px;
    }
}





/**
 * ##########################################################################################################
 * ########## Simple Lightbox
 */


html.has-lightbox {
    overflow: hidden;
}


body.hidden-scroll {
    padding: 0px !important;
}


div.sl-overlay {
    background: #000000;
    opacity: 0.9;
}


div.sl-caption {
    background-color: black !important;
    text-align: center;
    padding: 5px !important;
}


div.sl-caption.pos-top {
    top: -37px !important;
}


div.sl-image {
    margin-top: 10px;
    /* cursor: url(../cursor_openhand.png), auto; */
    /* cursor: url(../cursor_openhand.cur), auto; */
}


div.sl-wrapper button {
    color: rgba(255, 255, 255, 0.6) !important;
}


button.sl-prev,
button.sl-next {
    height: 100px !important;
    margin-top: -30px !important;
}


svg.blaettern {
    width: 15px;
}


div.sl-spinner {
    border: 5px solid #cacaca;
}


div.sl-counter {
    color: white !important;
}





/**
 * ##########################################################################################################
 * ########## Grid (600 / 800 / 1000)
 */


div.container {
    position: relative;
    padding: 0px;
    max-width: 1000px;
    z-index: 2;
}


div.col {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

div.row {
    align-items: flex-start;
    margin: 0px -10px 0px;
}





/**
 * ##########################################################################################################
 * ########## Diverse
 */


a {
    cursor: pointer;
    text-decoration: none;
    color: #a76456;
}


p {
    margin-bottom: 10px;
    hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}


a.nobreak {
    -webkit-hyphens: none;
    -moz-hyphens: none;
     hyphens: none;
}


p:last-child {
    margin-bottom: 0px;
}


span.divider::after {
    content: "|";
    margin: 0px 20px;
    opacity: 0.5;
}

@media(max-width: 600px) {
    span.divider::after {
        display: block;
        content: " ";
        margin: 0px;
    }
}


h1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}


h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px 0px 20px;
}


a#top {
    position: absolute;
    top: 0px;
}


a#to_top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: none;
    width: 50px;
    height: 50px;
    background: url(/common/top.png) no-repeat;
    z-index: 1;
}
