.headline {
    position: absolute;
    top: auto;
    bottom: 100px;
    width: 100%;
}

.headline h1 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}

@media (max-width:768px) {
    .headline h1 {
        font-size: 1.5rem;
    }
}

a {
    text-decoration: none;
}

a:hover {
    color: #AD8437;
    text-decoration: none;
}

a:hover svg {
    fill: #AD8437;
    text-decoration: none;
}

.button {
    padding: 10px;
    border: 2px solid #AD8437;
    border-radius: 10px;
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
    font-family: 'cf_bold';
    color: white;
}

.button:hover {
    background-color: white;
    color: #AD8437;
}

.button:hover a {
    color: #AD8437;
}

.contact-button {
    /* margin: 18px 0; */
    padding: 20px 24px;
    /* padding: 12px 50px; */
    background-color: transparent;
    border: 3px solid #AD8437;
    font-size: 16px;
    line-height: 14px;
    font-family: 'cf_bold';
    color: #AD8437;
    transition: .4s;
}

.contact-button:hover {
    background-color: #AD8437;
    color: white;
}

.popup button {
    background-color: transparent;
    color: white;
}

.popup button:hover {
    color: #AD8437;
}

.submit {
    max-width: 200px;
    margin: 0 auto;
    border: 2px solid #AD8437;
    background-color: black;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 5px 20px;
}

.submit:hover {
    background-color: white;
    color: #AD8437;
}

/* privacy consent buttons */

.css-k8o10q,
.qc-cmp2-summary-buttons button {
    padding: 20px 24px !important;
    background-color: transparent !important;
    border: 3px solid #AD8437 !important;
    font-size: 16px !important;
    line-height: 14px !important;
    font-family: 'cf_bold' !important;
    color: #AD8437 !important;
    transition: .4s;
}

.qc-cmp2-summary-buttons button:hover {
    background-color: #AD8437 !important;
    color: white !important;
}

.qc-cmp2-summary-buttons button span {
    cursor: pointer !important;
}

.qc-cmp2-summary-buttons button span {
    transition: .4s;
}

.qc-cmp2-summary-buttons button:hover span {
    color: white !important;
}

/* privacy consent buttons */

#qc-cmp2-ui {
    padding: 25px !important;
}

.qc-cmp2-publisher-logo-container h2 {
    padding-bottom:10px!important;
}

.css-1o7v0iv.css-1o7v0iv.css-1o7v0iv.css-1o7v0iv .qc-cmp2-footer {
    width: 55% !important;
}

@media (max-width:1100px) {
    .css-1o7v0iv.css-1o7v0iv.css-1o7v0iv.css-1o7v0iv .qc-cmp2-footer {
        width: 60% !important;
    }
}

@media (max-width:992px) {
    .css-1o7v0iv.css-1o7v0iv.css-1o7v0iv.css-1o7v0iv .qc-cmp2-footer {
        width: 100% !important;
    }
}