/* Stylesheet for egloffpartner.ch */
/* ==========
   Base styles
   ========== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    height: 100%;
    font-size: 1em;
    line-height: 1.4;
}

body {
    height: 100%;
    background: #B9B09A;
}
p {
    font-family: Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
/* ==========
   Additional styles
   ========== */
.box {
    width: 800px;
    margin: 0 auto;
}
.one {
    min-height: calc(100% - 70px);
    background: #fbfbfb;
    text-align: center;
    /*
    -moz-box-shadow:    0 5px 4px 0 #8f8f8f;
    -webkit-box-shadow: 0 5px 4px 0 #8f8f8f;
    box-shadow:         0 5px 4px 0 #8f8f8f;*/
}

.one p {
    margin-top: 0;
    font-size: 1.5em;
}
.eundp img {
    padding: 4em 0 2em 0;
}
.beelegal {
    background: #fbfbfb;
    text-align: center;
}
.beelegal img {
    max-height: 60px;
    padding: 2em 0;
}
.two {
    color: #483526;
    min-height: 100%;
}
.arrow-down {
    height: calc(60px + 4em);
    text-align: center;
}
.arrow-down img {
    height: 30px;
    padding-top: 20px;
}
.info {
    padding-top: 2em;
    text-align: center;
}


/* ==========
   Styling info "table"
   ========== */
.information dt
{
    clear: left;
    float: left;
    text-align: right;  
    width: 300px;
    margin: 0;
    padding: 0 15px 22px 0;
    font-weight: bold;
}
    
.information dd
{
    float: left;
    text-align: left;
    width: 480px;
    margin: 0;
    padding: 0 0 22px 0;
}


/* ==========
   Media Queries
   ========== */
@media only screen and (max-width: 800px) {
    .box { width: 100%; }
    .one p { font-size: 1em; }
    .one img { max-width: 100%; }
    /* ==========
       Styling info "table"
       ========== */
    .information dt
    {
        clear: both;
        text-align: left;  
        width: auto;
        padding: 0 0 0.2em 30px;
        font-weight: bold;
    }
        
    .information dd
    {
        clear: both;
        text-align: left;
        width: auto;
        padding: 0 0 1em 30px;
    }
}



/* ==========
   Print styles
   ========== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .one p { font-size: 1em; }

    .arrow-down {
        display: none;
    }

    .one {
        min-height: 100px !important;
        padding-bottom: 20px;
        border-bottom: 1px solid black;
    }
}