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

.scroll-content {
    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;
}

iframe.youtube {
    margin-top: 1em;
}

.tooltip {
    display: none !important;
}

input[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 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: 3.5vw;
		line-height: 90px;
        font-family: 'UniNeueBold';
	}
	
	.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-transition: translateY(80px);
    transform: translateY(80px);
    transform-origin: 50% 0;
    will-change: transform;
}
/* <div class="has-animation" data-delay="100"> */


.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: 45vw;
}






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

#header .logo {
    float: left;
    transition: all ease 0.5s;
    width: 100%;
    max-width: 250px;
}

.logo img {
    width: 100%;
}

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

#header .logo {
    display: none;
}



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

img.pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    opacity: 0.5;
    z-index: 2;
}

.nav-image {
    position: relative;
    margin: 2% 15%;
    float: left;
}

.nav-image h3 {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    z-index: 3;
}

.nav-image-overlay {
    position: absolute !important;
    content: "";
    z-index: 2;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: rgb(39,44,53);
background: -moz-linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
background: linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
}


/* ///// 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: calc(var(--vh, 1vh) * 100);
    /* overflow: hidden; */
}

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

#slider .newsflash {
    display: block;
}

#slider-elements {
    position: absolute;
    display: block;
	float: left;	
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

/*
#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 .logo {
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 10%;
    top: 42%;
    max-width: 400px;
}

.scrolldown {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 9em;
    background: #fff;
    z-index: 2;
}

.scrolldown:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 45px;
    background-image: url(../images/arrow-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.telefon {
    position: absolute;
    width: auto;
    z-index: 1006;
    left: 3em;
    margin-left: 37px;
    top: 4em;
    color: #fff;
}

.telefon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -30px;
    width: 17px;
    height: 31px;
    background-image: url(../images/mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.telefon p {
    font-size: 12px;
    margin: 0;
}

.insta {
    position: absolute;
    z-index: 2;
    bottom: 3.5em;
    right: 150px;
    width: 1.5em;
    height: 1.5em;
}


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

.slide-inner--image video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@-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);
    transform: rotate(180deg);
}

/*
.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;
}
.scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}




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

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

.hero, .hero2 {
    position: relative;
    float: left;
    height: 45vw;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 7%;
}

.hero2 {
    margin-top: 15%;
    margin-bottom: 0;
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    object-fit: cover;
}

.hero2 img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    object-fit: cover;
}

.hero-slider {
    position: absolute;
    left: 7%;
    top: 7%;
    width: 93%;
    height: 100%;
    background-color: #272c35;
    z-index: -1;
}

.hero2-slider {
    position: absolute;
    right: 7%;
    top: 7%;
    width: 93%;
    height: 100%;
    background-color: #272c35;
    z-index: -1;
}


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



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

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

#introtext p {
    font-size: 1.8rem;
    line-height: 2;
}


/* ///// KOMPETENZEN ///// */

.kompetenzen {
    display: flex;
    flex-wrap: wrap;
}

.kompetenzen em {
    flex: 0 46%;
    border-bottom: solid 1px #d9d9d9;
    margin: 0 4% 0 0;
    padding: 2% 0;
    align-items: center;
    display: flex;
}


/* ///// Impressionen ///// */

@media (min-width: 992px) {
.showtime-default .showtime-image {
    width: 33%;
}
}

@media screen and (min-width : 576px)  {
.showtime-default .showtime-image {
        width: 33%;
    }
}

.showtime-default .showtime-image {
    width: 33%;
    float: left;
}

.showtime-default .showtime-image img {
    width: 100%;
    outline: solid 0px transparent;
    border: 0px solid #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.showtime-default .showtime-gallery {
    display: block;
}

/*
.showtime-default .showtime-image:nth-child(n+7) {
    display: none;
}
*/

.showtime-default .showtime-image {
    display: none;
}



/* ///// DIENSTLEISTUNGEN ///// */

#dienstleistungen-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 15% 0 20%;
	float: left;
}

#dienstleistungen-introtext {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin: 0 25% 0 25%;
}

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

.dl-text {
    position: absolute;
    z-index: 3;
    bottom: 2em;
    left: 2em;
    width: calc(90% - 2em);
}

.dl-text h4, .dl-text p {
    color: #fff;
    line-height: 1.5;
}

/*
.dl-text a.button {
    color: #fff;
    border-color: #fff !important;
}
*/

.dl-text a.button:before {
    background-color: #fff;
}



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

#referenzen {
    position: relative;
    display: block;
    float: left;
    width: 70%;
    padding: 00% 10% 5%;
    margin: 5%;
    background-color: #dadada;
}

#referenzen-slider {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 5%;
}

#referenzen .slick-slider {
    margin-top: 5%;
}

#referenzen .slick-slide img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 70px;
    margin: 0 auto;
}



/* ///// DOWNLOADS ///// */

#downloads-introtext {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

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




/* ///// ANSPRECHPERSON ///// */

#ansprechperson {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 15% 0 5%;
}

#ansprechperson-hell, #ansprechperson-hell-artikel {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 10% 0 10%;
}

#ansprechperson .ansprechperson {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    background: #87949b;
}

#ansprechperson-hell .ansprechperson, #ansprechperson-hell-artikel .ansprechperson {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.portrait {
    position: absolute;
    width: min(max(400px, 26vw), 400px);
    height: min(max(400px, 34vw), 600px);
    background-position: center center;
    background-size: cover;
    left: 15%;
    top: 50%;
    transform: translate(0, -50%);
}

.portraittext {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    margin: 5% 30% 5% 50%;
}

#ansprechperson .portraittext span {
    color: #fff;
    font-size: 2rem;
    line-height: 1.7;
}

#ansprechperson-hell .portraittext span, #ansprechperson-hell-artikel .portraittext span {
    color: #272c35;
    font-size: 2rem;
    line-height: 1.7;
}

#ansprechperson .portraittext p {
    color: #fff;
}

#ansprechperson-hell .portraittext p, #ansprechperson-hell-artikel .portraittext p {
    color: #272c35;
}



/* ///// LEHRSTELLENANGEBOT ///// */

#lehrstellenangebot {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    margin: 5%;
}

#lehrstellenangebot h2, #lehrstellenangebot h4 {
    width: 40%;
    padding: 0 30% 0 30%;
}


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

#team {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    margin: 0 5%;
}

#team .newsflash {
    display: block;
}

#team #beitrag {
    display: block;
    float: left;
    width: 21%;
    flex-wrap: wrap;
    margin: 2%;
    background: #dadada;
}

#team p {
    line-height: 1.2;
}

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

.mitarbeiterinfos {
    padding: 5%;
}



/* ///// ÜBER UNS ///// */

.facts-container {
    text-align: center;
    margin-bottom: 10%;
}

.facts-container .grid {
    grid-gap: 0vw 3vw;
    justify-content: center;
}

.fact {
    border: solid 0.5vw;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    font-weight: 600;
}

.uid {
    font-size: 3rem;
    line-height: 1;
}


.geschichte-container {
    position: relative;
    display: block;
    float: left;
    width: 70%;
    margin: 10% 5% 0;
    padding: 0% 17% 5% 3%;
    background: #dadada;
}

.geschichte {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    margin: 5% 30%;
}

.geschichte em:nth-child(3n+1) {
    font-weight: 600;
    border-bottom: solid 1px #87949b;
    display: block;
    float: left;
    width: 5em;
}

.geschichte em:nth-child(3n+2) {
    font-weight: 600;
    border-bottom: solid 1px #87949b;
    float: left;
    width: calc(100% - 5em);
    display: block;
}

.geschichte em:nth-child(3n+3) {
    width: calc(100% - 5em);
    margin: 2% 0 5% 5em;
    float: left;
}






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

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

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

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

.parallax-text p, .parallax-text h2, .parallax-text h4 {
    color: #fff;
}

.parallax-text a.button {
    color: #fff;
    border-color: #fff;
}

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

#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: 30vw;
    overflow: hidden;
}

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



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

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

#parallax-ubiq img {
    width: 100vw;
}




/* ///// MITARBEITER ///// */

#mitarbeiter-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 15% 0;
	float: left;
}

#mitarbeiter-introtext {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin: 0 25% 0 25%;
}

#mitarbeiter-introtext p {
    font-size: 1.8rem;
    line-height: 2;
}

#mitarbeiter-auswahl {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    margin: 0 5% 0 5%;
}

#mitarbeiter-auswahl .description {
    position: absolute;
    z-index: 3;
    bottom: 4em;
    left: 4em;
}

#mitarbeiter-auswahl .bgimage {
    height: 30vw;
}

#mitarbeiter-auswahl h4, #mitarbeiter-auswahl p {
    color: #fff;
}




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

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



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

#news-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 10% 0;
	float: left;
    background: #dadada;
}

#news-introtext {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    margin: 0 40% 0 30%;
}

#news {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    margin: 0 5%;
}

#news .bgimage {
    height: 15vw;
}

#news h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

#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: 2em;
    float: left;
}

#news #beitrag p {
    display: inline;
}

.datum {
    font-family: "feritec";
    color: #272c35;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
}



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

p.open em {
    display: block;
    margin: 8px 0;
}

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

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


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

div#fox-container-m117 .fox-form input[type="text"]:hover, div#fox-container-m117 .fox-form input[type="email"]:hover, div#fox-container-m117 .fox-form textarea:hover, div#fox-container-m117 .fox-form input[type="text"]:focus, div#fox-container-m117 .fox-form input[type="email"]:focus, div#fox-container-m117 .fox-form textarea:focus {
    background-color: #dadada;
    color: #272c35;
}

div#fox-container-m117 .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: solid 1px #272c35;
    border-color: #272c35;
    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);
    padding: 9px 35px 9px 20px;
    line-height: 15px;
    color: #272c35 !important;
    transition: all ease .5s;
}

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

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

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

div#fox-container-m117 .btn:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 14px;
    height: 3px;
    background-color: #272c35;
    z-index: 2;
    transition: all ease .5s;
}


#fox-container-m117 .btn:hover, div#fox-container-m117 .btn:focus {
    background: #272c35;
}

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

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

#fox-container-m117 .btn, div#fox-container-m117 .btn span {
    color: #272c35;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: all ease 0.5s;
}

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

label {
    letter-spacing: 0em;
}

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

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



/* ///// TITEL ///// */

#titel {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0;
    margin: 5% 0;
	float: left;
}



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

#footer {
    position: relative;
    display: block;
    float: left;
    width: 86%;
    padding: 5% 7% 10% 7%;
    background: #272c35;
    overflow: hidden;
}

#footer p, #footer a, #footer li {
    color: #fff;
    line-height: 1.2;
    list-style-type: none;
}

#footer .moduletable {
    float: left;
}

#footer .grid {
    z-index: 3;
}

#footer .logo {
    margin: 0 0 2em;
    max-width: 250px;
}

#footer .insta {
    right: auto;
    position: relative;
    bottom: auto;
    margin: 2em 0 0;
}

img.instagram {
    width: 20px;
    margin-top: 1rem;
}


/* ///// 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: #007ec6;
    text-transform: uppercase;
    background: #212121;
}

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

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

.copyright-1 p {
	color: #fff;
	font-size: 12px;
	text-align: left;
}

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

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

.swissmem {
    position: relative;
    float: left;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5%;
}

.swissmem-text {
    color: white;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 1rem;
}

img.swissmem-logo {
    width: 8rem;
}

#footer .grid-1-3 {
    display: flex;
    align-items: center;
}

#footer .grid-2-3 {
    display: flex;
    align-items: center;
}


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

a.scrolltotop {
    display: none;
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
	background-size: contain;
    background-repeat: no-repeat;
    bottom: 37px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    width: 50px;
    height: 40px;
    cursor: pointer;
    transition: all 100ms ease-in;
}

a.scrolltotop:hover {
    background-image: url(../images/scrolltotop-hover.svg);
}




/* ///// 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: 22vw;
    background-position: center center;
	background-size: cover;
}

.bgimage-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgb(39,44,53);
background: -moz-linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
background: linear-gradient(180deg, rgba(39,44,53,0) 0%, rgba(39,44,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272c35",endColorstr="#272c35",GradientType=1);
}

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

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

.item-page {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 3% 0%;
}

.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;
    transition: all ease 0.5s;
}

.bild-frame {
    position: relative;
    width: 100%;
    height: 20vw;
    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.lightbox {
    position: absolute;
    z-index: 3;
    width: 3em;
    height: 3em;
    right: 15%;
    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.lightbox: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 */

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

a.pdf:hover, a.ipdf:hover, a.link: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: #849298;
}

a.pdf:hover .download-icon:before, a.ipdf:hover .download-icon:before, a.link: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 {
    width: 65%;
    padding: 2% 13% 2% 2%;
    float: left;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
}

.download-icon {
    position: relative;
    width: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    float: right;
    background: #272c35;
    height: calc(100% - 20px);
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    transition: all ease 0.5s;
    font-weight: 600;
    padding: 10px 0;
}

a.pdf .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-pdf.svg);
    background-size: cover;
    transition: all ease 0.5s;
}

a.ipdf .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-ipdf.svg);
    background-size: cover;
}

a.link .download-icon:before {
    position: absolute;
    content: "";
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 27px;
    height: 23px;
    background-image: url(../images/downloads/download-link.svg);
    background-size: cover;
}

a.word .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-word.svg);
    background-size: cover;
}

a.excel .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 26px;
    background-image: url(../images/downloads/download-excel.svg);
    background-size: cover;
}

a.download .download-icon:before {
    position: absolute;
    content: "";
    bottom: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 23px;
    background-image: url(../images/downloads/download-download.svg);
    background-size: cover;
}

a.formular .download-icon:before {
    position: absolute;
    content: "";
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 27px;
    background-image: url(../images/downloads/download-form.svg);
    background-size: cover;
}



/* 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: calc(100% - 4em);
    margin-left: 4em;
}

#header {
	position: absolute;
    display: block;
    float: left;
    width: 100%;
    padding: 3em 0px 0;
    z-index: 10;
    transition: all ease 0.5s;
}

#header.home {
    display: none;
}

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

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

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

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

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

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {}

#left-col {
	float: left;
}

#left-col span {
    font-size: 1rem;
    line-height: 1.5;
}

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

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: #272c35;
	font-size: 1.2rem; 
	line-height: 1.5;
	font-family: "feritec";
	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: 2;
    /*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 */
}

strong {
    font-weight: 600;
}

a {
    color: #272c35;
    text-decoration: none;
	cursor: pointer;
    transition: all ease .5s;
}

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

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

.big {
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.button, a.button, p.button, a.readmore, button.goback, .video-button, a.ba-btn.load-more, input.button {
    position: relative;
    border: solid 1px #272c35 !important;
    color: #272c35;
    background-color: transparent;
    padding: 9px 35px 9px 20px !important;
    margin: 5px 15px 5px 0 !important;
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1 !important;
    float: left;
}

#loadMore2.button {
    float: left;
    clear: left;
}

.button-white, a.button-white, p.button-white {
    position: relative;
    border: solid 1px #ffffff;
    color: #fff;
    background-color: transparent;
    padding: 9px 35px 9px 20px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    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, a.ba-btn.load-more:before, input.button:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 14px;
    height: 3px;
    background-color: #272c35;
    z-index: 2;
    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;
    bottom: 10px;
    right: 15px;
    width: 14px;
    height: 3px;
    background-color: #fff;
    z-index: 2;
    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: #000;
    color: #fff;
    border: solid 1px #000;
    text-decoration: none;
}

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

a.ba-btn.load-more:hover:before {
    background: #fff;
}

.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;
    z-index: 1;
    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: -1px;
    bottom: 0;
    left: 0;
    background: #272d35;
}

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

.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-white:hover .button-over:after, .button-white:hover .button-over:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

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

.button-over:after, .button:hover .button-over:before, .button-white: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;
    z-index: 2;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
}

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

.button-white:hover .button-content {
    color: #272c35;
}

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

a.button-white:hover:before {
    background-color: #272c35;
}

/* 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.2rem;
	line-height: 2;
    /*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 */
}

h1 {
    font-family: "feritec";
    color: #272c35;
    font-size: 3rem;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
}

h2 {
    font-family: "feritec";
    color: #272c35;
    font-size: 2.5rem;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 15px 0;
}

h3 {
    font-family: "feritec";
    color: #272c35;
    font-size: 1rem;
	font-weight: 600;
    letter-spacing: 2px;
	line-height: 1.2;
}

h4 {
    font-family: "feritec";
    color: #272c35;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 400;
    letter-spacing: 1px;
	line-height: 1.2;
}

h5 {
    font-family: "feritec";
    color: #272c35;
    font-size: 1.1rem;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
}


/* END TYPOGRAPHY */


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

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

ul, ol {
    margin-left: 17px;
}

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


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


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


