

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500');

a, a:hover, a:focus, a:active {
    color: black;
    outline: 0;
    transition: .3s;
}

body {
    color: #000;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    line-height: 1.5;
}

main,
header a:hover {
    text-decoration: none;
}

.container {
    padding-top: 2.5%;
    padding-bottom: 4%;
}

.container-top {
    padding-top: 80px;
}

.navbarAchtung {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    transition: .3s;
    padding: 0 8px 8px 20px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbarAchtung h1 {
    margin-top: 9.3px;
    font-size: 16px;
    margin-bottom: 0
}

.navbarAchtung-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
    font-size: 20px;
    line-height: inherit;
    white-space: nowrap;
}

.navbarAchtung-brand .d-md-inline-block {
    width: 140px;
}

.navbarAchtung-brand .d-md-none {
    width: 40px;
}

.navbarAchtung-brand svg path {
    fill: #000;
    transition: .3s;
}

.navbarAchtung-brand:hover svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .container {
        max-width: 720px;
    }
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    font-size: 16px;
}

footer ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

footer ul li {
    padding-left: 0;
    list-style-type: none;
}

footer ul li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-weight: 600;
    line-height: 31.5px;
}

footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    footer {
        flex-direction: row;
    }

    footer > * {
        flex: 1;
    }

    footer ul {
        text-align: left;
    }

    footer ul li {
        display: inline-block;
    }

    footer ul li:last-child {
        margin-left: 8px;
    }

    footer .socials {
        margin: 0;
    }

    footer span {
        text-align: right;
    }
}

.socials {
    display: flex;
    justify-content: center;
    margin: 36px 0 32px;
}

.socials .fab {
    font-size: 32px;
    margin: 0 16px;
    color: #000;
    transition: .3s;
}

.socials .fab:hover {
    color: #fff;
    text-decoration: none;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-pptx {
    padding-top: 56.25%;
    min-height: 201px;
}

.embed-responsive-pptx::before {
    padding-top: 56.25%;
}


.embed-responsive-pdf {
    padding-top: 142%;
}

.embed-responsive-pdf::before {
    padding-top: 142%;
}

@media (min-width: 1200px) {
    .embed-responsive-pdf {
        padding-top: 129%;
    }  
    .embed-responsive-pdf::before {
        padding-top: 129%;
    }
}

@media (hover: none) {
    .socials .fab:hover {
        color: #000;
    }
    .navbarAchtung-brand:hover svg path {
        fill: #fff;
    }
    footer ul li a:hover {
        text-decoration: none;
        color: #000;
    }
}

/* HELPERS */
.semi-bold {
    font-weight: 600;
}

.iFrame-169 {
    width: 98.6%;
    height: 576px;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-none {
        display: none; 
    }
}

h2 {
    font-family: Oswald, sans-serif;
    font-size: 40px;
}

@media (min-width: 992px) {
    h2 {
        font-size: 56px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 64px;
    }
}

.h2-subline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    height: 100%;
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .h2-subline {
        font-size: 20px;
    }
}


@media (min-width: 768px) {
    .h2-subline {
        padding: 16px 24px;
        align-items: flex-start;
    }
}

.wavy-line-h {
    height: 12px;
    width: 63px;
    min-width: 63px;
    background: url('../img/wavy-line-h.svg');
    background-size: auto auto;
    background-size: cover;
    margin:16px auto;
}

@media (min-width: 1200px) {
    .wavy-line-h {
        height: 16px;
        width: 84px;
        min-width: 84px
    }
}