/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


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

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #EC6B41;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #EC6B41;
    text-shadow: none;
    color: #fff;
}


/*
 * A better looking default horizontal rule
 */

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


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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


/*
 * Remove default fieldset styles.
 */

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


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


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

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


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

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

body {
    font-family: 'PoppinsLight', sans-serif;
}


/*navbar style */

header {
    width: 100%;
    background: #ffffff;
    padding: 10px 0px;
    text-align: center;
    height: auto;
}

header .logo {
    max-height: 100px;
}

.banner {
    background: url('../img/tuanarch87-home-6469864.jpg')no-repeat fixed;
    background-size: cover;
    min-height: 480px;
    text-align: center;
    position: relative;
}

.banner::before {
	content: ''; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.banner-element {
    text-align: center;
    padding-top: 50px;
    color: #ffffff;
}

.form-area {
    width: 50%;
    height: auto;
    background: rgba(0, 0, 0, .5);
    margin: auto;
    padding: 50px;
    z-index: 9;
    position: relative;
}

.form-area p {
    color: #ffffff;
    font-size: 20px;
}

.form-area form input {
    width: 100%;
    height: 56px;
    background: none;
    border: 1px solid #EC6B41;
    margin: 5px 0px;
    box-sizing: border-box;
    padding: 0px 15px;
    border-radius: 5px;
}

.form-area form button {
    width: 100%;
    height: 56px;
    background: #EC6B41;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 56px;
    margin: 5px 0px;
}

.form-area form button:hover {
    background: #c3ad76;
}

.body-content {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.first-product {
    margin-top: 60px;
    margin-bottom: 100px;
}

.product-content {
    text-align: left;
}

.content-part,
.content-part2 {
    padding: 20px 0px;
}

.content-part2>.product-content {
    text-align: right;
}

.product-content h1 {
    color: #EC6B41;
    text-transform: uppercase;
}

.product-content h2 {
    color: #EC6B41;
    text-transform: uppercase;
    font-size: 30px;
}

.sponsore {
    background: #f6f6f6;
    padding: 50px 0px;
}

.sponsore h2 {
    font-size: 30px;
    color: #EC6B41;
    padding-bottom: 30px;
}

footer {
    padding: 30px 0px;
    background: #8E6C23;
    color: #ffffff;
}

footer ul {
    padding: 0px;
    list-style: none;
}

footer a{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .55);
    text-underline-offset: 3px;
}

footer a:hover,
footer a:focus{
    color: #fff;
    text-decoration-color: #ffffff;
}

a {
    color: #EC6B41;
}

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

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

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


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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;
    }
}

.box {
    width: 30%;
    height: 30%;
    margin: auto;
}

@media only screen and (max-width:990px) {
    .form-area {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width:768px) {
    .form-area {
        width: 90%;
        height: auto;
        padding: 20px 10px;
    }
    .form-area form input {
        width: 100%;
        height: 45px;
        background: none;
        border: 1px solid #EC6B41;
        margin: 5px 0px;
        box-sizing: border-box;
        padding: 0px 15px;
        border-radius: 5px;
    }
    .form-area form button {
        width: 100%;
        height: 45px;
        background: #EC6B41;
        border: none;
        border-radius: 5px;
        font-size: 15px;
        line-height: 45px;
        margin: 5px 0px;
    }
    .sponsore img {
        padding-bottom: 20px;
    }
}

header .container {
    padding: 10px 0px;
}

.deluxelogo img {
    margin-top: 16px;
}

h3 {
    color: #EC6B41;
    margin: 78px 0px;
}

.companycontent {
    margin-top: 60px;
}

.companycontent h2 {
    font-size: 24px;
    margin-top: 50px;
}

.companycontent p {
    color: #fff;
    font-size: 14px;
}

ul,
ol,
li {
    font-size: 16px;
    line-height: 26px;
    color: #8E6C23;
}

h3 {
    margin: 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PoppinsMedium', sans-serif;
}

.d-block{
    display: block;
}

.pl-3{
    padding-left: 15px;
}

.mb-1{
    margin-bottom: 5px;
}

.banner-element h1 {
	padding-bottom: 50px;
    color: #8E6C23;
    text-transform: uppercase;
}

/* Home page */
.home-page {
    background: #f7f4ed;
    color: #3d3528;
}

.home-page header {
    border-bottom: 1px solid rgba(142, 108, 35, .15);
}

.home-main {
    overflow: hidden;
}

.home-hero {
    position: relative;
    min-height: 620px;
    background: linear-gradient(90deg, rgba(32, 27, 21, .88) 0%, rgba(32, 27, 21, .69) 48%, rgba(32, 27, 21, .18) 100%), url('../img/tuanarch87-home-6469864.jpg') center 48% / cover no-repeat;
    color: #ffffff;
}

.home-hero-inner {
    display: flex;
    min-height: 620px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 92px;
    padding-bottom: 52px;
}

.home-hero-copy {
    width: min(720px, 68%);
}

.home-kicker {
    margin: 0 0 16px;
    color: #EC6B41;
    font-family: 'PoppinsMedium', sans-serif;
    font-size: 12px;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.home-hero .home-kicker {
    color: #f29a7e;
}

.home-hero h1 {
    max-width: 700px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(58px, 7.3vw, 94px);
    letter-spacing: -.05em;
    line-height: .98;
}

.home-hero-text {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    line-height: 1.7;
}

.home-status {
    display: flex;
    width: min(620px, 100%);
    align-items: flex-start;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .38);
}

.home-status-dot {
    width: 10px;
    height: 10px;
    margin-top: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #EC6B41;
    box-shadow: 0 0 0 6px rgba(236, 107, 65, .16);
}

.home-status p {
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 1.65;
}

.home-status strong {
    color: #ffffff;
    font-family: 'PoppinsMedium', sans-serif;
    font-weight: normal;
}

.home-section {
    padding: 98px 0;
}

.home-narrow {
    width: min(1040px, calc(100% - 30px));
}

.home-section h2,
.home-progress h2 {
    margin: 0;
    color: #4d3c18;
    font-size: clamp(36px, 5vw, 58px);
    letter-spacing: -.045em;
    line-height: 1.08;
    text-transform: none;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(45px, 8vw, 105px);
    align-items: start;
    padding-top: 26px;
    border-top: 3px solid #8E6C23;
}

.home-section-heading > p,
.home-audience-grid > p,
.home-progress-inner > p:last-child {
    margin: 7px 0 0;
    color: #5f584e;
    font-size: 17px;
    line-height: 1.8;
}

.home-topics {
    background: #ffffff;
}

.home-topics > .container > h2 {
    max-width: 760px;
    margin-bottom: 54px;
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-card {
    min-height: 300px;
    padding: 30px 28px 32px;
    border: 1px solid rgba(142, 108, 35, .2);
    background: #f7f4ed;
}

.home-card-number {
    display: block;
    margin-bottom: 64px;
    color: #EC6B41;
    font-family: 'PoppinsMedium', sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
}

.home-card h3 {
    margin: 0 0 14px;
    color: #4d3c18;
    font-size: 23px;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.home-card p {
    margin: 0;
    color: #5f584e;
    font-size: 15px;
    line-height: 1.7;
}

.home-audience {
    padding-top: 108px;
    padding-bottom: 108px;
}

.home-audience-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(45px, 9vw, 120px);
    align-items: start;
}

.home-progress {
    padding: 90px 0;
    background: #8E6C23;
}

.home-progress-inner {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 22px 80px;
    align-items: start;
}

.home-progress .home-kicker {
    grid-column: 1 / -1;
    color: #ffc1ad;
}

.home-progress h2 {
    color: #ffffff;
}

.home-progress-inner > p:last-child {
    color: rgba(255, 255, 255, .86);
}

.home-page footer {
    border-top: 1px solid rgba(255, 255, 255, .28);
}

@media only screen and (max-width: 768px) {
    .home-hero,
    .home-hero-inner {
        min-height: 600px;
    }

    .home-hero {
        background-image: linear-gradient(180deg, rgba(32, 27, 21, .78) 0%, rgba(32, 27, 21, .63) 62%, rgba(32, 27, 21, .78) 100%), url('../img/tuanarch87-home-6469864.jpg');
        background-position: 58% center;
    }

    .home-hero-inner {
        padding: 62px 25px 38px;
    }

    .home-hero-copy {
        width: 100%;
    }

    .home-hero h1 {
        font-size: clamp(48px, 13.5vw, 64px);
    }

    .home-hero-text {
        font-size: 17px;
        line-height: 1.65;
    }

    .home-section {
        padding: 68px 0;
    }

    .home-section-heading,
    .home-audience-grid,
    .home-progress-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .home-section-heading {
        padding-top: 24px;
    }

    .home-section-heading > p,
    .home-audience-grid > p,
    .home-progress-inner > p:last-child {
        margin-top: 0;
        font-size: 16px;
    }

    .home-card-grid {
        grid-template-columns: 1fr;
    }

    .home-card {
        min-height: 0;
    }

    .home-card-number {
        margin-bottom: 36px;
    }

    .home-audience {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home-progress {
        padding: 68px 0;
    }

    footer .container {
        padding-left: 72px;
    }
}

/* Legal page */
.legal-page {
    background: #f7f4ed;
    color: #3d3528;
}

.legal-page .banner {
    display: none;
}

.legal-page header {
    border-bottom: 1px solid rgba(142, 108, 35, .2);
}

.legal-page footer {
    margin-top: 0;
}

.legal-content {
    padding: 72px 0 96px;
}

.legal-layout {
    width: min(760px, 100%);
    margin: 0 auto;
}

.legal-kicker {
    margin: 0 0 13px;
    color: #EC6B41;
    font-family: 'PoppinsMedium', sans-serif;
    font-size: 12px;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.legal-layout > h1 {
    margin: 0 0 58px;
    color: #4d3c18;
    font-size: clamp(52px, 8vw, 82px);
    letter-spacing: -.045em;
    line-height: .98;
}

.legal-sections {
    border-top: 3px solid #8E6C23;
}

.legal-section {
    padding: 30px 0 34px;
    border-bottom: 1px solid rgba(142, 108, 35, .2);
}

.legal-section h2 {
    margin: 0 0 15px;
    color: #4d3c18;
    font-size: 25px;
    letter-spacing: -.025em;
    line-height: 1.25;
    text-transform: none;
}

.legal-section p,
.legal-section address {
    margin: 0;
    color: #5f584e;
    font-size: 17px;
    font-style: normal;
    line-height: 1.75;
}

.legal-section strong {
    color: #3d3528;
    font-family: 'PoppinsMedium', sans-serif;
    font-weight: normal;
}

.legal-section a {
    color: #8E6C23;
    text-decoration: underline;
    text-decoration-color: #EC6B41;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.legal-section a:hover,
.legal-section a:focus {
    color: #EC6B41;
}

.legal-note {
    margin-top: 34px;
    padding: 26px 30px 29px;
    border: 0;
    background: #8E6C23;
}

.legal-note h2 {
    color: #ffffff;
    font-size: 20px;
}

.legal-note p {
    color: rgba(255, 255, 255, .92);
}

/* Privacy and terms page */
.privacy-layout {
    width: min(840px, 100%);
}

.privacy-layout > h1 {
    font-size: clamp(48px, 8vw, 76px);
}

.privacy-sections {
    padding-top: 4px;
    border-top: 3px solid #8E6C23;
}

.privacy-intro {
    margin: -25px 0 48px;
    color: #5f584e;
    font-size: 18px;
    line-height: 1.7;
}

.privacy-section {
    padding: 30px 0 34px;
    border-bottom: 1px solid rgba(142, 108, 35, .2);
}

.privacy-section address {
    margin: 0;
    color: #5f584e;
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
}

.privacy-contact {
    margin-top: 18px !important;
}

.privacy-sections h2,
.privacy-sections h3,
.privacy-sections h4 {
    color: #4d3c18;
    line-height: 1.3;
    text-transform: none;
}

.privacy-sections h2 {
    margin: 42px 0 16px;
    font-size: 25px;
    letter-spacing: -.025em;
}

.privacy-section h2 {
    margin-top: 0;
}

.privacy-sections h3 {
    margin: 34px 0 14px;
    font-size: 20px;
}

.privacy-sections h4 {
    margin: 28px 0 12px;
    font-size: 18px;
}

.privacy-sections > h3:first-child,
.privacy-sections > a[name="datenschutz"] + h3,
.privacy-sections > .privacy-chapter {
    margin: 54px 0 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(142, 108, 35, .2);
    font-size: 31px;
    letter-spacing: -.035em;
}

.privacy-sections > h3:first-child {
    margin-top: 0;
    padding-top: 28px;
    border-top: 0;
}

.privacy-sections p,
.privacy-sections li {
    color: #5f584e;
    font-size: 16px;
    line-height: 1.75;
}

.privacy-sections p {
    margin: 0 0 17px;
}

.privacy-sections ul,
.privacy-sections ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.privacy-sections li + li {
    margin-top: 7px;
}

.privacy-sections strong {
    color: #3d3528;
    font-family: 'PoppinsMedium', sans-serif;
    font-weight: normal;
}

.privacy-sections a {
    color: #8E6C23;
    text-decoration: underline;
    text-decoration-color: #EC6B41;
    text-underline-offset: 3px;
}

.privacy-sections a:hover,
.privacy-sections a:focus {
    color: #EC6B41;
}

.privacy-sections [style*="border: 3px solid black"] {
    margin: 36px 0;
    padding: 27px 30px 12px;
    border: 0 !important;
    background: #8E6C23;
}

.privacy-sections [style*="border: 3px solid black"] p,
.privacy-sections [style*="border: 3px solid black"] strong {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .legal-content {
        padding: 50px 5px 70px;
    }

    .legal-layout > h1 {
        margin-bottom: 42px;
        font-size: 52px;
    }

    .legal-section {
        padding: 25px 0 29px;
    }

    .legal-section h2 {
        font-size: 22px;
    }

    .legal-section p,
    .legal-section address {
        font-size: 16px;
    }

    .legal-note {
        margin-top: 28px;
        padding: 22px 22px 25px;
    }

    .privacy-layout > h1 {
        font-size: 43px;
    }

    .privacy-intro {
        margin-top: -15px;
        margin-bottom: 36px;
        font-size: 16px;
    }

    .privacy-section {
        padding: 25px 0 29px;
    }

    .privacy-sections h2 {
        margin-top: 35px;
        font-size: 21px;
    }

    .privacy-sections > h3:first-child,
    .privacy-sections > a[name="datenschutz"] + h3,
    .privacy-sections > .privacy-chapter {
        font-size: 26px;
    }

    .privacy-sections [style*="border: 3px solid black"] {
        padding: 23px 22px 8px;
    }
}
