/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #373C3F;
    font-size: 1em;
    line-height: 1.5;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #61BAE4;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Dr. Klein AG custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

html {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
}

body {
    min-height: 100%;
    background-color: #006A7F;
    color: #fff;
    display: flex;
    flex-direction: column;
}

header {
    flex-basis: 10%;
    flex-grow: 0;
    height: 5rem;
}

main {
    flex-grow: 1;
    position: relative;
    background-image: url(../img/drklein-kv.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 90, 110, 0.85);
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1168px;
    }
}


header {
    background-color: #fff;
    padding: 1rem 0 1rem 0;
}

header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.drkLogo {
    text-align: left;
}

.drkLogo img {
    width: 145px;
    height: 38.453px;
}


.produktSparten {
    text-align: right;
}

.produktSparten ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.produktSparten ul li {
    display: inline-block;
    padding-left: 1rem;
}

.produktSparten img {
    width: 2.25rem;
    height: 2.25rem;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

main .container {
    position: absolute;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.claim {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.25em;
    margin-bottom: 1rem;
    text-align: center
}


.claim span {
    display: block;
    font-weight: 400;

}

.weitereInformationen {
    margin-bottom: 1rem;
}

.callToAction {
    text-decoration: none;
    display: block;
    border-color: #B11F30;
    background-color: #B11F30;
    color: #fff;
    border-radius: 0.125rem;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    cursor: pointer;
    transition: all 120ms ease-in;
    border-radius: 2rem;
    padding: 0.5em 1.5em;
    margin: 0.25em 0 0.25em;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.125em;
    display: inline-block;
    max-width: 100%;
}

.callToAction:hover,
.callToAction:focus {
    text-decoration: none;
    outline: none;
    background-color: #7b1621;
    border-color: #861724;
    color: #fff;
}

footer {
    border-top: 1px solid #fff;
    padding: 1rem 0;
}

footer .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* Social Media Icons should not shown any longer. */
body footer .container .socialMedia {
    display: none;
}

.socialMedia {
    margin-bottom: .5rem;
    text-align: center;
}

.socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialMedia ul li {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    text-align: center
}

.socialMedia ul li:hover {
    opacity: 0.85;
}


.socialMedia img {
    width: 1.25rem;
    display: block;
}

.copyRight {
    font-size: .875rem;
    text-align: center
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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