@charset "UTF-8";
/*!
Theme Name: Architekturbüro bha architekten Theme
Theme URI:
Description: Custom Theme für bha architekten
Author: Ralf Hoffmeister
Author URI: http://ralfhoffmeister.de
Version: 1
*/

/* ========================================================= */
/* = ================= ADJUSTMENTS ======================= = */
/* ========================================================= */

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*SKIP LINK (Accessibility)
**************************************************************/
.skip-link {
    position: absolute;
    top: -100%;
    left: 10px;
    z-index: 100;
    padding: 8px 16px;
    background-color: #866c4b;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.skip-link:focus {
    top: 10px;
}

/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/*BORDER-BOX LAYOUT
**************************************************************/
*,
*:before,
*:after {
    box-sizing: border-box;
}

/*WP-CORE
**************************************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ========================================================= */
/* = ==================== PLUGINS ======================== = */
/* ========================================================= */
/*Base Styles for third party plugins e.g. Slider, Lightbox*/

/* ========== */
/* = HELPER = */
/* ========== */

/*MISC
**************************************************************/

.circle {
    border-radius: 50%;
}

/*Call to Action Button*/
.cta {
    display: inline-block;
    outline: none;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0.5em 0.35em;
    line-height: 1;
    transition: all 0.15s ease-in-out;
}

.cta:hover {
    background-color: #fff;
    color: #000;
}

.cta:active,
.cta.active {
    background-color: #000;
    color: #fff;
    transition: none;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}

/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*size*/
.small {
    font-size: 0.75em;
}
.medium {
    font-size: 1.5em;
}
.large {
    font-size: 2em;
}
.x-large {
    font-size: 2.5em;
}

/*alignment*/
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

/*styling*/
.drop-cap {
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    padding: 2px 8px 0 0;
    float: left;
}
.run-in {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}

/*other*/
.hide-text {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.smooth {
    -webkit-font-smoothing: antialiased;
}
.sub-smooth {
    -webkit-font-smoothing: subpixel-antialiased;
}

.r-br {
    display: none;
} /*responsive line break - no break on mobile*/

.cols2,
.cols3,
.cols4 {
    max-width: 780px;
    -moz-column-count: 1;
    column-count: 1;
}

@media screen and (min-width: 600px) {
    .r-br {
        display: block;
    } /*responsive line break*/

    .cols2 {
        -moz-column-count: 2;
        column-count: 2;
    }

    .cols3 {
        -moz-column-count: 3;
        column-count: 3;
    }

    .cols4 {
        -moz-column-count: 4;
        column-count: 4;
    }

    .cols2 p,
    .cols3 p,
    .cols4 p {
        padding-top: 0;
        padding-bottom: 1em;
        display: inline-block;
    }

    .cols2 h1,
    .cols2 h2,
    .cols2 h3,
    .cols2 h4,
    .cols2 h5,
    .cols2 h6,
    .cols2 img,
    .cols3 h1,
    .cols3 h2,
    .cols3 h3,
    .cols3 h4,
    .cols3 h5,
    .cols3 h6,
    .cols3 img,
    .cols4 h1,
    .cols4 h2,
    .cols4 h3,
    .cols4 h4,
    .cols4 h5,
    .cols4 h6,
    .cols4 img {
        -moz-column-span: all;
        column-span: all;
    }
}

/*DISPLAY OPTIONS
**************************************************************/

/*floats*/
.left {
    float: left;
}
.right {
    float: right;
}

/*display*/
.block {
    display: block;
}
.inline {
    display: inline;
}

/*position*/
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}

/* ========================================================= */
/* = ===================== BASE STYLES =================== = */
/* ========================================================= */
/*Basic Styling for Headlines, Forms, links etc. */

/* bitter-700 - latin */
@font-face {
    font-family: "Bitter";
    font-style: normal;
    font-weight: 700;
    src:
        local("Bitter Bold"),
        local("Bitter-Bold"),
        url("fonts/bitter-v13-latin-700.woff2") format("woff2"),
        url("fonts/bitter-v13-latin-700.woff") format("woff");
}

/* titillium-web-300 - latin */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 300;
    src:
        local("Titillium Web Light"),
        local("TitilliumWeb-Light"),
        url("fonts/titillium-web-v6-latin-300.woff2") format("woff2"),
        url("fonts/titillium-web-v6-latin-300.woff") format("woff");
}
/* titillium-web-300italic - latin */
@font-face {
    font-family: "Titillium Web";
    font-style: italic;
    font-weight: 300;
    src:
        local("Titillium Web Light Italic"),
        local("TitilliumWeb-LightItalic"),
        url("fonts/titillium-web-v6-latin-300italic.woff2") format("woff2"),
        url("fonts/titillium-web-v6-latin-300italic.woff") format("woff");
}
/* titillium-web-600 - latin */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 600;
    src:
        local("Titillium Web SemiBold"),
        local("TitilliumWeb-SemiBold"),
        url("fonts/titillium-web-v6-latin-600.woff2") format("woff2"),
        url("fonts/titillium-web-v6-latin-600.woff") format("woff");
}
/* titillium-web-600italic - latin */
@font-face {
    font-family: "Titillium Web";
    font-style: italic;
    font-weight: 600;
    src:
        local("Titillium Web SemiBold Italic"),
        local("TitilliumWeb-SemiBoldItalic"),
        url("fonts/titillium-web-v6-latin-600italic.woff2") format("woff2"),
        url("fonts/titillium-web-v6-latin-600italic.woff") format("woff");
}

html {
    min-height: 100%;
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    position: relative;
    min-height: 100%;
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.45;
    background-color: #fff;
    color: rgb(127, 117, 101);
}

p {
    margin-bottom: 1.5em;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    display: block;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    line-height: 1;
    color: #866c4b;
}

h2 {
    display: block;
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    line-height: 1;
    color: #866c4b;
}

.h2-invert {
    display: inline-block;
    background-color: #866c4b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

h3 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
    color: #756b5b;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    h2 {
        font-size: 20px;
        line-height: 1;
    }

    h4 {
        font-size: 26px;
        line-height: 1.2;
    }

    h5 {
        font-size: 22px;
        line-height: 1.5;
    }

    h6 {
        font-size: 18px;
        line-height: 1.5;
    }
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}

button {
    cursor: pointer;
}
button:hover {
    background-color: #aaa;
}
button:focus {
    background-color: #aaa;
}
button:active {
    background-color: #000;
    color: #fff;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

code {
    font-family: courier, monospace;
    background-color: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    list-style-position: inside;
}

nav li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto !important;
    border: 0;
    transform: translate3d(0, 0, 0);
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-size: 20px;
}

blockquote > p {
    font-size: 20px;
    line-height: 1.3;
}

.bq-ref {
    font-size: 0.8em;
    display: block;
    font-weight: 600;
    padding: 10px 20px 0 0;
    text-align: right;
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
    background-color: #eee;
    padding: 5px 10px;
    margin-bottom: 20px;
}

/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: Verdana, sans-serif;
}
.serif {
    font-family: Georgia, Times, serif;
}
.mono {
    font-family: courier, monospace;
}
.fancy {
    font-family: "Didot", "Times New Roman", Georgia, Times, serif;
    font-feature-settings: "liga", "frac";
}

.base-color {
    color: #ccc;
}
.base-bg {
    background-color: #ccc;
}

.body-color {
    color: #444;
}
.body-bg {
    background-color: #444;
}

.accent-color,
.red-color,
.red {
    color: #866c4b;
}
.accent-bg,
.red-bg {
    background-color: #866c4b;
}

.soft-color {
    color: #fbb;
}
.soft-bg {
    background-color: #fbb;
}

/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

.content {
    position: relative;
    padding-top: 60px;
    min-height: calc(100vh - 284px);
}

@media screen and (min-width: 900px) {
    .content {
        padding-top: 60px;
        min-height: calc(100vh - 250px);
    }
}

section {
    margin-bottom: 120px;
}

.frame,
[class*="frame-"] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.frame {
    max-width: 400px;
}

@media screen and (min-width: 820px) {
    .frame {
        max-width: 800px;
    }
}

@media screen and (min-width: 1220px) {
    .frame {
        max-width: 1200px;
    }
}

.module,
[class*="module-"] {
    /*module, lives inside .frame, contains  */
    padding: 0 10px;
}

.page-pad,
.page-padding {
    /* adds l/r padding to element */
    padding: 10px;
}

/*GRID
**************************************************************/

.half,
.third,
.third.double,
.quarter,
.quarter.triple {
    width: 100%;
    position: relative;
    float: none;
}

@media screen and (min-width: 600px) {
    .half {
        width: 50%;
        float: left;
    }

    .third {
        width: 33.333333%;
        float: left;
    }

    .third.double {
        width: 66.666666%;
        float: left;
    }

    .quarter {
        width: 25%;
        float: left;
    }

    .quarter.triple {
        width: 75%;
        float: left;
    }
}

/* ========================================================= */
/* = ==================== MODULES ======================== = */
/* ========================================================= */
/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/

/* ========== */
/* = HEADER = */
/* ========== */
/*Header stuff (Navigation, Logo etc.)*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #866c4b;
    transform: translate3d(0, 0, 0);
}

header .frame {
    min-height: 50px;
    max-width: 1220px;
    background-color: #866c4b;
}

@media screen and (max-width: 719px) {
    header .module {
        padding-left: 0;
        padding-right: 0;
    }
}

.logo {
    display: block;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    background-image: url(images/ui/logo_bha_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 260px;
    height: 17px;
}

@media screen and (min-width: 750px) {
    .logo {
        top: 15px;
        width: 260px;
        height: 17px;
    }
}

@media screen and (min-width: 900px) {
    .logo {
        top: 10px;
        width: 370px;
        height: 25px;
    }
}

/*Main-Nav*/
.main-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    background-color: #866c4b;
    transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 720px) {
    .main-nav {
        position: relative;
        top: auto;
        padding-top: 5px;
        height: auto;
        max-height: none;
        overflow: hidden;
        width: auto;
        background-color: transparent;
        transition: all 0.25s ease-in-out;
    }
}

.nav-open .main-nav {
    max-height: 1000px;
}

.main-nav ul {
    border-top: 1px solid #fff;
    padding: 0;
}

@media screen and (min-width: 720px) {
    .main-nav ul {
        border-top: none;
    }
}

.main-nav li {
    list-style: none;
    border-bottom: 1px solid #fff;
    width: 100%;
}

@media screen and (min-width: 720px) {
    .main-nav li {
        float: left;
        border-bottom: none;
        width: auto;
    }
}

.main-nav a {
    display: block;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out;
}

@media screen and (min-width: 720px) {
    .main-nav a:hover::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        background-color: #fff;
        top: 32px;
        left: 10px;
        right: 10px;
    }
}

.current-menu-item a,
.single-projekte .menu-item-58 > a {
    font-weight: 600;
    transition: color 0s ease-in-out;
}

@media screen and (min-width: 720px) {
    .main-nav a:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 14px;
        right: -1px;
        top: 16px;
        font-weight: 300;
        background-color: #fff;
    }

    .main-nav li:last-child a:after {
        display: none;
    }
}

/*Toggle Nav Button (mobile)*/
.menu-button {
    display: none;
}

.js .menu-button,
.js .menu-button:hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent url("images/ui/open-nav-s.svg") center center no-repeat;
    background-size: 20px;
}

.nav-open .menu-button,
.nav-open .menu-button:hover {
    background: url("images/ui/close-nav-s.svg") center center no-repeat;
    background-size: 20px;
}

@media screen and (min-width: 720px) {
    .js .menu-button {
        display: none;
    }
}

/* =========== */
/* = CONTENT = */
/* =========== */
/*Content Styling for Page Templates, e.g. variations from the module section*/

.page-title {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 32px;
    border-bottom: none;
}
@media screen and (min-width: 768px) {
    .page-title {
        margin-top: 110px;
        margin-bottom: 110px;
    }
}
.home-thumb-title {
    position: absolute;
    bottom: 10px;
    padding-bottom: 10px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    left: 10px;
    right: 10px;
    margin-bottom: 0;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 20%,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.12) 65%,
        rgba(0, 0, 0, 0.05) 80%,
        rgba(0, 0, 0, 0) 100%
    );
}
@media (hover: hover) {
    .home-thumb-title {
        opacity: 0;
    }
    .masonry-item:hover .home-thumb-title {
        opacity: 1;
    }
}

.v-img {
    max-width: 75px;
}

.v-img-l {
    max-width: 250px;
}

@media screen and (min-width: 450px) {
    .v-text.has-image {
        padding-left: 95px;
    }

    .v-img {
        float: left;
        padding-top: 5px;
    }
}

@media screen and (min-width: 820px) {
    .v-img-l {
        float: left;
        padding-top: 5px;
    }

    .v-text-l.has-image {
        padding-left: 265px;
    }

    .module-2-3.module-v-content {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1220px) {
    .module-2-3.module-v-content {
        width: 100%;
        max-width: 700px;
    }
}

/*Hero*/
.section-hero {
    position: relative;
}

.section-hl {
    margin-bottom: 60px;
}

.section-hero img {
    width: 100%;
    max-width: none;
}

/*2:1*/

.section-2-1 {
    margin-bottom: 80px;
}

.module-2-3,
.module-1-3 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
}

@media screen and (min-width: 820px) {
    .module-2-3,
    .module-1-3 {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 1220px) {
    .section-2-1 > .frame > div:first-child {
        margin-right: 100px;
    }

    .module-2-3,
    .module-1-3 {
        width: 100%;
    }

    .module-2-3 {
        max-width: 700px;
    }

    .module-1-3 {
        max-width: 400px;
    }
}

/*Masonry*/

.section-masonry {
    margin-bottom: 80px;
}

.masonry-item {
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

.masonry-grid-projekte .masonry-item {
    margin-bottom: 30px;
}

.masonry-img {
    overflow: hidden;
    margin-bottom: 10px;
}
.page-template-page-team .masonry-img {
    aspect-ratio: 38 / 31;
    background-color: #eee;
    transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
    .page-template-page-team .masonry-item:hover .masonry-img {
        background-color: #ddd;
    }
}
.home .masonry-img {
    margin-bottom: 0;
}
.page-home .masonry-grid {
    max-width: 1200px;
}
@media screen and (min-width: 1600px) {
    .page-home .masonry-grid {
        max-width: 1600px;
    }
}
.masonry-item img {
    display: block;
    transition: all 0.25s ease-in-out;
}

a.masonry-item:hover img {
    transform: scale(1.05);
}

.section-masonry h2 {
    margin-bottom: 40px;
}

a .masonry-item-inner {
    padding-bottom: 10px;
    font-weight: 600;
}

.more-link {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #866c4b;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .masonry-item {
        width: 400px;
    }
}

.masonry-item h3 {
    padding-top: 0;
    margin-bottom: 2px;
}

/*Projekte*/

.project-hero {
    margin-bottom: 60px;
}

.project-title {
    font-size: 32px;
    border-bottom: none;
}

.frame-hero-caption {
    padding-top: 45px;
}
@media screen and (min-width: 768px) {
    .frame-hero-caption {
        padding-top: 90px;
    }
}
.project-thumb-caption {
    min-height: 40px;
}

.project-thumb-caption p {
    font-weight: 300;
}

#swipebox-overlay {
    background: rgba(255, 255, 255, 0.99) !important;
}

#swipebox-bottom-bar {
    background-color: #866c4b !important;
}

#swipebox-close {
    background-image: url(images/ui/close-brown.svg) !important;
    background-position: center center !important;
}

#swipebox-next {
    background-image: url(images/ui/right-arrow-white.svg) !important;
    background-position: center center !important;
    background-size: 40px 40px;
}

#swipebox-prev {
    background-image: url(images/ui/left-arrow-white.svg) !important;
    background-position: center center !important;
    background-size: 40px 40px;
}

/* ========== */
/* = FOOTER = */
/* ========== */

footer {
    position: relative;
}

.footer-content {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #eee;
    margin-top: 100px;
}

.footer-content h3 {
    color: #fff;
    padding-bottom: 10px;
}

.footer-content p {
    font-size: 16px;
}
.footer-content a {
    text-decoration: none;
}
@media (hover: hover) {
    .footer-content a:hover {
        color: #000;
    }
}
@media screen and (min-width: 820px) {
}
.imprint {
    position: relative;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}
/* ================== */
/* = PRINT          = */
/* ================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    html,
    body,
    p {
        font-size: 10pt;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
} /*END MEDIA PRINT*/
