

/* ---- 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%;
    height: 100%;
    float: left;
    margin-top: -40px;
}

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
img {
    width: 100%;
}
img.twint {
    width: 400px;
}

/* END Reset */




/* ----------   ///// WHIZZZ /////  ---------------- */




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

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

.logo img {
    width: 100%;
}

#logo {
    position: relative;
    display: block;
    float: left;
    max-width: 420px;
    z-index: 999;
    transition: all ease .5s;
}

#logo img {
    width: 100%;
}


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

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


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

.heads {
    position: relative;
    height: 35vw;
    background-position: center center;
    background-size: cover;
}

.heads h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;

}

/* ///// ÜBERBLICK ///// */
.ueberblick li {
    list-style: none;
    border-bottom: solid 1px #d2d2d2;
    margin: 1em 0;
    padding: 1em 0;
}

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

.ueberblick .datum {
    margin-bottom: 0;
    font-family: "dc-bold";
    color: #3c3c3b;
    font-size: 0.8rem;
}

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

#infobutton, #infobutton-fadein {
    position: absolute;
    display: block;
    float: left;
    width: 200px;
    right: -250px;
    left: auto;
    top: 36%;
    background: #a78159;
    color: #fff;
    padding: 12px 25px 12px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 100005;
}

#infobutton-fadein {
    top: 16%;
}

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

#infobutton.aktiv, #infobutton-fadein.aktiv {
    right: 0;
}

#infobutton.aktiv:before, #infobutton-fadein.aktiv:before {
    background-image: url(../images/closeX.svg);
}

#infobutton a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

#infobutton span {
    font-size: 1.4em;
}


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

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

#slider .custom {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#slider .custom p {
    width: 90%;
    padding: 0 5%;
    float: left;
    font-size: 1.5em;
    margin-top: -5em;
}

#slider .newsflash {
    display: block;
}

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


#slider-content {
    position: absolute;
    float: left;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    flex-wrap: wrap;
}

#quickbuttons {
    position: relative;
    display: block;
    float: left;
    display: flex;
    flex-wrap: nowrap;
}

#quickbuttons .moduletable {
    position: relative;
    display: block;
    background: rgba(9,19,21,.6);
    padding: 1em 6em 1em 1em;
    margin: 0.2em;
    white-space: nowrap;
    transition: all ease 0.5s;
}

#quickbuttons .moduletable:hover {
    background: rgba(9,19,21,.8);
}

#quickbuttons .moduletable:before {
    content: "";
    position: absolute;
    right: 1em;
    bottom: 1em;
    transform: translate(-50%,0);
    width: 1.4em;
    height: 1em;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    transition: all ease 0.5s;
}

#quickbuttons .moduletable:hover:before {
    right: 0em;
}

#quickbuttons p, #quickbuttons a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

#quickbuttons h3 {
    font-family: "dc-bold";
    text-transform: uppercase;
    line-height: 1;
}


#claim {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    padding: 2em 5%;
}

#claim .moduletable {
    background: transparent;
    padding: 0;
    text-align: center;
    margin: 0;
}

#claim .moduletable:before {
    display: none;
}

#claim p, #claim a {
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
}


#scrolldown {
    position: absolute;
    left: 50%;
    bottom: 2em;
    transform: translate(-50%, 0);
}

#scrolldown .mouse {
    width: 1em;
    height: 1.7em;
    background-image: url(../images/mouse.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 35%;
    position: absolute;
    top: -2em;
	-webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-vertical 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

#scrolldown span {
    font-size: 10px;
    color: #fff;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-11-12 16:11:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}





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

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

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

#heads h1, #heads h2, #heads h3, #heads h4 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap
}

#heads .moduletable {
    height: 100%;
}

#heads .moduletable.breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#heads ul.breadcrumb.breadcrumb li {
    color: #fff;
    list-style: none;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 3vw;
    white-space: nowrap;
}

#heads ul.breadcrumb.breadcrumb {
    margin-left: 0px;
}

#heads ul.breadcrumb.breadcrumb li {
    display: none;
}

#heads ul.breadcrumb.breadcrumb li.active {
    display: block;
}



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

#submenu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #01647a;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 14px -9px rgba(0,0,0,0.25);
}

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

#submenu ul.menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
    background: #01647a;
    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 {
    content: "<";
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0 0 0 12px;
    height: 100%;
    z-index: 1;
    width: 20px;
    color: #fff;
    background: #02586d;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-right: solid 1px #046d86;
	cursor: pointer;
	-webkit-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    box-shadow: -10px 0px 30px 10px rgba(0,0,0,0.5);
    display: none;
}

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



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

#introtext {
    position: relative;
    display: block;
    width: 100%;
    padding: 5% 0%;
	float: left;
    text-align: center;
}


/* ///// TOP POSITION ///// */

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



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

#parallax {
    position: relative;
    display: block;
    width: 100%;
	float: left;
    margin: 0% 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 {
    color: #ffffff;
    font-size: 2vw;
    line-height: 1.5;
    font-family: "dc-bold";
}

.parallaxParent {
    position: relative;
    width: 100%;
    height: 25vw;
    overflow: hidden;
}

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



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

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



/* ///// NEWS STARTSEITE ////// */

#news-startseite {
    position: relative;
    display: block;
    float: right;
    width: 100%;
}

#news-startseite .beitrag {
    background: #fff;
    padding: 2%;
    margin: 2%;
}

#news-startseite .col-3 {
    flex: 0 25%;
}

#news-startseite h2 {
    text-align: center;
}


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

#news {
    position: relative;
    display: block;
    float: right;
    width: 80%;
    padding: 5% 10% 20%;
}

#news .newscontent {
    margin: 8% 0;
    flex: 0 100%;
}

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

#news .newsflash {
    justify-content: flex-start;
}

#news #beitrag {
    position: relative;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

#news h2.newsflash-title {
    width: 100%;
    margin: 0em 0;
    float: left;
    padding-right: 0;
    line-height: 1.2;
    hyphens: auto;
}

#news .introtext, #news .introtext-zeichenlimit {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
    float: left;
}

#news #beitrag p {
    display: inline;
}





/* ///// FORMULAR ///// */

#formular {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    padding: 0% 20%;
}
    


/* ///// FORMULAR ANMELDUNG ///// */

#formular-anmeldung {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    padding: 5em 20%;
    margin-top: -10%;
    background: rgb(5,33,60);
    background: linear-gradient(0deg, rgba(5,33,60,1) 0%, rgba(31,67,92,1) 100%);
    -webkit-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.1);
}

#formular-anmeldung h2 {
    color: #607d92;
}

#formular-anmeldung h3 {
    font-family: "dc-bold";
    color: #ffffff;
}

#formular-anmeldung p {
    color: #fff;
}

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

div#fox-container-m106 form .fox-row {
    max-width: 600px;
    margin: auto;
}

#formular-anmeldung .control-label, #formular-anmeldung label.checkbox {
    color: #FFF;
}

#formular-anmeldung .alert-success p {
    color: #468847;
}

div#fox-container-m106 .fox-form select, div#fox-container-m106 .fox-form textarea, div#fox-container-m106 .fox-form input[type="text"], div#fox-container-m106 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #ffffff;
    background-color: transparent;
}

div#fox-container-m106 .fox-form input[type="text"]:hover, div#fox-container-m106 .fox-form input[type="email"]:hover, div#fox-container-m106 .fox-form textarea:hover, div#fox-container-m106 .fox-form input[type="text"]:focus, div#fox-container-m106 .fox-form input[type="email"]:focus, div#fox-container-m106 .fox-form textarea:focus {
    background-color: #143f60;
}

div#fox-container-m106 select, div#fox-container-m106 textarea, div#fox-container-m106 input[type="text"], div#fox-container-m106 input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: border linear .2s, box-shadow linear .2s;
    height: 42px;
}

div#fox-container-m106 img.fox-item-captcha-img-reload {
    width: auto;
}

div#fox-container-m106 .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    background-color: #ffffff;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    border: 1px solid #ffffff;
    border-color: #ffffff;
    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: 11px 22px;
    line-height: 15px;
    color: #fff !important;
    transition: all ease .5s;
}

div#fox-container-m106 .btn, div#fox-container-m106 .btn span {
    color: #1c3258;
}



div#fox-container-m114 .fox-form select, div#fox-container-m114 .fox-form textarea, div#fox-container-m114 .fox-form input[type="text"], div#fox-container-m114 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #555555;
    background-color: transparent;
}

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

div#fox-container-m114 select, div#fox-container-m114 textarea, div#fox-container-m114 input[type="text"], div#fox-container-m114 input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #002f5e;
    transition: border linear .2s, box-shadow linear .2s;
    height: 42px;
}

div#fox-container-m114 img.fox-item-captcha-img-reload {
    width: auto;
}

div#fox-container-m114 .chzn-container-single .chzn-single {
    background-image: none;
    color: #555555;
    background-color: transparent;
    width: 100%;
    padding: 0 0px;
    height: 44px;
    line-height: 26px;
}

.chzn-container-single .chzn-single {
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #002f5e;
    border-radius: 0px;
    background-color: #fff;
    background: none;
}

div#fox-container-m114 .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    background-color: #1c3258;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    border: 1px solid #1c3258;
    border-color: #1c3258;
    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: 11px 22px;
    line-height: 15px;
    color: #fff !important;
    transition: all ease .5s;
}

div#fox-container-m114 .btn, div#fox-container-m114 .btn span {
    color: #ffffff;
}

div.fox-item-radio div.controls label {
    color: #ffffff;
}



/* ///// SPONSOREN ///// */

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


/* ///// SPONSOREN SLIDER ///// */

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

#sponsoren-slider h2 {
    text-align: center;
}

#sponsoren-slider .slick-slide img {
    width: 96%;
}



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

#footer {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    padding: 7% 20% 8% 20%;
}

#footer-2 {
    position: relative;
    display: block;
    float: right;
    width: 40%;
}

#footer .introtext p {
    text-align: left;
    white-space: pre-wrap;
}


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


#copyright {
    position: relative;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    float: left;
    width: 80%;
    padding: 0% 10% 5% 10%;
	color: #607d93;
    text-transform: uppercase;
    background: #ffffff;
}

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

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

#copyright p {
	font-size: 12px;
	text-align: center;
}

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

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

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

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





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

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





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

.newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.beitrag {
    display: block;
    float: left;
    width: 100%;
}

.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 {
    width: 100%;
    height: 20vw;
    background-position: center center;
	background-size: cover;
}

.col6 .beitrag {
  display: flex;
  flex: 0 14%;
  flex-wrap: wrap;
  margin: 2%;
}

.col4 .beitrag {
  display: flex;
  flex: 0 21%;
  flex-wrap: wrap;
  margin: 2%;
}

.col3 .beitrag {
  display: flex;
  flex: 0 29%;
  flex-wrap: wrap;
  margin: 2%;
}

.col2 .beitrag {
  display: flex;
  flex: 0 47%;
  flex-wrap: wrap;
  margin: 2%;
}

@media screen and (max-width: 1600px) {
.col6 #beitrag {
  flex: 0 30%;
}
}

@media screen and (max-width: 1200px) {
.col6 #beitrag, .col4 #beitrag, .col3 #beitrag {
  flex: 0 47%;
}
}

@media screen and (max-width: 600px) {
.col6 #beitrag, .col4 #beitrag, .col3 #beitrag, .col2 #beitrag {
    flex: 0 98%;
}
}

.image {
    width: 100%;
    float: left;
}

.image img {
	width: 100%;
}

.newsbild {
    width: 100%;
    height: 13em;
    background-size: cover;
    background-position: center;
}

figure.newsflash-image img {
    width: 100%;
}


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

.blog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item.column-1:hover .bild, .newscontent:hover .bild {
    transform: scale(1.1);
}

.item.column-1:hover .bild-overlay, .newscontent:hover .bild-overlay {
    opacity: 0;
}

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

.row-fluid {
    width: 100%;
}

.items-row {
    display: flex;
    flex: 0 98%;
    flex-wrap: wrap;
    margin: 2%;
}

.col6 .items-row {
  display: flex;
  flex: 0 14%;
  flex-wrap: wrap;
  margin: 2%;
}

.col4 .items-row {
  display: flex;
  flex: 0 22.5%;
  flex-wrap: wrap;
  margin: 2%;
}

.col3 .items-row {
  display: flex;
  flex: 0 27%;
  flex-wrap: wrap;
  margin: 2%;
}

.col2 .items-row {
  display: flex;
  flex: 0 47%;
  flex-wrap: wrap;
  margin: 2%;
}

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

.multiple-category-area h4 {
    margin: 3em 1em 1em;
    border-bottom: solid 3px #00933b;
}



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


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


@media screen and (max-width: 1200px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row {
  flex: 0 46%;
}
}

@media screen and (max-width: 600px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row, .col2 .items-row {
    flex: 0 98%;
}
}

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

.blog img {
    width: 100%;
}


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

.item-page {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    margin: 5% 10%;
}

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

.item-page.keinzurueckbutton button {
    display: none;
}

.heads-bild {
    position: relative;
    height: 35vw;
    background-position: center center;
    background-size: cover;
}

.heads-bild h1 {
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    white-space: nowrap;
}

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

.bild.gross {
    height: 30vw;
    margin: 0em 0;
}

.bild-frame {
    position: relative;
    width: 100%;
    height: 20vw;
    margin-bottom: 2em;
    overflow: hidden;
}

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

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

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

.introtext p {
    text-align: center;
    white-space: pre-wrap;
}

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

.anlaesse {
    padding: 0 0%;
}

.anlaesse li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.anlaesse em:nth-child(3n+1) {
    width: 25%;
    display: block;
    float: left;
    font-family: "dc-demi";
    padding: 1em 0;
}

.anlaesse em:nth-child(3n+2) {
    width: 37%;
    display: block;
    float: left;
    padding: 1em 0;
    margin: 0 4%;
}

.anlaesse em:nth-child(3n+3) {
    width: 20%;
    display: block;
    float: left;
    padding: 1em 0;
}

.vorstand li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vorstand em:nth-child(3n+1) {
    width: 30%;
    display: block;
    float: left;
    padding: 1em 0;
}

.vorstand em:nth-child(3n+2) {
    width: 30%;
    display: block;
    float: left;
    padding: 1em 0;
}

.vorstand em:nth-child(3n+3) {
    width: 30%;
    display: block;
    float: left;
    padding: 1em 0;
}



#achivements, #links {
    position: relative;
    display: block;
    float: left;
    width: 86%;
    padding: 5% 7% 10%;
    background: rgb(5,33,60);
    background: linear-gradient(0deg, rgba(5,33,60,1) 0%, rgba(31,67,92,1) 100%);
    -webkit-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
}

#achivements .grid, #links {
    justify-content: center;
}

#achivements .grid {
    flex-wrap: nowrap;
}

#achivements h2, #links h2 {
    color: #607d92;
    text-align: center;
}

span.fact {
    font-size: 3em;
    color: #fff;
    font-family: "dc-bold";
}

#achivements p, #links a, #links p {
    position: relative;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 4px;
    color: #fff;
}


#links .col-3 {
    border: solid 1px #fff;
    padding: 2%;
    margin: 2%;
    flex: 0 25%;
    transition: all ease 0.5s;
}

#links p:before {
    content: "";
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1.4em;
    height: 1em;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    transition: all ease 0.5s;
}

#links .col-3:hover {
    background: #fff;
}

#links .col-3:hover span.fact, #links .col-3:hover a, #links .col-3:hover p {
    color: #1c3258;
}

#links p {
    margin: 8px 10% 0 0;
}

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

.meilensteine li {
    position: relative;
    margin-left: 0px;
    list-style-type: none;
}

 .meilensteine li:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -4em;
    width: 1px;
    height: 100%;
    background: #1d3259;
    z-index: 1;
}

.meilensteine em {
    position: relative;
    z-index: 2;
}

.meilensteine em:nth-child(3n+1) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5em;
    height: 5em;
    margin: 7em 0;
    left: 50%;
    transform: translate(-50%, 0);
    border: solid 1px;
    border-radius: 50%;
    font-family: "dc-bold";
    font-size: 0.8rem;
    background: #1c3258;
    color: #fff;
    text-align: center;
}

.meilensteine em:nth-child(6n+1):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 1px;
    background: #1c3258;
}

.meilensteine em:nth-child(6n+4):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 1px;
    background: #1c3258;
}

.meilensteine em:nth-child(6n+1):after {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #1c3258;
}

.meilensteine em:nth-child(6n+4):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #1c3258;
}

.meilensteine em:nth-child(6n+3), .meilensteine em:nth-child(6n+2) {
    text-align: right;
}

.meilensteine em:nth-child(3n+2) {
    position: absolute;
    font-family: "dc-bold";
    width: 40%;
    margin-top: -10em;
    color: #1b3257;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.meilensteine em:nth-child(3n+3) {
    position: absolute;
    width: 40%;
    margin-top: -7em;
}

.meilensteine em:nth-child(6n+5) {
    right: 0;
}

.meilensteine em:nth-child(6n) {
    right: 0;
}

.valascia .bild {
    position: relative;
    float: left;
    width: 45%;
    height: 30vw;
}


.valascia-text {
    position: relative;
    display: block;
    float: right;
    width: 35%;
    padding: 5% 10%;
}

.valascia-facts {
    position: relative;
    display: block;
    float: left;
    border-top: solid 1px #5f7c92;
    margin-top: 2em;
}

.valascia-facts li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.valascia-facts em:nth-child(odd) {
    width: 50%;
    display: block;
    float: left;
    font-family: "dc-demi";
}

.valascia-facts em:nth-child(even) {
    width: 50%;
    display: block;
    float: left;
}

.icon img {
    height: 3em;
    width: auto;
    margin-bottom: 1em;
}

.mitgliederbeitrag span.fact {
    color: #002f5e;
}

.mitgliederbeitrag h2 {
    margin-bottom: 0;
}

.mitgliederbeitrag li {
    list-style: none;
}

.mitgliederbeitrag em {
    display: block;
    margin: 0.5em 0;
    padding: 0.5em 0;
    border-bottom: solid 1px #dfdfdf;
}


.parallax-slogan {
    position: absolute;
    display: block;
    float: left;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    font-family: "dc-bold";
}



/* ///// YOUTUBE ///// */

.video-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.81);
}

.video-video-container iframe,
.video-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video {
    margin-bottom: 5%;
}

/* END WHIZ */



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

html {}

body {
    height: 100%;
}

#mainWrapper {
    display: inline;
    float: left;
    width: 100%;
    height: 100%;
}

#containerM {
    display: inline;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#containerP {
    display: inline;
    float: left;
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
}

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

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

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

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

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

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

#header-fadein .logo {
    max-width: 140px;
}

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

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

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

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

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}


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

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

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

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

#mainrow {}

#left-col {
    float: left;
    padding: 4% 0 5% 5%;
    width: 20% !important;
}

#left-col-cont {
}

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

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

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

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

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

#right-col-cont {
}

#adverttop {
    margin: 0 0 0px;
}

#advertBottom {
    margin: 0px 0 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;
}


#breadcrumb {
}

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

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


/* END LAYOUT */	
	

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

body {
	color: #607d92;
	font-size: 1.1rem; 
	line-height: 1.5;
	font-family: "dc";
	font-weight: normal;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

a:hover {
    text-decoration: none;
    color: #6e8dc3;
}


a.button, p.button, a.readmore, button.goback {
    position: relative;
    color: #fff;
    background: #05213c;
    border: solid 1px #05213c;
    padding: 5px 35px 5px 10px;
    transition: all ease .5s;
    display: table;
    margin-left: 0;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

a.button.center {
    font-family: "dc-bold";
    margin: 3em auto;
}

a.button:before, p.button:before, a.readmore:before, button.goback:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    width: 17px;
    height: 17px;
    background-image: url(../images/right-arrow.svg);
    background-size: cover;
}

a.button:hover, a.readmore:hover, button.goback:hover {
    background: transparent;
    color: #04213c;
    border: solid 1px #04213c;
}

#parallax a.button:hover {
    background: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
}

#parallax a.button:hover:before {
    background-image: url(../images/right-arrow.svg);
}

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

p, span.field-value, span.field-label {
	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 */
}

strong {
    font-family: "dc-bold";
}

li {
	margin: 8px 0;
	font-size: 1.1rem;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

h1 {
    font-family: "dc";
    color: #002f5e;
    font-size: 3rem;
    letter-spacing: 4px;
	line-height: 1.5;
    text-transform: uppercase;
}

h2 {
    font-family: "dc";
    color: #002f5e;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 5%;
	line-height: 1.5;
    text-transform: uppercase;
}

h3 {
    font-family: "dc";
    color: #002f5e;
    font-size: 1.2rem;
    letter-spacing: 2px;
	line-height: 1.5;
}

h4 {
    font-family: "dc";
    color: #002f5e;
    font-size: 1.5rem;
    letter-spacing: 1px;
	line-height: 1.5;
}

h5 {
    font-family: "dc";
    color: #002f5e;
    font-size: 1.1rem;
    letter-spacing: 1px;
	line-height: 1.5;
}


/* END TYPOGRAPHY */


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

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

ul {
    margin-left: 0;
}

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

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

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

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


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}



/* END MISC ELEMENTS */


