/* ==========================================================================
    styles.css - File for gerneral styling

    1.  Gereral Settings
    2.  Images & LazyLoading
    3.  Headlines
    4.  Overwrites uiKit 3 
    5.  Navigation
    5.1 TopBar
    6.  Subnavigation
    7.  General section settings for all kind of sections and layouts
    7.1     Hero-section
    7.2     Content-section 
    7.3     Grid-section
    7.4     Slider-section
    7.5     Listing-section / Person-section
    7.6     Text Section
    7.7     Gallery Section
    7.8     Tab-Section
    8.  Footer
    9.  CoockieBanner
    10. FIXES & Hacks

   ========================================================================== */

/* ==========================================================================
    1. General Settings
   ========================================================================== */

html {
    font-weight: 400;
    font-size: 16px;
    color: rgb(20, 20, 20);
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

em {
    color: inherit;
}

p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Helper Classes
   ========================================================================== */

/* Inline List */

ul.inline-list {
    padding: 0;
    margin: 0;
}

ul.inline-list>li {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.inline-list>li:first-child {
    padding-left: 0 !important;
}

ul.inline-list.divider > li {
    padding: 0.125rem 0.75rem;
    position: relative;
}
ul.inline-list.divider > li:nth-child(1n+2):before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: currentColor;
}

/* VD Link */

.vd-link {
    font-weight: 500;
    display: inline-block;
}

.vd-link.pdf span.uk-inline-block {
    margin-left: 0.375rem;
    vertical-align: 1px;
}

/* VD padding */

.vd-padding-top-small {
    padding-top: 10px;
}

.vd-padding-top-normal {
    padding-top: 20px;
}

.vd-padding-top-medium {
    padding-top: 40px;
}

.vd-padding-top-large {
    padding-top: 70px;
}

.vd-padding-top-xlarge {
    padding-top: 120px;
}

.vd-padding-bottom-small {
    padding-bottom: 10px;
}

.vd-padding-bottom-normal {
    padding-bottom: 20px;
}

.vd-padding-bottom-medium {
    padding-bottom: 40px;
}

.vd-padding-bottom-large {
    padding-bottom: 70px;
}

.vd-padding-bottom-xlarge {
    padding-bottom: 120px;
}

@media (max-width: 599px) {
    .vd-padding-top-medium {
        padding-top: 30px;
    }
    .vd-padding-top-large {
        padding-top: 30px;
    }
    .vd-padding-top-xlarge {
        padding-top: 50px;
    }
    .vd-padding-bottom-medium {
        padding-bottom: 30px;
    }
    .vd-padding-bottom-large {
        padding-bottom: 40px;
    }
    .vd-padding-bottom-xlarge {
        padding-bottom: 50px;
    }
}

/* VD Line */

.vd-line {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    margin-left: 3px;
}

/* Own buttons */

.btn-transparent {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 1rem 3rem;
    transition: transform 0.3s ease;
}

.btn-transparent:hover {
    color: #fff;
    transform: scale(1.125);
}

.circle {
    border-radius: 50%;
    width: 110px;
    height: 110px;
}


/* MediaQueries for #1
   ========================================================================== */

@media only screen and (max-width:599px) {
    html {
        font-size: 13px;
    }
}


/* ==========================================================================
    2. Images & LazyLoading
   ========================================================================== */
.sliderbox {
    width: 100%;
}

.sliderbox img:not([src]),
.mediabox img:not([src]) {
    visibility: initial;
}

figure.mediabox {
    display:block;
    width: 100%;
    position: relative;
    height:0;
    margin: 0;
}

.mediabox-img.ls-blur-up-is-loading,
.mediabox-img.lazyload:not([src]) {
    visibility: hidden;
}

.ls-blur-up-img,
.mediabox-img,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* only if you want to change the blur-up option from always to auto or want to use blur up effect without a lowsrc image. 
	font-family: "blur-up: auto", "object-fit: cover";
	object-fit: cover;*/
}

.mediabox.expand {
    overflow: hidden;
}
.mediabox.expand img.mediabox-img {
    max-width: none;
    width: auto;
}

.ls-blur-up-img {
    filter: blur(5px);
    opacity: 1;
    transition: opacity 300ms, filter 600ms;
}

.ls-blur-up-img.ls-inview.ls-original-loaded {
    opacity: 0;
    filter: blur(0px);
}
/* Overlay for images
   ========================================================================== */
.overlay {
    z-index: 1;
    opacity: 0.5;
}
   @supports (mix-blend-mode: overlay) {
    .overlay {
        opacity: 1;
    }
}

figcaption {

	z-index: 10;
	position: absolute;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	bottom: 0;
    left: 50%;
    background: rgba(255,255,255,0.675);
    color: #000 !important;
    font-size: 0.75rem;
    font-weight: 600 !important;
    line-height: 1;
	text-align: right;
    font-style: italic;
    transform: translateX(-50%);
}



/* ==========================================================================
    3. Headlines
   ========================================================================== */

.hero .headline, .hero .subheadline, .hero span.headline, .hero span.subheadline {
    display: block;
    margin-top: 0 !important;
}

.subheadline {
    display: block;
    margin-top: 0 !important;
}


/* ==========================================================================
    4. uiKit 3 - Overwrites
   ========================================================================== */

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    line-height: 1.5;
    display: block;
}

h1, .uk-h1, h2, .uk-h2 {
    font-weight: 500;
}

h3, .uk-h3 {
    font-weight: 500;
}

strong {
    font-weight: 700 !important;
}

.uk-hr, hr {
    border-top: 1px solid #E5E5E5;
}

.uk-heading-large {
    line-height: .8em;
}

.uk-text-small {
    font-size: 0.875rem;
}

.uk-text-large {
    font-size: 1.25rem;
}

.uk-form-label {
    font-size: 1rem;
}

.uk-inline-clip {
    width: 100%;
}

svg:not(:root) {
    max-width: 100%;
    height: auto;
}

.uk-divider-small {
    padding-left: 0.5em;
}

.uk-background-cover {
    background-size: cover !important;
}

.uk-overlay-secondary {
    background: 0 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(31, 31, 31, .6));
}

.uk-container-expand {
    padding-left: 0;
    padding-right: 0;
}

.uk-overlay {
    padding: 10px 10px;
}

.uk-grid-small {
    margin-left: -5px;
}

.uk-grid+.uk-grid-small, .uk-grid-small>.uk-grid-margin, *+.uk-grid-margin-small {
    margin-top: 5px;
}

.uk-grid-small>* {
    padding-left: 5px;
}

.uk-tile-primary {
    background: #000;
    padding: 25px;
}
.uk-breadcrumb {
    margin-top: 15px;
}

.uk-breadcrumb a:hover {
    text-decoration: underline;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    font-size: 0.7em;
    margin: 0 10px;
}

.uk-breadcrumb span {
    font-weight: 400;
}

.uk-modal-close-full {
    padding: 57px 18px;
}

.uk-background-fixed {
    background-attachment: fixed !important;
}

@media (pointer:coarse) {
    .uk-background-fixed {
        background-attachment:scroll !important;
    }
}
.uk-table {
    min-width: 100%;
}

.uk-table th {
	padding: 16px 12px;
	text-align: inherit;
	vertical-align: bottom;
	font-size: inherit;
	font-weight: 700;
	color: inherit;
	text-transform: inherit;
}

.uk-section-muted .uk-table-divider > :first-child > tr:not(:first-child), 
.uk-section-muted .uk-table-divider > :not(:first-child) > tr, 
.uk-section-muted .uk-table-divider > tr:not(:first-child) {
	border-top: 1px solid #3E3E3E;
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
	color: rgba(255,255,255,1);
}


/* Indicator for overflowing tables
   ========================================================================== */

/*** - Indicator for touch devices - ***/
@media only screen and (max-width:959px) {

    .overflow-indicator {
        display: block;
        width: 28px;
        height: 28px;
        margin: -28px 0.5rem 0.5rem auto !important;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='104.153' width='60.056'%3E%3Cg color='%23000'%3E%3Cpath overflow='visible' d='M35.392 24.057c-4.15-1.453-8.741.757-10.194 4.906l-9.1 25.983c-.284-2.936-1.425-6.4-3.823-7.993-3.24-2.227-8.629-.898-10.793 2.08C.322 50.71-.085 52.937.014 55.87.79 69.38 2.861 82.813 7.197 93.98c.21.527.654.955 1.188 1.145l25.483 8.924c.403.137.85.139 1.255.009 3.422-1.062 6.812-3.723 10.06-7.172 3.249-3.448 6.3-7.7 8.633-12.075 2.333-4.375 3.847-8.707 4.188-12.903.328-4.052-1.208-8.056-4.951-9.88-.92-.326-1.918-.586-2.807-.685-.079-1.327-.411-2.552-1.045-3.445-1.06-1.496-2.386-2.314-3.556-2.702-1.124-.373-2.284-.323-3.41-.002-.188-.762-.38-1.553-.778-2.127-1.043-1.506-2.434-2.31-3.615-2.723-.978-.342-2.02-.403-3.059-.343l5.515-15.75c1.69-5.08-1.417-8.983-4.906-10.194zm-1.322 3.775c2.124.744 3.197 2.974 2.453 5.098l-6.94 19.82c-.313.851.044 1.897.81 2.38.768.483 1.865.354 2.498-.295.72-.72 2.607-1.073 3.629-.716.457.16 1.24.649 1.651 1.24.41.592.669 1.209.187 2.583-.294.84.06 1.858.808 2.34.747.48 1.818.379 2.462-.235 1.305-1.266 1.804-1.371 2.754-1.055.263.087 1.118.582 1.563 1.21.445.627.716 1.264.248 2.602a2.04 2.04 0 00.523 2.144 2.05 2.05 0 002.176.358c.84-.102 1.579.037 2.485.373 2.15 1.075 2.825 2.895 2.637 5.99-.189 3.124-1.581 7.197-3.738 11.24-2.155 4.044-5.03 8.076-8.006 11.235-2.793 2.964-5.665 5.035-7.847 5.861l-23.8-8.335C6.735 81.534 4.61 67.316 4.029 55.754c-.085-2.51.283-3.807.73-4.446 1.339-1.581 3.657-1.927 5.245-1.077 1.742 1.457 1.77 2.972 2.09 4.805l1.113 8.832c.12.881.894 1.629 1.779 1.72.885.09 1.794-.487 2.09-1.325l11.898-33.977c.743-2.124 2.973-3.197 5.097-2.453zM19.056 0c-.526.005-1.064.198-1.438.594l-9 8.998c-.436.4-.541.903-.562 1.406.017.547.147.984.563 1.406l9 8.998c.734.807 2.09.777 2.843.031.754-.745.76-2.104 0-2.843l-5.594-5.593h38.376L47.65 18.59c-.76.74-.754 2.098 0 2.843.754.746 2.113.737 2.844-.03l9-8.999c.415-.422.545-.859.562-1.406-.021-.503-.126-1.006-.563-1.406l-9-8.998c-.746-.792-2.09-.777-2.843-.032-.754.746-.76 2.105 0 2.844l5.594 5.592H14.868l5.594-5.592c.76-.74.754-2.098 0-2.844A1.958 1.958 0 0019.056 0z' style='text-indent:0;text-transform:none'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;        
        background-size: contain;
        opacity: 0.375;
    }
    .text-section .text-columns > .overflow-indicator {
        margin: -28px 0.5rem 0.5rem auto !important;
    }
} 

@media only screen and (max-width:639px) {
    table.uk-table {
        font-size: 14px;
    }
}


/* ==========================================================================
    5. Navigation
   ========================================================================== */

.tm-header {
    background-color: #29354A;
}

.tm-header-transparent {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
}

.uk-navbar-container:not(.uk-active) img.vd-hide-on-hero {
    display: none;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.uk-sticky-fixed .uk-navbar-container:not(.uk-navbar-transparent), .uk-sticky-fixed.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #29354A;
}

.uk-navbar .uk-logo {
    padding: 0 15px;
}

.uk-sticky-fixed .uk-navbar .uk-logo {
    padding: 0 15px;
}

.uk-navbar-nav>li>a {
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 22px;
    min-height: 40px;
    white-space: nowrap;
}
.uk-navbar-nav>li>a:hover {
    color: rgba(255,255,255,0.65);
}

.uk-navbar-nav>li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -23px;
    height: 1px;
    background-color: transparent;
    transition: .1s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 0;
    right: 0;
}

@media only screen and (min-width:960px) and (max-width: 1200px) {
    .uk-navbar-nav>li>a {
        font-size: 14px;
        padding: 0 5px;
    }
}

/* Navbar  - Subnavigation
   ========================================================================== */

#navbar .uk-sticky-fixed .uk-subnav {
    top: 80px;
}

#navbar .uk-subnav>li {
    padding-left: 10px;
}

#navbar .uk-subnav>*> :first-child {
    color: #000;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

#navbar .uk-subnav>*>a:focus, #navbar .uk-subnav>*>a:hover {
    color: #666;
    text-decoration: none;
}

#navbar .uk-subnav>li>a>div>div>div.uk-inline>div {
    transition: all 0.5s ease-out;
}

#navbar .uk-subnav>li>a>div>div>div.uk-inline>div:hover {
    background: none;
}

/* Dropdown
   ========================================================================== */
.dd-icon {
    display: inline-block;
    margin-left: 0.25rem;
}
.dd-icon svg {
    transform: rotate(0);
    transition: transform 0.3s ease;
}
li:hover .dd-icon svg {
    transform: rotate(90deg);
}


/* --- RespFix : Sub-Navbar f. Referenzen / Leistungen --- */

.uk-navbar-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.uk-subnav {
    text-transform: none;
    margin-bottom: 0;
}

.uk-subnav-divider.mobile li {
    padding-bottom: 0.5rem;
}

.uk-subnav-divider.mobile> :nth-child(n+2):not(.uk-first-column)::before {
    display: none;
}

/*** - FIX - Logo in centered nav - ***/

.uk-navbar-center {
    display: flex;
}

.uk-navbar-center>div {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Sub-Navigation e.g. for "Produkte" or "Leistungen"
   ========================================================================== */

@media only screen and (max-width:1599px) {
    .sub-navigation .uk-flex {
        flex-wrap: wrap;
    }
} 

/* Reset UIKit */

.uk-navbar-center-left, .uk-navbar-center-right {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}

.uk-navbar-center-left {
    margin-right: auto;
    justify-content: left;
}

.uk-navbar-center-right {
    margin-left: auto;
    justify-content: right;
}

.uk-button {
    font-size: 1rem;
    border-radius: 3px;
    text-transform: none;
}

.uk-button-default {
    border: none;
}

.uk-button-primary {
    font-weight: 300;
}

.uk-button .uk-icon {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem;
    top: -1px;
}

section .uk-button .uk-icon {
    margin: 0 0 0 -1rem;
}

span.uk-icon {
    vertical-align: text-bottom;
}

a.vd-link span.uk-icon {
    vertical-align: 2px;
}

.uk-grid-divider> :not(.uk-first-column)::before {
    top: -40px;
    bottom: -40px;
}

.uk-dotnav>* {
    padding-left: 20px;
}

.uk-dotnav>*>* {
    width: 16px;
    height: 16px;
}

.uk-section-default, .uk-section {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.uk-nav-parent-icon > .uk-parent > a::after {
	transform: rotate(180deg);
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
	transform: rotate(0);
}
.uk-nav-sub.uk-nav-parent-icon > .uk-parent > a::after {
    width: 1em;
    height: 1em;
}
.uk-nav-sub.uk-nav-parent-icon > .uk-parent > a {
    position: relative;
    font-weight: 600;
}
.uk-nav-sub.uk-nav-parent-icon > .uk-parent > a::after {
	width: 8px;
	height: 8px;
    top: 10px;
    margin-left: 0.375rem ;
}
.uk-open > a {
    color:#666;
}
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary>:not([class*=uk-card-media]) .uk-link,
.uk-card-primary>:not([class*=uk-card-media]) a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary>:not([class*=uk-card-media]) .uk-link,
.uk-card-secondary>:not([class*=uk-card-media]) a,
.uk-light .uk-link,
.uk-light a,
.uk-offcanvas-bar .uk-link,
.uk-offcanvas-bar a,
.uk-overlay-primary .uk-link,
.uk-overlay-primary a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a {
 color:#fff;
 font-weight: 700;
}
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary>:not([class*=uk-card-media]) .uk-link:hover,
.uk-card-primary>:not([class*=uk-card-media]) a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary>:not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary>:not([class*=uk-card-media]) a:hover,
.uk-light .uk-link:hover,
.uk-light a:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover {
 color:#29354A
}

/* ==========================================================================
    5.1 Topbar      
    ========================================================================== */

#site-topbar {
    font-size: 0.875rem;
    padding: 0.5rem 0 !important;
    z-index: 100;
}

#site-topbar a:hover .uk-icon {
    color: inherit !important;
}

#site-topbar .uk-active {
    font-weight: bold;
}

/* ==========================================================================
    6. Subnavigation
   ========================================================================== */

/* Layout B - Links above the content
   ========================================================================== */

.layout-b .uk-subnav {
    margin: 0;
    display: block;
}

.layout-b .uk-subnav>* {
    padding: 0 3rem 1rem 0;
    position: relative;
    display: inline-block;
}

.layout-b .uk-subnav>*:first-child {
    padding-left: 0;
}

/* Commented out - break after x items - implement when requested
.layout-b .uk-subnav>li:nth-child(4) {
    clear: left;
} 
*/

.layout-b .uk-subnav>*> :first-child {
    text-transform: none;
    font-size: 1.125rem;
}

.layout-b .uk-subnav>li.uk-active>a {
    font-weight: 500 !important;
}


@media only screen and (min-width:640px) {
    .layout-b .uk-subnav>li:before {
        content: '';
        height: 50%;
        width: 1px;
        position: absolute;
        top: 10%;
        right: 1.5rem;
        background: currentColor;
    }
    /* Commented out - break after x items - implement when requested
    .layout-b .uk-subnav>li:nth-child(3):before, 
    */
    
    .layout-b .uk-subnav>li:last-child:before {
        display: none;
    }
}

/* ==========================================================================
    6.1 - Sidebar Navigation
   ========================================================================== */

aside.sidebar-nav {
    width: 320px;
    
}
aside.sidebar-nav .uk-sticky{
    margin: 20px 0;
    padding-bottom: 20px;
    z-index: 5;
}

/* Link Color */
aside.sidebar-nav .uk-card-primary.uk-card-body a {
    color: rgba(255,255,255,0.675);
}
aside.sidebar-nav .uk-card-primary.uk-card-body a:hover {
    color: rgba(255,255,255,0.85);
}
aside.sidebar-nav .uk-card-primary.uk-card-body .uk-active > a,
aside.sidebar-nav .uk-card-primary.uk-card-body .uk-open > a {
    color: rgba(255,255,255,1);
}
aside.sidebar-nav .uk-card-primary.uk-card-body .uk-parent.uk-active > a {
    font-weight: bold;
}

main.uk-width-expand {
    min-height: 100vh;
}


/* ==========================================================================
    7.  General section settings - For all kind of section
   ========================================================================== */

;
/* Text align for elements defined in CSS Tab Template
   ========================================================================== */

.text-child-left .content-item, .text-child-left .grid-item>div {
    text-align: left !important;
}

.text-child-center .content-item, .text-child-center .grid-item>div {
    text-align: center !important;
}

.text-child-right .content-item, .text-child-right .grid-item>div {
    text-align: right !important;
}

/* SVG Icon as Headline
   ========================================================================== */

div.headline-svg {
    display: inline-block;
    max-width: 100%;
}

/* SVG Icon as Background-Image
  ========================================================================== */

div.bg-svg {
    position: absolute;
    display: block;
    top: -100px;
    left: -100px;
    z-index: 0;
}

/* SVG Uploads - Ratio & dimensions for files uploaded via PW
    ========================================================================== */

div.img-svg:not(.ratio-org) {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: calc(1 / 1 * 100%);
    width: 100%;
}

div.img-svg.ratio-1-1{
    padding-top: calc(1 / 1 * 100%);
}

div.img-svg.ratio-16-9{
    padding-top: calc(9 / 16 * 100%);
}

div.img-svg.ratio-4-3{
    padding-top: calc(3 / 4 * 100%);
}

div.img-svg.ratio-4-5{
    padding-top: calc(5 / 4 * 100%);
}
div.img-svg.ratio-5-7{
    padding-top: calc(7 / 5 * 100%);
}

div.img-svg:not(.ratio-org) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}


/* ==========================================================================
    7.1 Hero section
   ========================================================================== */

/*  General Settings
   ========================================================================== */

@media only screen and (min-width:960px) {
    #hero {
        max-height: 100vh;
    }
} 

/* Padding for Content - remove if not neccesarry */
@media only screen and (min-width:1200px) {
    .hero-section .uk-container .uk-padding {
        padding-left: 0;
        padding-right: 0;
    }
} 

.uk-heading-hero {
    font-size: 50px;
    font-weight: 500;
    color: #000;
}

/* --- for-phone-only --- */

@media (max-width: 599px) {
    .uk-heading-hero {
        font-size: 18px;
    }
}

/* --- for-tablet-portrait-up --- */

@media (min-width: 600px) {
    .uk-heading-hero {
        font-size: 34px;
    }
}

/* --- for-phone-only --- */

@media (max-width: 599px) {
    #hero-badge {
        padding: 36px 20px 0;
        width: 100px;
    }
}

/* --- for-tablet-portrait-up --- */

@media (min-width: 600px) {
    #hero-badge {
        padding: 36px 20px 0;
        width: 160px;
    }
}

/* --- RespFix : #hero Image / Text --- */

@media (max-width: 959px) {
    div.slideshow-hero-b {
        bottom: 100px !important;
        margin-bottom: -100px !important;
    }
}

@media (max-width: 480px) {
    div.slideshow-hero-b {
        bottom: 85px !important;
        margin-bottom: -85px !important;
    }
}

/*  Alert Box
   ========================================================================== */

@media only screen and (max-height:900px) {
    .alert-box {
        display: none;
    }
    .alert-box-mobile.uk-hidden\@m {
        display: block !important;
    }
} 
@media only screen and (max-height:900px) and (orientation: landscape) {
    .alert-box-mobile .uk-card-media-top  {
        max-width: 600px;
        margin: 0 auto;
    }
}


/*  Hero - Layout A
   ========================================================================== */

/*** - Hero - Responsive Headlines - Show headlines on small devivces- ***/

.hero-layout-a .logo-hero {
    max-width: 50%;
}

@media only screen and (max-width:639px) {

    .hero-layout-a .uk-slideshow-items {
        position: relative;
        min-height: 0 !important;
    }
    .hero-layout-a .uk-slideshow-items * {
        position: relative !important;
    }
    .hero-layout-a .uk-slideshow-items img.slider-img {
        position: relative;
        top: 0;
        left: 0;
        height: 30vh !important;
        width: 100% !important;
        object-fit: cover;
        transform: none;
    }
    .hero-layout-a .uk-slideshow-items {
        display: block !important;
        position: relative !important;
        padding: 0;
    }
    .hero-layout-a .uk-slideshow-items * {
        color: #000 !important;
    }
    .hero-layout-a h1,
    .hero-layout-a span.uk-h1 {
        margin-top: 20px !important;
    }

    .hero-layout-a .logo-hero {
        max-width: 40%;
    }
    .hero-layout-a .content {
        text-align: left;
    }
}


/*** - Logo with typer.js in Slider - ***/

.hero-layout-a span {
    line-height: inherit;
    vertical-align: bottom;
}



/*  Hero - Layout C
   ========================================================================== */

.hero-layout-c {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-40%);
    overflow: visible;
}

.slideshow-hero-c {
    max-width: 70vw;
    margin: 0 0 0 auto;
}

@media (min-width: 1600px) {
    .slideshow-hero-c {
        max-width: 65vw;
    }
}


/*  Hero - Layout D
   ========================================================================== */

   .hero-layout-d .alert-box {
    margin-top: 5vh;
}


/*  Hero - Layout E - Video
   ========================================================================== */

.hero-layout-e .uk-container-expand video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.hero-layout-e .content-item {
    max-height: 100vh;
}

@media only screen and (max-width:959px) {
    
    .hero-layout-e .content-item {
        max-height: none;
    }

    .hero-layout-e .uk-position-cover {
        position: relative;
    } 

    .hero-layout-e .uk-position-cover .uk-padding{
        padding-bottom: 0 !important;
    }
}

/* ==========================================================================
    7.1 Content Layout
   ========================================================================== */

/*  General Fixing
   ========================================================================== */

.uk-background-cover .uk-container {
    width: 100%;
}

/*  Content - Layout A - Overlap Image
   ========================================================================== */

@media only screen and (min-width: 960px) {
    .overlapImages{
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .overlapImages .uk-grid {
        padding-left: 6rem;
        position: relative;
    }
    .overlapImages .overLap {
        position: absolute;
        width: calc(100% - 12rem);
        right: 0;
        top: -10rem;
        z-index: 0;
    }
    .overlapImages .uk-grid-stack > div:nth-child(2) {
        position: relative;
        width: calc(100% - 12rem);
        left: -3rem;
        top: 7rem;
    }
}

/* Content - Layout C 
   ========================================================================== */

   @media only screen and (max-width:779px) and (orientation: landscape) {
    .uk-visible\@s {
        display: none !important;
    }
    .uk-hidden\@s {
        display: block !important;
    }
    .uk-width-1-2\@s {
        width: 100%;
    }
    .uk-flex-first\@s {
        order: 0;
        margin-top: 40px;
    }
} 

/*  Content - Layout D
   ========================================================================== */

/*** - Padding for small devices - ***/

@media only screen and (max-width:959px) {
    .content-layout-d .uk-width-1-1 {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px);
    }
} 

/*  Content - Layout M - Define directions
   ========================================================================== */

@media only screen and (min-width: 960px) {
    .layout-m.direction-child-right .content-item>div:nth-child(1) {
        order: 2;
    }
    .layout-m.direction-child-right .content-item>div:nth-child(2) {
        order: 1;
    }
    .layout-m.direction-child-right .content-item>div:nth-child(3) {
        order: 3;
    }
    .layout-m.direction-child-rotate .content-item:nth-child(even)>div:nth-child(1) {
        order: 2;
    }
    .layout-m.direction-child-rotate .content-item:nth-child(even)>div:nth-child(2) {
        order: 1;
    }
    .layout-m.direction-child-rotate .content-item:nth-child(even)>div:nth-child(3) {
        order: 3;
    }
}

/* ==========================================================================
    7.3. Grid Layout
   ========================================================================== */

/* Grid - General Settings
   ========================================================================== */

.grid-item .uk-h1,
.grid-item .uk-h2,
.grid-item .uk-h3,
.grid-item .uk-h4,
.grid-item .uk-h5,
.grid-item .uk-h6 {
    margin-top: 1rem;
}

/* Grid - Link Content
   ========================================================================== */

.grid-item.link-content {
    position: relative;
}

.grid-item.link-content h3, 
.grid-item.link-content img, 
.grid-item.link-content svg, 
.grid-item.link-content svg path {
    transition: all 0.15s;
}
.grid-item.link-content:hover svg,
.grid-item.link-content:hover img {
    transform: scale(1.025);
}

.grid-item.link-content a {
    opacity: 0;
}


/*  Grid - Layout 5 - Headline im Bild, Text schmal darunter
   ========================================================================== */

.grid-layout5 .indented:nth-child(odd)>* {
    padding-left: 4rem;
}

.grid-layout5 .indented:nth-child(even)>* {
    padding-right: 4rem;
}

.grid-layout5 .indented.uk-flex-first>* {
    padding-right: 0 !important;
    padding-left: 4rem !important;
}

@media only screen and (min-width: 960px) {
    .grid-layout5 .uk-width-5-6 {
        position: relative;
    }
    .grid-layout5 .uk-width-5-6:before, .grid-layout5 .uk-width-5-6:after {
        content: "";
        position: absolute;
        top: 0;
        right: -7.5%;
        height: 100%;
        width: 2px;
        z-index: 1;
        background-color: #FCF8F5;
    }
}


/* Grid - Layout 6 - 1/2 + 2*1/2 vertical
   ========================================================================== */

.grid-layout-6 div.grid-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin-left: 0 !important;
}
.grid-layout-6 div.grid-item {
    margin: 0 0 30px;
}
.grid-layout-6 div.grid-item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.grid-layout-6 div.grid-item:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
.grid-layout-6 div.grid-item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}

.grid-layout-6 div.grid-item > div {
    height: 100%;
}

@media only screen and (min-width:960px) {
    .grid-layout-6 div.grid-items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .grid-layout-6 div.grid-item:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-column: 1;
        grid-row: 1/3;
        margin: 0 15px 0 0;
    }
    .grid-layout-6 div.grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 15px 15px;
    }
    .grid-layout-6 div.grid-item:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        grid-column: 2;
        grid-row: 2;
        margin: 15px 0 0 15px;
    }
} 

.grid-layout-6 .uk-grid-collapse > div,
.grid-layout-6 .uk-grid-small > div,
.grid-layout-6 .uk-grid-medium > div,
.grid-layout-6 .uk-grid-large > div {
    padding: 0
}

/* Set grid-gaps based on user selection - Does not effects IE11 - fixed spacing isset via margin on .grid-item - see above*/
@supports ( display: grid ) {

    .grid-layout-6 div.grid-item {
        margin: 0 !important;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .grid-layout-6 .grid-items.uk-grid-collapse {
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .grid-layout-6 .grid-items.uk-grid-small {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .grid-layout-6 .grid-items.uk-grid-medium {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .grid-layout-6 .grid-items.uk-grid-large {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
    }
}


@media only screen and (max-width:959px) {
    .grid-section.layout-6 .grid-item > div {
        min-height: 40vh !important;
    }
} 

@media only screen and (max-width:479px) and (orientation: portrait) {
    .grid-section.layout-6 .grid-item > div {
        min-height: 400px !important;
    }
}

@media only screen and (max-height:479px) and (orientation: landscape) {
    .grid-section.layout-6 .grid-item > div {
        min-height: 500px !important;
    }
}


/* ==========================================================================
    7.4. Slider Section
   ========================================================================== */
.sliderbox img,
.uk-slideshow,
.uk-slideshow-items,
.sliderbox {
    width: 100%;
    height: auto;
}

/* Limit Heigt in Slider
   ========================================================================== */

.uk-slideshow-items.limit-height a, 
.uk-slideshow-items.limit-height figure {
    position: relative;
    display: block;
    height: 100%;
}
.uk-slideshow-items.limit-height img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}


/* Slider - Layout C
   ========================================================================== */

.slider-layout-c .uk-slideshow-items a:hover {
    cursor: zoom-in;
}


/* ==========================================================================
    7.5. - Listing / Person Section
   ========================================================================== */

.section-person .personal-info .uk-icon {
    display: inline-block;
    padding-right: 0.75rem;
    position: relative;
    top: -2px;
}

.section-person .intro {
    position: relative;
    display: block;
    font-size: 1.75rem;

}
.section-person .intro em {
    font-size: 1.25rem;
}

.mfp-close {
    position: fixed;
    top: 0;
    right: 1rem;
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}


/* ==========================================================================
    7.6. - Text Section
   ========================================================================== */

.text-section .text-columns > *{
    break-inside: avoid;
    margin-top: 0 !important;
}
.text-section .text-columns > p{
    break-inside: initial;
    margin-top: 0 !important;
}
.text-section .uk-column-span {
	column-span: all;
	border-bottom: 1px solid #efefef;
	padding: 2rem 1rem 1rem;
	margin: 0 0 2rem;
}

/* ==========================================================================
    7.7. Gallery Section
   ========================================================================== */

.msnry-grid {
    margin-left: -30px;
}
.msnry-item {
    padding: 0 0 30px 30px;
}

.msnry-grid.msrny-gap-none      {margin-left: 0;}
.msnry-grid.msrny-gap-tiny      {margin-left: -1px;}
.msnry-grid.msrny-gap-mini      {margin-left: -3x;}
.msnry-grid.msrny-gap-small     {margin-left: -10px;}
.msnry-grid.msrny-gap-normal    {margin-left: -30px;}
.msnry-grid.msrny-gap-medium    {margin-left: -40px;}
.msnry-grid.msrny-gap-large     {margin-left: -70px;}

.msnry-grid.msrny-gap-none .msnry-item     {padding: 0;}
.msnry-grid.msrny-gap-tiny .msnry-item     {padding: 0 0 1px 1px}
.msnry-grid.msrny-gap-mini .msnry-item     {padding: 0 0 3px 3px}
.msnry-grid.msrny-gap-small .msnry-item    {padding: 0 0 10px 10px}
.msnry-grid.msrny-gap-normal .msnry-item   {padding: 0 0 30px 30px}
.msnry-grid.msrny-gap-medium .msnry-item   {padding: 0 0 40px 40px}
.msnry-grid.msrny-gap-large .msnry-item    {padding: 0 0 70px 70px}

.msnry-1-1 {width: 100%;}
.msnry-1-2 {width: 50%;}
.msnry-1-3 {width: 33.3333%;}
.msnry-1-4 {width: 25%;}
.msnry-1-5 {width: 20%;}
.msnry-1-6 {width: 16.6666%;}



/* Gallery Layout 1
   ========================================================================== */

@media only screen and (max-width:939px) {
    .gallery-layout-1 .msnry-1-2,
    .gallery-layout-1 .msnry-1-1 {
        width: 100%;
    }
    .gallery-layout-1 .msnry-1-3 {
        width: 33.3333%;
    }
    .gallery-layout-1 .msnry-1-4 {
        width: 50%;
    }
    .gallery-layout-1 .msnry-1-6 {
        width: 33.3333%;
    }
} 

/* Gallery Layout 3
   ========================================================================== */

@media only screen and (max-width:939px) {
    .gallery-layout-3 .msnry-1-4 {
        width: 50%;
    }
} 

/* Gallery Layout 4
   ========================================================================== */

@media only screen and (min-width:640px) {
    .gallery-layout-4 .msnry-1-1\@s {width: 100%;}
    .gallery-layout-4 .msnry-1-2\@s {width: 50%;}
    .gallery-layout-4 .msnry-1-3\@s {width: 33.3333%;}
    .gallery-layout-4 .msnry-1-4\@s {width: 25%;}
    .gallery-layout-4 .msnry-1-5\@s {width: 20%;}
    .gallery-layout-4 .msnry-1-6\@s {width: 16.6666%;}
}

@media only screen and (min-width:960px) {
    .gallery-layout-4 .msnry-1-1\@m {width: 100%;}
    .gallery-layout-4 .msnry-1-2\@m {width: 50%;}
    .gallery-layout-4 .msnry-1-3\@m {width: 33.3333%;}
    .gallery-layout-4 .msnry-1-4\@m {width: 25%;}
    .gallery-layout-4 .msnry-1-5\@m {width: 20%;}
    .gallery-layout-4 .msnry-1-6\@m {width: 16.6666%;}
}
@media only screen and (min-width:1200px) {
    .gallery-layout-4 .msnry-1-1\@l {width: 100%;}
    .gallery-layout-4 .msnry-1-2\@l {width: 50%;}
    .gallery-layout-4 .msnry-1-3\@l {width: 33.3333%;}
    .gallery-layout-4 .msnry-1-4\@l {width: 25%;}
    .gallery-layout-4 .msnry-1-5\@l {width: 20%;}
    .gallery-layout-4 .msnry-1-6\@l {width: 16.6666%;}
}


/* ==========================================================================
    7.8 Tab Section
   ========================================================================== */

.uk-container .content-layout-d .uk-container {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Add padding if background is coloured */
.uk-switcher .uk-section-muted,
.uk-switcher .uk-section-primary,
.uk-switcher .uk-section-secondary {
    padding-left: 2rem;
    padding-right: 2rem;
}

/*** - Indicator for touch devices - ***/
@media only screen and (max-width:959px) {
    .uk-tab li:last-child::after {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 100%;
        left: 100%;
        transform: translate(0,-50%) rotate(-30deg);
        margin: 0 0 0 0.5rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='touch' viewBox='0 0 62 77.5'%3E%3Cpath d='M48.83 28.17A4 4 0 0046 27a3.94 3.94 0 00-2.22.68 4.07 4.07 0 00-1-1.51A4 4 0 0040 25a3.94 3.94 0 00-2.22.68 4.07 4.07 0 00-1-1.51 4 4 0 00-4.78-.63V14a4 4 0 00-1.17-2.83 4.05 4.05 0 00-3.64-1.09A4.11 4.11 0 0024 14.15v23.19l-2.74-3.13a5 5 0 00-6.87-.61l-.69.56A2.93 2.93 0 0013 38l7.13 11.5A16.35 16.35 0 0034 58a16 16 0 0016-16V31a4 4 0 00-1.17-2.83zM48 42a14 14 0 01-14 14c-4.74 0-9.51-2.94-12.15-7.52l-7.11-11.55a.92.92 0 01.26-1.21l.68-.56a3 3 0 011.87-.66 3 3 0 012.25 1l6.2 7.16V14.15A2.1 2.1 0 0127.58 12a2 2 0 011.83.55A2 2 0 0130 14v20a1 1 0 002 0v-7a2 2 0 012-2 2 2 0 012 2v7a1 1 0 002 0v-5a2 2 0 012-2 2 2 0 012 2v5a1 1 0 002 0v-3a2 2 0 012-2 2 2 0 012 2z'/%3E%3Cpath d='M22 17.85a1 1 0 00.32-1.38A6.86 6.86 0 1135 12.86a6.76 6.76 0 01-1 3.61 1 1 0 00.32 1.38 1 1 0 00.53.15 1 1 0 00.85-.47 8.85 8.85 0 10-15.06 0 1 1 0 001.36.32z'/%3E%3C/svg%3E%0A") no-repeat;
        background-size: cover;
        opacity: 0.375;
    }
} 


/* ==========================================================================
    8. Footer
   ========================================================================== */

footer div {
    font-size: 0.875rem;
}


/*  Footer Flyout - InfoButtons 
   ========================================================================== */

#flyout-contact {
    transform: translate(260px,-50%);
    z-index: 100;
}
#flyout-contact a {
    width: 300px;
    transition: all 0.3s ease-out;
    /*padding-left: 9px;*/
    padding: 0 12px;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.25);
}
#flyout-contact a:hover {
    transform: translate(-160px,0);
}
#flyout-contact a span {
    padding-right: 8px;
}

/* Footer Logo
   ========================================================================== */

@media only screen and (max-width: 959px) {
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        margin: 0 auto !important;
    }
} 

/* ==========================================================================
    9. Cookie Banner
   ========================================================================== */

.privacywire.privacywire-banner,
.privacywire.privacywire-message,
.privacywire.privacywire-options {
    width: 100%;
    box-shadow: -3px -3px 10px -5px rgba(0,0,0,.15);
    font-size: 13px;
    padding: 0.75rem;
    box-sizing: border-box;
}
.privacywire header {
    font-weight: 600;
    margin: 0 0 0.75rem;
}
.privacywire a {
    text-decoration: underline;
}
.privacywire .privacywire-text{
    margin-bottom: 1rem;
}
.privacywire em {
    color: #000;
}
.privacywire p {
    margin: 0 0 0.5rem;
}
.privacywire-buttons {
    margin: 1rem 0;
}
.privacywire ul {
    list-style: none;
    padding: 0;
}
.privacywire button {
    background: #fff;
    color: #817F7D;
    border: 1px solid #F6F6F6;
    padding: 0.5rem 1rem;
    margin: 0 1rem 0 0;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.privacywire button:hover,
.privacywire button:active {
    background-color: #F6F6F6;
}

.privacywire .allow-all {
    background-color: #148800;
    color: #fff;
}

.privacywire .allow-all:before,
.privacywire .choose:before {
    content: "\2713";
    display: inline-block;
    margin-right: 0.5rem;
} 
.privacywire .choose:before {
    content: "\187";
}
.privacywire .allow-all:hover,
.privacywire .allow-all:active {
    background-color: #0f6600;
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus,
input[type=radio]:not([class*=uk-]):checked:focus,
input[type=checkbox]:not([class*=uk-]):checked:focus,
input[type=checkbox]:not([class*=uk-]):indeterminate:focus,
input[type="checkbox"]:not([class*="required"]):checked {
    background-color: #0f6600;
}
   
   
/*  Coockie Banner - MediaQueries
    ========================================================================== */ 
   
@media only screen and (min-width:961px) {
       .privacywire.privacywire-banner,
       .privacywire.privacywire-message,
       .privacywire.privacywire-options { 
           width: 50vw;
           left: unset;
           right: 0;
           transform: none;
       };
   }
@media only screen and (min-width:1200px) {
    .privacywire.privacywire-banner,
    .privacywire.privacywire-message,
    .privacywire.privacywire-options { 
        width: 35vw;
        max-width: 600px;
    };
}


/* ==========================================================================
    10. FIXES & Hacks
   ========================================================================== */

/* --- RespFix : Outbreaking words flex container - see: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ --- */

/* .uk-flex {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
} */


/* Fix for background-blend-mode
See: https://iamsteve.me/blog/entry/feature-detection-with-css
========================================================================== */

.content-layout-d .overlay .uk-background-norepeat.uk-background-cover.uk-background-center-center::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
}


@supports (background-blend-mode: color) {
    .content-layout-d .overlay .uk-background-norepeat.uk-background-cover.uk-background-center-center::before {
        display:none;
    }
}

/* --- YouTube Videos - Fix for responsive iFrames:https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php  --- */

.youtubeWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%;
}

.youtubeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
    11. Kundenspezifische Anpassungen
   ========================================================================== */

/* Tabs
   ========================================================================== */

.uk-tab::before,
.uk-tab-left::before {
    border: none;
}

.uk-tab > * {
    flex: none;
    padding-left: 0;
}
.uk-tab.uk-flex-center>*>a {
    display:block;
    text-align:center;
    padding:5px 15px;
    color: rgba(41, 53, 74, 0.75);
    border-bottom:2px solid #BABABA;
    font-size:inherit;
    text-transform:none;
    transition:all .1s ease-in-out
}

.uk-container .uk-container section:last-child {
    margin-bottom: 0;
}

.uk-tab.uk-tab-left > * > a {
    border-right: 2px solid #BABABA;
    padding: 15px 15px 15px 0;
    text-transform: none;
    font-size: inherit;
}

.uk-tab>.uk-active>a,
.uk-tab.uk-tab-left > .uk-active > a {
    border-color: #F44E4E;
    color: inherit;
}

/* Menu
   ========================================================================== */

.uk-navbar-center {
    margin-left: 5rem;
}

.uk-dropdown {
    min-width: 200px;
    max-width: 300px;
	padding: 20px;
	background: rgba(83, 99, 128, 0.9);
	color: #fff;
	box-shadow: 0 5px 12px rgba(0,0,0,.15);
}

.uk-dropdown-nav {
    font-size:18px;
    white-space: initial;
}

/* Container in Container xsmall
   ========================================================================== */

.uk-container .uk-container-xsmall{
    max-width: 450px;
}

/* Line under content-layout-j
   ========================================================================== */

.content-layout-j>div.uk-section-primary {
    position: relative;
}

.content-layout-j>div.uk-section-primary:after {
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #fff;
}

.content-layout-j:last-child>div.uk-section-primary:after {
    display: none;
}