/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


a { font-family: Arial,Helvetica; text-decoration: none;}
a:link { color: #000000;}
a:active { color: #000000;}
a:visited { color: #000000;}
a:hover { text-decoration: underline;}

.outlined {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}
.rahmenunten {
    border-bottom: 1px solid #000000;
}
.rahmenoben {
    border-top: 1px solid #000000;
}
.rahmenlinks {
    border-left: 1px solid #000000;
}
.rahmenrechts {
    border-left: 1px solid #000000;
}
.dotrahmenunten {
    border-bottom: 1pt dotted #000000;
}

p, br, ul, li, div {
    color: #000000;
    font-family: Arial;
    font-size: 13px;
}
body {
    color: #000000;
    font-family:  Arial,Helvetica;
    font-size: 13px;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
#aussen {
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   min-height:100%;
}
#kopf {
   position:absolute;
   left:0px;
   top:13px;
   width:100%;
   height:87px;
   z-index:1;
   text-align:right;
}
#Navigation {
   position:absolute;
   left:50px;
   top:11px;
   width:80%;
   height:81px;
   z-index:99;
}
#Navigation ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#Navigation li {
   float:left;
   margin-right:15px;
   position:relative;
}
#round_content {
   width:100%;
   height:100%;
   position:absolute;
   left:0px;
   top:0px;
   z-index:1;
}   
#Ebene1 {
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   height:25px;
}
#Ebene2 {
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   height:30px;
}
#Ebene3 {
   position:absolute;
   left:0px;
   top:28px;
   width:100%;
   height:25px;
}
#Ebene4 {
   position:absolute;
   left:0px;
   top:55px;
   width:100%;
   height:30px;
}

#Co_Nav, .Dropdowns {
   position:absolute;
   left:50px;
   top:1px;
   width:100%;
   height:80px;
   z-index:99;
}
#Co_Nav {
   top:-7px;
}   
#Co_Nav ul, .Dropdowns ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#Co_Nav li, .Dropdowns li {
   float:left;
   margin-right:15px;
   position:relative;
}
#rahmen{
   position:absolute;
   left:0px;;
   top:100px;
   height:89%;
   width:100%;
   background-color:#FFFFFF;
   background: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#seitenbild {
   width:100%;
   height:100%;
   margin-top:10px;
}   
#Content_alt{
   position:relative;
   margin-top:80px;
   margin-left:40%;
   border-width:1px;
   border-style:solid;
   border-color:#565656;
   width:640px;
   height:480px;
   background-color:#DDDDDD;
   border-radius:6px;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
   filter: alpha(opacity=70);
   -moz-opacity:0.70;
   opacity:0.70;   
   box-shadow: 3px 3px 3px #666;
   -webkit-box-shadow: 3px 3px 3px #666;
   -moz-box-shadow: 3px 3px 3px #666;		
}
.transparent{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
   filter: alpha(opacity=50);
   -moz-opacity:0.50;
   opacity:0.50;   
}
   
.Content_25{
   position:relative;
   margin-top:80px;
   margin-left:25%;
   width:800px;
   height:480px;
   color:#000000;
   z-index:9999;
}
.Content_30 {
  font-family: 'Source Sans Pro',Arial,Helvetica;
   color: #333333; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
   margin-left:30%;
   margin-top:350px;
   width:400px;
}
.Content_50 {
   font-family: 'Source Sans Pro',Arial,Helvetica;
   color: #333333; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: normal;
   margin-left:50%;
   margin-top:350px;
   width:40%;
}

.Content_75 {
   font-family: 'Source Sans Pro',Arial,Helvetica;
   color: #333333; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
   margin-left:75%;
   margin-top:350px;
   width:400px;
}   
.Content_60 {
   font-family: 'Source Sans Pro',Arial,Helvetica;
   color: #333333; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
   margin-left:60%;
   margin-top:350px;
   width:400px;
}
.Content_1 {
   font-family: 'Source Sans Pro',Arial,Helvetica;
   color: #333333; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
   margin-left:50px;
   margin-top:350px;
   width:500px;
}
.Content_1 h1, .Content_30 h1, .Content_50 h1, .Content_60 h1, .Content_75 h1  {
   font-size: 32px; 
   text-decoration: none; 
   font-family: 'Source Sans Pro',Arial,Helvetica;
   font-weight:normal;
   
} 
.Content_1 h2, .Content_30 h2, .Content_50 h2, .Content_60 h2, .Content_75 h2  {
   font-size: 24px; 
   text-decoration: none; 
   font-family: 'Source Sans Pro',Arial,Helvetica;
   font-weight:normal;
   
} 
.Content_1 p, .Content_30 p, .Content_50 p, .Content_60 p, .Content_75 p  {
   font-size: 16px; 
   text-decoration: none; 
   font-family: 'Source Sans Pro',Arial,Helvetica;
   line-height:1.5em;
} 
.Content_idee {
   font-size:14px !important;
}   
.content_high {
   margin-top: 80px;
}
.content_light {
   color:#B2B2B2;
}   
.content_light p {
   color:#B2B2B2;
} 
.inner {
   padding:10px;
   background-color: rgba(255, 255, 255, 0.6);
   background-color: transparent\9; /* Hide solid background for IE8 */
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ACFFFFFF,endColorstr=#ACFFFFFF);
	 zoom:1;
   display:block;
}
.white {
   color:#FFFFFF !important;
}     
.Listeneintrag {
   width:100%;
   height:30px;
   border-bottom:1pt solid #000000;
   padding-top:3px;
   padding-bottom:3px;
   font-size:14px;
   color:#000000;
}
.Veranstaltung {
   width:100%;
   border-bottom:1pt solid #000000;
   padding-top:3px;
   padding-bottom:3px;
   font-size:14px;
   color:#000000;
}
#fb_button {
    position:fixed;
    bottom:0px;
    right:40px;
    height:30px;
    width:30px;
    z-index:99;
} 
#sidebar {
    position:fixed;
    bottom:0px;
    right:0px;
    height:180px;
    width:30px;
    background-color:#808080;
    z-index:100;
}    

#sidebar div {
    width:240px;
    height:240px;
}

.sidelink {
   display:block;
   margin-top:20px;
}  

#Listenbutton {
    position:fixed;
    bottom:0px;
    right:30px;
    height:80px;
    width:106px;
    z-index:100;
}
#Listenbutton:hover {
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
   filter: alpha(opacity=50);
   -moz-opacity:0.50;
   opacity:0.50;   
}
a.nav_ebene1 {
   font-family: Arial,Helvetica;
   color: #B2B2B2; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene1:visited {color: #B2B2B2;}
a.nav_ebene1:link {color:#B2B2B2;}
a.nav_ebene1:hover {color:#808080;text-decoration: none;}

a.nav_ebene1_selected {  
   font-family: Arial,Helvetica;
   color: #808080; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene1_selected:visited {color: #808080;}
a.nav_ebene1_selected:link {color:#808080; }
a.nav_ebene1_selected:hover {color:#808080;text-decoration: }

a.nav_ebene2 {
   font-family: Arial,Helvetica;
   color: #B2B2B2; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene2:visited {color: #B2B2B2;}
a.nav_ebene2:link {color:#B2B2B2;}
a.nav_ebene2:hover {color:#808080;text-decoration: none;}

a.nav_ebene2_selected {  
   font-family: Arial,Helvetica;
   color: #808080; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene2_selected:visited {color: #808080;}
a.nav_ebene2_selected:link {color:#808080; }
a.nav_ebene2_selected:hover {color:#808080;text-decoration: }

a.nav_ebene3 {
   font-family: Arial,Helvetica;
   color: #B2B2B2; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene3:visited {color: #B2B2B2;}
a.nav_ebene3:link {color:#B2B2B2;}
a.nav_ebene3:hover {color:#808080;text-decoration: none;}

a.nav_ebene3_selected {  
   font-family: Arial,Helvetica;
   color: #808080; 
   font-size: 16px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene3_selected:visited {color: #808080;}
a.nav_ebene3_selected:link {color:#808080; }
a.nav_ebene3_selected:hover {color:#808080;text-decoration: }

a.nav_ebene4 {
   font-family: Arial,Helvetica;
   color: #B2B2B2; 
   font-size: 20px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene4:visited {color: #B2B2B2;}
a.nav_ebene4:link {color:#B2B2B2;}
a.nav_ebene4:hover {color:#808080;text-decoration: none;}

a.nav_ebene4_selected {  
   font-family: Arial,Helvetica;
   color: #808080; 
   font-size: 20px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene4_selected:visited {color: #808080;}
a.nav_ebene4_selected:link {color:#808080; }
a.nav_ebene4_selected:hover {color:#808080;text-decoration: }

a.nav_ebene5, .Dropdowns ul li {
   font-family: Arial,Helvetica;
   color: #DDDDDD; 
   font-size: 40px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene5:visited {color: #DDDDDD;}
a.nav_ebene5:link {color:#DDDDDD;}
a.nav_ebene5:hover {color:#808080;text-decoration: none;}

a.nav_ebene5_selected {  
   font-family: Arial,Helvetica;
   color: #808080; 
   font-size: 40px; 
   text-decoration: none; 
   font-weight: bold;
}
a.nav_ebene5_selected:visited {color: #808080;}
a.nav_ebene5_selected:link {color:#808080; }
a.nav_ebene5_selected:hover {color:#808080;text-decoration: }
.fieldset_big {border:none;}
.formzeile {
   width:100%;
   clear:both;
   margin-bottom:5px;
} 
.label_sp {
   float:left;
   width:100px;
}    
.form_fields{
   float:left;
   width:400px;
   margin-bottom:5px;
}     
.formlabel {
   display:block;
   clear:both;
   float:left;
   margin-top:3px;
   height:20px;
   font-size:14px;
   width:80px;
   color:#B2B2B2;
}   
.longinput{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; width: 210px; height: 17px;
background-color: #ffffff;   float:left;
border: 1px solid #808080;
}
.mediuminput{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; width: 160px; height: 17px;
background-color: #ffffff;   float:left;
border: 1px solid #808080;
}
.shortinput{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; width: 40px; height: 17px;
background-color: #ffffff;   float:left;
border: 1px solid #808080;
margin-right:8px;
}
.plzinput{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; width: 40px; height: 17px;
background-color: #ffffff;   float:left;
border: 1px solid #808080;
margin-right:8px;
}
.longarea{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; width: 210px; height: 120px;
background-color: #ffffff;   
border: 1px solid #808080;
}

.sliderkit .sliderkit-panels {
    height: 80%;
}
.sliderkit .sliderkit-panel {
    height: 460px !important;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 210px !important;
    z-index: 1;
}
.sliderkit .sliderkit-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 128px;
    z-index: 9999;
}
.sliderkit .sliderkit-nav-clip ul li.sliderkit-selected {
    background-color: #999999;
    color: #FFFFFF !important;
}
.sliderkit .sliderkit-nav-clip ul li {
    background-color: #DDDDDD;
    height: 30px;
    margin-left: 4px;
    padding: 4px;
}
.sliderkit-panel-nachricht {
    width: 190px;
    margin-left:10px;
    margin-top:16px;
}
.sliderkit-panel-newsbild {
    width: 210px;
    height:160px;
    margin-left:-10px;
    overflow:hidden;
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    cursor:pointer;
}
.sliderkit-panel-nachricht h2 {
   font-size:16px;
}
a.toplink { color: #000000; font-size: 11px; text-decoration: none; font-weight: bold;}
a.toplink:visited {color: #000000;}
a.toplink:link {color:#000000;}
a.toplink:hover {color:#3A4E97;}

.clear_div {clear:both;width:100%;height:1px;overflow:hidden;}

#Ebene4 ul {
   position:absolute;
   left:0px;
   top:1px;
   width:100%;
   z-index:99;
   padding:0;
   margin:0;
   list-style-type:none;
}
#Ebene4 ul li {
   float:left;
   margin-right:15px;
   position:relative;
}

.Dropdowns {
   position:absolute;
   left:0px;
   top:25px;
   width:1280px;
   height:25px;
   //background-color:red;
   visibility:hidden;
   }
.Dropdowns ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
.Dropdowns li {
   position:relative;
}
#Ebene4 ul li:hover ul,
#Ebene4 ul a:hover ul{
   visibility:visible; 
}
.Dropdowns ul li:hover ul,
.Dropdowns ul a:hover ul{
   visibility:visible; 
}
.Dropdowns ul :hover ul ul{
   visibility:hidden;
}
.Dropdowns ul :hover ul :hover ul ul{
   visibility:hidden;
}
.Dropdowns ul :hover ul :hover ul{ 
   visibility:visible;
}
.Dropdowns ul :hover ul :hover ul :hover ul { 
   visibility:visible;
}
