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

html {
  margin:0;
  padding:0;
  border:0;
	font-size: 16px;
}

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;
}




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

:root {
    --color1: #282d32;
    --color2: #f0f0f0;
    --color3: #5e707f;
    --border-color: #7f7f7f;
    --white: #ffffff;
    --black: #000000;

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

    --common-font: "avenir-book";
    --title-font: "avenir-light";
    --bold-font: "avenir-heavy";
}




#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;
}

.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;
    white-space: nowrap;
    position: relative;
    float: left;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
}
td {
    display: table-cell;
}





/* /////// TABELLE ALS UL UND LI mit Class table /////// */

ul.table {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    list-style-type: none;
}

ul.table li {
    width: calc(25% - 1em);
    float: left;
    padding: 0.5em;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    border-bottom: solid 1px var(--border-color);
    background: transparent;
}

@media screen and (max-width : 1600px)  {
    ul.table li {
        width: calc(33% - 1em);
    }
}
@media screen and (max-width : 1300px)  {
    ul.table li {
        width: calc(50% - 1em);
    }
}
@media screen and (max-width : 900px)  {
    ul.table li {
        font-size: 0.8rem;
    }
}
@media screen and (max-width : 450px)  {
    ul.table li {
        font-size: 0.7rem;
    }
}



/* /////// TABELLE MIT CLASS .liste für Übertitel responsive seitlich /////// */

table.liste tr:nth-child(even) {
    background: #ededed;
}

table.liste td img, td img {
    width: 15px;
    height: 14px;
}

/* RESPONSIVE */
@media screen and (max-width : 1200px)  {
table.liste, table.liste thead, table.liste tbody, table.liste th, table.liste td, table.liste tr {
    display: flex;
    float: left;
    flex-wrap: wrap;
}
table.liste thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
table.liste tr {
    flex: 0 40%;
    padding: 2%;
    border: solid 1px #dedede;
    margin: 2%;
}
table.liste tr:nth-child(2n+1) {
    margin: 2% 2% 2% 0;
}
table.liste td {
    position: relative;
    font-size: 1rem;
    width: 100%;
    padding: 0;
    border-bottom: none;
}
table.liste tr:nth-child(even) {
    background: transparent;
}
table.liste td {
    font-size: 1rem;
    align-items: center;
}
table.liste td:nth-child(1) {
    font-weight: bold;
}
}

@media screen and (max-width : 500px)  {
table.liste tr, table.liste tr:nth-child(2n+1) {
    flex: 0 100%;
    margin: 2% 2% 2% 0;
}
}




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 /////  ---------------- */





/*--------------------------------------------------
	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(3rem, 3.5vw), 6rem);
		line-height: 90px;
        font-family: var(--title-font);
	}

	.light-content .percentage {
		color:rgba(255,255,255,1);
	}

	.trackbar {
		width: 30vw;
		height: 1px;
		background: rgba(0,0,0,0.2);
		margin: 0 auto;
		margin-top:70px;
		position: relative;
		left:0;
		right:0;
		opacity: 1;
	}

	.loadbar {
		width: 0%;
		height: 1px;
		background: rgba(0,0,0,1);
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}

	.hold-progress-bar {
		width: 0%;
		height: 3px;
		background: rgba(255,255,255,1);
		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:100px;
		height:100px;
		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;
  }







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

.has-img-animation {
    opacity: 1;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    transform-origin: bottom;
    will-change: transform;
    transition: 1s cubic-bezier(.075,.82,.165,1);
}

.has-bg-animation {
    opacity: 1;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    transform-origin: center;
    will-change: transform;
}


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

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

.has-animation-stagger {
    opacity: 0;
    -webkit-transform: 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: 45vw;
}


.imgreveal {
visibility: hidden;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}



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



.logo {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 350px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease;
    opacity: 0;
  }

.logo img {
    width: 100%;
}

.logo.logo-origin.light {
    opacity: 1;
}

.logo.logo-bright.dark {
    opacity: 1;
}

.logo.scrolled-nav {
    top: 20px;
    width: 200px;
}

/*
.logo.light {
    background-image: url(../images/logo.svg);
}

.logo.dark {
    background-image: url(../images/logo-darkm.svg);
}
*/

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


#header.home .logo {

}



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

#navigation {
    position: relative;
    display: none;
    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;
}

a.button-zertifikate-dokumente {
    margin-top: clamp(1rem, 2vw, 2rem)!important;
}



/* ///// 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 {
    position: absolute;
    float: right;
    top: 10rem;
    right: 3%;
}

#hinweis .beitrag {
    position: relative;
    float: right;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.hinweis .icon {
    height: 90px;
    width: 90px;
    object-fit: contain;
    padding: 8px;
    background: #5E7080;
    border-radius: 50%;
    z-index: 2;
}

.hinweis-text {
    background: #5E7080;
    height: 4rem;
    width: 14rem;
    left: -1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 4px 16px 4px 24px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

span.flyer {
    font-style: italic;
}

#hinweis h5, #hinweis a {
    position: absolute;
    display: contents;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.svg-pulverbeschichtung {
    height: 3.5rem;
    padding: 0;
}

#hinweis .space {
    padding-top: 0.7rem;
}


/* ///// 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 .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);
}


/* ///// 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: var(--title-font);
    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;
    padding: 0 0 0 12px;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: #fff;
    background: #0a0a0a;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-right: solid 1px #0a0a0a;
	cursor: pointer;
	-webkit-box-shadow: 10px 0px 34px 10px rgba(0,0,0,1);
	-moz-box-shadow: 10px 0px 34px 10px rgba(0,0,0,1);
	box-shadow: 10px 0px 34px 10px rgba(0,0,0,1);
    display: none;
}


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



/* ///// STARTSEITE ///// */


.intro {
    width: 100%;
    padding: 10% 0 0;
}

.intro p {
    font-size: min(max(1.3rem, 2vw), 3rem);
    line-height: 1.5;
    font-family: var(--title-font);
    text-align: left;
    hyphens: none;
}

p.p1 {
    font-size: min(max(1.3rem, 2vw), 2rem);
    line-height: 1.5;
    font-family: var(--title-font);
    text-align: left;
}


.slogan {
    padding: 10% 0 0;
}

.slogan p {
    font-family: var(--bold-font);
    text-align: center;
    font-size: min(max(1.5rem, 4vw), 3rem);
    line-height: 1.5;
	-moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

#summary-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
}

#summary {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 70%;
    min-height: 80vh;
    padding: 0 15%;
}

#summary .summarybg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/stratum-dark.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
    will-change: transform;
}

.summary-text {
    position: relative;
    color: #fff;
    font-size: min(max(1.3rem, 2.3vw), 2.5rem);
    text-align: center;
    z-index: 2;
}

/*
#summary img {
    width: min(max(5rem, 11vw), 11rem);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-top: min(max(-10rem, -10vw), -6rem);
    margin-left: min(max(-0.1rem, -2vw), -1.5rem);
}*/

#summary img {
    width: min(max(5rem, 11vw), 11rem);
    position: absolute;
    left: 50%;
    top: -5rem; 
    transform: translate(-50%, -100%);
    z-index: 2;
}

.summary-unternehmen {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.summary-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.summary-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

#oberflaechentechnik .bild {
    width: 100%;
    margin-left: clamp(-18.2em, -32vw, -7em);
    margin-top: -12%;
    max-width: 40em;
    transform: translate(50%, 0);
}


#containerP.sektor.light.oberflaechentechnik {
    z-index: 4;
}

.branchen {
    padding: 5em 0;
    min-height: 80vh;
}

#containerP.branchen {
    display: flex;
    align-items: center;
}

.branchen p, .branchen h2, .branchen a {
    color: #fff;
}

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

.branchen-shadow-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 70%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.branchen-shadow-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#projektentwicklung {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: var(--white);
}

.projektentwicklung-2 {
    margin-top: 5%;
}

#assembling {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: var(--color1);
    z-index: 2;
}

#assembling p, #assembling a, #assembling h2, #assembling h4 {
    color: #fff;
}

#assembling a.button-whiteline:hover {
    background: var(--white);
    color: var(--black);
    border: solid 1px var(--white);
    text-decoration: none;
}

.hidden {
    display: none;
}

.aktuell {
    position: relative;
    float: left;
    width: 100%;
    padding: 11px 0px 8px 0px;
    background-color: #5E7080;
    color: white;
}

.aktuell p {
    line-height: 1;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-family: var(--bold-font);
}

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

.schlagzeile .beitrag {
    padding: 18px 14px 14px;
    background: #A52A2A;
    text-align: center;
}

a.schlagzeile-link {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: var(--bold-font);
}

a.schlagzeile-link:hover {
    color: white;
}

a.link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news-top {
    position: relative;
    float: left;
    background: var(--black);
    width: 100%;
    margin-top: 2em;
}

.news-top .newsflash {
    display: flex;
    flex-direction: row;
}

.news-top .beitrag {
    padding: 2em;
    width: calc(33.333% - 4em);
    float: left;
    position: relative;
}

.news-top .beitrag:nth-child(1) {
    padding-left: 0;
    width: calc(50% - 2em);
}


.news-top .beitrag:nth-child(1):after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: calc(100% - 4em);
    width: 1px;
    background: white;
    content: '';
}

.news-top .beitrag:nth-child(3):before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: calc(100% - 4em);
    width: 1px;
    background: white;
    content: '';
}

.news-top p {
    font-size: min(max(1.1rem, 1.3vw), 1.5rem);
    text-align: left;
    hyphens: none;
    white-space: pre-wrap;
    color: var(--white);
}

/* ///// OBERFLÄCHENTECHNIK UNTERSEITE ///// */

ul.ziele {
    margin-left: 16px;
}

.ziele li {
    list-style-type: square;
}

.grid.cols-2.varianten div {
    background: var(--color2);
    padding: clamp(1em, 3vw, 2em);
}

.anyquestions {
    background: var(--color2);
    padding: clamp(1em, 5vw, 4em);
}

.anyquestions .bgimage {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
}

.download-area {
    position: relative;
    background-image: url(../images/stratum-bg.webp);
    background-size: cover;
    background-position: center;
    min-height: 30vh;
}

.download-area img.icon-bright {
    width: min(max(5rem, 11vw), 11rem);
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translate(-50%, 0);
    z-index: 2;
}

.download-area-white {
    background-color: var(--white);
    background-image: none;
}

.download-area a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-width: 700px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.download-section a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-width: 700px;
}

.download-area a:hover, .download-section a:hover {
    background: var(--color1);
}

.download-area a:hover .grid.cols-4 {
    color: var(--white);
}


.download-area .grid.cols-4 {
    grid-template-columns: 10px 1fr 4em 3em;
    border-bottom: solid 1px var(--color1);
    color: #fff;
}


.download-section .grid.cols-4 {
    grid-template-columns: 10px 1fr 4em 3em;
    color: var(--black);
}

.download-section img.download-icon {
    filter: invert(1);
}


.download-area img.icon-white {
    width: min(max(4rem, 8vw), 7rem);
    position: absolute;
    left: 50%;
    top: clamp(10em, 20vw, 20em);
    z-index: 2;
    margin-left: min(max(-0.1rem, -2vw), -1.5rem);
}

.download-area h2 {
    color: var(--white);
    text-align: center;
}

.download-item a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

img.download-icon {
    width: 23px;
    height: 26px;
}

img.download-icon.dark {
    display: none;
}

.download-area a:hover img.download-icon {
    display: none;
}

.download-area a:hover img.download-icon.dark {
    display: block;
}

@media (prefers-color-scheme: light){
    .download-area a:hover img.download-icon {
        display: block;
    }

    .download-area a:hover img.download-icon.dark {
        display: none;
    }

    .zertifikate-dokumente .download-area h2 {
        color: var(--black);
    }

    .zertifikate-dokumente .download-area .grid.cols-4 {
        color: var(--black);
    }

    .zertifikate-dokumente img.download-icon {
        display: none;
    }

    .zertifikate-dokumente img.download-icon.dark {
        display: block;
    }
}

#containerT.umweltschutz {
    display: grid;
    height: 100%;
    color: #fff;
    z-index: 2;
}

.umweltschutz h2, .umweltschutz p {
    color: #fff;
}

.umweltschutz .grid {
    z-index: 3;
    margin-bottom: 2em;
}

.umweltschutz .gradient {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


.zusatzdl h2 {
    text-align: center;
}

.zusatzdl img {
    height: min(max(4rem, 6vw), 6rem);
    width: auto;
}



/* ///// BRANCHEN UNTERSEITE ///// */

.vl {
    border-left: 1px solid var(--border-color);
    height: clamp(4em, 20vw, 20em);
    position: absolute;
}



/* ///// PROJEKTENTWICKLUNG UNTERSEITE ///// */


.prozess img {
    height: min(max(4rem, 6vw), 6rem);
    width: auto;
}




/* ///// UNTERNEHMEN UNTERSEITE ///// */

.frame {
    background-color: var(--color1);
    padding: 2em;
}

.frame p, .frame a {
    color: var(--white);
}

.frame img.logoicon {
    width: min(max(3rem, 9vw), 7rem);
    position: relative;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: min(max(-2rem, -2.7vw), -2.0rem);
}

.frame img.swissness {
    width: 20px;
    height: 20px;
}


#summary-unternehmen {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    min-height: 80vh;
}

.summarybg-unternehmen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/stratum-dark.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

#summary-unternehmen img.logoicon {
    width: min(max(8rem, 11vw), 11rem);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-top: 0;
    margin-left: min(max(-0.1rem, -2vw), -2.5rem);
}

.facts {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
}

.facts p, .facts a {
    color: var(--white);
    font-size: min(max(1.2rem, 2vw), 2rem);
}

/*
.fact {
    width: min(max(8rem, 13vw), 13rem);
    height: min(max(8rem, 13vw), 13rem);
    color: var(--white);
    font-size: min(max(2rem, 4vw), 3rem);
    font-family: var(--bold-font);
    border: solid 7px var(--color3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.fact {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: min(max(4rem, 8vw), 8rem);
    font-family: var(--bold-font);
    line-height: 1.2;
}

.fact-container {
    position: relative;
    width: 100%;
}

.whiteline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid 0.5px var(--white);
    z-index: 2;
}

.uid {
    font-size: min(max(1.2rem, 2.5vw), 2rem);
    white-space: nowrap;
}

.ansprechpersonen a {
    color: var(--white);
}




/* ///// KONTAKT UNTERSEITE ///// */

.grid.cols-2.kontakt-container {
    grid-template-columns: 50% 40%;
  }

  .kontakt-container img {
    width: min(max(8rem, 13vw), 13rem);
    margin-left: -16px;
}

.kontakt-container p {
    margin: 0;
}



/* ///// VIDEO ///// */

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.video-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: var(--color3);*/
    background: #4fabf3;
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: multiply;
}




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

.section-parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: var(--color1);
}

.section-parallax-2 {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.parallax-content {
    background-size: cover;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
    margin-top: -10%;
    will-change: transform;
}
.parallax-content.home {
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 122%;
    height: 122%;
    margin-top: -10%;
    will-change: transform;
}
/*
.parallax-content.home {
    background-position: 85% center;
}*/

.parallax-content-2 {
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% + 200px);
}

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

#parallax-container, #parallax-container-2 { /* nur erforderlich wegen dem Logo Farbwechsel */
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

/* ///// CONTAINER (if needed) ///// */
.parallax-container {
    position: relative;
    overflow: hidden;
    height: clamp(40em, 50vw, 50em);
    width: 100%;
}

.parallax-container.subpage {
    height: 100vh;
}

.summary-unternehmen-container {
    height: clamp(50em, 60vw, 60em);
}

/* Parent */
.parallax-img {
    background-size: cover;
    object-fit: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
    float: left;
  }
  /* Child */
  .parallax-img img {
    height: 100%;
    object-fit: cover;
  }

  .parallax-container .page-header {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}


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

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



/* ///// 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;
}





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

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

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


div#fox-container-m93 .fox-form select, div#fox-container-m93 .fox-form textarea, div#fox-container-m93 .fox-form input[type="text"], div#fox-container-m93 .fox-form input[type="email"] {
    border-radius: 0px;
    color: var(--color1);;
    background-color: transparent;
    padding: 10px;
    margin: 0px 0 15px;
    border: solid 1px var(--border-color);
    width: calc(100% - 20px);
}

div#fox-container-m93 .fox-item-dropdown .controls select {
    margin: 0px 0 15px;
}

div#fox-container-m93 .chzn-container-single .chzn-single {
    margin: 0px 0 15px;
}

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

div#fox-container-m93 .btn {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: none;
    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: solid 1px var(--border-color);
    border-color: var(--border-color);
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--color1); !important;
    color: var(--color1);
    background-color: transparent;
    padding: 25px 85px 25px 30px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    float: left;
}

div#fox-container-m93 .chzn-container-single .chzn-single {
    background-image: var(--white);
    color: var(--color1);
    background-color: var(--white);
    width: 100%;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
}

.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid var(--border-color);
    border-radius: 0px;
    background-color: var(--white);
    background: var(--white);
    background-clip: padding-box;
    box-shadow: none;
    color: var(--color1);
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

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

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

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

div#fox-container-m93 .control-group {
    margin-bottom: 0;
}

div#fox-container-m93 .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 30px;
    width: 24px;
    height: 8px;
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

div#fox-container-m93 .btn:hover:before {
    background-image: url(../images/right-arrow-white.svg);
}

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

#fox-container-m93 .btn:hover span, div#fox-container-m93 .btn span span {
    color: var(--white);
}

div#fox-container-m93 .btn:hover:before {
    background-color: var(--color1);
}

#fox-container-m93 .btn, div#fox-container-m93 .btn span {
    color: var(--color1);
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
    transition: all ease 0.5s;
}

div#fox-container-m93 .required:after, div#fox-container-m93 .asterisk:after {
    content: "*";
    color: #87949b;
    font-weight: 200;
}

label {
    letter-spacing: 0em;
}

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

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



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


#footer {
    position: relative;
    display: flex;
    float: left;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background: var(--white);
    align-items: flex-start;
    min-height: 100vh;
    flex-wrap: wrap;
    will-change: transform;
}

#footer p, #footer li {
    color: var(--border-color);
}

#footer .moduletable {
    float: left;
}

#footer a {
    display: block;
    margin: 8px 0;
    color: var(--color1);
}

a.email {
    font-size: 1.8em;
}

img.footerlogo-darkm {
    display: none;
}


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


#copyright {
    position: relative;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 100%;
    padding: 2em 0 5% 0;
    text-transform: uppercase;
    background: var(--white);
}

#copyright a {
	color: var(--color1);
	text-decoration: none;
    font-size: 12px;
    margin: 7px 20px 7px 20px;
    display: inline-block;
}

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

#copyright p {
	color: var(--color1);
	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 ///// */

.scrolltotop {
    display: block;
    position: absolute;
    background-image: url(../images/scrolltotop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 5em;
    left: 0;
    right: 20px;
    margin-left: auto;
    margin-right: calc(4% - 20px);
    z-index: 9;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 100ms ease-in;
}

.scrolltotop.darkm {
    background-image: url(../images/scrolltotop-darkm.svg);
    display: none;
}





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


.introtext-zeichenlimit {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    line-height: 1.5;
}

.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%;
}

.parallax-container .page-header {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.parallax-container .page-header h1 {
    color: var(--white);
    font-family: var(--common-font);
    letter-spacing: 1px;
    text-align: center;
}

.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;
}

.multiple-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 0em 0;
}


@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: 100%;
    margin: 0%;
    background-color: var(--white);
    overflow: hidden;
}

.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: 40vw;
    overflow: hidden;
}

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

.bild-frame:hover .bild {
    transform: scale(1.05);
}

.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;
}

.bild-frame:hover .bild-overlay {
    background: rgba(0,0,0,0.0);
}

.srcbild img {
    height: 9em;
    width: auto;
}

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

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;
}


/* GALERIE FIELD */

.showtime.showtime-default {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.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;
}

.showtime-default .showtime-image a {
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1;
    white-space: normal;
}

.showtime-default .showtime-gallery {
    width: 102%;
    margin-left: -1%;
}




/* 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: 4em;
    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: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);
}

/* DOWNLOADS */

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


.download-icon {
    position: relative;
}

.download-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/download-icon.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%;
}

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

.header.active {
	position: fixed;
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    opacity: 0;
    z-index: 9;
    transition: all ease 1s;

}

.header.active.dark {
    opacity: 1;
    background: var(--color1);
}


.header.active.light {
    opacity: 1;
    background: var(--white);
}





#header-fadein {
    position: fixed;
    top: -100px;
	visibility: hidden;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    z-index: 10;
    background: #fff;
    -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: 200px;
}

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

.wideWrap {
    display: inline;
    float: left;
    width: 100%;
	margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
}

#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%;
}

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

.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(--black);
    background: var(--white);
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: var(--common-font);
	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.2rem;
    line-height: 1.8;
    white-space: pre-wrap;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
    text-align: justify;
}

a {
    color: var(--black);
    text-decoration: none;
	cursor: pointer;
    transition: all ease .5s;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

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

strong {
    font-family: var(--bold-font);
}

.button, a.button, p.button, a.readmore, button.goback, .video-button {
    position: relative;
    border: solid 1px var(--border-color);
    color: var(--color1);
    background-color: transparent;
    padding: 25px 85px 25px 30px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-size: min(max(0.8rem, 1.4vw), 1rem);
    letter-spacing: 1px;
    line-height: 1.5;
    float: left;
}


.button-white, a.button-white, p.button-white {
    position: relative;
    border: solid 1px var(--white);
    color: #000;
    background-color: var(--white);
    padding: 25px 85px 25px 30px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-size: min(max(0.8rem, 1.4vw), 1rem);
    letter-spacing: 1px;
    line-height: 1;
    float: left;
}

.button-whiteline, a.button-whiteline {
    position: relative;
    border: solid 1px var(--white);
    color: var(--white);
    padding: 25px 85px 25px 30px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-size: min(max(0.8rem, 1.4vw), 1rem);
    letter-spacing: 1px;
    line-height: 1.5;
    float: left;
}

.button-extern-whiteline, a.button-extern-whiteline {
    position: relative;
    border: solid 1px var(--white);
    padding: 7px 35px 5px 10px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: min(max(0.8rem, 1.4vw), 1rem);
    line-height: 1;
    float: left;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button-extern, a.button-extern {
    position: relative;
    border: solid 1px var(--border-color);
    padding: 3px 35px 1px 10px;
    margin: 5px 0 5px 15px;
    transition: all ease .5s;
    display: table;
    text-transform: none;
    font-size: min(max(0.8rem, 1.4vw), 1rem);
    line-height: 1;
    float: left;
    color: var(--black);
    background-color: var(--color2);
    text-transform: uppercase;
    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: 30px;
    width: 24px;
    height: 8px;
    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: 30px;
    width: 24px;
    height: 8px;
    background-image: url(../images/right-arrow-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

.button-whiteline:before, a.button-whiteline:before, p.button-whiteline:before, a.readmore-whiteline:before, button.whiteline.goback:before, .video-button-whiteline:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 30px;
    width: 24px;
    height: 8px;
    background-image: url(../images/right-arrow-white.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(--black);
    color: var(--white);
    border: solid 1px var(--black);
    text-decoration: none;
}

.button-white:hover, a.button-white:hover {
    background: var(--black);
    color: var(--white);
    border: solid 1px var(--black);
    text-decoration: none;
}

.button-whiteline:hover, a.button-whiteline:hover {
    background: var(--white);
    color: var(--black);
    border: solid 1px var(--white);
    text-decoration: none;
}

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

.button-extern:hover, a.button-extern:hover {
    background: transparent;
    color: var(--black);
    border: solid 1px var(--black);
    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-whiteline:hover:before, a.button-whiteline:hover:before, a.readmore-whiteline:hover:before, button-whiteline.goback:hover:before, .video-button-whiteline:hover:before {
    background-image: url(../images/right-arrow.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: var(--black);
}

.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: var(--white);
}


/* 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: 8px 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: var(--title-font);
    color: var(--black);
    font-size: min(max(1.7rem, 5vw), 5rem);
    line-height: 1.5;
	-moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h2 {
    font-family: var(--title-font);
    color: var(--black);
    font-size: min(max(1.6rem, 4vw), 3rem);
    line-height: 1.5;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h3 {
    font-family: var(--title-font);
    color: var(--black);
    font-size: min(max(1.1rem, 2.8vw), 2rem);
	line-height: 1.5;
}

h4 {
    font-family: var(--bold-font);
    color: var(--black);
    font-size: min(max(1.1rem, 1.8vw), 1.5rem);
	line-height: 1.5;
}

h5 {
    font-family: var(--title-font);
    color: var(--black);
    font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5;
}


/* 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 ///// */

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

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

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

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

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

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

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

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

.repeatable-2 li:nth-child(-n+2), .repeatable-3 li:nth-child(-n+3), .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;
}

.formularbestaetigung {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: green;
    background-color: #dff0d8;
    border: 1px solid green;
    border-radius: 4px;
    position: relative;
    display: inline;
    float: left;
    width: calc(86% - 2rem);
    margin-left: 7%;
    margin-right: 7%;
    z-index: 2;
    margin-top: 3rem;
}

/* END MISC ELEMENTS */


/* KONTAKTFORMULAR */

#captcha35 {
    width: 25%;
    margin-left: 0px;
}

input#captchaTxt35 {
    width: 25%;
    margin-bottom: 30px;
}

label.form-label.formControlLabel {
    width: 100%;
}



textarea#message {
    font-family: inherit;
    color: var(--color1);
    font-size: inherit;
}

.rsform-block .form-control {
    color: var(--color1);
    font-size: inherit;
}
#rsform_3_page_0 .rsform-block .form-control:focus, #rsform_3_page_0 .rsform-block .form-control:hover {
    color: var(--color1);
}

#rsform_3_page_0 button#send:hover {
    transition: border linear .2s, box-shadow linear .2s;
    color: var(--white);
}

/* END KONTAKTFORMULAR */
