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

.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0 !important;
    width: 4px !important;
    background: rgba(200, 200, 200, .5) !important;
    border-radius: 0 !important;
}


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

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

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

.tooltip {
    display: none !important;
}

#content-scroll {
    height: 100%;
}

/* END Reset */




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



/*--------------------------------------------------
	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: var(--light-gray);
        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: transparent;
		margin: 0 auto;
		margin-top:70px;
		position: relative;
		left:0;
		right:0;
		opacity: 1;
	}
	
	.loadbar {
		width: 0%;
		height: 4px;
		background: var(--dark-blue); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 4px;
		background: var(--light-blue);  
		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: 100%;
        height: 100px;
        font-size: 40px;
        margin: 0 auto;
        margin-top: 80px;
        max-width: 60vw;
    }
	
	@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;
}

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


.img-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0d1530;
    z-index: 2;
  }





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

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

  .reveal.bild {
    transform-origin: left;
  }



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

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

.logo img {
    width: 100%;
}

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

#header.home .logo {
    
}



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

#navigation {
    position: relative;
    display: block;
    float: right;
    width: auto;
    margin-right: 20%;
}

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.mobileonly {
    display: none;
}

img.header-decor {
    position: absolute;
    width: 100px;
    right: 20vw;
    top: 50%;
    transform: translate(50%, -50%);
}

#header a.button-back, #header-fadein a.button-back {
    margin-top: 0;
    position: absolute;
    right: 26%;
    top: 50%;
    transform: translate(0, -40%);
}

.kontakt {
    position: absolute;
    color: white;
    font-size: 0.8rem;
    right: 5vw;
}

.kontakt tr td:first-child {
    text-align: right;
}

.kontakt tr td:last-child {
    padding-right: 0;
}

.dark .kontakt {
    color: var(--dark-blue);
}




/* ///// 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%;
    overflow: hidden;
    height: 65vh;
}

#slider.slider-neu {
    height: auto;
    overflow: visible;
}

#slider .newsflash {
    display: block;
}

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

#slider .bild, #slider .hintergrundbild, #slider .bgimage {
    width: 60%;
    height: 100%;
    margin: 0;
    float: right;
    margin-right: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center top;
    transition: transform 3s ease;
    transform: scale(1);
}

#slider p {
    text-align: left;
}

.swiper-pagination.mobile {
    display: none;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

.swiper-pagination-bullet-active {
    color: #fff;
    font-weight: bold;
}

.swiper-box {
    position: absolute;
    width: 80vw;
    height: 90%;
    background: var(--light-gray);
    left: 0;
    top: 0;
}

.swiper-box p {
    text-align: left;
}

.detail-box {
    position: absolute;
    width: 80vw;
    height: 73vh;
    background: var(--light-gray);
    left: 0;
    top: 0;
    height: 69vh;
}

.swiper-box p, .detail-box .detail-box-content, .slider-box p {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translate(0, -50%)!important;
    max-width: 25%;
    font-size: 1.5em;
    color: var(--dark-blue);
}

.detail-box-content {
    z-index: 10;
}

.swiper-box strong, .detail-box strong {
    font-weight: 500;
}

.slider-box {
    position: relative;
    float: left;
    width: 60vw;
    padding: 12vw 10vw;
    background: var(--light-gray);
    margin-bottom: 5vw;
}

.slider-box.home {
    padding: 10vw 10vw 20vw;
}

.slider-box-content h3 {
    color: var(--dark-blue)!important;
    margin-bottom: 0.25em!important;
}

.slider-neu .swiper-container {
    position: absolute;
    width: 70vw;
    right: 0;
    overflow: visible;
}

#slider.slider-neu .bgimage {
    width: 80%;
    height: 100%;
    margin: 0;
    float: right;
    margin-right: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center top;
    transition: transform 3s ease;
    transform: scale(1);
}

section.header-slider {
    overflow: visible;
}

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

/*#bg-top {
    position: absolute;
    height: 200%;
    width: 100%;
    top: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center top;
}*/

#bg-top {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center top;
}

.hidden {
    display: none;
}

#bg-bottom {
    position: relative;
    height: 100vh;
    width: 100%;
    float: left;
    transform: translate(0, -100%);
    margin-bottom: -100%;
    z-index: -1;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
}

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


/* ///// KANZLEI ///// */

#kanzlei {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    overflow: hidden;
}

#kanzlei .newsflash {
    display: flex;
}

#kanzlei h2 {
    color: #fff;
}

#kanzlei-mid .col-left {
    padding-bottom: var(--padding-bottom);
}

.col-left {
    position: relative;
    float: left;
    width: calc(45vw - var(--padding-right));
    padding-top: var(--padding-top);
    padding-right: var(--padding-right);
}

.col-mid {
    position: relative;
    float: left;
    width: calc(35vw - var(--padding-right) - var(--padding-left));
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left)
}

.col-mid span {
    width: 100%;
}

.col-right {
    position: relative;
    float: left;
    width: calc(20vw - 2px);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}

#kanzlei .col-left {
    padding-bottom: var(--padding-bottom);
}

.introtext {
    position: relative;
    width: 100%;
    float: left;
    margin: 1em 0;
}

#kanzlei .image {
    float: right;
    width: 70%;
    overflow: hidden;
}

#kanzlei .bild-frame {
    height: 18vw;
}


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

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

#dienstleistungen .newsflash {
    display: flex;
}

#dienstleistungen .col-mid, #dienstleistungen .col-right {
    background: var(--light-gray);
}

#dienstleistungen .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

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

#dienstleistungen .introtext, #dienstleistungen h2 {
    color: var(--dark-blue);
}


/* ///// CLAIM ///// */

#claim {
    position: relative;
    width: 70%;
    float: left;
    display: block;
    text-align: center;
    padding: var(--padding-top) 15% var(--padding-bottom) 15%;
    background: #fff;
}

#claim p {
    font-size: 2.5em;
    color: var(--dark-blue);
    font-weight: lighter;
    text-align: center;
}

#claim .small {
    font-size: 1.5rem;
}


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

#team {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../../../../images/team/team.jpg');
    background-size: cover;
    background-position: center center;
    height: 40vw;
    border-bottom: 6px solid var(--dark-blue);
}

#team .newsflash {
    position: absolute;
    width: calc(35vw - var(--padding-left) - var(--padding-right));
    padding: 3% var(--padding-right) 3% var(--padding-left);
    bottom: 0;
    left: 20vw;
    background: rgba(95, 137, 198, 0.9);
    color: white;
}

a.team-entry {
    color: #fff;
    margin-top: 0.5em;
    float: left;
    transition: 0.5s all ease;
}

a.team-entry:hover, a.team-entry:active {
    color: #fff;
    font-weight: bold;
}

a.team-entry img {
    position: relative;
    margin-left: 12px;
    width: 20px;
}

.team-titel {
    position: absolute;
    z-index: 2;
    font-size: 10vw;
    font-weight: bold;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
}


/* ///// NETZWERK ///// */

#netzwerk {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    background: #fff;
}

#netzwerk .col-left {
    width: calc(20vw - 1px);
    padding-right: 0;
}

#netzwerk .col-right {
    padding-left: var(--padding-left);
    padding-top: calc(var(--padding-top) + 3.75em);
}

#netzwerk h2, #netzwerk p {
    color: var(--dark-blue);
}

.partner {
    position: relative;
    float: left;
    margin-top: 1em;
}

.partner ul {
    list-style-type: none;
    color: var(--dark-blue);
}

.partner li {
    padding-top: 1em;
    border-top: 1px solid var(--dark-blue);
}

.partner li:first-child {
    border: none;
}


/* ///// AKTUELL STARTSEITE ///// */

#aktuell-startseite {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

#aktuell-startseite .newsflash {
    margin-top: 1em;
}

#aktuell-startseite .moduletable {
    display: flex;
}

#aktuell-startseite .col-mid {
    background: var(--light-gray);
}

#aktuell-startseite .col-left {
    width: calc(20vw - 1px);
    padding-right: 0;
    background: var(--light-gray);
}

#aktuell-startseite .col-right {
    padding: 0;
    width: calc(20vw + var(--padding-left) + var(--padding-right));
}

#aktuell-startseite .col-right .image {
    height: 100%;
}

#aktuell-startseite .col-right .bild-frame {
    margin-bottom: 0;
    height: 100%;
}

#aktuell-startseite h2, #aktuell-startseite p {
    color: var(--dark-blue);
}

#aktuell-startseite .beitrag {
    margin-top: 1em;
}

#aktuell-startseite .button {
    margin-top: 2em;
}


/* ///// NEWS ÜBERSICHT ///// */

#news-uebersicht .col-left {
    padding-left: 10%;
    width: calc(40vw - var(--padding-right) - 10%);
    padding-top: 0;
}

.news.uebersicht .news-detail {
    margin-bottom: 3%;
}

.col-left .beitrag {
    margin-bottom: 2em;
}

h5.left-title {
    margin-bottom: 2.5em;
    color: var(--light-blue);
}

#news-uebersicht .col-mid {
    border: none;
    padding-top: 0;
    width: 35vw;
    padding-left: calc(var(--padding-left) * 2);
}

#news-uebersicht .col-mid .newsflash {
    display: block;
    width: 100%;
}

#news-uebersicht .col-mid .newscontent {
    flex: none;
    width: 100%;
}

.newsflash .newscontent:last-child .beitrag {
    border-bottom: none;
}

.news.uebersicht h2 {
    margin-bottom: 0;
}

.newscontent .bild-frame {
    margin-bottom: 0;
    margin-top: 1em;
    height: 15vw;
}

.newscontent .bgimage {
    height: 100%;
}

.newscontent .beitrag {
    margin: 0 0 5% 0;
    border-bottom: 1px solid #c8c8c8;
}

.newsdatum, span.datum {
    line-height: 2;
}

img.news-arrow {
    position: relative;
    margin-left: 6px;
    width: 20px;
}

section#news-uebersicht {
    margin-top: 4em;
}

/* ///// KONTAKT STARTSEITE ///// */

#kontakt {
    position: relative;
    width: 100%;
    float: left;
    display: flex;
}

#kontakt .introtext {
    position: relative;
}

#kontakt .moduletable {
    display: flex;
    color: #fff;
}

#kontakt h2 {
    color: #fff;
}

#kontakt .col-left {
    width: calc(20vw - 1px);
    padding-right: 0;
}

#kontakt .col-right {
    padding-top: calc(var(--padding-top) + 2.75em);
    padding-left: calc(var(--padding-left) + var(--padding-left));
    height: 100%;
    position: relative;
    float: left;
}

#kontakt .introtext .moduletable {
    margin-top: 3em;
}

#kontakt a {
    color: #fff;
    text-decoration: underline;
}

#kontakt a, #kontakt p {
    white-space: nowrap;
}


/* ///// KONTAKT OVERLAY ///// */

.map-overlay {
    position: fixed;
    display: none;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    margin: 0;
    padding: 0;
    border: 10px solid white;
    -webkit-box-shadow: 10px 10px 135px 34px rgba(0,0,0,0.48);
    -moz-box-shadow: 10px 10px 135px 34px rgba(0,0,0,0.48);
    box-shadow: 10px 10px 135px 34px rgba(0,0,0,0.48);
}

.map-overlay .moduletable, .map-overlay .custom {
    height: 100%;
}

.close-map {
    position: absolute;
    right: 3%;
    top: 2%;
    font-size: 3rem;
    font-weight: 300;
}

.close-map:hover {
    cursor: pointer;
}


/* ///// UNTERSEITE TEAM ///// */

section {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

#team-top {
    display: flex;
    color: #fff;
}

#team-top .col-left {
    padding-right: calc(var(--padding-right) * 2);
    width: calc(45vw - var(--padding-right) - var(--padding-right));
}

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

#team-top ul {
    list-style-type: none;
}

#team-top a {
    color: #fff;
    text-decoration: underline;
}

.col-mid span {
    position: relative;
    float: left;
    letter-spacing: 1px;
    line-height: 1.75;
}

p.team-claim {
    font-size: 2rem;
    color: #fff;
    font-weight: lighter;
    font-style: italic;
    max-width: 75%;
    float: right;
    margin-top: 0;
}

span.email {
    font-weight: bold;
    font-size: 1.5rem;
}

.social-icons {
    position: relative;
    float: left;
    width: 100%;
}

.social-icons img {
    max-width: 45px;
    max-height: 45px;
    margin: 1em 1em 0 0;
}

#team-mid, #team-bottom {
    background: #fff;
    display: flex;
}

.werdegang {
    position: relative;
    width: 70%;
    float: right;
}

.werdegang table {
    font-weight: 300;
    margin-bottom: 2em;
}

.werdegang td {
    padding: 1em 2em 0.5em 0;
}

.werdegang tr {
    border-bottom: 1px solid #ededec;
}

.werdegang tr:first-child {
    padding-top: 0;
}

.werdegang tr:last-child {
    border-bottom: none;
}

.schwerpunkte {
    position: relative;
    float: left;
}

.schwerpunkte li {
    padding-left: 1em;
}

.schwerpunkte ul {
    color: var(--dark-blue);
    margin-top: 1em;
    padding-left: 1em;
}

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

#team-mid .col-mid {
    padding-bottom: calc(var(--padding-bottom) * 2);
}

#team-bottom .col-mid {
    background: var(--light-blue);
    color: #fff;
    padding-top: calc(var(--padding-top) / 2);
    padding-bottom: calc(var(--padding-bottom) / 2);
}

.newsflash h3 {
    color: #fff;
    margin-bottom: 0.75em;
}


/* ///// UNTERSEITE KANZLEI ///// */

#kanzlei-top {
    display: flex;
    color: #fff;
}

#kanzlei-top .col-left {
    padding-right: calc(var(--padding-right) * 2);
    width: calc(45vw - var(--padding-right) - var(--padding-right));
}

.col-mid span {
    position: relative;
    float: left;
    letter-spacing: 1px;
    line-height: 1.75;
}

p.team-claim {
    font-size: 3rem;
    color: #fff;
    font-weight: lighter;
    font-style: italic;
    max-width: 75%;
    float: right;
    margin-top: 0;
}

span.email {
    font-weight: bold;
    font-size: 1.5rem;
}

.social-icons {
    position: relative;
    float: left;
    width: 100%;
}

.social-icons img {
    max-width: 45px;
    max-height: 45px;
    margin: 1em 1em 0 0;
}

#kanzlei-mid, #kanzlei-bottom {
    background: #fff;
    display: flex;
}

#kanzlei-bottom .col-mid {
    background: var(--light-blue);
    color: #fff;
    padding-top: calc(var(--padding-top) / 2);
    padding-bottom: calc(var(--padding-bottom) / 2);
}

.geschichte, .portrait {
    position: relative;
    width: 100%;
    float: left;
}

.geschichte {
    width: 70%;
    float: right;
}

.portrait p:nth-child(2), .geschichte p:nth-child(2) {
    margin-top: 2em;
}

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

.kontakt-bottom a {
    color: #fff;
}


/* ///// NEWS DETAIL ///// */

.item-page.news {
    background: var(--light-gray);
}

section.news-detail {
    position: relative;
    width: calc(90% - 20vw);
    float: left;
    margin: 5% 20vw 10% 10%;
}

#news-bottom {
    display: flex;
}

#news-bottom .col-mid {
    background: var(--light-blue);
    color: #fff;
    padding-top: calc(var(--padding-top) / 2);
    padding-bottom: calc(var(--padding-bottom) / 2);
}

.news-detail h2 {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em;
}

.news-detail a.button-back {
    width: 100%;
    margin-bottom: 3em;
}

.news-detail span.datum {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.news-detail li {
    padding-left: 1em;
}

.news-detail ul {
    padding-left: 1em;
}

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

.showtime-default .showtime-image img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#news-bottom .beitrag {
    margin-bottom: 2em;
}

#news-bottom h5 {
    color: #fff;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    display: none;
}


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

#introtext {
    position: relative;
    display: block;
    width: 100%;
	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;
    left: 7%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
    width: 50%;
}

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

.parallaxParent {
    position: relative;
    width: 100%;
    height: 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;
}



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



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

#footer {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 2% 10% 2% 10%;
    background: #272c35;
}

#footer p, #footer a, #footer li {
    color: #fff;
}

#footer .moduletable {
    float: left;
}


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


#copyright {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 90%;
    padding: 10% 5% 5% 5%;
    color: #fff;
    text-transform: uppercase;
    background: var(--light-blue);
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
}

#copyright a {
    white-space: nowrap;
}

.copyright-2 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    float: left;
    margin: 0;
    line-height: 1;
    text-transform: none;
}

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

#copyright 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;
    margin: 0;
    text-align: left;
    grid-column: 1;
}

.copyright-1 img {
    width: 20vw;
}

.copyright-2 {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    grid-column: 4;
}

.copyright-2 img {
    position: relative;
    float: left;
    clear: both;
    width: 3rem;
}

img.scrolltotop:hover {
    cursor: pointer;
}

.copyright-2 p {
    position: relative;
    width: 100%;
    clear: both;
}

.copyright-3 {
    position: relative;
    width: 100%;
    text-transform: none;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 10rem;
    grid-column: 1 / span 4;
    grid-row: 2;
}

.copyright-3 a {
    color: #fff;
}


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

a.scrolltotop {
    display: none;
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 4em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: calc(4% - 20px);
    z-index: 9;
    width: 40px;
    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: 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%;
}

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

.articleBody {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

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

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

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

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

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


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

.pagination {
	margin-top: 50px;
}

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

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

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

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

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



/* DOWNLOADS */

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: #ededed;
    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: #de1e0d;
}

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: #00962c;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.6rem;
    transition: all ease 0.5s;
}

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: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 27px;
    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: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

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

.header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 80vw;
    height: 100%;
    background: var(--light-gray);
    z-index: -1;
}

#header.dark .header-bg {
    width: 100%;
}

#header-fadein {
    position: fixed;
    top: -100px;
    visibility: hidden;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    z-index: 14;
    background: var(--light-gray);
	transition: all 1s ease 0s;
}

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

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

#header-fadein .kontakt {
    color: var(--dark-blue);
    top: 50%;
    transform: translate(0, -45%);
}

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

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

#header-fadein .logo {
    max-width: 150px;
    margin: 5px 0;
}

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

.wideWrap {
    display: inline;
    float: left;
    width: 100%;
}

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


#mainrow {}

#left-col {
	float: left;
}

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

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

#left-col-cont {
}

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

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

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

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

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

#right-col-cont {
}


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

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

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

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

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

#topRight {
    text-align: right;
}


#breadcrumb {
}

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

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


/* END LAYOUT */	
	

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

body {
	color: var(--dark-blue);
	font-size: 1.1rem; 
	line-height: 1.5;
	font-family: 'Helvetica Neue LT Pro';
    font-weight: 300;
    font-style: normal;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

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

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

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



.button, a.button, p.button, a.readmore, button.goback, .video-button {
    position: relative;
    border: solid 1px var(--light-blue);
    color: #fff;
    background-color: var(--light-blue);
    padding: 14px 35px 10px 20px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    float: left;
    text-decoration: none!important;
    max-width: 200px;
    min-width: 150px;
}

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

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

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

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

a.button-back {
    position: relative;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-top: 2em;
    padding-left: 2.5em;
}

.button-back:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
        width: 24px;
    height: 20px;
    background-image: url(../images/arrow-back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

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

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

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

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

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


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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

/* 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: "opensans";
    color: #000000;
    font-size: 3rem;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
}

h2 {
    font-family: 'Helvetica Neue LT Pro';
    color: var(--dark-blue);
    font-size: 2.5rem;
	font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.2;
}

h3 {
    font-family: 'Helvetica Neue LT Pro';
    color: var(--dark-blue);
    font-size: 2rem;
	font-weight: lighter;
    letter-spacing: 2px;
	line-height: 1.2;
}

h4 {
    font-family: 'Helvetica Neue LT Pro';
    color: var(--dark-blue);
    font-size: 1.5rem;
	font-weight: lighter;
    letter-spacing: 1px;
	line-height: 1.2;
}

h5 {
    font-family: 'Helvetica Neue LT Pro';
    color: var(--dark-blue);
    font-size: 1.1rem;
	font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.2;
}


/* END TYPOGRAPHY */


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

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

ul, ol {
    margin-left: 0;
}

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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


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


