@import 'font-awesome.min.css';

@page {
    size: 21cm 29.7cm;
    margin: 27mm 16mm 27mm 16mm;
}

@media print {
    * {
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 !important;
    }

    body {
        background: #fff !important;
        color: #000;
        font: 12pt Georgia, "Times New Roman", serif;
        text-align: justify;
        quotes: "\201E" "\201C" "\201A" "\2018";
    }

    body,
    #wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /*h1,h2,h3,h4,h5,h6 {
	
	}*/

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    p,
    address,
    li,
    dt,
    dd {
        font-size: 100%
    }

    p {
        margin-top: 0;
    }

    code,
    pre {
        font-family: "Courier New", Courier, mono
    }

    ul,
    ol {
        list-style: square;
        margin-left: 18pt;
    }

    li {
        line-height: 1.6em;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a:link,
    a:visited {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
    }

    abbr[title]:after,
    acronym[title]:after {
        content: '(' attr(title) ')';
        background-color: inherit;
        color: #369;
        font-style: italic;
    }

    *[cite]:after {
        content: close-quote" (Quelle: " attr(cite)")";
    }

    q:before,
    blockquote:before {
        content: open-quote;
    }

    q:after,
    blockquote:after {
        content: close-quote;
    }

    .noprint {
        display: none !important;
    }

    .navbar-brand img {
        max-width: 200px;
        height: auto;
    }

    .slick-prev,
    .slick-next,
    .slick-cloned {
        display: none !important;
    }

    .slick-track {
        display: flex;
        flex-wrap: wrap;
        width: auto !important;
        margin-left: -24px;
        transform: none !important;
    }

    .slick-track>div {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        padding-left: 24px;
    }

    footer {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px solid gray;
    }

    form>.row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1em;
    }

    form>.row>* {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 1em;
    }

    .form-group {
        margin-bottom: 1em;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375em .75em;
    }
}