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




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

:root {
    --blue: #042856;
    --red: #cc0034;
    --light-gray: #f1f2f6;
    --border-color: rgba(95, 137, 198, 0.5);
    --white: #ffffff;
    --black: #000000;

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

    --common-font: "Heebo";
    --title-font: "metronic-slab";
    --button-font: "metronic-slab";
}


/* Für One-Page scrolling Navigation */

section#section0 {
    margin-top: 0px;
    height: 100%;
}
section {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 100%;
    margin-top: 5px;
}

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

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


body.smooth-scroll {
    overflow:hidden;
}

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

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

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





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

.not-IE .logo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 5%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    height: auto;
}

.not-IE .logo a {
    width: auto;
}

.not-IE .logo img {
    width: clamp(8em, 12vw, 12em);
}

.not-IE h2, .not-IE h3, .not-IE h4 {
    -webkit-text-fill-color: #f0f0f0;
    background: none;
    color: #f0f0f0;
}

.not-IE a {
    color: #f0f0f0;
    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: 60%;
        padding: 0 20%;
        height: 100%;
        background: #000;
        z-index: 10004;
        color: #fff;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
}



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

	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: var(--color1);
        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: var(--white);
		opacity:1;
		font-weight: 700;
        font-size: min(max(3rem, 3.5vw), 6rem);
		line-height: 90px;
        font-family: var(--title-font);
	}
	
	.light-content .percentage {
		color:rgba(255,255,255,1);
	}
	
	.trackbar {
		width: 30vw;
		height: 1px;
		background: rgba(0,0,0,0.2);
		margin: 0 auto;
		margin-top:70px;
		position: relative;
		left:0;
		right:0;
		opacity: 1;
	}
	
	.loadbar {
		width: 0%;
		height: 1px;
		background: rgba(0,0,0,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 3px;
		background: rgba(255,255,255,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
	
	img.pageloader-R {
		position:relative;
		text-align:center;
		line-height:50px;
		width:100px;
		height:100px;
		font-size:40px;
		margin:0 auto;
		margin-top:80px;
	}
	
	img.pageloader-R:before {
		content:"(";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		left:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: movebefore 0.8s ease-out infinite;
		animation: movebefore 0.8s ease-out infinite;
	}
	
	@keyframes movebefore {
      0% {
		left:-6px;
		opacity:1;
      }
	  
	  100% {
        left:-12px;
		opacity:0
      }
	}
	
	.headphones:after {
		content:")";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		right:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: moveafter 0.8s ease-out infinite;
		animation: moveafter 0.8s ease-out infinite;
	}
	
	@keyframes moveafter {
      0% {
		right:-6px;
		opacity:1;
      }
	  
	  100% {
        right:-12px;
		opacity:0
      }
	}
	
	.headphones-text{
		font-size:10px;
		margin-top:20px;
	}
    
    



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

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

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

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

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

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

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

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

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

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






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

.logo {
    width: clamp(4em, 12vw, 12em);
    float: left;
    transition: all ease 0.5s;
}

.logo img {
    width: 100%;
}

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

.logo.dark {
    display: none;
}

#header.home .logo {
    
}



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

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

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

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

.item-111 {
    background: var(--blue) !important;
    background-image: url(/templates/ubiqdesign/images/subscribe.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16.5px !important;
    background-position: left !important;
    background-origin: content-box !important;
    padding-left: 14px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-left: 1em!important;
}

.item-111 a {
    color: var(--white) !important;
    padding-left: 14px !important;
    font-family: 'metronic-slab' !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}  

.item-111 a:hover, ul.menu li ul.nav-child.unstyled.small li a:hover {
    border-bottom: none!important;
}  


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

.ff-btn {
    position: relative !important;
    border: solid 2px var(--blue) !important;
    border-radius: 0px !important;
    color: var( --blue) !important;
    background-color: var( --color2) !important;
    background-size: 300% !important;
    padding: 9px 25px 7px !important;
    margin-top: 3rem !important;
    margin-left: 0 !important;
    left: 50% !important;
    display: table !important;
    font-family: 'metronic-slab' !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    float: left !important;
    cursor: pointer !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    transition: all ease .5s !important;
}

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

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

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

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



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


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

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

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



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

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

#slider .newsflash {
    display: block;
}

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

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


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

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

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

#heads .custom p {
    font-family: var(--title-font);
    font-size: 2rem;
    font-weight: 600;
}

#heads h1, #heads h2, #heads h4 {
    position: relative;
    margin-top: 20%;
    left: 15%;
    transform: translate(0,-50%);
    max-width: 30%;
    hyphens: none;
    float: left;
    z-index: 999;
}

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

.moduletable.neuste-ausgabe-startseite.home {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('/images/design/background-neuste-ausgabe.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.svg-header {
    width: 1.2rem;
    height: 1.2rem;
    padding-bottom: 0.5rem;
}


.social-media {
    top: 45%;
    position: absolute;
    padding-left: 4rem;
}

#social-media h1 {
    margin-bottom: 2rem;
}

.moduletable.neuste-ausgabe.home {
    position: relative;
    float: left;
    width: 100%;
    background-image: url(/templates/ubiqdesign/images/gray-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-top: clamp(5em, 10vw, 10em);
    padding-bottom: 5em;
    padding-bottom: clamp(5em, 10vw, 10em);
}

.newsflash.neuste-ausgabe.home .beitrag {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#neuste-ausgabe {
    position: relative;
    float: left;
    width: 100%;
}

.moduletable.jetzt-abonnieren.home {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    padding: 5% 20%;
    color: var(--blue);
}

#head-bg {
    position: absolute;
    float: left;
    width: 100%;
    height: 20vw;
    background-image: url(/images/design/background-neuste-ausgabe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.overlay-white {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 

}



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


#submenu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: var(--color2);
    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;
}


/* ///// MEDIENDATEN ///// */
.mediendaten {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
}

li.item-146 {
    background: var(--blue) !important;
    background-image: url(/templates/ubiqdesign/images/announcement-megaphone-svgrepo-com.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16.5px !important;
    background-position: left !important;
    background-origin: content-box !important;
    padding-left: 14px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-left: 1em!important;
}

li.item-146 a {
    color: #fff !important;
    padding-left: 14px !important;
    font-family: 'metronic-slab' !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

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

video {
    width: 100%;
    height: 100%;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    video {
        height:auto;
        width:100%;
        }
    }
    
    @supports (-ms-ime-align: auto) {
    video {
        height:auto;
        width:100%;
        }
    }



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

.section-parallax {
    position: relative;
    width: 100%;
    height: 50vw;
    overflow: hidden;
}

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

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




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

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



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

.news {
    position: relative;
    float: left;
    width: 80%;
    margin: 5% 0%;
    text-align: left;
    line-height: 1.75;
}

#news h1 {
    margin-bottom: 1em;
    margin-top: -14vw;
}

#news {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 3% 3% 10%;
    background: var(--white);
    margin-top: -10%;
}

#news:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

#news.unterseite {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 3% 3% 10%;
    background: var(--white);
    margin-top: -20%;
}

#news.unterseite:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

#news-detail-container {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 3% 3% 20%;
    background: var(--white);
    margin-top: 5.5%;
}

#news-detail-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

.news-foto {
    height: 100%;
    margin-bottom: 1.5rem;
}

.introtext-news {
    position: relative;
    float: left;
    width: 100% !important;
    text-align: justify !important;
    margin: 0% 0% 7%;
    text-align: center;
    line-height: 1.75;
}

.introtext-news a {
    text-decoration: underline;
    color: var(--blue);
}

.pb-2 {
    padding-bottom: 2rem;
}

.newsinfo-detail {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin-bottom: 3.5em;
    justify-content: space-between;
}

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

#news .newsflash {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#news.unterseite .newsflash {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 11.5%;
}

#news .beitrag {
    position: relative;
    overflow: hidden;
    flex: 0 29%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2rem;
    margin-top: 1%;
}

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

#news #beitrag p {
    display: inline;
}

.newsinfo {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

.datum-news {
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    color: var(--white);
    background: var(--blue);
    z-index: 1;
    padding: 3px 20px 1px;
    font-family: 'metronic-slab';
    letter-spacing: 1px;
    top: 10em;
}

.video {
    height: 40vw;
    padding-top: 2rem;
}

.news-detail {
    margin-top: -6vw;
}

/* ///// AUSGABEN ////// */
.ausgaben {
    position: relative;
    float: left;
    width: 80%;
    margin: 5% 0%;
    text-align: left;
    line-height: 1.75;
}

#ausgaben h1 {
    margin-bottom: 1em;
    margin-top: -14vw;

}

#ausgaben li {
    -webkit-text-size-adjust: 100%;
    font-size: 0.8em;
    color: var(--blue);
    font-family: var(--common-font);
	letter-spacing: 0px;
    line-height: 1.5;
    margin-left: 1.25em;
    list-style-type: disc;
    padding-bottom: 1em;
}

#ausgaben .datum {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    color: var(--white);
    background: var(--blue);
    z-index: 1;
    padding: 1px 20px;
    font-family: 'metronic-slab';
    letter-spacing: 1px;
    top: 6vw;
}

/* transform: translate(-47%, -48%) rotate(345.15deg) !important; */

#ausgaben {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 3% 3% 20%;
    background: var(--white);
    margin-top: -20%;
}

#ausgaben:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

#ausgaben img {
    height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5em;
}

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

#ausgaben .newsflash {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10%;
}

#ausgaben .beitrag {
    position: relative;
    overflow: hidden;
    flex: 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2rem;
}

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

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

#ausgaben #beitrag p {
    display: inline;
}

.ausgabeninfo {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

#neuste-ausgabe li {
    -webkit-text-size-adjust: 100%;
    font-size: 0.8em;
    color: var(--blue);
    font-family: var(--common-font);
    letter-spacing: 0px;
    line-height: 1.5;
    margin-left: 1.25em;
    list-style-type: disc;
    padding-bottom: 1em;
}

#neuste-ausgabe h3 {
    padding-bottom: 1rem;
}

#neuste-ausgabe .button {
    color: var(--blue);
    border-color: var(--blue);
    margin-top: 2rem;
}

#neuste-ausgabe .button:hover {
    color: var(--white);
}

#neuste-ausgabe .beitrag .content {
    /* position: relative;
    margin-top: 18%;
    left: 0%;
    transform: translate(0,-50%);
    max-width: 30%;
    hyphens: none;
    float: left;
    z-index: 999; */
    position: relative;
    left: 0%;
    max-width: 100%;
    hyphens: none;
    float: left;
    z-index: 999;
}

/* ///// ABONNIEREN ////// */
#abonnieren-introtext {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 5% 3% 5%;
    background: var(--white);
}

#abonnieren-introtext:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

.abonnieren {
    margin-bottom: 1em;
    margin-top: -49vw;
    color: var(--red)
}

.paddings {
    width: 86% !important;
    padding-left: 7%;
    padding-right: 7%;
}

#abonnieren-introtext div{
    padding-top: 0.2rem;
}

#abonnieren-introtext h4{
    padding-bottom: 2rem;
    text-align: center;
}

.abonnieren-bestellungen {
    padding-top: 2rem !important;
}

#jetzt-abonnieren .button {
    color: var(--white);
    border: none;
    background-color: var(--blue);
    letter-spacing: 3px;
    margin-right: 0rem;
}

.jetzt-abonnieren-container {
    align-items: center;
    font-size: 0.8em;
}

hr{ 
  
    border: none;
    border-left: 1px solid var(--blue);
    height: 2rem;
    width: 1px;   
}

.inserenten {
    position: relative;
    float: left;
    width: 80%;
    margin: 5% 10%;
    hyphens: none;
}

#ausgaben ul {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0.1em;
}

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

.team {
    position: relative;
    float: left;
    width: 80%;
    margin: 5% 0%;
    text-align: left;
    line-height: 1.75;
}

#team h1 {
    margin-bottom: 1em;
    margin-top: -14vw;
}

#team li {
    -webkit-text-size-adjust: 100%;
    font-size: 0.7em;
    color: var(--blue);
    font-family: var(--common-font);
	letter-spacing: 0px;
    line-height: 1.5;
    margin-left: 2em;
    list-style-type: disc;
    padding-bottom: 1em;
}

#team .datum {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    color: var(--white);
    background: var(--red);
    z-index: 99;
    padding: 1px 20px;
    font-family: 'metronic-slab';
    letter-spacing: 1px;
    top: 6vw;
}

.team-title {
    text-align: center;
    margin-top: -49vw; 
    margin-bottom: 2rem;
}

.team-introtext-1 {
    text-align: center;
}

.team-introtext-2 {
    text-align: center;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10%;
}


#team {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 3% 3% 10%;
    background: var(--white);
    margin-top: 5%;
}

#team:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 25%);
    z-index: -1;
}

#team img {
    height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5em;
    width: 10%;
}

#team .image img {
    width: 99%;
}


#team .portrait {
    border: 1px solid #000000;
}

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

#team .newsflash {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#team .beitrag {
    position: relative;
    overflow: hidden;
    flex: 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2rem;
}

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

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

#team h5 {
    font-size: min(max(0.8rem, 0.9vw), 0.9rem) !important
}

#team p {
    display: inline;
    font-size: min(max(0.8rem, 0.9vw), 0.9rem) !important;
    color: var(--blue);
}

.teaminfo {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
}

#team .svg {
    height: 1.2rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1em;
    width: 99%;
}

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

.ausgabe-datum h5 {
    color: var(--blue);
    font-family: 'metronic-slab';
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ausgabe-datum p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--blue);
    font-weight: 700;
}

.content h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.beitrag .content {
    position: relative;
    margin-top: 20%;
    left: 15%;
    transform: translate(0,-50%);
    width: 30%;
    hyphens: none;
    float: left;
    z-index: 999;
}

.cover {
    position: relative;
    float: right;
    width: 50%;
}

.cover img {
    position: relative;
    float: left;
    width: 20vw;
    left: 48%;
    margin-top: 38%;
    transform: translate(-50%, -50%) rotate(345.15deg) !important;
    z-index: 2;
}

img.cover-background {
    left: -16%;
    width: 22vw;
    z-index: 1;
    margin-top: 12%;
    transform: none !important;
}

.cover-top {
    position: absolute !important;
    z-index: 1;
    margin-top: 16% !important;
    left: 42.4% !important;
    width: 24.1vw !important;
}

.cover-bottom {
    position: absolute !important;
    z-index: 1;
    margin-top: 59.22% !important;
    left: 53.8% !important;
    width: 24vw !important;

}

.cover-ausgabe {
    width: 15vw !important;
} 

.content2 {
    position: relative;
    float: right;
    width: 45%;
    margin-top: 5%;
    padding-right: 5%;
}

.cover2 {
    position: absolute;
    top: clamp(5em, 20vw, 24em);
    left: 20%;
    transform: translateY(-50%);
}

.cover2 img {
    position: relative;
    width: 31.6vw;
    transform: rotate(345.15deg) !important;
    z-index: 2;
}

.cover2-top {
    position: absolute !important;
    z-index: 1;
    margin-top: -2.4% !important;
    left: -48.1% !important;
    width: 31.58vw !important;
}

.cover2-bottom {
    position: absolute !important;
    z-index: 1;
    bottom: 1.4%;
    left: -11.3% !important;
    width: 31.9vw !important;
}

img.cover2-background {
    left: -50%;
    width: 25vw;
    z-index: 1;
    margin-top: 0;
    transform: none !important;
    position: absolute;
}

.cover2-ausgabe {
    width: 19.7vw !important;
    height: 28vw;
} 

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

#social-media {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 0% 3% 10%;
    background: var(--white);
}

.jux-item.jux-lightbox {
    float: left;
}



/* ///// MAGAZIN ///// */

.introtext {
    position: relative;
    float: left;
    width: 100% !important;
    text-align: left !important;
    margin: 3% 0% 7%;
    text-align: center;
    line-height: 1.75;
}

.magazin-grid {
    width: 80% !important;
    margin: 3% 10% 7% !important;
}

.magazin-introtext {
    position: relative;
    float: left;
    width: 80% !important;
    margin: 3% 10% 7%;
    text-align: center;
    line-height: 1.75;
}

.magazin {
    margin-top: -6vw;
}

.wunschthemen-btn {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 3rem !important;
}

.box-center {
    text-align: center;
}

.geschichte {
    padding: 2.5rem 4rem 2.5rem 0rem;
}

.inhalte {
    background-color: var(--blue);
    color: white;
    padding: 2.5rem 3.8rem;
}

.white {
    color: white;
}

.center {
    text-align: center;
}

.title {
    padding: 9rem 0rem 3rem 0rem;
}

.title2 {
    padding: 8rem 0rem 1rem 0rem;
    text-align: center;
}

.magazin-box {
    border: 5px solid #042856;
    width: calc(100% - 3rem);
    padding: 1rem;
}

.magazin-box-druck {
    border: 5px solid #042856;
    width: 17vw;
    padding: 1rem;
}

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

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

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



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

div#fox-container-m93 .fox-item-dropdown .controls select {
    border-radius: 0px;
    color: var(--color1);
    background-color: transparent;
    padding: 10px;
    margin: 0px 0 15px;
    border: solid 1px var(--border-color);
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

div#fox-container-m92 .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border-radius: 0px !important;
}

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

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

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

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

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

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

label {
    letter-spacing: 0em;
}

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

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

div#fox-container-m92 select, div#fox-container-m92 textarea, div#fox-container-m92 input[type="text"], div#fox-container-m92 input[type="email"] {
    background-color: transparent !important;
    border: 1px solid var(--blue)!important;
    border-radius: 0px !important;
    transition: border linear .2s, box-shadow linear .2s;
    width: 56rem;
    margin-bottom: 25px;
}

#fox-contact {
    position: relative;
    float: left;
    width: 70%;
    padding: 2.25rem 0rem; 
    padding-top: 3.25rem !important;
    background-image: url(/templates/ubiqdesign/images/gray-bg.jpg);
    background-size: auto 100%;
    padding-left: 15%;
    padding-right: 15%;
}

.foxcontact-btn {
    background-color: var(--red) !important;
    border: none;
    color: white !important;
    font-size: 0.8em !important;
    cursor: pointer;
    font-weight: 800 !important;
    font-family: 'metronic-slab' !important;
    letter-spacing: 4px;
    background-image: url(/templates/ubiqdesign/images/subscribe.svg);
    background-repeat: no-repeat;
    background-size: 16.5px;
    background-position: left;
    padding: 3px 22px 1px 33px;
    margin-top: 10.45rem;
    margin-left: -100%;
    border-left: 17px solid var(--red);
}



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

div#fox-container-m115 .fox-item-dropdown .controls select {
    border-radius: 0px;
    color: var(--color1);
    background-color: transparent;
    padding: 10px;
    margin: 0px 0 15px;
    border: solid 1px var(--blue)!important;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

div#fox-container-m92 .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border-radius: 0px !important;
}

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

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

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

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

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

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

label {
    letter-spacing: 0em;
}

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

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

div#fox-container-m115 select, div#fox-container-m115 textarea, div#fox-container-m115 input[type="text"], div#fox-container-m115 input[type="email"] {
    background-color: transparent !important;
    border: 1px solid var(--blue);
    border-radius: 0px !important;
    transition: border linear .2s, box-shadow linear .2s;
    width: 56rem;
    margin-bottom: 25px;
}

div#fox-container-m115 {
    display: none;
}

h2.center.title {
    width: 100%;
    position: relative;
    float: left;
    grid-column-start: 1;
    grid-column-end: 6;
}


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

#footer {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 8% 10% 2% 10%;
    background: var(--light-gray);
}

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

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

.right {
    text-align: right;
}

#footer img {
    width: 100%;
}

#footer .sponsor {
    width: 50%;
}

#footer .center {
    justify-items: center;
    align-items: self-start;
    display: grid;
}

#footer .svg {
    width: 1.2rem;
    height: 1.2rem;
    padding-right: 2rem;
}

#footer .row-3 {
    display: flex;
}


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


#copyright {
    position: relative;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 90%;
    padding: 0% 5% 5% 5%;
    text-transform: uppercase;
    background: var(--light-gray);
    color: var(--blue);
    font-weight: 600;
}

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

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

#copyright p {
	color: var(--color1);
	font-size: 12px;
	text-align: center;
}

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

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

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

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





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

.scrolltotop {
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: clamp(2em, 4vw, 4em);
    left: 0;
    right: clamp(1em, 2vw, 2em);
    margin-left: auto;
    z-index: 9;
    width: clamp(25px, 8vw, 40px);
    height: clamp(25px, 8vw, 40px);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    mix-blend-mode: difference;
}

.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: clamp(12em, 18vw, 18em);
    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;
}

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


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


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


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

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

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

.blog img {
    width: 100%;
}



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


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

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

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

.datum, dd.create {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    color: var(--white);
    background: var(--blue);
    z-index: 1;
    padding: 3px 20px 1px;
    font-family: 'metronic-slab';
    letter-spacing: 2px;
    top: 2em;
    text-transform: uppercase;
}

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

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

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

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



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

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

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

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

.item-page ul {
    margin-left: 18px;
}

.bild {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: clamp(15em, 26vw, 23em);
    background-size: cover;
    background-position: center center;
    margin: 0;
    transition: all ease 0.5s;
}

.bild-frame {
    position: relative;
    width: 100%;
    height: clamp(13em, 26vw, 23em);
    overflow: hidden;
}

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

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

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

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

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

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

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


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

.pagination {
	margin-top: 50px;
}

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

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

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

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


/* GALERIE FIELD */

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

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

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

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






/* DOWNLOADS */

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

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

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

a.pdf:hover .download-icon, a.ipdf:hover .download-icon, a.link:hover .download-icon, a.internlink:hover .download-icon, a.word:hover .download-icon, a.excel:hover .download-icon, a.formular:hover .download-icon, a.download:hover .download-icon {
    background: #968d49;
}

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

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

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

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

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

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

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

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

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

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

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



/* END UBIQ */



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

html {
    height: 100%;
}

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

body.rollout {
    overflow-y: hidden;
}

#mainWrapper {
    display: contents;
    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: absolute;
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
    z-index: 10;
    transition: all ease 0.5s;
}

.banner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--button-font);
    font-size: 0.6rem;
    letter-spacing: 3px;
    font-weight: normal;
    padding: 5px 0;
}

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

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

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

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

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

#header-fadeup {
    position: fixed;
    right: 0px;
    top: 0;
    left: 0px;
    z-index: 13;
    background: var(--color1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

#header-fadeup.hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

a.abonnieren-mobile {
    position: absolute;
    right: 12vw;
    border: none;
    background-color: var(--red);
    letter-spacing: 3px;
    margin-right: 0rem;
    color: var(--white);
    display: none;
    background-color: var( --red);
    padding: 7px 15px 5px;
    transition: all ease .5s;
    text-transform: uppercase;
    font-size: min(max(0.75rem, 1.4vw), 0.75rem);
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'metronic-slab';
    cursor: pointer;
}

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

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

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

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

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

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

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


#mainrow {}

#left-col {
	float: left;
}

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

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

#left-col-cont {
}

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

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

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

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

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

#right-col-cont {
}


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

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

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

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


/* END LAYOUT */	
	

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

body {
    color: var(--black);
    font-size: min(max(1rem, 1.1vw), 1.1rem);
	line-height: 1.5;
	font-family: var(--common-font);
	font-weight: normal;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p, span.field-value, span.field-label {
    margin: 18px 0;
    font-size: min(max(1rem, 1.1vw), 1.1rem);
	line-height: 1.5;
	-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 */
}

p.p1 {
    white-space: normal;
}

strong, b {
    font-weight: bold;
}

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

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

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


li {
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

h1 {
    font-family: var(--title-font);
    color: var(--blue);
    font-size: min(max(2.5rem, 3.5vw), 4rem);
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-transform: uppercase;
}

h2 {
    font-family: var(--title-font);
    color: var(--blue);
    font-size: min(max(1.3rem, 2.3vw), 2.5rem);
    font-weight: normal;
    letter-spacing: 2px;
	line-height: 1.5;
    text-transform: uppercase !important;
}

h3 {
    font-family: var(--common-font);
    color: var(--blue);
    font-size: min(max(1.2rem, 2vw), 2rem);
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    font-family: var(--common-font);
    color: var(--blue);
    font-size: min(max(1rem, 1.3vw), 1.3rem);
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
}

h5 {
    font-family: var(--common-font);
    color: var(--blue);
    font-size: min(max(1rem, 1.1vw), 1.1rem);
	letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
}

h6 {
    font-family: var(--common-font);
    color: var(--blue);
    font-size: min(max(0.6rem, 0.7vw), 0.7rem);
	letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
}

hm1 {
    font-family: var(--common-font);
    color: var(--blue);
    font-size: min(max(0.6rem, 0.8vw), 0.8rem);
	letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
}


/* ////// BUTTONS ////// */

/* BUTTON STANDARD */

button, a.button, p.button, a.readmore, button.goback {
    position: relative;
    border: solid 2px var(--blue);
    color: var( --blue);
    background-color: var( --color2);
    padding: 9px 25px 7px;
    margin-top: clamp(3px, 1vw, 7px);
    margin-bottom: clamp(3px, 1vw, 7px);
    margin-left: 0;
    margin-right: clamp(2px, 2vw, 20px);
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-size: min(max(0.75rem, 1.4vw), 0.75rem);
    letter-spacing: 2px;
    line-height: 1;
    float: left;
    background-size: 300%;
    font-family: 'metronic-slab';
    cursor: pointer;
    text-decoration: none;
}

button:hover, a.button:hover, a.readmore:hover, button.goback:hover {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

.content button, .content a.button, .content p.button, .content a.readmore, .content button.goback {
    border: solid 2px var(--white);
    color: var(--white);
}

.content button:hover, .content a.button:hover, .content p.button:hover, .content a.readmore:hover, .content button.goback:hover {
    border: solid 2px var(--blue);
}

/* WEISSER BUTTON */

.button.white, a.button.white, p.button.white {
    border: solid 1px var(--white);
    color: var(--black);
    background-color: var(--white);
}
button.white:before, a.button.white:before, p.button.white:before, a.readmore.white:before, button.white.goback:before {
    background-image: url(../images/right-arrow-black.svg);
}
button.white:hover, a.button.white:hover {
    background: var(--black);
    color: var(--white);
    border: solid 1px var(--black);
}
button.white:hover:before, a.button.white:hover:before, a.readmore.white:hover:before, button.white.goback:hover:before {
    background-image: url(../images/right-arrow.svg);
}


/* TRANSPARENTER BUTTON MIT WEISSEM RAHMEN */

button.whiteline, a.button.whiteline {
    border: 1px solid var(--white);
    color: var(--white);
    font-family: var(--bold-font);
    background-image: linear-gradient(120deg, white 50%, orange 50%);
}
button.whiteline:before, a.button.whiteline:before, p.button.whiteline:before, a.readmore.whiteline:before, button.whiteline.goback:before {
    background-image: url(../images/right-arrow-white.svg);
}
button.whiteline:hover, a.button.whiteline:hover {
    background: var(--white);
    color: var(--black);
    border: solid 1px var(--white);
}
button.whiteline:hover:before, a.button.whiteline:hover:before, a.readmore.whiteline:hover:before, button.whiteline.goback:hover:before {
    background-image: url(../images/right-arrow.svg);
}


/* EXTERNER BUTTON */

button.extern, a.button.extern {
    border: solid 1px var(--border-color);
    color: var(--black);
    background-color: var(--color2);
    padding: 3px 35px 1px 10px;
    margin: 5px 0 5px 15px;
}
button.extern:before, a.button.extern:before, p.button.extern:before, a.readmore.extern:before, button.extern.goback:before {
    background-image: url(../images/link.svg);
}
button.extern:hover, a.button.extern:hover {
    background: transparent;
    color: var(--black);
    border: solid 1px var(--black);
    text-decoration: none;
}
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);
}


/* EXTERNER TRANSPARENTER BUTTON MIT WEISSEM RAHMEN */

button.extern-whiteline, a.button.extern-whiteline {
    border: solid 1px var(--white);
    color: var(--black);
    padding: 7px 35px 5px 10px;
    margin: 5px 15px 5px 0;
}
button.extern-whiteline:before, a.button.extern-whiteline:before, p.button.extern-whiteline:before, a.readmore.extern-whiteline:before, button.extern-whiteline.goback:before {
    background-image: url(../images/link.svg);
}
button.extern-whiteline:hover, a.button.extern-whiteline:hover {
    background: var(--white);
    color: #000;
    border: solid 1px var(--white);
    text-decoration: none;
}
button.extern-whiteline:hover:before, a.button.extern-whiteline:hover:before, .button.extern:hover:before, a.button.extern:hover:before {
    background-image: url(../images/link-black.svg);
}




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

.button-over:after, .button-over:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black);
}

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

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

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

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

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

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

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

.button:hover .button-content {
    color: var(--white);
}

a.button:hover:before {
    background-color: var(--white);
}

 ENDE HOVER EFFEKT */



input.button.goback {
    display: none;
}

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

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

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


/* END TYPOGRAPHY */







/* ----------   TABELLEN ---------------- */



    table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }
    caption, th, td {
        text-align: left;
        font-weight: normal;
        padding: 2px 10px 2px 2px;
        float:none !important;
    }
    table, thead, tbody, th, td, tr { 
        vertical-align: middle;
        border-collapse: collapse;
        white-space: nowrap;
        position: relative;
        float: left;
    }
    tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }
    tr {
        display: table-row;
    }
    td {
        display: table-cell;
    }

    th {
        padding: 3px;
    }

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


/* /////// TABELLE MIT CLASS .liste /////// */

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

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

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

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



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

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

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

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




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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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



/* END TABELLEN */





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




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



