/* ---- RESET - Resets default browser CSS.  --------------- */

html {
margin:0;
padding:0;
border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20 {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: -40px;
}

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
line-height: 1.5;
background: white;
}


body.smooth-scroll {
    overflow:hidden;
}

.smooth-scroll #content-scroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden !important;
}

.scroll-content, main {
    height: 100%;
}

.scrollbar-track {
    background: transparent!important;
}

table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
float:none !important;
}
table, thead, tbody, th, td, tr { 
    vertical-align: middle;
    border-collapse: collapse;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
}
td {
    display: table-cell;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
img {
    width: 100%;
}
iframe {
    width: 100% !important;
}

.tooltip {
    display: none !important;
}

#content-scroll {
    height: 100%;
}

/* END Reset */




/* ----------   ///// UBIQ /////  ---------------- */



/*------------------
    DEFINITIONS
-------------------*/

:root {
    --color1: #29404b;
    --color2: #e36e3b;
    --color3: #ededed;
    --color4: #343434;
    --color5: #a44f2f;
    --color6: #cecdce;
    --border-color: #e36e3b;
    --white: #ffffff;
    --black: #000000;

    --padding-top: 7%;
    --padding-bottom: 7%;
    --padding-left: 3%;
    --padding-right: 3%;
}


/*--------------------------------------------------
    Internet Explorer IE gesperrt
---------------------------------------------------*/	


.not-IE {
    display: none;
}

.not-IE .logo img {
    width: 100%;
    margin: 0 0 20%;
    max-width: 200px;
}

.not-IE h4 {
    -webkit-text-fill-color: #fff;
    background: none;
    color: #fff;
}

.not-IE a {
    color: #ffffff;
    text-decoration: underline;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .not-IE {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 10004;
        color: #fff;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 60%;
        padding: 0 20%;
    }
}


/*--------------------------------------------------
    03. Page Preloader
---------------------------------------------------*/	

    .preloader-wrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0; 
        bottom: 0;
        background: #000;
        z-index: 10003;
        text-align:center;
    }
    
    .preloader-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0; 
        bottom: 0;
        background-image: url(../images/preloader-bg.jpg);
        background-size: cover;
        z-index: 2;
        text-align:center;
        opacity: 0.2;
    }
    
    .outer {
        display: table;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .inner {
        display: table-cell;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .percentage {
        z-index: 100;
        color: #fff;
        opacity:1;
        font-weight: 700;
        font-size: min(max(2rem, 3.5vw), 6rem);
        line-height: 90px;
        font-family: 'nag';
    }
    
    .light-content .percentage {
        color:rgba(255,255,255,1);
    }
    
    .trackbar {
        width: 30vw;
        height: 1px;
        background: #45606d;
        margin: 0 auto;
        margin:40px auto;
        position: relative;
        left:0;
        right:0;
        opacity: 1;
    }
    
    .loadbar {
        width: 0%;
        height: 1px;
        background: #e36e3b; 
        position: absolute;
        top: 0px;
        left: 0;
        right:0;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .hold-progress-bar {
        width: 0%;
        height: 3px;
        background: #45606d; 
        position: absolute;
        top: 0px;
        left: 0;
        right:0;
        margin: 0 auto;
        overflow: hidden;
    }
    
    
    img.pageloader-R {
        position:relative;
        text-align:center;
        line-height:50px;
        width:200px;
        height:200px;
        font-size:40px;
        margin:0 auto;
        margin-top:80px;
    }
    
    img.pageloader-R:before {
        content:"(";
        position:absolute;
        height:10px;
        width:4px;
        top:32px;
        left:-6px;
        line-height:10px;
        font-size:10px;
        font-weight:700;
        color:#fff;
        -webkit-animation: movebefore 0.8s ease-out infinite;
        animation: movebefore 0.8s ease-out infinite;
    }
    
    @keyframes movebefore {
    0% {
        left:-6px;
        opacity:1;
    }
    
    100% {
        left:-12px;
        opacity:0
    }
    }
    
    .headphones:after {
        content:")";
        position:absolute;
        height:10px;
        width:4px;
        top:32px;
        right:-6px;
        line-height:10px;
        font-size:10px;
        font-weight:700;
        color:#fff;
        -webkit-animation: moveafter 0.8s ease-out infinite;
        animation: moveafter 0.8s ease-out infinite;
    }
    
    @keyframes moveafter {
    0% {
        right:-6px;
        opacity:1;
    }
    
    100% {
        right:-12px;
        opacity:0
    }
    }
    
    .headphones-text{
        font-size:10px;
        margin-top:20px;
    }
    
    



/*--------------------------------------------------
    04. ANIMATIONEN
---------------------------------------------------*/

.transition-fade {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
}

html.is-animating .transition-fade {
    opacity: 0;
  }

  .transition-wipe { /* N-LOGO */
    transition: 0.4s;
    transform: translateY(0%);
    transform-origin: center;
    opacity: 0;
  }

  html.is-animating .transition-wipe { /* N-LOGO-POLYGON */
    transform: translateY(40px);
    opacity: 1;
  }
    
  html.is-animating .transition-up { /* HEADER */
    transform: translateY(-100%);
    opacity: 0;
  }
    

  
  .swup-underlay {
      position: absolute;
      visibility: hidden;
      width: 100%;
      height: 100%;
      background: #ffffff;
      left: 0;
      top: 0;
      z-index: -1;
  }

  .swup-underlay .transition-wipe {
    position: absolute;
    visibility: visible;
    width: 200px;
    min-width: 200px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -100px auto;
}



    body.dark {
        background-color: var(--color1);
        color: #fff;
    }



.has-animation {
    opacity: 0.01;
    -webkit-transition: translateY(40px);
    transform: translateY(40px);
    transform-origin: 50% 0;
    will-change: transform;
}

.has-animation-left {
    opacity: 0.01;
    -webkit-transition: translateX(-80px);
    transform: translateX(-80px);
    transform-origin: 50% 0;
    will-change: transform;
}

.has-animation-stagger {
    opacity: 0;
    -webkit-transition: translateX(300px);
    transform: translateX(300px);
}

.has-mask span > span {
    display: inline-block;
    margin: 0!important;
    line-height: 40px;
    height: 1.5;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

p.has-mask span, p.has-mask span > span {
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
}

figure.has-parallax {
    overflow: hidden;
    max-height: 50vw;
}






/* ///// LOGO ///// */

.logo {
    max-width: 250px;
    width: 15vw;
    float: left;
    transition: all ease 0.5s;
}

.logo.darkmode {
    display: none;
}

.logo img {
    width: 100%;
}

.logo a {
    width: 100%;
    border-bottom: none;
    float: left;
    line-height: 1;
}

#header.home .logo {
    
}



/* ///// NAVIGATION ///// */

#navigation {
    position: relative;
    display: block;
    float: right;
    width: auto;
}

ul.menu a.extern {
    position: relative;
    margin-right: 5em;
}

ul.menu a.extern:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    background-image: url(../images/extern-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}



/* ///// INFOBUTTON ///// */

#infobutton {
    position: absolute;
    display: none;
    float: left;
    width: auto;
    max-width: 50%;
    right: 0;
    left: auto;
    top: 80px;
    padding: 2em 0;
    background: #505050;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 100005;
}

#header-fadein #infobutton {
    top: 71px;
}

.infobutton-button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/info-icon.svg);
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 100006;
}

#header-fadein .infobutton-button {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/info-icon.svg);
    background-size: cover;
    left: -270px;
    top: 0;
}



/* ///// HINWEIS ///// */


#hinweis .newsflash {
    position: absolute;
    float: right;
    top: 20%;
    right: 7%;
    background: #5e8398;
    border-radius: 50%;
    z-index: 2;
    display: block;
    width: 200px;
    height: 200px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    padding: 1%;
}

#hinweis .beitrag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

#hinweis p, #hinweis a {
    color: #fff;
    line-height: 1.2;
    text-align: center;
}



/* ///// SLIDER ///// */

#slider {
    position: relative;
    display: block;
    float: left;	
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slider .newsflash {
    display: block;
}

#slider .moduletable, #slider .newsflash {
    height: 100%;
}

#slider .swiper-container {
    height: 100%;
    width: 100%;
    float: right;
}

#slider .bild, #slider .hintergrundbild, #slider .bgimage {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
    transition: transform 3s ease;
    transform: scale(1);
}

.slider-overlay {
    position: absolute;
    display: block;
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/slider-overlay.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    width: 42%;
    max-width: 800px;
    z-index: 2;
}

.slider-trap {
    position: absolute;
    display: block;
    float: left;
    top: 50%;
    left: 0;
    height: 50%;
    width: 10px;
    transform: translateY(-50%);
    background-color: var(--color2);
    z-index: 3;
}

.slider-trap:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent var(--border-color);
}

.slider-trap:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: var(--border-color) transparent transparent transparent;
}

.slider-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;

background: -moz-linear-gradient(top,  rgba(41,64,75,0) 0%, rgba(41,64,75,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,64,75,0) 0%,rgba(41,64,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,64,75,0) 0%,rgba(41,64,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0029404b', endColorstr='#29404b',GradientType=0 ); /* IE6-9 */

}

.slider-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#slider p {
    margin: 2em 0;
    line-height: 2;
}

#slider h1 {
    hyphens: none;
}

.social-icons {
    position: absolute;
    left: 5%;
    bottom: 50px;
    width: auto;
    height: auto;
    z-index: 10;
    display: flex;
    align-items: center;
}

.social-icons i {
    color: var(--color1);
    font-size: 1.5em;
    margin-right: 1.5em;
}

a.scrolldown {
    position: absolute;
    z-index: 3;
    max-width: 22px;
    left: 25%;
    bottom: 50px;
	-webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

a.scrolldown.mobile {
    display: none;
}

@-webkit-keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    80% {
      -webkit-transform: translateY(6.4px);
              transform: translateY(6.4px);
    }
    90% {
      -webkit-transform: translateY(-6.4px);
              transform: translateY(-6.4px);
    }
  }
  @keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    80% {
      -webkit-transform: translateY(6.4px);
              transform: translateY(6.4px);
    }
    90% {
      -webkit-transform: translateY(-6.4px);
              transform: translateY(-6.4px);
    }
  }
  

  

/*--------------------------------------------------
    EMILY SWIPER SLIDER
---------------------------------------------------*/	


/**
* 4. Home Slider
*/

.home-slider {
    padding-top: 0 !important;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .4;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

@-moz-document url-prefix() {
    @media screen and (min-width: 2000px) and (orientation: landscape) {
        .slide-inner--image {
            background-size: 100%; /* Prozent anstatt Cover wegen Firefox Widescreen Problem analog Reussdelta */
        }
    }
}


.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
}

/* 4.1 Slider navigation buttons */


.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 25px;
    margin-top: -22px;
    background-size: 45px 25px;
    bottom: 3.3em;
    top: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 3em;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    margin-left: 80px;
}

/*
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../images/arrow.svg);
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../images/arrow.svg);
}*/

/*
.swiper-button-prev,
.swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-prev:hover {
    padding-left: 90px;
}
.swiper-button-prev:hover::after {
    width: 75px;
}
.swiper-button-next:hover {
    padding-right: 90px;
}
.swiper-button-next:hover::after {
    width: 75px;
}
*/

/* 4.2 Slider inner info */

.slide-inner--info {
    position: absolute;
    width: auto;
    min-height: 50px;
    top: 42%;
    left: 10%;
    margin-top: 120px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25em;
}
.swiper-slide-active .slide-inner--info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
    margin: 10px 0;
    text-transform: none;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    font-size: 1.5rem;
}
.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
/*.swiper-pagination {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}*/

.swiper-pagination {
    position: absolute;
    bottom: 2em;
    left: 10%;
    width: auto !important;
    margin: 0;
}
.swiper-pagination-bullet {
    position: relative;
    padding: 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #87949b;
    opacity: 1;
    background: transparent;
    transition: all ease 0.5s;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    color: #fff;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: all ease 0.5s;
}

.swiper-pagination-bullet:hover:before {
    width: 100%;
}

.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all ease 0.5s;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3em;
    left: 10em;
    margin-left: 60px;
}


.swiper-pagination-progressbar-fill {
    background: #fff !important;
}
.expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}



/* ///// HEADS ///// */

#heads {
    position: relative;
    display: block;
    float: left;	
    width: 100%;
    height: 40vw;
    margin-bottom: 3vw;
    background-size: cover;
    background-position: center center;
}

#heads .custom {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

#heads .custom p {
    font-family: "khand";
    font-size: 2rem;
    font-weight: 600;
}

#heads h1, #heads h2, #heads h3, #heads h4 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

#heads .moduletable {
    height: 100%;
}

#heads .moduletable.breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#heads ul.breadcrumb.breadcrumb li {
    color: #fff;
    list-style: none;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 3vw;
    white-space: nowrap;
}

#heads ul.breadcrumb.breadcrumb {
    margin-left: 0px;
}

#heads ul.breadcrumb.breadcrumb li {
    display: none;
}

#heads ul.breadcrumb.breadcrumb li.active {
    display: block;
}



/* ///// SUBMENU ///// */


#submenu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #0a0a0a;
    z-index: 11;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#submenu span.separator {
    display: none;
}

#submenu ul.menu {
    position: relative;
    margin-left: 0;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center;
}

#untermenu .moduletable {
    display: flex;
    justify-content: center;
}

#submenu ul.menu a {
    font-size: 1rem;
}

#submenu ul.menu li.current {
    background: #007794;
}

#submenu ul.menu li {
    padding: 10px 0;
}

#submenu ul.menu li a {
    padding: 12px 20px;
    margin: 0;
    transition: all ease .5s;
}

#submenu ul.menu li a:hover {
    background: #017794;
}

.arrow-left {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: var(--color1);
    background: #fff;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-right: solid 1px #fff;
    cursor: pointer;
    -webkit-box-shadow: 10px 0px 34px 10px rgba(255,255,255,1);
    -moz-box-shadow: 10px 0px 34px 10px rgba(255,255,255,1);
    box-shadow: 10px 0px 34px 10px rgba(255,255,255,1);
    display: none;
}


.arrow-right {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: right;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: var(--color1);
    background: #fff;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-left: solid 1px #fff;
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 30px 10px rgba(255,255,255,1);
    -moz-box-shadow: -10px 0px 30px 10px rgba(255,255,255,1);
    box-shadow: -10px 0px 30px 10px rgba(255,255,255,1);
    display: none;
}



/* ///// INTROTEXT ///// */

#introtext {
    position: absolute;
    display: block;
    width: 25%;
    max-width: 600px;
    float: left;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

#introtext a {
    font-size: 1rem;
}


/* ///// SLOGAN ///// */

#slogan {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    z-index: 3;
    text-align: center;
}

.nag-logo-orangelines {
    width: 13vw;
    margin: 5% 0 5% 50%;
    transform: translateX(-50%);
    min-width: 80px;
    max-width: 200px;
}

img.background-logo {
    position: absolute;
    width: 125%;
    top: -250px;
    right: auto;
    left: -50%;
    z-index: -1;
}


/* ///// EDITORIAL ///// */

#editorial {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    z-index: 3;
}

#editorial .bild-frame {
    height: 20vw;
}

#editorial .beitrag {
    display: flex;
    flex-direction: row-reverse;
}

#editorial .introtext {
    max-width: 45%;
    margin-left: 2em;
}

#editorial .introtext p {
    color: va(--color1);
    line-height: 1.8;
    letter-spacing: 1px;
}

span.name-editorial {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: var(--color2);
    font-family: 'nag';
    letter-spacing: 2px;
    margin-top: 1em;
}

span.funktion-editorial {
    font-family: 'nag-lt';
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
}


/* ///// GO TO MITARBEITER ///// */

#goto-mitarbeiter {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    z-index: 3;
    text-align: center;
    margin: 0 0 10%;
}

#goto-mitarbeiter p {
    font-size: min(max(1.5rem, 2.5vw), 2rem);
    font-weight: bold;
    color: var(--color1);
}

#goto-mitarbeiter a.button {
    float: none;
    margin: 1em auto;
}


/* ///// PRODUKTE EINLEITUNG ///// */

#produkte {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    background-color: var(--color1);
    overflow: hidden;
}

#produkte h2, #produkte p {
    color: var(--white);
}

#produkte .nag-logo-orangelines {
    margin-top: 10%;
    margin-bottom: -5%;
}

#produkte #containerS {
    margin-bottom: 10%;
}


/* ///// HAUSGRAFIK ///// */

div#hausgrafik-section {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 15% 0;
}

#hausgrafik {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    max-width: 50em;
    height: 100%;
    margin-left: 50%;
    margin-top: 0%;
    transform: translateX(-50%) translateY(-50%);
}


.haus-elemente {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
}

.produkt-schatten {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateX(0) translateY(70%);
    z-index: -1;
    bottom: 0;
}

.produkt-haus {
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    z-index: 2;
}

.produkt-fassade {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-35%) translateY(30%);
    z-index: 5;
}

.produkt-gerustbau {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-55%) translateY(30%);
    z-index: 7;
}

.produkt-isolation {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(30%) translateY(15%);
    z-index: 3;
}

.produkt-flachdach {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-30%);
    z-index: 3;
}

.produkt-dachservice {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-40%);
    z-index: 5;
}

.produkt-prefa {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-55%);
    z-index: 4;
}

.produkt-solaranlage-1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-61%);
    z-index: 6;
}

.produkt-solaranlage-2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-56%);
    z-index: 6;
}

.produkt-solaranlage-3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-51%);
    z-index: 6;
}

.produkt-spenglerei {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(-70%);
    z-index: 6;
}


.haus-beschriftung {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 12;
}

.haus-beschriftung h4 {
    color: var(--white);
}

.circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px var(--white);
    background-color: var(--color2);
    z-index: 2;
}

.circle-animation {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 0;
	-webkit-animation: ping 2s ease-in-out infinite both;
	        animation: ping 2s ease-in-out infinite both;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-4-6 10:25:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
 @-webkit-keyframes ping {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }
  @keyframes ping {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }
  

span.punkt-text {
    position: absolute;
    display: block;
    float: left;
    white-space: nowrap;
    bottom: -41px;
}

span.punkt-text span {
    margin: 15px 0;
    display: block;
    font-size: 12px;
}


/* ///// PRODUKT ///// */

.item-page.produkt h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 0.5em;
}

h4.untertitel {
    margin-top: 5%;
    margin-bottom: 1em;
}

.produkt-intro {
    position: relative;
    width: 40%;
    float: left;
}

.produkt-intro a {
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    font-weight: bold;
    text-transform: inherit;
}

#hausgrafik-produkt {
    position: relative;
    width: 50%;
    float: right;
}

#hausgrafik-produkt .punkt-text span {
    display: none;
}

img.produkt-svg {
    max-width: 100%;
    max-height: 90vh;
    float: right;
    clear: none;
}

.produkt-details {
    position: relative;
    float: left;
    width: 40%;
    clear: left;
    color: #fff;
}

.produkt-details ul {
    padding-left: 0;
    margin-left: 10px;
    list-style-image: url(../images/list-arrow.svg);
}

::marker {
    font-size: 25px;
}

.produkt-details h5 {
    margin-top: 2em;
}

.produkt-details a.button {
    margin-top: 2em;
}

section.uebersicht {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

section.uebersicht h2 {
    text-align: center!important;
}

ul.pager.pagenav {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5%;
}

li.next {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    list-style: none;
}

li.next a {
    border: 2px solid var(--color2);
    padding: 16px 28px 13px 28px;
    color: var(--color2 );
    background: var(--color1);
    font-size: 0.8rem;
    white-space: nowrap;
}

li.next a:hover {
    background: var(--color2);
    color: #fff;
    cursor: pointer;
}

li.previous {
    display: none;
}

.parallax-produkt {
    position: relative;
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fassade.top .circle {
    left: -10px;
    bottom: -10px;
    top: auto;
}

.fassade.top .circle-animation {
    bottom: -17px;
    left: -17px;
    top: auto;
}

.fassade.top span.punkt-text {
    left: 10px;
    right: auto;
    top: -35px;
}

.fassade.top {
    position: absolute;
    left: 65%;
    top: -5%;
    height: 50%;
    width: 36%;
    border: none;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

.flachdach.top span.punkt-text {
    top: -30px;
}

.gerustbau.top .circle {
    left: -10px;
    bottom: -10px;
    top: auto;
}

.gerustbau.top .circle-animation {
    bottom: -17px;
    left: -17px;
    top: auto;
}

.gerustbau.top span.punkt-text {
    left: 10px;
    right: auto;
    top: -35px;
}

.gerustbau.top {
    position: absolute;
    left: 48%;
    top: -8%;
    height: 50%;
    width: 36%;
    border: none;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

/* einzelne Beschriftung */


.fassade {
    position: absolute;
    left: 65%;
    top: 60%;
    height: 60%;
    width: 40%;
    border-left: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    text-align: right;
}

.fassade span.punkt-text {
    right: 10px;
}

.fassade .circle {
    left: -10px;
    top: -10px;
}

.fassade .circle-animation {
    top: -17px;
    left: -17px;
}

.gerustbau {
    position: absolute;
    right: 50%;
    top: 65%;
    height: 55%;
    width: 40%;
    border-right: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
    text-align: left;
}

.gerustbau span.punkt-text {
    left: 10px;
}

.gerustbau .circle {
    right: -10px;
    top: -10px;
}

.gerustbau .circle-animation {
    top: -17px;
    right: -17px;
}

.isolation {
    position: absolute;
    left: 72%;
    bottom: 43%;
    height: 13%;
    width: 40%;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

.isolation span.punkt-text {
    right: 10px;
    top: -29px;
    bottom: auto;
}

.isolation .circle {
    left: -10px;
    bottom: -10px;
}

.isolation .circle-animation {
    left: -17px;
    bottom: -17px;
}

.flachdach {
    position: absolute;
    right: 75%;
    bottom: 56%;
    height: 13%;
    width: 40%;
    border-right: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: left;
}

#hausgrafik-produkt .flachdach {
    position: absolute;
    right: auto;
    bottom: 64%;
    height: 40%;
    width: 40%;
    border-right: navajowhite;
    border-top: solid 1px var(--border-color);
    text-align: left;
    left: 23%;
    border-left: solid 1px var(--border-color);
}

#hausgrafik-produkt .flachdach .circle {
    right: auto;
    bottom: -10px;
    left: -10px;
}

#hausgrafik-produkt .flachdach span.punkt-text {
    left: auto;
    right: 10px;
}


.flachdach span.punkt-text {
    left: 10px;
    top: -28px;
    bottom: auto;
}

.flachdach .circle {
    right: -10px;
    bottom: -10px;
}

.flachdach .circle-animation {
    right: -17px;
    bottom: -17px;
}

.dachservice {
    position: absolute;
    left: 76%;
    bottom: 61%;
    height: 25%;
    width: 36%;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

.dachservice span.punkt-text {
    right: 10px;
    top: -29px;
    bottom: auto;
}

.dachservice .circle {
    left: -10px;
    bottom: -10px;
}

.dachservice .circle-animation {
    left: -17px;
    bottom: -17px;
}

.bedachungen {
    position: absolute;
    right: 62%;
    bottom: 75%;
    height: 13%;
    width: 40%;
    border-right: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: left;
}

.bedachungen span.punkt-text {
    left: 10px;
    top: -29px;
    bottom: auto;
}

.bedachungen .circle {
    right: -10px;
    bottom: -10px;
}

.bedachungen .circle-animation {
    right: -17px;
    bottom: -17px;
}

.spenglerei {
    position: absolute;
    left: 85%;
    bottom: 75%;
    height: 30%;
    width: 36%;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

.spenglerei span.punkt-text {
    right: 10px;
    top: -29px;
    bottom: auto;
}

.spenglerei .circle {
    left: -10px;
    bottom: -10px;
}

.spenglerei .circle-animation {
    left: -17px;
    bottom: -17px;
}

.solaranlagen, .solaranlagen.anzeigen {
    position: absolute;
    right: 38%;
    bottom: 84%;
    height: 30%;
    width: 40%;
    border-right: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: left;
}

.solaranlagen span.punkt-text {
    left: 10px;
    top: -29px;
    bottom: auto;
}

.solaranlagen .circle {
    right: -10px;
    bottom: -10px;
}

.solaranlagen .circle-animation {
    right: -17px;
    bottom: -17px;
}

.prefa {
    position: absolute;
    left: 71%;
    bottom: 93%;
    height: 30%;
    width: 25%;
    border-left: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
    text-align: right;
}

.prefa span.punkt-text {
    right: 10px;
    top: -29px;
    bottom: auto;
}

.prefa .circle {
    left: -10px;
    bottom: -10px;
}

.prefa .circle-animation {
    left: -17px;
    bottom: -17px;
}





@media screen and (max-width : 1500px)  {

.haus-beschriftung h4 {
    font-size: 0.8rem;
    margin: 6px 0;
}

}


@media screen and (max-width : 1300px)  {

#hausgrafik {
    width: 40%;
}

.circle {
    width: 10px;
    height: 10px;
}

.circle-animation {
    width: 26px;
    height: 26px;
}

.fassade {
    height: 50%;
}

}


@media screen and (min-width : 1300px) and (max-height : 800px) {

    #hausgrafik {
        width: 30%;
    }

    .haus-beschriftung h4 {
    font-size: 0.8rem;
    }

    span.punkt-text span {
        margin: 10px 0;
        font-size: 11px;
    }

    .spenglerei span.punkt-text, .dachservice span.punkt-text, .isolation span.punkt-text, .flachdach span.punkt-text, .bedachungen span.punkt-text, .solaranlagen span.punkt-text, .prefa span.punkt-text {
        top: -25px;
    }

    span.punkt-text {
        bottom: -32px;
    }

    .dachservice {
        width: 40%;
    }
    
    .circle {
        width: 10px;
        height: 10px;
    }

    .prefa .circle, .spenglerei .circle, .dachservice .circle, .isolation .circle, .fassade .circle {
        left: -7px;
    }

    .gerustbau .circle, .flachdach .circle, .bedachungen .circle, .solaranlagen .circle {
        right: -7px;
    }

    .prefa .circle-animation, .spenglerei .circle-animation, .dachservice .circle-animation, .isolation .circle-animation, .fassade .circle-animation {
        left: -14px;
    }

    .gerustbau .circle-animation, .flachdach .circle-animation, .bedachungen .circle-animation, .solaranlagen .circle-animation {
        right: -14px;
    }
    
    .circle-animation {
        width: 26px;
        height: 26px;
    }
    
    .fassade {
        height: 50%;
    }
    
    }



@media screen and (max-width : 800px)  {

            
    #hausgrafik {
        width: 90%;
        margin-top: 30%;
    }

    .haus-beschriftung h4 {
        font-size: 0.8rem;
    }
    
    .circle {
        width: 10px;
        height: 10px;
    }
    
    .circle-animation {
        width: 26px;
        height: 26px;
    }

    .solaranlagen, .solaranlagen.anzeigen {
        height: 40%;
        bottom: 90%;
    }

    .solaranlagen .circle {
        right: -7px;
        bottom: -7px;
    }

    .solaranlagen .circle-animation {
        right: -14px;
        bottom: -14px;
    }

    .solaranlagen span.punkt-text, .solaranlagen.anzeigen span.punkt-text {
        left: 10px;
        top: -29px;
        bottom: auto;
        display: block;
    }

    #hausgrafik-produkt .solaranlagen {
        bottom: 85%;
    }

    .prefa, .prefa.anzeigen {
        left: 35%;
        height: 20%;
        bottom: 94%;
        width: 35%;
        border-right: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: left;
        border-left: none;
    }

    #hausgrafik-produkt .prefa {
        bottom: 93%;
    }

    .prefa .circle {
        left: auto;
        bottom: -10px;
        right: -7px;
    }

    .prefa .circle-animation {
        left: auto;
        bottom: -17px;
        right: -14px;
    }

    .prefa span.punkt-text, .prefa.anzeigen span.punkt-text {
        right: auto;
        top: -29px;
        bottom: auto;
        display: block;
        left: 16px;
    }

    .spenglerei, .spenglerei.anzeigen {
        left: 46%;
        height: 27%;
        bottom: 83%;
        width: 40%;
        border-right: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: left;
        border-left: none;
    }

    #hausgrafik-produkt .spenglerei {
        bottom: 78%;
    }

    .spenglerei .circle {
        left: auto;
        bottom: -10px;
        right: -7px;
    }

    .spenglerei .circle-animation {
        left: auto;
        bottom: -17px;
        right: -14px;
    }

    .spenglerei span.punkt-text, .spenglerei.anzeigen span.punkt-text {
        left: 10px;
        top: -29px;
        bottom: auto;
        right: auto;
        display: block;
    }

    .dachservice, .dachservice.anzeigen {
        position: absolute;
        left: 37%;
        height: 34%;
        width: 39%;
        bottom: 77%;
        border-right: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: left;
        border-left: none;
    }

    #hausgrafik-produkt .dachservice {
        bottom: 72%;
    }

    .dachservice .circle {
        left: auto;
        bottom: -10px;
        right: -7px;
    }

    .dachservice .circle-animation {
        left: auto;
        bottom: -17px;
        right: -14px;
    }

    .dachservice span.punkt-text, .dachservice.anzeigen span.punkt-text {
        left: 10px;
        top: -29px;
        bottom: auto;
        display: block;
    }

    .isolation, .isolation.anzeigen {
        left: 32%;
        bottom: 64%;
        height: 47%;
        width: 40%;
        border-right: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: left;
        border-left: none;
    }

    #hausgrafik-produkt .isolation {
        bottom: 55%;
    }

    .isolation .circle {
        left: auto;
        bottom: -10px;
        right: -7px;
    }

    .isolation .circle-animation {
        left: auto;
        bottom: -17px;
        right: -14px;
    }

    .isolation span.punkt-text, .isolation.anzeigen span.punkt-text {
        left: 10px;
        top: -29px;
        display: block;
    }

    .fassade, .fassade.anzeigen {
        left: 25%;
        top: -8%;
        height: 45%;
        width: 40%;
        border-right: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: left;
        border-left: none;
        border-bottom: none;
    }

    .fassade .circle {
        left: auto;
        top: auto;
        right: -7px;
        bottom: -10px;
    }

    .fassade .circle-animation {
        top: auto;
        left: auto;
        right: -14px;
        bottom: -17px;
    }

    .fassade span.punkt-text, .fassade.anzeigen span.punkt-text {
        right: auto;
        left: 10px;
        bottom: 0;
        top: -29px;
        display: block;
    }

    .gerustbau, .gerustbau.anzeigen {
        right: 11%;
        top: -12%;
        height: 40%;
        width: 40%;
        border-left: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: right;
        border-bottom: none;
        border-right: none;
    }

    .gerustbau .circle {
        right: auto;
        top: auto;
        left: -7px;
        bottom: -10px;
    }

    .gerustbau .circle-animation {
        top: auto;
        right: auto;
        bottom: -17px;
        left: -14px;
    }

    .gerustbau span.punkt-text, .gerustbau.anzeigen span.punkt-text {
        left: auto;
        right: 10px;
        bottom: auto;
        top: -29px;
        display: block;
    }

    .bedachungen, .bedachungen.anzeigen {
        right: 25%;
        height: 32%;
        width: 40%;
        border-left: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: right;
        border-right: none;
        bottom: 81%;
    }

    #hausgrafik-produkt .bedachungen {
        bottom: 77%;
    }

    .bedachungen .circle {
        right: auto;
        bottom: -10px;
        left: -7px;
    }

    .bedachungen .circle-animation {
        right: auto;
        bottom: -17px;
        left: -14px;
    }

    .bedachungen span.punkt-text, .bedachungen.anzeigen span.punkt-text {
        left: auto;
        top: -28px;
        bottom: auto;
        right: 10px;
        display: block;
    }

    .flachdach, .flachdach.anzeigen {
        right: 37%;
        bottom: 72%;
        height: 40%;
        width: 40%;
        border-left: solid 1px var(--border-color);
        border-top: solid 1px var(--border-color);
        text-align: right;
        border-right: none;
    }

    #hausgrafik-produkt .flachdach {
        bottom: 67%;
    }

    .flachdach .circle {
        right: auto;
        bottom: -10px;
        left: -7px;
    }

    .flachdach .circle-animation {
        right: auto;
        bottom: -17px;
        left: -14px;
    }

    #hausgrafik-produkt .flachdach .circle {
        right: auto;
        bottom: -10px;
        left: -7px;
    }

    .flachdach span.punkt-text, .flachdach.anzeigen span.punkt-text {
        left: auto;
        bottom: auto;
        right: 10px;
        top: -28px;
        display: block;
    }


    .prefa, .solaranlagen, .spenglerei, .dachservice, .isolation, .fassade, .fassade.top, .gerustbau, .gerustbau.top, .flachdach, .flachdach.top, .bedachungen, #hausgrafik-produkt .flachdach {
        border: none;
    }

    .prefa span.punkt-text, .solaranlagen span.punkt-text, .spenglerei span.punkt-text, .dachservice span.punkt-text, .isolation span.punkt-text, .fassade span.punkt-text, .gerustbau span.punkt-text, .flachdach span.punkt-text, .bedachungen span.punkt-text {
        display: none;
    }
    
    }

       
    

    @media screen and (max-width : 450px)  {


        .haus-beschriftung h4 {
            font-size: 0.6rem;
        }

        span.punkt-text span {
            margin: 10px 0;
            font-size: 9px;
        }

        /* Ping Bubbles ausgeblendet, da es geflackert hatte */
        .circle-animation {
            display: none;
        }

        .solaranlagen span.punkt-text, .solaranlagen.anzeigen span.punkt-text {
            top: -22px;
            left: 10px;
        }

        .prefa span.punkt-text, .prefa.anzeigen span.punkt-text {
            top: -22px;
            left: 10px;
        }

        .spenglerei span.punkt-text, .spenglerei.anzeigen span.punkt-text {
            left: 10px;
            top: -22px;
        }

        .dachservice span.punkt-text, .dachservice.anzeigen span.punkt-text {
            left: 10px;
            top: -22px;
        }

        .isolation span.punkt-text, .isolation.anzeigen span.punkt-text {
            left: 10px;
            top: -22px;
        }

        .fassade span.punkt-text, .fassade.anzeigen span.punkt-text {
            left: 10px;
            top: -22px;
        }

        .gerustbau span.punkt-text, .gerustbau.anzeigen span.punkt-text {
            right: 10px;
            top: -22px;
        }

        .bedachungen span.punkt-text, .bedachungen.anzeigen span.punkt-text {
            top: -22px;
            right: 10px;
        }

        .flachdach span.punkt-text, .flachdach.anzeigen span.punkt-text {
            right: 10px;
            top: -22px;
        }

    }







/* ///// PARALLAX ///// */

#parallax {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
}


#parallax img {
    width: 100%;
}

.parallax-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.parallax-text {
    position: absolute;
    display: block;
    float: left;
    z-index: 3;
    left: 7%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
    width: 50%;
}

#parallax p {
    position: absolute;
    color: #ffffff;
    font-size: 3vw;
    line-height: 1.2;
    top: 50%;
    transform: translate(0, -50%);
}

.parallaxParent {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
    background-position: center center;
    background-size: cover;
}


.parallaxN {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35vw;
}




/* ///// PARALLAX UBIQ NEU ///// */

.section-parallax {
    position: relative;
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
  
.parallax-content {
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
  }

.parallax-referenzen .parallax-content {
    background-position: center right;
  }
  



/* ///// UNIVERSAL PARALLAX ///// */

.pararallax-container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.container--big {
    height: 175vh;
}
.container--full {
    height: 100vh;
}
.container--small {
    height: 40vw;
}
.container .slogan {
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    padding: 30px 35px;
    text-align: center;
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100;
}
.parallax__container .parallax {
    /* can be put in a seperate class for better control */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* --------------------------- */
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100vh;
}



#parallax-ubiq {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0 0;
    -webkit-box-shadow: 2px -2px 36px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 2px -2px 36px 0px rgba(0,0,0,0.33);
    box-shadow: 2px -2px 36px 0px rgba(0,0,0,0.33);
}


.angle-left-white {
    width: 104%;
    height: 16%;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -2%;
    background-image: url(../images/angle-left-white.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.angle-right-blue {
    width: 104%;
    height: 16%;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -2%;
    background-image: url(../images/angle-right-blue.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.angle-left-blue {
    width: 104%;
    height: 16%;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -2%;
    background-image: url(../images/angle-left-blue.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.angle-right-white {
    width: 104%;
    height: 16%;
    position: absolute;
    z-index: 2;
    bottom: -5px;
    left: -2%;
    background-image: url(../images/angle-right-white.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}



/* ///// REFERENZEN AUSWAHL ///// */


#referenzenauswahl {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    text-align: center;
    color: #fff;
}

#referenzenauswahl h2, #referenzenauswahl a {
    font-family: "nag";
    color: var(--white);
}

#referenzenauswahl h2 {
    white-space: pre-wrap;
    width: min(max(21rem, 21vw), 21rem);
    hyphens: none;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

#referenzenauswahl a {
    white-space: nowrap;
}

#referenzenauswahl .slick-slide.slick-active a {
    font-size: 0.7em;
    letter-spacing: 0.05em;
    background: rgb(255,255,255);
-webkit-background-clip: text;
-webkit-text-fill-color: #fff;
}

#referenzenauswahl .slick-slide.slick-active.appearout a {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#referenzenauswahl .slick-slide.slick-active.appearin a {
background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#referenzenauswahl .slick-slide.slick-current {
    border: solid 3px var(--border-color);
}

#referenzenauswahl .slick-current:hover {
    background: var(--color2);
}

#referenzenauswahl .slick-slide {
    opacity: 0;
    border: solid 3px transparent;
}

#referenzenauswahl .slick-active {
    opacity: 1;
}

section.referenzencarousel.slider.slick-initialized.slick-slider {
    margin: 5% 0;
}



/* ///// ACCORDION ///// */

#accordion {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


/* ///// UNTERNEHMEN ///// */

.unternehmen-intro {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.unternehmen-intro .text {
    width: 46%;
    margin-right: 4%;
}

.unternehmen-intro .bild-frame {
    width: 50%;
    height: 20vw;
}

.text p {
    line-height: 2;
}

.unternehmen-profitieren {
    position: relative;
    float: left;
    width: 80%;
    margin: 10% 5%;
    padding: 5%;
    border: 2px solid var(--color2); 
}

.unternehmen-profitieren h4 {
    margin-bottom: 1rem;
}

.unternehmen-profitieren ul {
    list-style-position: inside;
    padding-left: 0;
    list-style-image: url('../images/list-arrow.svg');
}

ul.vertical-timeline {
    padding: 0;
    margin-left: 1em;
    padding-top: 2em;
}

ul.vertical-timeline li {
    list-style-type: none;
    padding: 1em 1em 1em 6px;
    margin: 0;
    transition: background-color 0.5s;
    overflow: visible;
    border-left: 2px solid var(--color2);
}

ul.vertical-timeline li .icon-container {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
    margin-left: -33px;
    background: var(--color2);
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

ul.vertical-timeline li .info {
    text-align: left;
    margin-left: 50px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.75;
}

.unternehmen-geschichte {
    position: relative;
    width: 50%;
    float: none;
    margin: 0px auto;
}


/* ///// TEAM ///// */

.team-detail {
    position: relative;
    width: 100%;
    float: left;
}

span.funktion {
    font-size: 1rem;
    color: var(--color2);
    font-weight: bold;
    letter-spacing: 0px;
    width: 100%;
    float: left;
}

.team-detail a {
    font-family: 'nag-lt';
    text-transform: none;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}


/* ///// REFERENZEN ///// */

.inner {
    position: relative;
    float: none;
    margin: 0px auto;
    height: 90%;
    width: 90%;
    background: rgba(41, 65, 76, 0.9);
}

.referenz-details {
    position: absolute;
    top: 50%;
    width: 80%;
    padding: 10%;
    transform: translate(0, -50%);
    line-height: 1.75;
}

.referenz-details h4 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}

.referenzen .bild {
    height: 16vw;
}
 

/* ///// NEWS ////// */

#news {
    position: relative;
    display: block;
    float: right;
    width: 59%;
    padding: 5% 8% 20%;
}

#news .newscontent:nth-child(1) {
    flex: 0 100%;
}

#news .newsflash {
    justify-content: flex-start;
}

#news .beitrag {
    position: relative;
    overflow: hidden;
}

#news h2.newsflash-title {
    width: calc(100% - 6em);
    margin-left: 1em;
    margin-bottom: 1em;
    float: left;
    padding-right: 5em;
    line-height: 1.2;
    hyphens: auto;
}

#news .introtext, #news .introtext-zeichenlimit {
    position: relative;
    display: block;
    width: calc(100% - 4em);
    margin-left: 2em;
    margin-right: 2em;
    float: left;
}

#news #beitrag p {
    display: inline;
}

h4.aktuell-datum {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 1em;
}


/* ///// AKTUELL ///// */

.aktuell h2 {
    text-align: center;
    margin-top: -1em;
    margin-bottom: 2em;
}

.newsdatum {
    font-weight: bold;
    color: var(--color4);
}

.aktuell-heading h3, .aktuell-heading h3 a {
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color1);
}

.aktuell-heading {
    margin: 20px;
}

#containerM.aktuell {
    margin-bottom: 5%;
}


/* ///// KONTAKT ///// */

.left-col, .right-col {
    position: relative;
    width: 50%;
    float: left;
}

.kontakt {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

.oeffnungszeiten {
    position: relative;
    float: left;
    width: 100%;
}

.kontakt h3 {
    text-align: center;
    margin-bottom: 5%;
    font-size: min(max(1.3rem, 2.3vw), 2rem);
}

.karte {
    position: relative;
    width: 100%;
    float: left;
    margin: 10% 0;
}


/* ///// KONTAKTFORMULAR ///// */

#map {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10%;
}

#kontaktformular {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


div#fox-container-m107 .fox-form select, div#fox-container-m107 .fox-form textarea, div#fox-container-m107 .fox-form input[type="text"], div#fox-container-m107 .fox-form input[type="email"] {
    border-radius: 0px;
    color: var(--color1);
    background-color: #f9f7f5;
    padding: 10px 20px 10px 20px;
    margin: 0px 0 15px;
    border: none;
    width: calc(100% - 40px);
    font-family: inherit;
}

div#fox-container-m107 .fox-form input[type="text"]:hover, div#fox-container-m107 .fox-form input[type="email"]:hover, div#fox-container-m107 .fox-form textarea:hover, div#fox-container-m107 .fox-form input[type="text"]:focus, div#fox-container-m107 .fox-form input[type="email"]:focus, div#fox-container-m107 .fox-form textarea:focus {
    background-color: #f9f7f5;
    color: var(--color1);
}

div#fox-container-m107 .btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    border: 2px solid var(--color2);
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: none;
    padding: 12px 20px 9px 20px;
    line-height: 15px;
    color: var(--color2) !important;
    transition: all ease .5s;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

div#fox-container-m107 .fox-form-stacked .control-group {
    float: left;
    width: 100%;
}

div#fox-container-m107 .fox-form-stacked .control-label {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 16px;
}

div#fox-container-m107 .controls {
    width: 100%;
}

#fox-container-m107 .btn:hover, div#fox-container-m107 .btn:focus {
    background: var(--color2);
}

#fox-container-m107 .btn:hover span, div#fox-container-m107 .btn span span {
    color: #fff;
}

div#fox-container-m107 .btn:hover:before {
    background-color: #fff;
}

#fox-container-m107 .btn, div#fox-container-m107 .btn span {
    color: var(--color2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: inherit;
    transition: all ease 0.5s;
}

div#fox-container-m107 .required:after, div#fox-container-m107 .asterisk:after {
    content: "*";
    color: var(--color1);
    font-weight: 200;
}

label {
    letter-spacing: 0em;
}

img.fox-item-captcha-img-reload.fox-popover {
    width: auto;
}

img#fox-m107-captcha {
    width: auto;
}



/* ///// FOOTER ///// */

#footer {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 5% 10% 5% 10%;
    background: var(--color2);
}

#footer p, #footer a, #footer li {
    color: #fff;
    text-transform: none;
    font-size: inherit;
}

#footer .grid-2-1 p {
    line-height: 1.2;
    font-size: 1.2rem;
}

#footer a {
    letter-spacing: 0px;
}

#footer .menu {
    position: relative;
    float: left;
    width: 40%;
}

#footer ul.menu li {
    line-height: 1;
}

#footer li {
    clear: both;
    white-space: nowrap;
}

#footer li.current.active a {
    border-bottom: none;
}

#footer ul.menu a {
    margin-left: 0;
    font-size: 0.8rem;
}

#footer .separator {
    margin-left: 0;
    font-size: inherit;
}

#footer .separator:hover {
    color: #fff;
}


#footer .separator:before {
    display: none;
}

#footer .moduletable {
    float: left;
    width: 100%;
}

.kontakt p, .grid-2-1 p {
    line-height: 1.75;
}

.kontakt a {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    font-size: inherit;
}

.grid-2-1 .custom {
    font-size: 1.5rem;
    font-family: 'nag-lt';
    font-weight: bold;
    letter-spacing: 1px;
}

#footer .grid-2-1 {
    margin-bottom: 2em;
}

.impressum-datenschutz {
    position: relative;
    float: left;
    width: auto;
    clear: right;
    font-size: 1.2rem;
    font-family: "nag";
}

.impressum-datenschutz a {
    float: left;
    clear: both;
}

.social-media {
    position: relative;
    float: left;
    font-size: 2rem;
    clear: right;
    width: 60%;
    margin-top: 0.5em;
}

.social-media a {
    margin-right: 0.75em;
}

.grid-2-3.copyright, #footer .copyright a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 12px;
    padding: 1rem 0;
}

#footer .copyright a {
    font-weight: bold;
    white-space: nowrap;
}



/* ///// COPYRIGHT ///// */


#copyright {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 80%;
    padding: 0% 10% 5% 10%;
    color: #fff;
    text-transform: uppercase;
    background: var(--color2);
}

#copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 7px 20px 7px 20px;
}

#copyright .copyright-1 a {
    margin: 0;
}

#copyright p {
    color: #b9b9b9;
    font-size: 12px;
    text-align: center;
}

#copyright ul.nav.menu.mod-list {
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
}

#copyright ul.menu li {
    width: auto;
}

.copyright-1 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 10px;
}

.copyright-2 {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin: 0 10px;
    text-align: center;
    justify-content: center;
}





/* ///// SCROLL TO TOP BUTTON ///// */

a.scrolltotop, img.scrolltotop {
    position: absolute;
    right: -8%;
    bottom: 0%;
    height: 45px;
    width: 45px;
}

a.scrolltotop:hover, img.scrolltotop:hover {
    cursor: pointer;
}

a.scrolltotop {
    display: none;
}




/* ///// JOOMLA NEWSFLASH ///// */


.introtext-zeichenlimit {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin: 20px;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: 1.75;
}

.intro-bg {
    width: 100%;
    height: 20vw;
    background-position: center center;
    background-size: cover;
}

.bgimage {
    position: relative;
    width: 100%;
    height: 20vw;
    background-position: center center;
    background-size: cover;
}

.image {
    width: 100%;
    float: left;
}

.image img {
    width: 100%;
}

.newsbild {
    width: 100%;
    height: 15em;
    background-size: cover;
    background-position: center;
}

figure.newsflash-image img {
    width: 100%;
}


/* ///// JOOMLA BLOG ///// */

.blog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.page-header {
    display: block;
    float: left;
    width: 100%;
}

.page-header h2, #content-top h2 {
    text-align: center;
    margin: 5% 0;
}

#mainrow .page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}

.dark h2 {
    color: #fff;
}

.item.column-1:hover .bild, .newscontent:hover .bild {
    transform: scale(1.1);
}

.item.column-1:hover .bild-overlay, .newscontent:hover .bild-overlay {
    opacity: 0;
}

.intro-bg {
    width: 100%;
    height: 20vw;
    background-position: center center;
    background-size: cover;
    margin: 1em 0;
}

.row-fluid {
    width: 100%;
}

.items-row {
    display: flex;
    flex: 0 98%;
    flex-wrap: wrap;
    margin: 2%;
}

.col-6 .items-row {
display: flex;
flex: 0 14%;
flex-wrap: wrap;
margin: 2%;
}

.col-4 .items-row {
display: flex;
flex: 0 22.5%;
flex-wrap: wrap;
margin: 2%;
}

.col-3 .items-row {
display: flex;
flex: 0 27%;
flex-wrap: wrap;
margin: 2%;
}

.col-2 .items-row {
display: flex;
flex: 0 47%;
flex-wrap: wrap;
margin: 2%;
}

.multiple-category-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin: 2em 0;
}

.multiple-category-area h4 {
    margin: 3em 1em 1em;
    border-bottom: solid 3px #00933b;
}



@media screen and (max-width: 1600px) {
.col-6 .items-row {
flex: 0 30%;
}
}


@media screen and (max-width: 1400px) {
.col-5 #beitrag {
    display: flex;
    flex: 0 29%;
}
}


@media screen and (max-width: 1200px) {
.col-6 .items-row, .col-4 .items-row, .col-3 .items-row {
flex: 0 46%;
}
}

@media screen and (max-width: 600px) {
.col-6 .items-row, .col-4 .items-row, .col-3 .items-row, .col-2 .items-row {
    flex: 0 100%;
    margin: 2% 0;
}
}

.column-1, .column-2, .column-3 {
    padding: 0;
}

.blog img {
    width: 100%;
}



/* ///// JOOMLA BLOG AKTUELL ///// */


#aktuell {
    position: relative;
    display: block;
    width: 60%;
    float: left;
    left: 120px;
    margin-top: 2%;
}

#aktuell p, .blog.aktuelles p {
    white-space: normal;
    text-align: left;
}

#aktuell h3 {
    margin-left: 2%;
}

.datum, dd.create {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.aktuell-links {
    position: relative;
    display: block;
    float: left;
    margin: 3% 2%;
    width: 100%;
}

.blog.aktuelles .items-row {
    margin: 4% 6%;
    flex: 0 43%;
    border-bottom: solid 1px #d9d9d9;
    padding: 0% 0 4%;
}

.blog.aktuelles .items-row:nth-child(2n+1) {
    margin: 4% 2% 4% 0;
}

.blog.aktuelles .items-row:nth-child(-n+3) {
    margin-top: 2%;
}




/* ///// JOOMLA ARTIKEL ///// */

.item-page {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    margin: 0% 10% 7% 10%;
}

.item-page.produkt {
    width: 75%;
    margin: 5% 10% 7% 15%;
}

.articleBody {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

.item-image img {
    width: 100%;
}

.bild {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 22vw;
    background-size: cover;
    background-position: center center;
    margin: 0;
}

.bild-frame {
    position: relative;
    width: 100%;
    height: 30vw;
    margin-bottom: 2em;
    overflow: hidden;
}

.bild-frame .bild {
    height: 100%;
}

.bild-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    transition: all ease 0.5s;
}

a.fancybox {
    position: absolute;
    z-index: 3;
    width: 3em;
    height: 3em;
    right: 3em;
    bottom: 3em;
    background-image: url(../images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
    cursor: pointer;
    transition: all ease 0.5s;
}

a.fancybox:hover {
    transform: scale(1.1);
}


p.counter.pull-right {
    display: none;
}

.pagination {
    margin-top: 50px;
}

.pagination li {
    list-style: none;
    float: left;
    padding: 3px 15px;
    background: #15a538;
    color: #82c693;
    margin: 1px 1px;
    font-size: 14px;
}

.pagination a {
    color: #fff;
    transition: all ease .5s;
}

.pagination a:hover {
    color: #fff;
}

.galerie {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 5% 0;
}

.showtime-default .showtime-image img {
    outline: solid 0px transparent;
    border: 0px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .13) 0 0px 14px, rgba(0, 0, 0, .12) 0 0 0 0px;
    box-shadow: rgba(0, 0, 0, .13) 0 0px 14px, rgba(0, 0, 0, .12) 0 0 0 0px;
}



/* DOWNLOADS */

.download-section {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0;
}

a.pdf, a.ipdf, a.link, a.internlink, a.word, a.excel, a.formular, a.download {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    height: calc(100% - 1px);
    background: #ededed;
    border-bottom: solid 1px #fff;
    transition: all ease .5s;
}

a.pdf:hover, a.ipdf:hover, a.link:hover, a.internlink:hover, a.word:hover, a.excel:hover, a.formular:hover, a.download:hover {
    text-decoration: none;
    color: #333333;
    background: #e4e4e4;
}

a.pdf:hover .download-icon, a.ipdf:hover .download-icon, a.link:hover .download-icon, a.word:hover .download-icon, a.excel:hover .download-icon, a.formular:hover .download-icon, a.download:hover .download-icon {
    background: var(--color2);
}

a.pdf:hover .download-icon:before, a.ipdf:hover .download-icon:before, a.link:hover .download-icon:before, a.internlink:hover .download-icon:before, a.word:hover .download-icon:before, a.excel:hover .download-icon:before, a.formular:hover .download-icon:before, a.download:hover .download-icon:before {
    transform: translate(-50%,-50%) scale(1.1);
}

.onlineschalter-titel {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    padding: 10px 60px 10px 60px;
    float: left;
    font-size: 1rem;
    line-height: 1.5;
    color: #323e47;
}

.download-icon {
    position: absolute;
    width: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    float: right;
    background: var(--color1);
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.6rem;
    line-height: 2.5;
    transition: all ease 0.5s;
}

.pdf-icon {
    position: absolute;
    width: 18px;
    height: 20px;
    background-image: url(../images/downloads/download-pdf-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
}

.link-icon {
    position: absolute;
    width: 18px;
    height: 15px;
    background-image: url(../images/downloads/download-link-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
}


a.pdf .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

#downloads a.pdf .download-icon:before {
    width: 18px;
    height: 18px;
}

a.ipdf .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-ipdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.link .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.internlink .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-internlink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.word .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-word.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.excel .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-excel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.download .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

a.formular .download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/downloads/download-form.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}



/* END UBIQ */



/* ----------   LAYOUT   ---------------- */

html {
    height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
}

body.rollout {
    overflow-y: hidden;
}

#mainWrapper {
    display: inline;
    float: left;
    width: 100%;
    height: 100%;
}

#mainWrapper.dark {
    background: var(--color1);
    color: #fff;
}

#container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

#header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    z-index: 15;
    transition: all ease 0.5s;
}

#header.absolute {
    position: absolute;
}

#header-fadein {
    position: fixed;
    top: -100px;
    visibility: hidden;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 7px 0 4px 0;
    z-index: 1004;
    background: #29404b;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
    transition: all 1s ease 0s;
}

#header-fadein.active {
    visibility: visible;
    top: -1px;
}

#header-fadein.rollout {
    background: transparent;
    box-shadow: none;
}

#header-fadein.rollout .logo {
    opacity: 0;
}

#header-fadein .logo {
    max-width: 125px;
}

#header-fadein #navigation {
    margin-top: 10px;
}

#header #container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wideWrap {
    display: inline;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 5%;
}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

ul.breadcrumb {
    list-style: none;
    margin-left: 0;
    width: 100%;
    min-width: max-content;
    float: left;
}

.breadcrumb li {
    position: relative;
    float: left;
    margin: 0;
    padding: 2px 20px;
    line-height: 1;
}

#breadcrumb .moduletable::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    height: 3px;
    background-color: #F5F5F5;
}

#breadcrumb .moduletable::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #414d57;
}

#breadcrumb .moduletable::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    background-color: #414d57;
}


#mainrow {}

#left-col {
    float: left;
}

#left-col ul.latestnews.mod-list {
    margin-left: 0;
}

ul.latestnews.mod-list li {
    list-style: none;
    border-bottom: solid 1px #d9d9d9;
    padding: 20px 0;
    line-height: 1.5;
}

#left-col-cont {
}

#left-col-cont .moduletable {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

#right-col {
    float: right;
    width: 25%;
}

#right-col-cont .moduletable {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#right-col-cont {
}


#content-top {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#content-bottom {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#footWrapper{
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    width: 100%;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none;
    margin: 0;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}


/* END LAYOUT */	
    

/* ----------   TYPOGRAPHY  ---------------- */

body {
    color: var(--color1);
    font-size: 1.1rem; 
    line-height: 1.5;
    font-family: "nag-lt";
    font-weight: normal;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p, span.field-value, span.field-label {
    margin: 8px 0;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: pre-wrap;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

a {
    color: var(--color2);
    text-decoration: none;
    cursor: pointer;
    transition: all ease .5s;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: inherit;
}

a:hover {
    text-decoration: none;
    color: #e75d17;
}

a[href^="tel"] {
color: inherit; /* Inherit text color of parent element. */
text-decoration: none; /* Remove underline. */
/* Additional css `propery: value;` pairs here */
}



.button, a.button, p.button, a.readmore, button.goback, .video-button {
    position: relative;
    border: solid 2px var(--border-color);
    color: var(--color2);
    padding: 16px 28px 13px 28px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    line-height: 1;
    float: left;
}

a.button.referenzen {
    background: var(--color1);
}

.button-white, a.button-white, p.button-white {
    position: relative;
    border: solid 1px #ffffff;
    color: #000;
    background-color: #fff;
    padding: 9px 35px 5px 20px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    float: left;
}

.button-whiteline, a.button-whiteline {
    position: relative;
    border: solid 1px #ffffff;
    padding: 7px 10px 5px 10px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "khand";
    letter-spacing: 2px;
}

.button-extern-whiteline, a.button-extern-whiteline {
    position: relative;
    border: solid 1px #ffffff;
    padding: 7px 35px 5px 10px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "khand";
    letter-spacing: 2px;
}

.button-extern, a.button-extern {
    position: relative;
    border: solid 1px #ff220f;
    padding: 3px 35px 1px 10px;
    margin: 5px 0 5px 15px;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    float: left;
    color: #fff;
    background-color: #ff220f;
    text-transform: uppercase;
    font-family: "khand";
    letter-spacing: 2px;
}

.video-button {
    padding: 10px 40px 10px 70px;
}

/*
.button:before, a.button:before, p.button:before, a.readmore:before, button.goback:before, .video-button:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 7px;
    height: 13px;
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}
*/

.button-white:before, a.button-white:before, p.button-white:before, a.readmore-white:before, button-white.goback:before, .video-button-white:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 7px;
    height: 13px;
    background-image: url(../images/right-arrow-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

.button-extern:before, a.button-extern:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(../images/link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transition: all ease .5s;
}

.button-extern-whiteline:before, a.button-extern-whiteline:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(../images/link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transition: all ease .5s;
}


.button:hover, a.button:hover, a.readmore:hover, button.goback:hover, .video-button:hover {
    background: var(--color2);
    color: #fff;
    border: solid 2px var(--color2);
    text-decoration: none;
}

.button-white:hover, a.button-white:hover {
    background: #000;
    color: #fff;
    border: solid 1px #000;
    text-decoration: none;
}

.button-whiteline:hover, a.button-whiteline:hover {
    background: #fff;
    color: #000;
    border: solid 1px #fff;
    text-decoration: none;
}

.button-extern-whiteline:hover, a.button-extern-whiteline:hover {
    background: #fff;
    color: #000;
    border: solid 1px #fff;
    text-decoration: none;
}

.button-extern:hover, a.button-extern:hover {
    background: transparent;
    color: #000;
    border: solid 1px #ff220f;
    text-decoration: none;
}

.button:hover:before, a.button:hover:before, a.readmore:hover:before, button.goback:hover:before, .video-button:hover:before {
    background-image: url(../images/right-arrow-white.svg);
}

.button-white:hover:before, a.button-white:hover:before, a.readmore-white:hover:before, button-white.goback:hover:before, .video-button-white:hover:before {
    background-image: url(../images/right-arrow.svg);
}


.button-extern:hover:before, a.button-extern:hover:before, .button-extern:hover:before, a.button-extern:hover:before {
    background-image: url(../images/link-black.svg);
}

.button-extern-whiteline:hover:before, a.button-extern-whiteline:hover:before, .button-extern:hover:before, a.button-extern:hover:before {
    background-image: url(../images/link-black.svg);
}


/* BUTTON HOVER EFFEKT WIE BEI REUSSDELTA - folgenden Code einfügen: <a href="" class="button"><div class="button-over"></div><div class="button-content">Planung & Konstruktion</div></a> */
.button-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
    pointer-events: none;
}

.button-over:after, .button-over:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #272d35;
}

.button-over:before {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0;
}

.button-over:after {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.button:hover .button-over:before, .button:hover .button-over:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.button:hover .button-over:after, .button:hover .button-over:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.button:hover .button-over:after {
    transition: none;
    opacity: 0;
}

.button-over:after, .button:hover .button-over:before {
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
}

.button-content {
    position: relative;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
}

.button:hover .button-content {
    color: #fff;
}

a.button:hover:before {
    background-color: #ffffff;
}

/* ENDE HOVER EFFEKT */



input.button.goback {
    display: none;
}

.gobackpage input.button.goback {
    display: block;
    margin: 5% 0;
}

.video-button:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    background-image: url(../images/play.svg);
}

dd.field-entry.editor span {
    margin: 8px 0;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: normal;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

li {
    margin: 10px 0;
    font-size: 1.1rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

h1 {
    font-family: "nag";
    color: var(--color1);
    font-size: min(max(1.4rem, 2.4vw), 3rem);
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
}

h2 {
    font-family: "nag";
    color: var(--color1);
    font-size: min(max(1.3rem, 2.3vw), 2.5rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

h3 {
    font-family: "nag-lt";
    color: var(--color1);
    font-size: min(max(1.3rem, 2.3vw), 2.5rem);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: none;
}

h4 {
    font-family: "nag";
    color: var(--color2);
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
}

h5 {
    font-family: "nag";
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}


/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

label {
    float: left;
    min-width: 122px;
}

ul, ol {
    margin-left: 0;
}

ul.actions {
    margin-left: 0;
}
    
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}


/* ///// STANDARD FIELDS TABELLE ///// */

dl.fields-container ul {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    list-style-type: none;
}

dd.field-entry {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

dl.fields-container ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #dedede;
}


/* ///// REPEATABLE FIELD TABELLE ///// */

ul.repeatable-2, ul.repeatable-3, ul.repeatable-4 {
    display: flex;
    float: left;
    flex-wrap: wrap;
    border: solid 0.1vw #ececec;
    width: 100%;
}

ul.repeatable-2 li, ul.repeatable-3 li, ul.repeatable-4 li {
    list-style: none;
    margin: 0;
    padding: 2%;
    float: left;
    border-top: solid 0.1vw #ececec;
}

ul.repeatable-2 li {
    flex: 1 42%;
    width: 42%;
}

ul.repeatable-3 li {
    flex: 1 29%;
    width: 29%;
}

ul.repeatable-4 li {
    flex: 1 20%;
    width: 20%;
}

ul.repeatable-2 li:nth-child(odd) {
    font-family: "opensans-bold";
    border-right: solid 0.1vw #ececec;
}

ul.repeatable-3 li:nth-child(3n + 1), ul.repeatable-3 li:nth-child(3n + 2) {
    border-right: solid 0.1vw #ececec;
}

ul.repeatable-4 li:nth-child(4n + 1), ul.repeatable-4 li:nth-child(4n + 2), ul.repeatable-4 li:nth-child(4n + 3) {
    border-right: solid 0.1vw #ececec;
}

ul.repeatable-2 li:nth-child(-n+2), ul.repeatable-3 li:nth-child(-n+3), ul.repeatable-4 li:nth-child(-n+4) {
    border-top: none;
}


dd.field-entry.col-4:before,
dd.field-entry.col-5:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
}

dd.field-entry.col-4 span.field-value,
dd.field-entry.col-5 span.field-value {
    position: relative;
    overflow-x: scroll;
}

dd.field-entry.col-4 span.field-value ul,
dd.field-entry.col-5 span.field-value ul {
    min-width: 700px;
}

dd.field-entry.col-5 span.field-value::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    height: 3px;
    background-color: #F5F5F5;
}

dd.field-entry.col-5 span.field-value::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #414d57;
}

dd.field-entry.col-5 span.field-value::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    background-color: #414d57;
}


#system-message dd.error ul {
    margin-left: 0;
    background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
    margin:10px;
}



/* END MISC ELEMENTS */


/* Form Custom */

input[type=text], a.rsform-captcha-refresh-button.btn, textarea#ihreNachricht {
    border-radius: 0px;
    color: var(--color1);
    background-color: #f9f7f5;
    margin: 0px 0 15px;
    padding: 10px 20px 10px 20px;
    border: none;
    width: calc(100% - 40px);
    font-family: inherit;
    font-size: inherit;
    height: 28px;
    line-height: 18px;
    transition: border linear .2s, box-shadow linear .2s;
    max-width: 100%;
    box-sizing: border-box;
    width: calc(100% - 40px);
    box-shadow: none;
}

.formControls.controls {
    margin-left: 0;
}

.form-horizontal .control-label {
    width: auto;
}

label.control-label {
    min-width: 0px;
}

img#captcha26 {
    width: 30%
}

.input-append {
    width: 30%;
    font-size: inherit;
}

a.rsform-captcha-refresh-button.btn {
    width: 5%;
}

a.rsform-captcha-refresh-button.btn {
    background-image: url("../images/reload.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

button#absenden {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    border: 2px solid var(--color2);
    border-radius: 0;
    box-shadow: none;
    padding: 12px 20px 10px 20px;
    line-height: 15px;
    color: var(--color2) !important;
    transition: all ease .5s;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

button#absenden:hover {
    color: #fff !important;
    background: var(--color2);
    text-decoration: none;
    background-position: 0 -15px;
}

textarea#ihreNachricht {
    height: 500%;
}

.alert.alert-success {
    padding: 10px 20px 10px 20px;
    background: #dff0d8;
    border: 1px solid #dff0d8;
    border-radius: 3px;
    color: green;
	width: 100%;
}

.alert.alert-success ul.fox-messages li {
    list-style-type: none;
}

span.label.label-warning {
    display: none;
}

.nav>li>a {
    display: initial;
}
.nav {
    margin-bottom: 0px;
}