@CHARSET "UTF-8";

:root {
    --margin-value: 20px;
    --padding-value: 20px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, .grid-container {
    padding-left: 20px;
    padding-right: 20px;
}

.grid-parent,
.grid-container.grid-parent {
    padding-left: 0;
    padding-right: 0;
}

/* extra grid class  */
.grid-children-container {
    left: -20px;
    width: calc(100% + 40px);
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 16px;
}

body {
    background-color: white;
    color: #828282;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.65;
}

p {
    margin-bottom: 1.15rem;
}

h1, h2, h3, h4, h5 {
    color: #505050;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.15;
    margin: 2.75rem 0 1.05rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h1 {
    font-size: 2.488em;
}

h2 {
    font-size: 2.074em;
}

h3 {
    font-size: 1.728em;
}

h4 {
    font-size: 1.44em;
}

h5 {
    font-size: 1.2em;
}

/* hyphenate, word break */
/* ANMERKUNG */
/*word-break: break-all; mit Absicht ausgeshaltet. */
/* -ms-word-break damit in IE 11 funktioniert. */
/* Nur bei EDGE passt nicht. Wenn break-word Standard wird, */
/* dann sollte alles passen */
h1, h2, h3, h4, h5, h6 {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-word; /* Non standard for webkit */
}

header {
    margin-bottom: 2rem;
}

.header-prefix {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
}

.header-prefix + h1,
.header-prefix + h2,
.header-prefix + h3,
.header-prefix + h4,
.header-prefix + h5 {
    margin-top: 0;
}

header > h1,
header > h2,
header > h3,
header > h4,
header > h5 {
    margin-bottom: 0;
}

small, .text_small {
    font-size: 0.8em;
}

img {
    max-width: 100%;
    max-height: 100%;
}

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

a:hover {
    text-decoration: underline;
}

a.btn,
a.button {
    text-decoration: none;
}

ul, ol {
    line-height: 1.8;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 18px;
}

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

blockquote {
    position: relative;
    margin: 50px 0;
    font-weight: 700;
    border-top: 1px dashed;
    display: block;
    border-bottom: 1px dashed;
    padding: 1rem 0 1rem 5rem;
}

blockquote:before {
    top: 50px;
    font-size: 100px;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: -1rem;
    font-size: 6rem;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: initial;
    opacity: 0.2;
}

blockquote p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* font awesome list icon position fix */
.fa-li {
    line-height: inherit;
    top: 0;
}

.no-sidebar-slim .main-content-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tpl-row {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.header-brick-area-fullWidth.tpl-row {
    padding-bottom: 0;
    padding-top: 0;
}

.control-content {
    margin-bottom: 5em;
}

.body-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* to top button */
.toTop {
    bottom: -60px;
    color: #839e8e;
    font-size: 30px;
    line-height: 40px;
    opacity: 0;
    outline: none;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: bottom 450ms cubic-bezier(0.6, -0.4, 0.26, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    width: 40px;
}

.toTop:hover {
    opacity: 1;
}

.toTop__show {
    bottom: 20px;
    opacity: 0.75;
}

/**********/
/* images */
/**********/
.blog-content-image {
    max-width: calc(100% + 80px) !important;
    margin: 2rem -40px;
    display: block;
    /*box-shadow: 0 0 20px -10px #000;*/
    height: 400px !important;
    width: calc(100% + 80px) !important;
    object-fit: cover;
}

/***********/
/* Helpers */
/***********/
.max-w-full {
    max-width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/*********/
/* cards */
/*********/
.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    font-weight: bold;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-title {
    margin-bottom: .75rem;
}

/********/
/* menu */
/********/
.menu-bar {
    background: transparent;
    border-bottom: 1px solid transparent;
    height: 80px;
    height: var(--menu-height);
    left: 0;
    position: fixed;
    top: 0;
    transition: 0.5s all;
    width: 100%;
    z-index: 100;
}

.menu-bar-inner {
    display: flex;
    height: 100%;
}

.menu-bar-inner-logo {
    margin-right: 20px;
}

.menu-bar-inner-logo a {
    height: 100%;
    padding: 10px 0;
    display: block;
}

.menu-bar-inner-logo picture {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-bar-inner-logo a img {
    max-height: 100%;
    width: initial;
}

.menu-bar-inner-nav {
    margin-left: auto;
    flex-shrink: 0;
}

.menu-bar-inner-nav .nav-list {
    display: flex;
    height: 100%;
}

.menu-bar-inner-nav .nav-list-entry {
    align-items: center;
    display: flex;
}

.menu-bar-inner-nav .nav-list-entry a {
    color: #828282;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    padding: 15px;
    position: relative;
    text-decoration: none;
    transition: 0.3s all;
}

.menu-bar-inner-nav .nav-list-entry a:hover,
.menu-bar-inner-nav .nav-list-entry.active a {
    color: #111;
}

.menu-bar-inner-nav .nav-list-entry a:after {
    background: currentColor;
    border-radius: 10px;
    bottom: 8px;
    content: '';
    height: 4px;
    left: calc(50% - 2px);
    opacity: 0;
    position: absolute;
    transform: scale(0);
    transition: 0.3s all;
    width: 4px;
}

.menu-bar-inner-nav .nav-list-entry.active a:after {
    opacity: 1;
    transform: scale(1);
}

/* menu bar - page scrolled */
.page-scrolled {
    background: #fff;
    border-bottom-color: #ddd;
    height: 60px;
}

.page-scrolled .menu-bar-inner-nav .nav-list-entry a {
    padding-bottom: 12px;
    padding-top: 12px;
}

/************************/
/* mobile menu - button */
/************************/
.open-mobile-menu {
    display: none;
    height: 100%;
    margin-left: auto;
}

.open-mobile-menu-button {
    background: none;
    border: none;
    color: inherit;
    font-size: 26px;
}

.open-mobile-menu-button:hover,
.open-mobile-menu-button:active,
.open-mobile-menu-button:focus {
    background: none;
    border: none;
    color: #333;
    outline: none;
}

@media screen and (max-width: 767px) {
    .open-mobile-menu {
        display: flex;
    }
}

/*********************/
/* mobile menu - nav */
/*********************/
.menu-bar-inner-nav-header {
    display: none;
}

@media screen and (max-width: 767px) {
    body.menu-opened {
        overflow: hidden;
    }

    .menu-bar-inner-nav {
        background: #47474a;
        height: 100vh;
        left: -100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        transition: 0.3s all ease-out;
        width: 500px;
        z-index: 100000;
    }

    .menu-bar-inner-nav.open {
        left: 0;
    }

    .menu-bar-inner-nav-header {
        align-items: center;
        display: block;
        text-align: right;
    }

    .menu-bar-inner-nav-closeBtn {
        color: #b3bfc0;
        cursor: pointer;
        display: inline-block;
        font-size: 30px;
        margin-left: auto;
        line-height: 60px;
        width: 60px;
        text-align: center;
    }

    .menu-bar-inner-nav-closeBtn:hover,
    .menu-bar-inner-nav-closeBtn:active,
    .menu-bar-inner-nav-closeBtn:focus {
        color: #fff;
    }

    .menu-bar-inner-nav .nav-list {
        flex-direction: column;
    }

    .menu-bar-inner-nav .nav-list-entry {
        /*justify-content: flex-end;*/
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-left: 20px;
    }

    .menu-bar-inner-nav .nav-list-entry:last-child {
        border-bottom: none;
    }

    .menu-bar-inner-nav .nav-list-entry a:hover, .menu-bar-inner-nav .nav-list-entry.active a {
        color: #ffffff;
    }

    .menu-bar-inner-nav .nav-list-entry a {
        color: #b3bfc0;
        font-size: 20px;
        width: 100%;
    }

    .menu-bar-inner-nav .nav-list-entry a,
    .page-scrolled .menu-bar-inner-nav .nav-list-entry a {
        padding: 10px 20px;
    }

    .menu-bar-inner-nav .nav-list-entry a:after {
        bottom: calc(50% - 3px);
        height: 6px;
        left: 0;
        width: 6px;
    }
}

/***************/
/* page header */
/***************/
.page-header {
    background-color: #eee;
    background-position: 0 center;
    background-size: cover;
    position: relative;
}

.page-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    min-height: 400px;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

/***************/
/* Page footer */
/***************/
.page-footer {
    background: #f5f5f5;
    margin-top: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.page-footer h1 {
    font-size: 1.383em;
}

.page-footer h2 {
    font-size: 1.296em;
}

.page-footer h3 {
    font-size: 1.215em;
}

.page-footer h4 {
    font-size: 1.138em;
}

.page-footer h5 {
    font-size: 1.067em;
}

.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5 {
    color: #333;
    margin-bottom: 1.5em;
}

.page-footer-bricks {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.page-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 1rem;
}

.page-footer-bottom-copyright {
    margin-right: auto;
    margin-bottom: 1rem;
}

.page-footer-bottom-urlList {
    margin-bottom: 1rem;
}

/**************/
/* pagination */
/**************/
.quiqqer-sheets-desktop {
    text-align: center;
}

.quiqqer-sheets-desktop a,
.quiqqer-sheets-desktop span {
    border-radius: 3px;
    color: #5d5d5d;
    float: none;
    margin-right: 2px !important;
    padding: 0 15px;
}

.quiqqer-sheets-desktop a:hover {
    color: #fff;
}

.quiqqer-sheets-desktop .quiqqer-sheets-desktop-current {
    background: #D9D6D7;
    border: 1px solid #D9D6D7;
    border-radius: 3px;
    color: #333;
}

.quiqqer-sheets-desktop-disabled {
    border-color: #ccc !important;
    color: #ccc !important;
}

.quiqqer-pagination .quiqqer-sheets-desktop:last-child {
    margin: 40px 0;
}

.quiqqer-sheets-mobile select {
    margin-bottom: 20px;
    margin-top: 20px;
}

/***********/
/* gallery */
/***********/
.quiqqer-gallery-grid-entry {
    padding: 0;
}

.quiqqer-gallery-grid .control-background {
    background: none;
}

.quiqqer-gallery-grid-entry .quiqqer-gallery-grid-entry-text {
    padding: 10px 0;
    text-align: center;
}

/*****************************/
/* standard search site type */
/*****************************/

.qui-search-result form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.qui-search-result .form-field-search {
    flex-grow: 3;
    margin: 10px;
    min-width: auto;
}

.qui-search-result input[type="submit"] {
    flex-grow: 1;
    margin: 10px;
    order: 3;
}

/*****************/
/* Children List */
/*****************/
.qui-control-childrenlist-default-entry-content-footer .qui-control-childrenlist-default-entry-content-footer-link {
    line-height: inherit;
}