/* CSS Document */

body,
html {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}

.pimg1,
.pimg2,
.pimg3 {
    position: relative;
    opacity: 0.95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pimg1 {
    background-image: url('../images/_MG_0964-Bearbeitet_old.jpg');
    min-height: 100%;
    background-position: top;
}

.pimg2 {
    background-image: url('../images/_MG_0884-Bearbeitet.jpg');
    min-height: 100%;
}

.pimg3 {
    background-image: url('../images/01.jpg');
    min-height: 50%;
}


.section,
.section-dark {
    text-align: center;
    font-size: 1.5em;
    min-height: auto;
    vertical-align: middle;
    padding: 10em 0;
}

.section h2,
.section-dark h2 {

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 3em;
    text-transform: uppercase;
}

.section p,
.section-dark p {
    margin-top: 3em;
}

.section .one-column,
.text-table,
.text-table tr th {
    text-align: left;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    column-count: 1;
    column-gap: 5em;
    font-weight: 100
}

.section .text-table tr th:first-child {

    width: 6em;
}

.section .text-table tr th:last-child {
    padding-left: 1em;
}

.section .text-table tr th {
    padding-bottom: 0.5em;
    vertical-align: top;
}

.section .text-table ul {
    list-style: inside;
}

.section-light {
    background-color: #f4f4f4;
    color: #666;
}

.section-dark {
    background-color: #666;
    color: #ddd;
}

.section-dark .about-conainer {
    max-width: 1050px;
    margin: auto;
}

.section-dark h2 {
    width: auto;
    margin-bottom: 1em;
}

.section-dark p {
    column-count: 1;
    text-align: justify;
    padding-bottom: 1em;
    margin: 0;
}

.ptext {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2em;
}

.ptext p {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 10px;
    width: auto;
    max-width: 850px;
    margin: auto;
    line-height: 2em;
}


.ptext .zitat-ende {
    color: #555;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 0.9em;
    text-align: right;
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 0 10px 10px 10px;
}



@media(max-width: 600px) {
    .pimg1,
    .pimg2,
    .pimg3 {
        background-attachment: scroll;
    }
    .ptext {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .section p,
    .hard-facts-conainer tbody {
        font-size: 14px;
        font-size: 20px;
        line-height: 1.5em;
    }

    .section {
        padding: 2em 0;
    }
}



@media(max-width: 1050px) {
    .section-dark p {
        padding: 0 1em;
    }
    .hard-facts-conainer {
        margin: 0 1em;
    }

}
