@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-Light.eot);
    src: url(/fonts/GothamPro-Light.woff2) format("woff2"), url(/fonts/GothamPro-Light.woff) format("woff"), url(/fonts/GothamPro-Light.ttf) format("truetype"), url(/fonts/GothamPro-Light.svg#/fonts/GothamPro-Light) format("svg"), url(/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-LightItalic.eot);
    src: url(/fonts/GothamPro-LightItalic.woff2) format("woff2"), url(/fonts/GothamPro-LightItalic.woff) format("woff"), url(/fonts/GothamPro-LightItalic.ttf) format("truetype"), url(/fonts/GothamPro-LightItalic.svg#/fonts/GothamPro-LightItalic) format("svg"), url(/fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro.eot);
    src: url(/fonts/GothamPro.woff2) format("woff2"), url(/fonts/GothamPro.woff) format("woff"), url(/fonts/GothamPro.ttf) format("truetype"), url(/fonts/GothamPro.svg#/fonts/GothamPro) format("svg"), url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-Italic.eot);
    src: url(/fonts/GothamPro-Italic.woff2) format("woff2"), url(/fonts/GothamPro-Italic.woff) format("woff"), url(/fonts/GothamPro-Italic.ttf) format("truetype"), url(/fonts/GothamPro-Italic.svg#/fonts/GothamPro-Italic) format("svg"), url(/fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-Medium.eot);
    src: url(/fonts/GothamPro-Medium.woff2) format("woff2"), url(/fonts/GothamPro-Medium.woff) format("woff"), url(/fonts/GothamPro-Medium.ttf) format("truetype"), url(/fonts/GothamPro-Medium.svg#/fonts/GothamPro-Medium) format("svg"), url(/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-MediumItalic.eot);
    src: url(/fonts/GothamPro-MediumItalic.woff2) format("woff2"), url(/fonts/GothamPro-MediumItalic.woff) format("woff"), url(/fonts/GothamPro-MediumItalic.ttf) format("truetype"), url(/fonts/GothamPro-MediumItalic.svg#/fonts/GothamPro-MediumItalic) format("svg"), url(/fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-Bold.eot);
    src: url(/fonts/GothamPro-Bold.woff2) format("woff2"), url(/fonts/GothamPro-Bold.woff) format("woff"), url(/fonts/GothamPro-Bold.ttf) format("truetype"), url(/fonts/GothamPro-Bold.svg#/fonts/GothamPro-Bold) format("svg"), url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-BoldItalic.eot);
    src: url(/fonts/GothamPro-BoldItalic.woff2) format("woff2"), url(/fonts/GothamPro-BoldItalic.woff) format("woff"), url(/fonts/GothamPro-BoldItalic.ttf) format("truetype"), url(/fonts/GothamPro-BoldItalic.svg#/fonts/GothamPro-BoldItalic) format("svg"), url(/fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-Black.eot);
    src: url(/fonts/GothamPro-Black.woff2) format("woff2"), url(/fonts/GothamPro-Black.woff) format("woff"), url(/fonts/GothamPro-Black.ttf) format("truetype"), url(/fonts/GothamPro-Black.svg#/fonts/GothamPro-Black) format("svg"), url(/fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/GothamPro-BlackItalic.eot);
    src: url(/fonts/GothamPro-BlackItalic.woff2) format("woff2"), url(/fonts/GothamPro-BlackItalic.woff) format("woff"), url(/fonts/GothamPro-BlackItalic.ttf) format("truetype"), url(/fonts/GothamPro-BlackItalic.svg#/fonts/GothamPro-BlackItalic) format("svg"), url(/fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype");
    font-weight: 800;
    font-style: italic
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}





body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    background-color:#e9e9e9;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

header,
main,
footer {
    max-width: 1600px;
    margin: auto;
    display: flex;
    font-family: GothamPro;

}

.ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 150%;
    z-index: -1;
    background-image: url(/images/leftornament.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sectionbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color:#fff;
}


.section {
    position: relative;
    overflow-y: visible;
    padding-left: 100px;
    padding-right: 100px;
}

footer {
    border-top:1px solid #a6a6a6;
    padding:70px;
    background-color:#fff;
}


header {
    padding-top: 100px;
    padding-left:120px;
    padding-right:120px;
    justify-content: space-between;
    align-items: stretch;
    background-color:#fff;
}



header .logo {
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
}

header .logoflower {
    width: 100%;
    display: flex;
    max-width: 250px;
    margin: auto;
}

header div {
    flex-grow: 1;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav li {
    border-left: 2px solid #a6a6a6;
    margin: 0;
    padding: 10px 0px 10px 30px;
}


nav a, .lang a {
    text-decoration: none;
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.4s;
}

.headerlogo .lang {
    display:none;
}

.lang a { 
    margin-left:20px;
}

nav a:hover {
    color: #5e5347;
}

.navcol {
    order:1;
}

.headerlogo {
    order:2;
}

.logolang {
    order:3;

}

header .lang {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
}

header .logolang,
header .navcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center the logo vertically */
    align-items: flex-start;
    flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h2 {
    font-family: GothamPro;
    font-size: 48px;
    font-weight: 600;
    margin-top: 0px;
}

h3 {
    font-family: GothamPro;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

p{
    font-family: GothamPro;
    font-weight: 200;
    font-size: 24px;
    line-height: 130%;

}




/* Text colors */

.section.bg- {
    color: #a6a6a6;
}

.bg-ffffff.section, .bg-ffffff a{
    color: #b1a69a;
}

.bg-5e5347.section, .bg-5e5347 a{
    color: #fff;
}

.bg-9d9d9c.section, .bg-9d9d9c a{
    color: #fff;
}

.bg-e0d6c5.section, .bg-e0d6c5 a{
    color: #fff;
}

.bg-8d532b.section, .bg-8d532b a{
    color: #fff;
}

.usps {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping of the child divs */
    gap: 100px;
    max-width:60%;
    margin: 0 auto;

}

.usps hr {
    margin-bottom:12px;
}

div.fuldbredde {
    width: calc(100% + 200px); 
    margin-left:-100px;
}

footer {
    display: flex;
    flex-wrap: wrap;
}

.usps>div, footer>div {
    flex: 1;
}

.scrolltop {
    position: absolute;
    left: 100px;
    bottom: 70px;
}

.scrolltopmobile {
    position: absolute;
    left: 40px;
    bottom: 30px;
    display:none;
}

.contactbtn {
        position: absolute;
    right: 100px;
    bottom: 70px;
}

#kontakt .contactbtn {
    display:none;
}

.contactbtn a { 
    background-color:rgba(75,66,55,0.8);
    display:block;
    padding:10px 30px;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    border: 1px solid rgb(150,150,150);
    
}

.contactwrapper {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping of the child divs */
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Adjust the gap value as needed */
    margin: 100px auto; 
    width:40%;
}

.contactwrapper a {
    text-decoration: none;

}


.contactrow {
    display: flex;
    justify-content: space-between; /* Distribute space between left and right */
    width: 100%; /* Ensure row takes full width */
}

.contactadr {
    text-align-last: justify;
    width:100%;
    margin-bottom:20px;

}


/* Contact logo styling */
.contactlogo {
    flex-basis: 100%; /* Logo takes full width */
    text-align: center; /* Center align logo */
    margin-bottom: 10px; /* Optional: space below the logo */
}

/* Left and right column styling */
.left, .right {
    flex: 1; /* Each takes equal space */
}

/* Align left text to the left and right text to the right */
.left {
    text-align: left;
}

.right {
    text-align: right;
}



footer .logo {
    display: flex;
}

footer .smiley {
text-align: right;
}




footer .logoflower {
    width:80%;
    max-width:300px;
    margin: auto;

}

footer a {
    text-decoration: none;
    color:#a6a6a6;
    font-size:18px;

}

footer .smiley img {
    max-width:75px;
    display: block;
    margin: 0px 0px 10px auto;
}

footer div {
    margin-bottom: 30px;
}

/* Media query for mobile, if needed */
@media (max-width: 767px) {

    .navcol {
        order:3;
    }

    .headerlogo .lang {
        margin-left:-20px;
        display:block;
        text-align: center;
        margin-bottom:30px;
    }

    .logolang .lang {
        display:none;
    }
    
    .headerlogo {
        order:1;
        padding-bottom:30px;
    }
    
    .logolang {
        order:2;
    
    }

    header {
        margin-top:30px;
    }

    header nav {
        margin-top:50px;    
    }

    .headerlogo .logoflower, .logolang .logo {
        max-width: 50%;
    }


    .contactwrapper {
        flex-direction: column; /* Stacks the child divs on top of each other */
    }
    .contactrow {
        flex-direction: column; /* Stack left and right on top of each other */
    }
    .left, .right {
        text-align: left; /* Align all text to the left on mobile */
    }

    footer {
        display: block;
    }

    h2 {
        font-size: 24px;

    } 

    h3 {
        font-size: 16px;

    } 

    p{
        font-size: 15px;
    }

    .section {

        padding-left: 30px;
        padding-right: 30px;
    }

    div.fuldbredde {
        width: calc(100% + 60px); 
        margin-left:-30px;
    }

    .usps, footer, header {
        flex-direction: column;
        /* Stacks the child divs on top of each other */
    }

    .scrolltop {
        display:none;
    }

    .scrolltopmobile {
        display:block;
    }

    .contactwrapper { 
        width:100%;
        padding: 0 30px;
        text-align: center!important;
    }

    .contactwrapper *{ 
        text-align: center!important;
    }
    .contactadr {
        text-align-last: center;
    }



    footer .logo, footer .smiley {
        display: block;
        text-align: center;
    }

    footer .smiley a {
        font-size: 14px;
        display: inline-block;
        text-align: right;
    }

    footer .smiley img {
        margin: 50px auto 0px auto;
        max-width:75px;
        display: block;
    }
    
    footer div:empty {
        display:none;
    }

}

[data-content-element-type-alias="umbBlockGridDemoRichTextBlock"] {
    columns:2;
    column-gap: 30px;
}

[data-content-element-type-alias="umbBlockGridDemoRichTextBlock"] p:first-child {
    margin-block-start: 0;
}


@media (max-width: 991px) {
    .textcol[style] {
        width: 100% !important;
    }
}