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

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



.scroll-content {
    height: 100%;
}

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

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}

table, thead, tbody, th, td, tr {
    vertical-align: middle;
    border-collapse: collapse;
    white-space: nowrap;
    position: relative;
}
table.tabelle, table.liste {
    width: 100%;
    color: #323d47;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
th {
    font-weight: bold;
    border-bottom: solid 1px #323e47;
}
tr {
    display: table-row;
}

table.tabelle tr {
    background: #ededed;
}

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

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

td {
    display: table-cell;
}
table.tabelle td {
    padding: 5px 15px;
    border: 1px solid #fff;
    font-size: 0.9rem;
}





table.tabelle td.downloadlist {
    position: relative;
    transition: all ease 0.5s;
    padding: 5px 35px 5px 15px;
}

table.tabelle td.downloadlist:hover {
    background: #e6e6e6;
}

table.tabelle td.downloadlist a {
    color: #aea355;
}

table.tabelle td.downloadlist a:hover {
    text-decoration: none;
}


/* ///// TABELLE DIE NÄCHSTEN GEMEINDEVERSAMMLUNGEN ////// */

table.tabelle.gemeindeversammlung td {
    position: relative;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 0px #d8d8d8;
}

table.tabelle.gemeindeversammlung th {
    padding: 5px;
    border-bottom: none;
}

table.tabelle.gemeindeversammlung tr {
    border-bottom: none;
    background: transparent;
}






blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
img {
    width: 100%;
}
iframe {
    width: 100% !important;
}

.tooltip {
    display: none !important;
}

#content-scroll {
    height: 100%;
}



/* END Reset */




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


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


.not-IE {
    display: none;
}

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

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

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

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


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

	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		background: #000;
        z-index: 10003;
		text-align:center;
	}

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

    .outer {
        display: table;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .inner {
        display: table-cell;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

	.percentage {
		z-index: 100;
		color: #fff;
		opacity:1;
		font-weight: 700;
		font-size: 3.5vw;
		line-height: 90px;
        font-family: 'UniNeueBold';
	}

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

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

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

	.hold-progress-bar {
		width: 0%;
		height: 3px;
		background: rgba(255,255,255,1);
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}


	img.pageloader-R {
		position:relative;
		text-align:center;
		line-height:50px;
		width:100px;
		height:100px;
		font-size:40px;
		margin:0 auto;
		margin-top:80px;
	}

	img.pageloader-R:before {
		content:"(";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		left:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: movebefore 0.8s ease-out infinite;
		animation: movebefore 0.8s ease-out infinite;
	}

	@keyframes movebefore {
      0% {
		left:-6px;
		opacity:1;
      }

	  100% {
        left:-12px;
		opacity:0
      }
	}

	.headphones:after {
		content:")";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		right:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: moveafter 0.8s ease-out infinite;
		animation: moveafter 0.8s ease-out infinite;
	}

	@keyframes moveafter {
      0% {
		right:-6px;
		opacity:1;
      }

	  100% {
        right:-12px;
		opacity:0
      }
	}

	.headphones-text{
		font-size:10px;
		margin-top:20px;
	}





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

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

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

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

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

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

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

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

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






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

.logo {
    max-width: 200px;
    min-width: 160px;
    width: 11vw;
    float: left;
    transition: all ease 0.5s;
}

.logo img {
    width: 100%;
}

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


#header .logo {
    opacity: 1;
}

#header .logo.fadeout {
    opacity: 0;
}



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

#navigation {
    position: fixed;
    display: none;
    float: left;
    opacity: 1;
    width: 86%;
    background: #323d47;
    padding: 20px 7%;
    /*min-height: 40rem;*/
    top: 0;
    left: 0;
    transform: translate(0, -80px);
    z-index: 14;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
    height: 0;
}

#navigation.animate {
    height: 65vh;
    transition: height .8s cubic-bezier(.86,0,.07,1);
}


#navigation:after {
  content: '';
  display: block;
}

/*#navigation.animate {
	display: block;
	opacity: 1;
  	visibility: visible;
}*/

#responsive-navigation {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}

#responsive-navigation:after {
  content: '';
  display: block;
}

.elevation-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/elevation-lines.svg);
    background-size: cover;
    background-position: center -14rem;
    background-repeat: no-repeat;
}

.moduletable_menu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 7em;
    z-index: 3;
    opacity: 0;
}

.menu-wrapper.responsive {
    display: none;
}


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

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

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

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

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



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

#hinweis {
    position: absolute;
    float: right;
    top: 20%;
    right: 7%;
    z-index: 3;
}

.hinweis-button {
    background: #aea355;
    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-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

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

.hinweis-button a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent;
}



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

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

#slider-area h2 {
    font-size: min(max(1.5rem, 2.5vw), 3rem);
    margin-bottom: 1em;
}

#slider-area .moduletable.desktop.introschule h2 {
    hyphens: manual;
}

#slider {
    position: fixed;
    display: block;
    float: right;
    top: 0;
    right: 0;
    width: calc(100% - 600px);
    height: calc(100% - 200px);
    overflow: hidden;
    background: #323e47;
}

#slider .newsflash {
    display: block;
}

#slider .moduletable, #slider .newsflash, #slider .custom {
    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);
}

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


.moduletable.gemeinde-slider {
    display: block;
    z-index: 1;
    opacity: 0;
    position: relative;
}




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


/**
 * 4. Home Slider
 */

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

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


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

/* 4.1 Slider navigation buttons */


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

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

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

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

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

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

/* 4.2 Slider inner info */

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

/* 4.3 Pagination */

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

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

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

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

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

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

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


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





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

video {
    width: 100%;
    height: calc(100% + 1px);
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 2;
}

video.mobile {
    display: none;
}

video.desktop {
    display: block;
}


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


    .videoplay {
        position: absolute;
        bottom: 260px;
        right: 7%;
        z-index: 4;
        transition: all ease 0.5s;
    }

.videoplay:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -30px;
    height: 20px;
    width: 20px;
    background-image: url(../images/play-button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.videoplay:hover:before {
    background-image: url(../images/play-button-hover.svg);
}

a.videoplay {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

a.videoplay:hover {
    text-decoration: none;
}


.videoloader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: #323d47;
    transition: all ease 0.5s;
}

.videoloader.hide {
    display: none;
}


.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #97bed4;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #97bed4;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #97bed4;
  }
  29% {
    background-color: #97bed4;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #97bed4;
  }
  29% {
    background-color: #97bed4;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #97bed4;
  }
  29% {
    background-color: #97bed4;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}





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

#heads {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 600px);
    height: 27em;
    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: "seedorf";
    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, #heads-mobile .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;
}
*/

#heads .newsflash, #heads-mobile .newsflash {
    width: 100%;
    height: 100%;
}

#heads .heads, #heads-mobile .heads {
    position: relative;
    display: block;
    float: right;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

#heads-mobile {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center center;
}




/* ///// SCROLLDOWN ///// */


a.scrolldown {
    position: absolute;
    bottom: 80px;
    right: 80px;
    width: 30px;
    height: 42px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}



/* ///// SCHNELLZUGRIFF ///// */


#video-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
#schnellzugriff {
    position: relative;
    width: 65%;
    float: left;
    background: #98bdd4;
    transition: all ease .5s;
    bottom: 40px;
    left: 40px;
    z-index: 4;
    display: flex;
    align-items: center;
}

.schnellerzumziel {
    position: relative;
    display: flex;
    float: left;
    width: 200px;
    border-right: solid 1px #fff;
    font-size: 1.2rem;
    font-weight: bold;
    justify-content: center;
    color: #323e47;
}

.schnellzugriff-container {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 201px);
}

.schnellzugriff-container p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
}


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



#schnellzugriff-1 {
    position: relative;
    width: 29.33%;
    height: auto;
    padding: 4.5em 2%;
    float: left;
    margin: 0;
    background: transparent;
    transition: all ease .5s;
    text-align: center;
}

#schnellzugriff-1:hover {
    background: #323e47;
}


#schnellzugriff-2 {
    position: relative;
    width: 29.33%;
    height: auto;
    padding: 4.5em 2%;
    float: left;
    margin: 0;
    background: transparent;
    transition: all ease .5s;
    text-align: center;
}

#schnellzugriff-2:hover {
    background: #323e47;
}

#schnellzugriff-3 {
    position: relative;
    width: 29.33%;
    height: auto;
    padding: 4.5em 2%;
    float: left;
    margin: 0;
    background: transparent;
    transition: all ease .5s;
    text-align: center;
}

#schnellzugriff-3:hover {
    background: #323e47;
}



/* ///// SCHNELLKONTAKT ///// */


#schnellkontakt {
    position: absolute;
    bottom: 80px;
    left: 65%;
    margin-left: 7em;
    z-index: 4;
}

#schnellkontakt p {
    hyphens: none;
    white-space: normal;
    margin: 0px 0;
}

#schnellkontakt .newsflash {
    display: block;
}



/* ///// SUCHE ///// */

#suche {
    position: fixed;
    top: 30px;
    right: 185px;
    z-index: 14;
    cursor: pointer;
}

form.form-inline {
    position: relative;
    display: none;
    width: 300px;
    right: 34px;
    top: -4px;
    opacity: 0;
    transition: all ease 0.5s;
}

form.form-inline.aktiv {
    display: block;
    opacity: 1;
    transition: all ease 0.5s;
	position: absolute;
	z-index: 2;
}

#suche-icon {
	content: "";
	position: absolute;
	background-image: url(../images/search.svg);
	width: 22px;
	height: 22px;
	top: 0;
    right: 0;
    z-index: 100000;
}

#suche-icon.aktiv {
	background-image: url(../images/search-close.svg);
	-webkit-animation: flip-horizontal-top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

button.button.btn.btn-primary {
    background: #afa456;
    font-size: 10px;
    color: #fff;
    border: solid 0px;
    height: 30px;
    width: 80px;
    margin: 0;
    padding: 0 7px;
    float: right;
}

button.button.btn.btn-primary:before {
    display: none;
}

input[type="search" i] {
    background: #ededed;
    border: solid 0px;
	padding: 2px 10px;
    height: 30px;
    width: 220px;
}

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


/* ///// MANDANTEN ///// */

#mandanten {
    position: fixed;
    top: 34px;
    right: 240px;
    height: 0;
    display: block;
    z-index: 12;
    transition: all ease 0.5s;
}

#mandanten a {
    position: relative;
    float: left;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 15px;
}

#mandanten a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #98bdd4;
}

#mandanten a:hover {
    text-decoration: none;
}

#mandanten a:hover:before {
    width: 100%;
}

#mandanten a span.aktiv {
    color: #98bdd4;
}

.mandanten-button {
    position: absolute;
    display: none;
    right: 152px;
    top: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    border: solid 1px #323d47;
    color: #323d47;
    font-size: 0.7rem;
    letter-spacing: 1px;
    z-index: 12;
}


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


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

#submenu span.separator {
    display: none;
}

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

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

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

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

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

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

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

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


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



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

#introtext {
    position: relative;
    display: block;
    width: 360px;
    float: left;
    margin: 30vh 0 0 120px;
}

#introtext .moduletable.mobile {
    position: relative;
    display: none;
    width: 100%;
    float: left;
}

#introtext-mobile {
    display: none;
}

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

#introtext-kalender.mobile {
    display: none;
}

#introtext p {
    text-align: left;
}



/* ///// CONTENT CONTAINER ///// */

#content-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 5%;
}



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

.blog.aktuelles p {
    text-align: justify;
}

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

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

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


/* ///// TERMINE ///// */


#termine {
    position: relative;
    display: block;
    width: calc(29% - 126px);
    float: right;
    background: #ededed;
    padding: 2%;
    margin-right: 120px;
}

.mod-dpcalendar-upcoming.mod-dpcalendar-upcoming-default {
    margin-top: 10%;
}

.com-dpcalendar-calendar__heading {
    display: block;
    width: 440px;
    float: left;
    height: 20em;
    padding-right: calc(100% - 440px);
    padding-top: 14em;
    align-items: center;
}

.mod-dpcalendar-upcoming-default__information {
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
}

.mod-dpcalendar-upcoming-default__information .dp-link {
    font-weight: bold;
    color: #323e47;
    flex: 0 100%;
    line-height: 1.2;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar {
    border-radius: 0px;
    box-shadow: none;
    margin: 0 1.7em 0 0;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar {
    background-color: #97bed4;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar__day, .mod-dpcalendar-upcoming-default .dp-flatcalendar__day {
    padding-top: 5px;
    color: #fff;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar__month {
    color: #fff;
    top: 25px;
}

span.dp-date.dp-time {
    font-size: 1.1rem;
}

.mod-dpcalendar-upcoming-default__event+div {
    margin-top: 1.2rem;
}

.termine-links {
    position: relative;
    display: block;
    float: left;
    margin: 15% 0% 0;
    width: 100%;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
    background: #ededed;
}

.com-dpcalendar-calendar .dp-toggle_hidden,
.dp-toggle__down.dp-toggle_ {
    display: none;
}

body.contentpane.modal, h1.dp-page-heading.page-header, h2.com-dpcalendar-event__title.dp-heading, h3.dp-heading, div#mailto-window h2, div#mailto-window .button {
    font-family: "Arial";
}

h1.com-dpcalendar-event__title.dp-heading {
    font-size: 1rem;
    font-family: "arial";
    color: #323d47 !important;
}

h1.dp-page-heading.page-header {
    font-size: 1rem;
}

h3.dp-heading {
    font-size: 1rem;
}

.fc table {
    font-size: 1rem;
}

.fc table, .fc thead, .fc tbody, .fc th, .fc td, .fc tr {
    float: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: var(--fc-button-active-border-color)!important;
    border-color: var(--fc-button-active-border-color)!important;
    color: white!important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):hover {
    background-color: var(--fc-button-active-border-color)!important;
    border-color: var(--fc-button-active-border-color)!important;
    color: white!important;
    filter: none!important;
}


@media screen and (max-width : 760px) {
    .tingle-modal__closeIcon {
    width: 1rem;
}
.tingle-modal__closeLabel {
    font-size: 1rem;
}
}




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




/* ///// TAGESKARTEN ///// */

#abWrapper_1 {
    width: 60%;
}

#abWrapper_1 table.abCalendarLegend {
    /*overflow: scroll;*/
    width: 100%;
    float: left;
    display: block;
    font-size: 1rem;
}

span.abControl img {
    width: auto;
}





.h1-weiss .buchungsschritte h1:before {
    background-image: none !important;
}

.row.buchungsschritte h1 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1rem;
    padding: 2%;
}

.row.buchungsschritte {
    padding: 2% 0 0% 0;
    display: block;
    float: left;
}

.row.buchungsschritte .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    width: 23%;
    float: left;
    padding: 0 2% 0 0;
}

.well.aktuellerschritt {
    background-color: #2f4655!important;
    color: #fff;
    border-bottom: 7px solid #efea79!important;
}

.well.aktuellerschritt h1 {
    color: #fff!important;
}


.well.naechsterschritt {
    background-color: #e9eaec!important;
    color: #bfbfbf;
}


.well.erledigter {
    background-color: #4c755b!important;
    color: #fff;
}

.well.erledigterschritt {
    background-color: #4c755b!important;
    color: #fff;
}

.well.aktuellerschritt.danke {
    background-color: #006523!important;
    color: #fff;
}





.row.buchungsschritte h1 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1rem;
}





/* ///// BESTIMMUNGEN ///// */

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

.bestimmungen ul {
    list-style-type: none;
}

.bestimmungen li {
    margin: 0;
}

.bestimmungen li:nth-child(odd) {
    font-weight: bold;
    margin-top: 1em;
}


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

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

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

.formContainer {
    margin-top: 0;
}


div#fox-container-m272 .fox-form select, div#fox-container-m272 .fox-form textarea, div#fox-container-m272 .fox-form input[type="text"], div#fox-container-m272 .fox-form input[type="email"],
div#fox-container-m273 .fox-form select, div#fox-container-m273 .fox-form textarea, div#fox-container-m273 .fox-form input[type="text"], div#fox-container-m273 .fox-form input[type="email"],
div#fox-container-m274 .fox-form select, div#fox-container-m274 .fox-form textarea, div#fox-container-m274 .fox-form input[type="text"], div#fox-container-m274 .fox-form input[type="email"],
div#fox-container-m281 .fox-form select, div#fox-container-m281 .fox-form textarea, div#fox-container-m281 .fox-form input[type="text"], div#fox-container-m281 .fox-form input[type="email"],
div#fox-container-m282 .fox-form select, div#fox-container-m282 .fox-form textarea, div#fox-container-m282 .fox-form input[type="text"], div#fox-container-m282 .fox-form input[type="email"],
div#fox-container-m283 .fox-form select, div#fox-container-m283 .fox-form textarea, div#fox-container-m283 .fox-form input[type="text"], div#fox-container-m283 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #323e47;
    background-color: #ededed;
    padding: 20px;
    margin: 0px;
    border: none;
    width: 100%;
    border-bottom: solid 1px #323e47;
}

div#fox-container-m272 .fox-form input[type="text"]:hover, div#fox-container-m272 .fox-form input[type="email"]:hover, div#fox-container-m272 .fox-form textarea:hover, div#fox-container-m272 .fox-form input[type="text"]:focus, div#fox-container-m272 .fox-form input[type="email"]:focus, div#fox-container-m272 .fox-form textarea:focus,
div#fox-container-m273 .fox-form input[type="text"]:hover, div#fox-container-m273 .fox-form input[type="email"]:hover, div#fox-container-m273 .fox-form textarea:hover, div#fox-container-m273 .fox-form input[type="text"]:focus, div#fox-container-m273 .fox-form input[type="email"]:focus, div#fox-container-m273 .fox-form textarea:focus,
div#fox-container-m274 .fox-form input[type="text"]:hover, div#fox-container-m274 .fox-form input[type="email"]:hover, div#fox-container-m274 .fox-form textarea:hover, div#fox-container-m274 .fox-form input[type="text"]:focus, div#fox-container-m274 .fox-form input[type="email"]:focus, div#fox-container-m274 .fox-form textarea:focus,
div#fox-container-m281 .fox-form input[type="text"]:hover, div#fox-container-m281 .fox-form input[type="email"]:hover, div#fox-container-m281 .fox-form textarea:hover, div#fox-container-m281 .fox-form input[type="text"]:focus, div#fox-container-m281 .fox-form input[type="email"]:focus, div#fox-container-m281 .fox-form textarea:focus,
div#fox-container-m282 .fox-form input[type="text"]:hover, div#fox-container-m282 .fox-form input[type="email"]:hover, div#fox-container-m282 .fox-form textarea:hover, div#fox-container-m282 .fox-form input[type="text"]:focus, div#fox-container-m282 .fox-form input[type="email"]:focus, div#fox-container-m282 .fox-form textarea:focus,
div#fox-container-m283 .fox-form input[type="text"]:hover, div#fox-container-m283 .fox-form input[type="email"]:hover, div#fox-container-m283 .fox-form textarea:hover, div#fox-container-m283 .fox-form input[type="text"]:focus, div#fox-container-m283 .fox-form input[type="email"]:focus, div#fox-container-m283 .fox-form textarea:focus {
    background-color: #e8e8e8;
    color: #323e47;
}

div#fox-container-m272 .btn,
div#fox-container-m273 .btn,
div#fox-container-m274 .btn,
div#fox-container-m281 .btn,
div#fox-container-m282 .btn,
div#fox-container-m283 .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#323e47;
    border-color: #323e47;
    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: 10px 60px 10px 20px;
    line-height: 15px;
    color: #323e47 !important;
    text-transform: none;
    font-weight: normal;
    transition: all ease .5s;
}

div#fox-container-m272 .btn:hover, div#fox-container-m272 .btn:focus,
div#fox-container-m273 .btn:hover, div#fox-container-m273 .btn:focus,
div#fox-container-m274 .btn:hover, div#fox-container-m274 .btn:focus,
div#fox-container-m281 .btn:hover, div#fox-container-m281 .btn:focus,
div#fox-container-m282 .btn:hover, div#fox-container-m282 .btn:focus,
div#fox-container-m283 .btn:hover, div#fox-container-m283 .btn:focus {
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear;
    background: #323d47;
    color: #fff;
    border: solid 1px #323d47;
}


div#fox-container-m272 .fox-form-stacked .control-group,
div#fox-container-m273 .fox-form-stacked .control-group,
div#fox-container-m274 .fox-form-stacked .control-group,
div#fox-container-m281 .fox-form-stacked .control-group,
div#fox-container-m282 .fox-form-stacked .control-group,
div#fox-container-m283 .fox-form-stacked .control-group {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


div#fox-container-m272 .fox-form-stacked .control-label,
div#fox-container-m273 .fox-form-stacked .control-label,
div#fox-container-m274 .fox-form-stacked .control-label,
div#fox-container-m281 .fox-form-stacked .control-label,
div#fox-container-m282 .fox-form-stacked .control-label,
div#fox-container-m283 .fox-form-stacked .control-label {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 16px;
}

div#fox-container-m272 .controls,
div#fox-container-m273 .controls,
div#fox-container-m274 .controls,
div#fox-container-m281 .controls,
div#fox-container-m282 .controls,
div#fox-container-m283 .controls {
    width: 100%;
}

div#fox-container-m272 .control-label, div#fox-container-m272 .control-label label, div#fox-container-m272 .fox-item-attachments .controls label,
div#fox-container-m273 .control-label, div#fox-container-m273 .control-label label, div#fox-container-m273 .fox-item-attachments .controls label,
div#fox-container-m274 .control-label, div#fox-container-m274 .control-label label, div#fox-container-m274 .fox-item-attachments .controls label,
div#fox-container-m281 .control-label, div#fox-container-m281 .control-label label, div#fox-container-m281 .fox-item-attachments .controls label,
div#fox-container-m282 .control-label, div#fox-container-m282 .control-label label, div#fox-container-m282 .fox-item-attachments .controls label,
div#fox-container-m283 .control-label, div#fox-container-m283 .control-label label, div#fox-container-m283 .fox-item-attachments .controls label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

div#fox-container-m272 .btn:before,
div#fox-container-m273 .btn:before,
div#fox-container-m274 .btn:before,
div#fox-container-m281 .btn:before,
div#fox-container-m282 .btn:before,
div#fox-container-m283 .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 23px;
    height: 12px;
    width: 16px;
    background-image: url(../images/menu-arrow-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

div#fox-container-m272 .btn:hover:before,
div#fox-container-m273 .btn:hover:before,
div#fox-container-m274 .btn:hover:before,
div#fox-container-m281 .btn:hover:before,
div#fox-container-m282 .btn:hover:before,
div#fox-container-m283 .btn:hover:before {
    background-image: url(../images/menu-arrow.svg);
}

#fox-container-m272 .btn:hover, div#fox-container-m272 .btn:focus,
#fox-container-m273 .btn:hover, div#fox-container-m273 .btn:focus,
#fox-container-m274 .btn:hover, div#fox-container-m274 .btn:focus,
#fox-container-m281 .btn:hover, div#fox-container-m281 .btn:focus,
#fox-container-m282 .btn:hover, div#fox-container-m282 .btn:focus,
#fox-container-m283 .btn:hover, div#fox-container-m283 .btn:focus {
    background: #272c35;
}

#fox-container-m272 .btn:hover span, div#fox-container-m272 .btn span span,
#fox-container-m273 .btn:hover span, div#fox-container-m273 .btn span span,
#fox-container-m274 .btn:hover span, div#fox-container-m274 .btn span span,
#fox-container-m281 .btn:hover span, div#fox-container-m281 .btn span span,
#fox-container-m282 .btn:hover span, div#fox-container-m282 .btn span span,
#fox-container-m283 .btn:hover span, div#fox-container-m283 .btn span span {
    color: #fff;
}

#fox-container-m272 .btn, div#fox-container-m272 .btn span,
#fox-container-m273 .btn, div#fox-container-m273 .btn span,
#fox-container-m274 .btn, div#fox-container-m274 .btn span,
#fox-container-m281 .btn, div#fox-container-m281 .btn span,
#fox-container-m282 .btn, div#fox-container-m282 .btn span,
#fox-container-m283 .btn, div#fox-container-m283 .btn span {
    color: #272c35;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    transition: all ease 0.5s;
}

div#fox-container-m272 .required:after, div#fox-container-m272 .asterisk:after,
div#fox-container-m273 .required:after, div#fox-container-m273 .asterisk:after,
div#fox-container-m274 .required:after, div#fox-container-m274 .asterisk:after,
div#fox-container-m281 .required:after, div#fox-container-m281 .asterisk:after,
div#fox-container-m282 .required:after, div#fox-container-m282 .asterisk:after,
div#fox-container-m283 .required:after, div#fox-container-m283 .asterisk:after {
    content: "*";
    color: #aea355;
    font-weight: bold;
}

label {
    letter-spacing: 0em;
}

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

img#fox-m272-captcha,
img#fox-m273-captcha,
img#fox-m274-captcha,
img#fox-m281-captcha,
img#fox-m282-captcha,
img#fox-m283-captcha {
    width: auto;
}

button.btn.hasTooltip {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    background-color: #97bfd4;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    border: solid 0px #323e47;
    border-color: #323e47;
    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: 10px 20px 10px 20px;
    line-height: 15px;
    color: #ffffff !important;
    text-transform: none;
    font-weight: normal;
    transition: all ease .5s;
}


/* ///// FILTER ///// */

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

.jlmf-link {
    background-color: #323e47;
    color: #fff;
    padding: 10px;
    margin-top: 0;
}




/* ///// SUCHE ///// */

.form-limit {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 40px;
}

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

.searchintro strong {
    float: left;
}

.btn-group.pull-left {
    position: relative;
    display: inline-block;
}

input#search-searchword {
    padding: 9px;
    border-radius: 0;
    border: solid 1px #a9a9a9;
    width: calc(100% - 18px);
}

dd.result-category {
    border-bottom: solid 1px #ededed;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

dd.result-category span {
    font-size: 12px;
    background: #323e47;
    color: #fff;
    padding: 3px 10px;
}

dt.result-title {
    width: calc(100% - 200px);
    float: left;
}

dt.result-title a {
    color: #323e47;
    margin-left: 10px;
    text-decoration: underline;
}

span.highlight {
    background-color: #f3f3f3 !important;
    font-weight: bold !important;
    padding: 1px 0 !important;
    color: #323f47 !important;
}



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

#footer {
    position: relative;
    display: block;
    float: left;
    width: calc(90% - 80px);
    padding: 4em 5% 4em 5%;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    background: #97bed4;
}

#footer p, #footer a, #footer li {
    color: #323d47;
    line-height: 1;
    font-size: 0.8em;
}

#footer a:hover {
    color: #fff;
}

#footer li {
    list-style-type: none;
    margin: 8px 0;
}

#footer .moduletable {
    float: left;
}

a.footer-logo img {
    max-width: 250px;
    min-width: 160px;
    width: 15vw;
}

#footer h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#footer a.button-white {
    border: solid 1px #fff;
}

#footer a.button-white:hover {
    border: solid 1px #323d47;
}


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


#copyright {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: calc(80% - 80px);
    padding: 0% 10% 2em 10%;
    color: #323d47;
    background: #98bdd4;
    margin-bottom: 40px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
}

#copyright a {
	text-decoration: none;
    color: #323e47;
    font-size: 1em;
    margin: 7px 20px 7px 20px;
}

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

#copyright p {
    color: #323e47;
    font-size: 0.8rem;
    text-align: center;
}

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

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

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

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





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

a.scrolltotop {
    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 #main-col-unterseiten ,
.blog.aktuelles #main-col-unterseiten {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.blog h4 {
    width: 100%;
}

.page-header-seedorf {
    display: block;
    width: 440px;
    float: left;
    height: 20em;
    padding-right: calc(100% - 440px);
    padding-top: 14em;
    align-items: center;
}

/* HAUPTTITEL */
.page-header-seedorf h1, .page-header-seedorf h2, .items-leading .page-header h2, .fox-container h1 {
    font-family: "seedorf";
    color: #323d47;
    font-size: min(max(1rem, 1.8vw), 2rem);
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.blog h2 {
    font-size: 1.3rem;
    margin-bottom: 2em;
}


.blog.downloads h2 {
    margin-bottom: 10px;
    font-size: 1rem;
}

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

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

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



/* Doppel Titel fix */
.item-page.doppeltitelfix .page-header-seedorf:nth-child(2) {
    display: none;
}
.item-page.doppeltitelfix .page-header-seedorf:nth-child(2) {
    display: none;
}
.blog.doppeltitelfix .multiple-category-area .page-header {
    display: none;
}
.blog.doppeltitelfix .multiple-section:nth-child(3) {
    margin-top: 0;
}
.blog.doppeltitelfix #content-bottom {
    margin: 0;
}


.items-leading, .items-leading-mobiletitle {
    width: 100%;
}

.items-leading-mobiletitle {
    display: none;
}


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

.newstitel {
    position: absolute;
    display: block;
    float: left;
    z-index: 3;
    bottom: 0;
    left: 0;
    background: rgb(50,62,71,0.8);
    width: calc(100% - 70px);
    padding: 15px 50px 15px 20px;
}

h4.newsflash-title, h5.newsflash-title {
    color: #fff;
}

img.weiterlesen, .blog img.weiterlesen {
    z-index: 3;
    position: absolute;
    right: 1em;
    opacity: 1;
    transition: all ease 0.5s;
    bottom: 50%;
    transform: translate(0, 50%);
    height: 15px;
    width: 20px;
}


.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 30%;
    flex-wrap: wrap;
    margin: 20px 2% 0;
    padding: 0 0 20px;
}


/* Behörden ohne Bilder mit Trennstrich */
.col-3.personen .items-row {
    border-bottom: solid 1px #d9d9d9;
}

/* Behörden mit Bilder ohne Trennstrich */
.col-3.personen.portrait .items-row {
    border-bottom: solid 0px #d9d9d9;
}

.col-3 .items-row:nth-child(3n+2) {
  display: flex;
  flex: 0 30%;
  flex-wrap: wrap;
  margin: 20px 2% 0 0;
}

.col-2 .items-row {
    display: flex;
    flex: 0 47%;
    flex-wrap: wrap;
    margin: 20px 0% 0 3%;
    padding: 0 0 20px;
    border-bottom: solid 0px #d9d9d9;
}

.blog.col-2 .multiple-category-area .items-row:nth-child(2n+2) {
    display: flex;
    flex: 0 46%;
    flex-wrap: wrap;
    margin: 20px 4% 0 0;
}

.blog.col-2 .items-row:nth-child(2n+1), .blog.col-2 .items-row:nth-child(2) {
    display: flex;
    flex: 0 47%;
    flex-wrap: wrap;
    margin: 20px 3% 0 0;
}


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

.multiple-category-area h2,
.blog.abteilungen h2 {
    margin: 0px 0 10px;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0px;
}

.multiple-category-area h4 {
    margin: 1em 0 1em;
    color: #aea355;
    border-bottom: solid 1px;
}

.col-3 .multiple-category-area .bild {
    height: 17vw;
}

.col-2 .multiple-category-area .bild {
    height: 25vw;
}

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

/*
.blog.personen .multiple-section {
    margin: 5% 0 0;
}
*/

.blog.personen .items-leading.clearfix {
    margin: 0 0 5% 0;
}

.blog.personen .bild {
    margin-bottom: 20px;
}

.multiple-section:nth-child(2) .col-2 .items-row {
    flex: 0 100%;
}

.multiple-section:nth-child(3) {
    margin-top: 5%;
}

.multiple-section:nth-child(4) {
    margin-top: 5%;
}

.multiple-category-area.gemeindeversammlung .multiple-section:nth-child(2) { /* umgekehrte Reihenfolge nächste Gemeindeversammlung wegen Sortierung "Neuste Beiträge" */
    flex-direction: row-reverse;
}

.multiple-category-area.gemeindeversammlung .items-row {
    margin: 20px 4% 0 0;
    padding: 0;
    flex: 0 46%;
}



/*
.multiple-category-area .items-row, .multiple-category-area .items-row:nth-child(3n+2) {
        border-bottom: solid 10px #dadada;
}
*/

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

.introtext-ohne-titel .items-leading h1 {
    display: none;
}

time {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}


@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: 1300px) {
.col-6 .items-row, .col-4 .items-row, .col-3 .items-row , .col-3 .items-row:nth-child(3n+2) {
  flex: 0 46%;
}

.col-3 .items-row:nth-child(2n+4) {
    margin: 20px 2% 0 0;
}

.col-3 .items-row:nth-child(4n+5) {
    margin: 20px 2% 0;
}

/*
.col-2 .items-row, .col-2 .items-row:nth-child(2n+2) {
    flex: 0 100%;
    margin: 20px 0;
    padding: 0 0 7%;
}*/

.multiple-category-area.gemeindeversammlung .items-row {
}

.col-3 .multiple-category-area .bild {
    height: 30vw;
}

.col-2 .multiple-category-area .bild {
    height: 50vw;
}

}


@media screen and (min-width: 900px) and (max-width: 1100px) {

    .blog.col-2 .items-row, .blog.col-2 .items-row:nth-child(2n+1), .klasse, .klasse:nth-child(2n+1), .blog.col-2 .multiple-category-area .items-row:nth-child(2n+2), .blog.col-2 .items-row:nth-child(2n+1), .blog.col-2 .items-row:nth-child(2) {
        flex: 0 100%;
        margin: 20px 0;
        padding: 0 0 7%;
    }

    .blog.col-2 .bild {
        height: 50vw;
    }
}


@media screen and (max-width: 900px) {
.col-3 .multiple-category-area .bild {
    height: 34vw;
}
.col-2 .multiple-category-area .bild {
    height: 70vw;
}

.blog.col-2 .bild {
    height: 30vw;
}

}

@media screen and (max-width: 650px) {
.col-6 .items-row, .col-4 .items-row, .col-3 .items-row, .col-2 .items-row , .col-3 .items-row:nth-child(3n+2), .blog.col-2 .multiple-category-area .items-row:nth-child(2n+2), .blog.col-2 .items-row:nth-child(2n+1), .blog.col-2 .items-row:nth-child(2), .col-3 .items-row:nth-child(2n+4), .col-3 .items-row:nth-child(4n+5) {
    flex: 0 100%;
    margin: 10px 0 20px;
    padding: 0 0 20px;
}

.blog.col-2 .items-row, .blog.col-2 .items-row:nth-child(2n+1) {
    flex: 0 100%;
    margin: 20px 0;
    padding: 0 0 7%;
}

.col-3 .multiple-category-area .bild {
    height: 70vw;
}


.blog.col-2 .bild {
    height: 70vw;
}

}

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

}

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

.blog img {
    width: 100%;
}


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

/*.item-page {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
}*/

.item-page, .blog.col-2, .blog.col-3, .blog.col-4 {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin-left: 0;
    margin-right: 40px;
}

.item-page p {
    margin: 8px 0 20px;
}


.einleitung-multipleblog {
    width: 440px;
    float: left;
    height: 23em;
    padding-right: calc(100% - 440px);
    padding-top: 12em;
    align-items: center;
}

.einleitung.mobile {
    display: none;
}

.einleitung p {
    text-align: left;
}

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

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

.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;
    display: block;
    float: left;
    width: 100%;
    height: 40vw;
    overflow: hidden;
}

.item-page .bild-frame {
    margin: 10% 0;
}

.item-page.no-image-margin .bild-frame {
    margin: 0% 0;
}

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

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

.srcbild {
    float: left;
    margin: 15px 40px 20px 0;
    border: solid 1px #ededed;
    padding: 30px;
    width: 10em;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-2 .srcbild {
    float: none;
}

.blog .srcbild {
    margin: 0 40px 20px 0;
}

.srcbild img {
    width: 100%;
}

.blog.gruppenbild .items-leading .bild {
    height: 40vw;
}

a.fancybox {
    position: absolute;
    z-index: 3;
    width: 2em;
    height: 2em;
    right: 2em;
    bottom: 2em;
    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 {
    width: 100%;
    float: left;
	margin-top: 50px;
}

.pagination li {
    list-style: none;
    float: left;
    padding: 3px 15px;
    background: #323e47;
    color: #657f92;
    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;
}

.lg-sub-html {
    display: none;
}


/* GALERIE FIELD */

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

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

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

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



/* ZAHLEN UND FAKTEN / FAHRPLAN */

.zahlen-fakten span.field-value,
.fahrplan span.field-value,
.begabung span.field-value {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 40px;
}

.zahlen-fakten span.field-value ul,
.fahrplan span.field-value ul,
.begabung span.field-value ul {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.zahlen-fakten span.field-value li,
.fahrplan span.field-value li,
.begabung span.field-value li {
    list-style-type: none;
    text-align: left;
}

span.field-label.repeatable-titel, dd.field-entry.repeatable-titel {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 5% 0 2%;
    float: left;
}

dd.field-entry:nth-child(1) span.field-label.repeatable-titel, dd.field-entry:nth-child(1) dd.field-entry.repeatable-titel {
    margin: 0% 0 2%;
}

.zahlen-fakten dd.field-entry,
.fahrplan dd.field-entry,
.begabung dd.field-entry {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0;
}

dd.field-entry.steuersituation-titel.repeatable-titel {
    font-size: 1rem;
    margin-bottom: 40px;
}

.zahlen-fakten dd.field-entry.col-2 li:nth-child(odd) {
    width: calc(70% - 1em);
    float: left;
    padding: 0.5em;
    margin: 0;
    line-height: 1.5;
}

.zahlen-fakten dd.field-entry.col-2 li:nth-child(even) {
    width: calc(30% - 2.5em);
    float: right;
    padding: 0.5em 1.5em 0.5em 0.5em;
    margin: 0;
    line-height: 1.5;
    text-align: right;
}

.begabung dd.field-entry.col-4 li {
    width: calc(25% - 2.5em);
    float: left;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    border-bottom: solid 1px #323e47;
}

.begabung dd.field-entry.col-4 li:nth-child(4n+1) {
    width: calc(10% - 1em);
}
.begabung dd.field-entry.col-4 li:nth-child(4n+2) {
    width: calc(20% - 1em);
}
.begabung dd.field-entry.col-4 li:nth-child(4n+3) {
    width: calc(30% - 1em);
}
.begabung dd.field-entry.col-4 li:nth-child(4n+4) {
    width: calc(40% - 1em);
    background-color: #ededed;
}

.zahlen-fakten dd.field-entry.col-2 li:nth-child(4n+3),
.zahlen-fakten dd.field-entry.col-2 li:nth-child(4n+4),
.zahlen-fakten dd.field-entry.col-4 li:nth-child(4n+4) {
    background: #ededed;
}

.zahlen-fakten dd.field-entry.col-5 li:nth-child(5n+1),
.zahlen-fakten dd.field-entry.col-5 li:nth-child(-n+5),
.fahrplan dd.field-entry.col-5 li:nth-child(-n+5) {
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}

.zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+1),
.zahlen-fakten dd.field-entry.col-6 li:nth-child(-n+6) {
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}

.zahlen-fakten dd.field-entry.col-5 li {
    background: transparent;
    width: calc(16% - 1em);
    float: left;
    padding: 0.5em;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
    border-bottom: solid 1px #ededed;
}

.fahrplan dd.field-entry.col-5 li {
    background: transparent;
    width: calc(20% - 1em);
    float: left;
    padding: 0.5em;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
    border-bottom: solid 1px #ededed;
}

.zahlen-fakten dd.field-entry.col-6 li {
    background: transparent;
    width: calc(15% - 1em);
    float: left;
    padding: 0.5em;
    margin: 0;
    line-height: 1.5;
    border-bottom: solid 1px #ededed;
}

.zahlen-fakten dd.field-entry.col-5 li:nth-child(5n+1) {
    background: transparent;
    width: calc(36% - 1em);
}

.fahrplan dd.field-entry.col-5 li:nth-child(5n+1) {
    background: transparent;
    width: calc(20% - 1em);
}

.zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+1) {
    background: transparent;
    width: calc(26% - 1em);
}

.zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+2), .zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+3) {
    width: calc(10% - 1em);
}

.zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+4), .zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+5), .zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+6) {
    width: calc(18% - 1em);
}


.zahlen-fakten dd.field-entry.col-5 li:nth-child(-n+5),
.zahlen-fakten dd.field-entry.col-5 li:nth-child(5n+6),
.fahrplan dd.field-entry.col-5 li:nth-child(5n+6) {
    background: #ededed;
}

.zahlen-fakten dd.field-entry.col-6 li:nth-child(-n+6),
.zahlen-fakten dd.field-entry.col-6 li:nth-child(6n+7) {
    background: #ededed;
}


.zahlen-fakten dd.field-entry.col-4:before,
.zahlen-fakten dd.field-entry.col-5:before,
.zahlen-fakten dd.field-entry.col-6:before,
.fahrplan dd.field-entry.col-5:before {
    position: absolute;
    display: none;
    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;
}

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


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

.zahlen-fakten dd.field-entry.col-6 span.field-value ul {
    min-width: 950px;
}

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

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

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





/* ABSTIMMUNGSTERMINE */

.abstimmungstermine-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.abstimmungstermine-container {
    width: 40%;
    float: left;
    padding: 5% 10% 7% 0;
}

.abstimmungstermine ul {
    margin: 10px 0;
    list-style-type: none;
}

.abstimmungstermine li {
    margin: 0px;
    padding: 10px 20px;
}

.abstimmungstermine li:nth-child(odd) {
    background: #ededed;
}


/* ABSTIMMUNGSRESULTATE */

.blog.abstimmungen .items-row {
    border-bottom: solid 0px #323e47;
    padding: 5% 0;
    margin: 0% 0;
    flex: 0 100%;
}

.blog.abstimmungen .items-row:nth-child(1) {
    padding: 0 0 5%;
}



/* BEHÖRDEN AUFGABEN ZUSTÄNDIGKEIT */

dd.field-entry.aufgaben {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 20px 0 0px;
    background: #ededed;
}

span.field-label.aufgaben-titel {
    font-weight: bold;
    color: #97bed4;
}

dd.field-entry.aufgaben ul {
    text-align: left;
}

dd.field-entry.aufgaben ul li {
    font-size: 0.9rem;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #dedede;
}

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

.adresse p {
    text-align: left;
}

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


/* ///// ONLINESCHALTER ///// */

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

#onlineschalter .beitrag.col2 {
    flex: 0 46%;
    padding: 0 4% 0 0%;
}

#onlineschalter h3 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: normal;
}


/* DOWNLOADS */

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

#downloads h4 {
    margin: 1em 0 1em;
    color: #aea355;
    border-bottom: solid 1px;
}

#downloads .beitrag {
    padding: 2% 2% 2% 0;
    margin: 2px 0;
    width: 98%;
    border-bottom: solid 1px #e2e2e2;
}

#downloads p {
    margin: 8px 0;
}

#downloads span {
    display: block;
    margin: 8px;
    font-size: 0.8rem;
}

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

/*
#downloads a.pdf, #downloads a.link {
    background: #e0e0e0;
    height: 2em;
    transition: all ease .5s;
    flex-direction: row-reverse;
}

#downloads a.pdf:hover, #downloads a.link:hover {
    background: #d4d4d4;
}

#downloads a.pdf.col-2, #downloads a.link.col-2 {
    width: calc(50% - 2px);
    margin: 0 2px 0 0%;
}
*/

#downloads a.pdf, #downloads a.link {
    width: 40%;
    clear: both;
}

#downloads .abstimmungen a.pdf {
    width: 100%;
    height: auto;
}

#downloads .abstimmungen .beitrag a.pdf:nth-of-type(1) {
    margin-top: 1em;
}

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

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

a.pdf:hover .download-icon, a.ipdf:hover .download-icon, a.link:hover .download-icon, a.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: #323e47;
}

#downloads a.pdf:hover .download-icon {
    background: #323e47;
}

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



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


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

#downloads .download-icon {
    background: #414e57;
}

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

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


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

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

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

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

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

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

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

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

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




/* ////// INFRASTRUKTUR ////// */

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

p.infrastruktur {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0;
}

p.infrastruktur-telefon {
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
}

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

.infrastruktur-karte {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
}



/* ////// SCHULEN ////// */

.schulrat .inhalt a.button-extern {
    display: none;
}

.schulklassen {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.klasse {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    flex: 0 47%;
    flex-wrap: wrap;
    margin: 40px 0% 0 3%;
    padding: 0 0 40px;
}

.klasse:nth-child(2n+1) {
    flex: 0 47%;
    flex-wrap: wrap;
    margin: 40px 3% 0 0;
}

.klasse-content {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 40px);
    padding: 0 20px 20px 20px;
    background: #ededed;
}

.klasse strong {
    margin: 20px 0 0;
    display: block;
}

.klasse .bild-frame {
    height: 22vw;
}

.klasse p {
    margin: 0px;
}

a.linkliste {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: solid 1px #d9d9d9;
    color: #323e47;
}

a.linkliste:hover {
    background: #ededed;
    text-decoration: none;
}

.linkliste-links {
    width: 140px;
    padding: 0 60px 0 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkliste-links img {
    max-height: 70px;
    width: auto;
    max-width: 100px;
}

.linkliste-rechts {
    position: relative;
    display: flex;
    float: right;
    width: calc(100% - 220px);
    align-items: center;
    padding: 0 40px 0 0;
}

.linkliste-rechts span {
    position: relative;
}


.schuljahr { /* Kategorieanzeige Schulleben */
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #61d6a1;
    color: #fff;
    letter-spacing: 1.2px;
}



/* ///// BILDLEGENDEN (GESCHICHTE BAUEN) ///// */

.bildlegende-container {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
}


.bildlegende {
    position: relative;
    display: block;
    float: left;
    padding: 20px 20px 20px 0;
    flex: 0 50%;
}

.bildlegende .bild {
    margin: 0 0 10px 0;
}

.bildlegende p {
    font-size: 14px;
}


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

main {
    height: 100%;
}

#container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: calc(100% - 40px);
    margin-left: 40px;
    margin-right: 0;
}

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

#header-fadein {
    position: fixed;
    top: -1px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    background: #323d47;
    padding: 14px 0 14px 0;
    z-index: 11;
	transition: all 0.5s ease-out 0s;
}

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

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

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


#header-fadein .logo {
    max-width: 180px;
    min-width: auto;
    width: 150px;
    float: left;
    opacity: 0;
    transition: all ease 2s;
}

#header-fadein .logo.active {
    opacity: 1;
}

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

.wideWrap {
    display: inline;
    float: left;
    width: calc(100% - 160px);
    margin-left: 120px;
    margin-right: 40px;
}

#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 {
    position: absolute;
    width: 60%;
    left: 0px;
    top: 27em;
    margin-top: 33px;
    z-index: 1;
}

#breadcrumb .moduletable {
    overflow-x: scroll;
    overflow-y: hidden;
}

#breadcrumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
}

#breadcrumb.mobile {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    display: none;
}

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

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 li.active span {
    font-weight: bold;
}

.breadcrumb li.active:nth-child(1) {
	display: none;
}

.breadcrumb li span {
    color: #323d47;
    font-size: 12px;
}

/*.breadcrumb li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 5px;
    border-color: transparent transparent transparent #fff;
    z-index: 0;
}
*/

.breadcrumb li:after {
    content: "/";
    position: absolute;
    right: 2px;
    top: 4px;
    width: 0;
    height: 0;
    z-index: 1;
}

.breadcrumb li:nth-child(2):after {
    right: -10px;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li:nth-child(2) {
    width: 1.875rem;
    height: 1.875rem;
    padding: 0px;
    margin-right: 15px;
    background: none;
    border: solid 0px #fff;
}

/*
.breadcrumb li:nth-child(2) a {
    position: relative;
    display: block;
	color: transparent;
	background: #bdbcbc;
	border: solid 2px #fff;
	border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    z-index: 1;
    margin-top: -6px;
}*/

.breadcrumb li:nth-child(2) a span {
	position: absolute;
	display: block;
    width: 15px;
    height: 16px;
    z-index: 1;
    top: 50%;
    margin-top: -3px;
    left: 0;
	transform: translate(0%,-50%);
	background-image: url(../images/home-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
	color: transparent;
	font-size: 1px;
}


#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 10px;
    line-height: 1.5;
    transition: all ease 0.5s;
    margin: 0;
}

ul.latestnews.mod-list li:hover {
    background-color: #d9d9d9;
}

ul.latestnews.ueberblick.mod-list a:hover {
    text-decoration: none;
}

#left-col-cont {
}

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

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

#main-col-unterseiten {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

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

#right-col {
    position: relative;
	float: right;
    width: 25%;
    z-index: 2;
}

#right-col p, #right-col .button-extern, #right-col a.button-extern, #right-col li {
    font-size: 0.8rem;
}

#right-col.mobile {
    display: none;
}

#right-col-cont .moduletable, #right-col.mobile .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
    background: #323d47;
    color: #fff;
}

#right-col-cont .moduletable, #right-col.mobile .moduletable {
    float: left;
    width: 100%;
}

#right-col .newsflash {
    display: block;
    float: left;
    width: 80%;
    padding: 0 10%;
}

#right-col-cont .custom {
    position: relative;
    display: block;
    float: left;
    padding: 0 10%;
    font-size: 0.8rem;
}

#right-col-cont .moduletable.ueberblick, #right-col.mobile .moduletable.ueberblick {
background: #ededed;
position: relative;
display: block;
float: left;
padding: 40px;
width: calc(100% - 80px);
}

#right-col ul.nav.menu.mod-list {
    float: left;
    width: 100%;
}

ul.latestnews.ueberblick.mod-list {
    position: relative;
    display: block;
    float: left;
}

ul.latestnews.ueberblick.mod-list span {
    font-size: 1.1rem;
}

#right-col-cont .moduletable.ueberblick a, #right-col.mobile .moduletable.ueberblick a {
    color: #323d47;
}

#right-col .moduletable.ueberblick h3 {
    margin: 0 0 40px;
    width: 100%;
}

#right-col ul.menu a,
#right-col ul.menu span.separator {
    font-weight: normal;
}


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

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

#content-bottom .moduletable {
    margin: 0 0 5% 0;
}

#content-bottom h4 {
    font-size: 1rem;
    margin: 0 0 20px 0;
}

#content-bottom .newscontent h4 {
    font-size: 1rem;
    margin: 0 0 0px 0;
}

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

.cols-1 {
    display: block;
    float: none;
    margin: 0 0 5%;
}
.blog.downloads .cols-1 {
    margin: 0 0 40px;
}
.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 {
    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: #323d47;
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: "seedorf";
	font-weight: normal;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p, span.field-value, span.field-label, table p {
	margin: 8px 0;
	font-size: 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 */
    text-align: justify;
}

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

a:hover {
    text-decoration: underline;
}

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

strong {
    font-weight: bold;
}


.button, a.button, p.button, a.readmore, button.goback, .video-button {
    position: relative;
    border: solid 1px #97bed4;
    color: #fff;
    background-color: #97bed4;
    padding: 5px 40px 5px 14px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-family: "seedorf";
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    float: left;
}

.button-white, a.button-white, p.button-white {
    position: relative;
    border: solid 1px #323d47;
    color: #323d47;
    background-color: transparent;
    padding: 10px 60px 10px 20px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-family: "seedorf";
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    float: left;
}

.button-white.reverse, a.button-white.reverse, p.button-white.reverse {
    padding: 10px 20px 10px 60px;
    margin: 5% 0 0;
}

.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: "seedorf";
    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: "seedorf";
    letter-spacing: 2px;
}

.button-extern, a.button-extern {
        position: relative;
        border: solid 1px #97bed4;
        color: #fff;
        background-color: #97bed4;
        padding: 5px 40px 5px 14px;
        margin: 5px 15px 5px 0;
        transition: all ease .5s;
        display: table;
        font-family: "seedorf";
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1;
        float: left;
        text-align: left;
    }

.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;
    height: 12px;
    width: 16px;
    background-image: url(../images/menu-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

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

.button-white.reverse:before, a.button-white.reverse:before {
    right: auto;
    left: 23px;
    transform: rotate(-180deg) translate(0,50%);
}

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

a.externer-link: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: #323d47;
    color: #fff;
    border: solid 1px #323d47;
    text-decoration: none;
}

.button-white:hover, a.button-white:hover {
    background: #323d47;
    color: #fff;
    border: solid 1px #323d47;
    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: #323d47;
        color: #fff;
        border: solid 1px #323d47;
        text-decoration: none;
    }


.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/menu-arrow.svg);
}

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

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



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

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

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

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

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

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

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

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

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

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

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

/* ENDE HOVER EFFEKT */*/



input.button.goback {
    display: none;
}

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

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

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


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

h1 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 3rem;
	font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.2;
}

h2 {
    font-family: "seedorf";
    color: #323d47;
    font-size: min(max(1rem, 2.2vw), 2rem);
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
}

#main-col h2.dp-page-heading.page-header {
    font-family: "seedorf";
    color: #323d47;
    font-size: min(max(1rem, 2.2vw), 2rem);
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h3 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1.5rem;
	font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.2;
}

h4 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1.2rem;
	font-weight: bold;
    letter-spacing: 0px;
	line-height: 1.2;
}

h5 {
    font-family: "seedorf";
    color: #323d47;
    font-size: 1.0rem;
	font-weight: bold;
    letter-spacing: 0px;
	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: flex;
    float: left;
    width: 100%;
    list-style-type: none;
}

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

dl.fields-container ul li {
    text-align: left;
    margin: 0;
}

dd.field-entry.nowrap li {
    white-space: nowrap;
}

ul.fields-container {
    list-style-type: none;
}

ul.fields-container li {
    margin: 0;
}


/* ///// 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-1 ul {
    display: flex;
    float: left;
    flex-wrap: wrap;
    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-1 li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.repeatable-1 li:nth-child(2n+1) {
    font-weight: bold;
    padding: 5% 0 0 0;
}

.repeatable-1 li:nth-child(2n+2) {
    border-bottom: solid 10px #dadada;
    padding: 0 0 5%;
}

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

.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-family: "seedorf";
    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;
}



 #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;
    white-space: normal;
    font-size: 14px;
}

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;
}
.rsform-type-captcha img {
	width: auto;
}
#footer p{
	white-space: inherit;
}
#footer p.has-animation span{
	display: none;
}
/* END MISC ELEMENTS */

span.field-value ul li span.field-label{
	display: none;
}
/* RS Forms */
.formContainer label.form-label{
	display: block;
	width: 100%;
	font-weight: bold;
}
.mb-3.rsform-block {
	margin-bottom: 3rem !important;
}
.formContainer .form-control {
    border-radius: 0px;
    color: #323e47;
    background-color: #ededed;
    padding: 8px 20px;
    margin: 0px;
    border: none;
    width: calc(100% - 40px);
    border-bottom: solid 1px #323e47;
    float: left;
}
button#send:hover{
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position .1s linear;
	background: #323d47;
	color: #fff !important;
	border: solid 1px #323d47;
}
button#send:hover:before{
	filter: invert(1);
}
.formContainer .form-control:focus{
	background-color: #e8e8e8;
	color: #323e47;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
strong.formRequired {
	color: #aea355;
	font-weight: bold;
}
.formControls {
	clear: both;
}
.form-check{
	clear: both;
}

.burger.collapse:not(.show) {
	display: block;
}
*, *::before, *::after {
	box-sizing: content-box;
}

span.icon-angle-right:before {
	content: 'Weiter';
}
span.icon-angle-double-right:before {
	content: 'Ende';
}
span.icon-angle-left:before {
	content: 'Zurück';
}
span.icon-angle-double-left:before {
	content: 'Start';
}
.com-dpcalendar-calendar button.fc-today-button.fc-button.fc-button-primary, .com-dpcalendar-calendar button.fc-fullscreen_open-button.fc-button.fc-button-primary {
	display: none;
}

.com-dpcalendar-calendar button.fc-fullscreen_close-button.fc-button.fc-button-primary {
	width: 0;
	height: 0;
	visibility: hidden;
}
.adresse p{
	white-space: pre-wrap;
}
.com-dpcalendar-calendar button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active:hover {
	filter: invert(1);
}

.com-dpcalendar-calendar button.fc-list-button.fc-button.fc-button-primary:hover {
	filter: invert(1);
}
.com-dpcalendar-calendar__toggle.dp-toggle {
	visibility: hidden;
	height: 1px;
}
