/*
@font-face {
    font-family: 'VAGRundschriftD';
    src: url(vagrundschriftd-bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VAGRundschriftD';
    src: url(vagrundschriftd-regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
*/

body {
    background: #ffffff;
    font-family: 'VAGRundschriftD', -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color:#000;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1, h2, h3, b {
    font-family: 'VAGRundschriftD', -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    color:#563118
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}


.panel {

}

 .panel-footer {
    background: rgb(243, 250, 221);
}

.panel-heading {
    border-radius: 4px 4px 0 0
}

.panel-heading h1 {
    margin: 0;
    padding: 15px;
    text-decoration: none;
}

.panel-body {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 5px 0px;
    padding: 15px;
}

.panel-footer {
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.content {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}


.content > header {
    background-color: #94c132;
    box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 5px 0px;
    padding: 15px;
    border-radius: 4px;
    position: relative;
}

.content > header ul {
    position: absolute;
    top: 5px;
    left: -30px
}

.content > header ul.lang,
.content > header li,
.content > footer ul,
.content > footer li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.content > header ul.lang li {
    display: block;
    margin: 0 0 10px;
}

.content > header ul.lang li a {
    display: block;
    width: 16px;
    height: 11px;
    text-indent: -999em;
}

.content > header ul.lang li.en a {
    background: url(flag_gb.png) center no-repeat;
}

.content > header ul.lang li.es a {
    background: url(flag_es.png) center no-repeat;
}

.content > header ul.lang li.fr a {
    background: url(flag_fr.png) center no-repeat;
}

.content > footer {
    margin: 20px 0;
    color: #000
}


.content > footer li {
    display: flex;
    align-content: center;
}

.content > footer li a {
    display: flex;
    align-content: center;
    text-decoration: none;
    color: #000;

}

.content > footer li {
    padding: 10px 20px
}

.content > footer li a svg {
    margin-right: 5px;
}

.content > footer li:last-child {
    margin-left: auto;
}


.button {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    background-color: #005e30;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 40px;

}

.button:hover {
    color: #fff;
    background-color: #0d7533;
}

table th, table td {
    text-align: left;
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
}

.content img.post-image {
    margin-bottom: 20px;
}

.content p img {
    display: inline-block;
    margin: 0 20px 20px 0;
    max-width: 320px
}

.content p a {
    text-decoration: underline
}

.content .row .col img.family {
    display: none;
}

@media screen and (min-width: 1024px) {


    .content {
        padding: 20px;
    }

    
    .content > header {
        margin: 20px 0 40px;
    }

    .content > footer ul {
        display: flex;
        align-content: center;
        gap: 10px
    }

    .content > footer li {
        padding: 0;
    }

    .content .row {
        display: flex;
        gap: 20px;
    }

    .content .row > .col {
        width: calc(30% - 20px);
        flex-grow: 1;
        flex-shrink: 0;
    }

    .content .row > .col:first-child {
        width: 70%;
    }

    .content .row > .col:nth-child(2) {
        text-align: center;
    }


    .content .row .col img.family {
        display: block;
        margin-top: 50px;
        transform: translateX(-50px);
    }

    .content .row .col a.appstore,
    .content .row .col a.playstore {
        display: inline-block;
        margin-top: 20px;
        text-decoration: none;
    }
}


table.posts, table.posts tbody, table.posts td {
    display: block;
    font-size: 20px
}

table.posts tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed #94c132 2px;
}

table.posts tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

table.posts td:first-child {
    color: rgba(0, 0, 0, 0.5);
}


table.posts thead {
    display: none
}

.post-tag {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 680px) {
    table.posts td:last-child {
        font-size: 1.2rem;
    }

    .col.col-action {
        margin-top: 30px;
    }
}

@page {
    size: A4;
    margin: 0;
}

@media print {

    body {
        background: #fff;
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    * {
        color: #000 !important
    }
}
