@font-face {
  font-family: 'Category';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Category-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Category-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Category-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Category-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Category-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Category-Regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Category';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Category-Medium.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Category-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Category-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Category-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Category-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Category-Medium.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Category';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Category-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Category-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Category-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Category-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Category-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Category-Bold.svg#Montserrat') format('svg'); /* Legacy iOS */    
}
@font-face {
  font-family: 'Category';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Category-Black.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Category-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Category-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Category-Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Category-Black.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Category-Black.svg#Montserrat') format('svg'); /* Legacy iOS */    
}






*{
	margin:0;
	padding:0;
    box-sizing: border-box;
}


html,
body {
  min-height:100%;
  background-size: cover;
  background-color: #70b592;
}



.parallax {
  perspective: 100px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -50%;
}

.parallax__header {
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
  width: 25%;
  min-width: 450px;
  height: auto;
  min-height: 180px;
}

.parallax__header img {
    background: #fff;
    position: relative;
    height: auto;
    padding-left: 10%;
    padding-top: 5%;
    padding-bottom: 7%;
    padding-right: 10%;
    margin-bottom: 7%;
    
}

.parallax__menue {
    margin-left: 10%;
    margin-bottom: 5%;
    margin-right: 10%;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: -8px;
  height: 100%;
}
    
.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
}


.parallax__cover {
  background: #961f76;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 100px;
  min-height: 100%;
  height: auto;
  z-index: 2;
}


.parallax__layer__0 {
  transform: translateZ(-200px) scale(3);
    background-position: center;
    background-size: cover;
}

.parallax__layer__1 {
  transform: translateZ(-150px) scale(2.5);
    background-position: center;
    background-size: cover;
}

.parallax__layer__2 {
  transform: translateZ(-100px) scale(2);
    background-position: center;
    background-size: cover;

}

.parallax__layer__3 {
  transform: translateZ(-50px) scale(1.5);
    background-position: center;
    background-size: cover;

}

.parallax__layer__4 {
  transform: translateZ(0px) scale(1);
    background-position: center;
    background-size: cover;

}

.parallax__layer__5 {
  transform: translateZ(5px) scale(0.95);
    background-position: center;
    background-size: cover;

}



.cookiebox {
	width: 400px;
	height: auto;
    min-height: 100px;
	position: fixed;
	text-align: center;
    vertical-align: middle;
	margin-top: 365px;
	margin-left: 50px;
	background-color: #961f76;
	padding: 15px;
	z-index: 5000;
    border-radius: 10px;
    box-shadow: 3px 3px 25px #222;

}




.divFullwidthContent {
	float: left;
	position: relative;
	width: 100%;
    height: auto;
    min-height: auto;
    z-index: 15;
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.divFullwidthContentStartseite {
	float: left;
	position: relative;
	width: 100%;
    min-height: 100% !important;
    height: 100% !important;
    z-index: 15;
    background-image: url('../images/KuLa_StartIllu_4.jpg');
    background-size: cover;
    background-position: center;
}



.divHalfwidthContentLeft {
	float: left;
	position: relative;
    width: calc(50% - 8px);
    top: 0px;
    bottom: 0px;
    min-height: calc(100% - 110px);
    height: auto;
    background-size: cover; 
    background-position: center;
    z-index: 15;
    margin-right: 16px;
}


.divHalfwidthContentRight {
	float: left;
	position: relative;
    width: 490px;
	height: auto;
    z-index: 15;
    margin-top: 300px;
    margin-bottom: 100px;
}


.divFullPageQuote {
	position: relative;
	text-align: center;
	left: 50%;
	margin-top: 40%;
    margin-bottom: 40%;
	margin-left: -300px;
	width: 600px;
	height: auto;
	z-index: 25;
}




.divCenterContent {
	float: left;
    position: relative;
	left: 50%;
	margin-left: -498px;
    height: auto;
	width: 996px;
}


.divContentSpalte {
    position: relative;
    float: left;
    margin-top: 40px;
	margin-right: 16px;
    margin-bottom: 50px;
	width: 490px;
	height: auto; 
}


.divInlinebild {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 490px;
    float: left;
    position: relative;
    
}


.block1 {
	width: 490px;
	height: auto;
	min-height: 70px;
	margin-bottom: 50px;
	margin-left: 16px;
	float: left;
	position: relative;
	overflow: hidden;
}


.block2 {
	width: 250px;
	height: auto;
	min-height: 70px;
	margin-bottom: 50px;
	float: left;
	position: relative;
	overflow: hidden;
}

.block3 {
	width: 714px;
	height: auto;
	min-height: 70px;
	margin-bottom: 50px;
	margin-left: 32px;
	float: left;
	position: relative;
	overflow: hidden;
}


.block4 {
	width: 490px;
	height: auto;
	min-height: 70px;
	float: left;
	position: relative;
	overflow: hidden;
    display: none;
	margin-bottom: 50px;
}

.partnerlogoblock {
	height: auto;
	min-height: 70px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}




.divCenterInlineContent {
	float: left;
    position: relative;
	margin-top: 50px;
    height: auto;
	width: 996px;
}




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



.bottomLine {
	float: left;
	position: relative;
	width: 100%;
	height: 35px;
	bottom: 0px;
    background-color: #70b592;
}

.bottomLineIntestin {
	position: relative;
	width: 996px;
	height: 25px;
	left: 50%;
	margin-left: -498px;
	margin-top: 9px;
    text-align: center;
}



.stoerer {
	position: absolute;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 250px;
	left: 50%;
	z-index: 5000;
}




.newstable {
	width: 490px;
	margin: 0;
	font-family: 'Category', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

    
.newstable td{
    border-bottom: 1px solid black;
    padding-right: 10px;
    align: left;
}


.quoteInlinebild {
	width: 600px;
    align: center;
}







a {
	color: #961f76;

    
}


b {
	font-weight: 700;
}


m {
    font-weight: 300;
}

p {
    font-family: 'Category', sans-serif;
	font-weight: 400;
}

.violett {
	color: #961f76;
}

.gruen {
    color: #70b592;
}

.weiss {
    color: #FFF;
}

.standardtext {
	font-family: 'Category', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #000;
	line-height: 24px;
}

.menueitem {
	font-family: 'Category', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
    text-transform: uppercase;
	color: #961f76;
	text-decoration: none;
    margin-right: 7px;
    margin-left: 7px;
    padding-bottom: 15px;    
    transition: color 0.15s ease-in-out;
}

.menueitem:hover {
    color: #FFF;
}


.menueitemlang {
	font-family: 'Category', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
    text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
    margin-right: 7px;
    margin-left: 7px;
    padding-bottom: 15px;    
    transition: color 0.15s ease-in-out;
}

.menueitemlang:hover {
    color: #961f76;
}

.menueitemtop {
	font-family: 'Category', sans-serif;
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	color: #961f76;
	text-decoration: none;
    margin-bottom: 15px;
    transition: color 0.15s ease-in-out;
}

.menueitemtop:hover {
    color: #70b592;
}


.menueitemlanguage {
	font-family: 'Category', sans-serif;
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	text-decoration: none;
    margin-bottom: 15px;
    color: #FFFFFF;
    transition: color 0.15s ease-in-out;
}

.menueitemlanguage:hover {
	color: #961f76;
}


.startpage {
    color: #FFF;
    text-shadow: 2px 2px 4px #333;
}



h1 {
	font-family: 'Category', sans-serif;
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #961f76;
	text-decoration: none;
    margin-bottom: 36px;
    margin-top: 8px;
}

h2 {
	font-family: 'Category', sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #70b592;
	text-decoration: none;
    margin-top: 5px;
}

h3 {
	font-family: 'Category', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #70b592;
	text-decoration: none;
    margin-top: 5px;

}

h4 {
	font-family: 'Category', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 19px;
	text-decoration: none;
    margin-bottom: 2px;
}

h5 {
	font-family: 'Category', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

h6 {
	font-family: 'Category', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	line-height: 19px;
	text-decoration: none;
    margin-bottom: 2px;
	text-transform: uppercase;
    margin-left: 65px;
}

h7 {
	font-family: 'Category', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
    margin-bottom: 2px;
}

.tickertext {
	font-family: 'Category', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #FFF;
	text-decoration: none;	
}

.slidertext {
	font-family: 'Category', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
	text-decoration: none;	
}


.disclaimertext {
	font-family: 'Category', sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #000;
	text-decoration: none;	
}





.menuetextsmall {
	font-family: 'Category', sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ddd;
}

.quote {
	font-family: 'Category', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 1.5px;
    text-shadow: 1px 1px 45px #222;
    margin-bottom: 15px;
}

.quotename {
	font-family: 'Category', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 4px;
    text-shadow: 1px 1px 45px #222;
}

.quotespan {
	background: #FFFFFF;
}

.quotespangruen {
	background: #70b592;
}


.tickerheadline, .p6, p6 {
	font-family: 'Category', sans-serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	margin-bottom: 10px;
}





.tickerboxtext {
	font-family: 'Category', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.25px;
	text-decoration: none;
}

.tickerlink {
	font-family: 'Category', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	line-height: 16.5px;
	text-decoration: none;	
    transition: color 0.15s ease-in-out;
}

.tickerlink:hover {
	text-decoration: underline;	
}

.durchschuss {
	font-family: 'Category', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
}


.blindlink {
	text-decoration: none;
}


ul {
  list-style-type: none; /* Entfernt die standardmäßigen Bulletpoints */
  margin-left: 0; /* Entfernt den Standardabstand an der linken Seite der Liste */
  padding-left: 0; /* Entfernt den Standard-Innenabstand an der linken Seite der Liste */
}

li {
  padding-left: 20px; /* Fügt einen Innenabstand auf der linken Seite hinzu, um Platz für den Bulletpoint zu schaffen */
  position: relative; /* Erlaubt die Positionierung des Bulletpoints relativ zum Text */
  margin-bottom: 7px;
}

li::before {
  content: "\2022"; /* Das Unicode-Symbol für den Bulletpoint (•) */
  position: absolute; /* Positioniert den Bulletpoint relativ zum Listenpunkt */
  left: 0; /* Setzt die Position des Bulletpoints auf die linke Seite des Listenpunkts */
  top: 0; /* Zentriert den Bulletpoint vertikal im Listenpunkt */
}


#map {
  height: 100%;
  width: 100%;
}


@media only screen and (max-width: 700px) {
    
  .parallax__header {min-width: 380px; width: 25%;}
  .divFullwidthContent {float: left;}
  .divCenterContent {float: left; width: 526px; margin-left: -263px; left: 50%; padding-left: 10px; padding-right: 10px; background-color: #FFFFFF;}
  .divCenterInlineContent {float: left; width: 506px; background-color: #FFFFFF;}
  .block1 {margin-left: 0px;}
  .block2 {display: none;}
  .block3 {width: 506px; margin-left: 0px;}
  .block4 {display: block;}
  .divFullPageQuote {margin-left: -250px; width: 500px;}
  .quoteInlinebild { width: 506px; }
  .cookiebox {margin-top: 325px; margin-left: calc(50%-263px); width: 506px;}

    
    
    
  #divHeader {position: relative; height: 130px; opacity: 0.92; margin-top: 0px; padding-top: 15px; box-sizing: border-box; border-bottom-style: none; border-bottom-width: 0px;}
  .imgHeader {height: auto; width: 100%;}
  .menuecontainerleft {float: none; position: relative; margin-top: 10px; width: 506px; left: 0%; margin-left: 35px; margin-bottom: 0px; vertical-align: top;}
  .menuecontainerright {float: none; position: relative; margin-top: 10px; width: 506px; left: 0%; margin-left: 20px; margin-bottom: 0px; vertical-align: top;}
  .menueitemsdiv {float: none; width: 506px; text-align: left; margin-bottom: 0px; margin-top: 10px;}
  .divHalfwidthContent {float: none;}
  .divContentSpalte {float: none; margin-right: 0px; }
  .divProjekttextSpalte {float: none; margin-right: 0px; width: 506px; padding-right: 0px;}
  .divHalfwidthContact {float: none; width: 506px;}
  .halfwidthContactLeft {display: none;}
  .halfwidthContactRight {display: none;}
  .fullpagepost {visibility: hidden; display: none; opacity: 0.92;}
  .fullpagepostmobile {display: inherit; opacity: 0.92;}
  .bottomLine {height: auto;}
  .bottomLineIntestin {width: 506px; margin-left: -253px;}
  .sliderthumbs {width: 506px; max-width: 506px;}
  .sliderImg {max-width: 530px; max-height: 298px;}
  .aboutmetext {margin-left: 0px;}
  .halfwidthLeft {display: none;}
  .halfwidthRight {width: 530px; margin-left: 35px;}
  h6 {margin-left: 0px;}
  .mobile {display: inherit;}
  .nomobile {display: none;}

}
