﻿*{
     
	 margin:0;
padding:0;
   }
  
   :root{
    --boxShad: 0px 9px 5px -5px rgba(0,0,0,0.5);
   }

  body{
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  font-family: Verdana,  Arial, sans-serif;

  
  color: #3e3d40;
  scroll-behavior: smooth;
  }

/* Formularelemente*/

.select-wrapper{
  border: solid 0px red;
  width: 800px;
  /*margin: auto;*/
  margin-bottom: 1em;

}
   
    
	select{
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;
	   background-image: url('../imgs/arr_dwn_black.png'); /* add custom arrow */
	   background-repeat: no-repeat;
	    background-position: bottom right; 
	

}

    select::-ms-expand {
      display: none;
    }


    select {
      /* ... */
      width: 100%;
      height: 40px;
      padding-left: 10px;
      background-color: #e1e1e0;
      border-radius: .1em;
  box-shadow: -2px 3px 2px 0px #e1e1e0;
   transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
      
      font-size: 100%;
  outline: none;
  cursor: pointer;
    }

 select:hover {
 background-color: #f1f1f1;
cursor: pointer;   




box-shadow: -3px 4px 3px 0px  #e1e1e0;

}

	.select-wrapper option{

      
	  color: black;
	 background-color: #f1f1f1;
	 cursor: pointer;
	 border-bottom: solid 2px white;
	  transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
}


	.sel_box1{
	 border: solid 0px red;
	}



/* Buttons **/
.button {
   background-color: #dc001a; /*red */
    border: none;
    color: white;
	font-weight: normal;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 4px 2px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
	border-radius: 10px;
	letter-spacing: 5px;
	box-shadow: -2px 3px 2px 0px #e1e1e0;
	

}


.button:hover {
      color: white;
      background-color: red;
cursor: pointer;   

box-shadow: -2px 5px 4px 0px #e1e1e0;

	
}
/* Buttons */


h1{
  font-size: 1.4em;
 color: #ed1c24;
 font-weight: normal;
 margin: 0px;
 padding-bottom: 15px;
}


h2{
  font-size: 1.4em;
 color: #ed1c24;
 font-weight: normal;
 margin: 0px;
 padding-bottom: 15px;
}

h3{
  font-size: 1.1em;
 color: #ed1c24;
 font-weight: normal;
 margin: 0px;
 
}


/*** Textformatierungen ***/


p{
padding-top: 15px; 
padding-bottom: 15px;
}


 a{
 
 color: black;
 text-decoration: underline;
 
	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
    
  
}

a:hover{
color: #ed1c24; 
text-decoration: underline;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
 
}

 ul{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
 }

li{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
 }

 #body_start {
	/* 	 
   height: 840px;
	background-image: linear-gradient(to left, #e0212f, #a11b23, #a11b23, #e0212f);	 
	
	background-repeat: no-repeat;*/


    background-image: url('../imgs/body_bg_start.png');
	background-size: 100% auto;
	 background-repeat: no-repeat;
	 
}

#body_gen {
	/* 	 
   height: 840px;
	background-image: linear-gradient(to left, #e0212f, #a11b23, #a11b23, #e0212f);	 
	
	background-repeat: no-repeat;*/


    background-image: url('../imgs/body_bg_gen.png');
	background-size: 100% auto;
	 background-repeat: no-repeat;
}

/** BackToTop**/
a.back-to-top {
	display: none;
	width: 60px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 22px;
	bottom: 40px;
	
	background-image:  url('../imgs/arrUp.svg');
	background-repeat: no-repeat;
	background-position: center 43%; 	
	
	background-color: red;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all .5s ease-in-out;
	}

a:hover.back-to-top{	
	box-shadow: var(--boxShad);
}

/** BackToTop */

.pad10{
  padding: 10px;
}

.pad20{
  padding: 20px;
}


.redlineTop{
  width: 100%;
  height: 35px;
  background-color: #e42130;

}

.nav_pad10{
	text-align: center;
	padding: 10px;
	border: solid 0px black;
	}

	ul{
	list-style-type: square;
	margin-left: 2em;
	}


ol{
 
 margin-left: 2em;
 border: solid 0px red;
 
}

/*+++++++++++++++++++++++++++++++++++++++++++ Meta nav ++++++++++++++++++++++++++++++++++++++++++++++*/

.meta_nav{
padding: 10px; 
text-align: right;
font-size: 0.85em;

}

.meta_nav img{
  
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: 0.5;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
  
}

.meta_nav img:hover{
 /*border: solid 1px red;*/
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;

}

.meta_nav a{
 
 color: black;
 text-decoration: none;
 border-bottom: solid 1px transparent;
     transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
  
}

.meta_nav a:hover{
 border-bottom: solid 1px black;

}


.mn_txt{
position: relative;
top: 0px; 
}


/*+++++++++++++++++++++++++++++++++++++++++++ Meta nav ++++++++++++++++++++++++++++++++++++++++++++++*/


.wrapper1400{
  
  width: 1400px;
  max-width: 100%;
  border: dashed 0px transparent;
  margin: auto;

}


.wrapper1400_cont{
  padding-top: 40px;
  
    box-sizing: border-box;

  width: 1400px;
  max-width: 100%;
  border: dashed 0px red;
  margin: auto;

}


.wrapper1400_bot{
  
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;

  width: 1400px;
  max-width: 95%;
  border: dashed 0px red;
  margin: auto;

}





.banner_index{
 text-align: center;

  
}

.banner_shadow{
 -webkit-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
 max-width: 100%;
 height: auto;

}

.logo{
position: absolute;
top: 55px;
/*left:40px;*/
left: 2.1%;

width: 151px;
border: solid 0px red; 


}

.logo img{
 max-width: 100%;

}

.logo1{
position: absolute;
width: 200px;

border: solid 0px red;
z-index: 10001;
opacity: 0.5;

}

.logo1 img{
 max-width: 100%;

}

/*********************** Content *******************************************/

.article_row{
  border: dotted 0px red;
  margin-bottom: 2em;

}

.content-start{
  border: solid 0px black;
  float: left;
  width: 62%;
}

.content-start img{
max-width: 100%;
}



.cont_pic{ 
  box-sizing: border-box;
  border: solid 0px red;
  margin-bottom: 0px;
  text-align: center;
  
}

.cont_pic_left{ 
  width: 35%;
  
  display: inline-block;
  box-sizing: border-box;
  border: solid 0px red;
  
  float: left;
  margin-right: 1em;
  
 
}

.cont_pic_left img{ 
 max-width: 100%;
 cursor: zoom-in;
}

.pic_left_right_capt{
 background-color: #191d18;
 color: white;
 font-size: .8em;
 padding-left: 5px;
  padding-right: 5px;
   padding-bottom: 5px;
    padding-top: 3px;
    margin-top: -5px;

}

.cont_pic_left figure{
	
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;
}

.cont_pic_left figure:hover{

 -webkit-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
}

.cont_pic_right{ 
  width: 35%;
  
  display: inline-block;
  box-sizing: border-box;
  border: solid 0px red;
  
  float: right;
  margin-left: 1em;
  
 
}

.cont_pic_right img{ 
 max-width: 100%;
 cursor: zoom-in;
}


.cont_pic_right figure{
	
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;
}

.cont_pic_right figure:hover{

 -webkit-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
}


/********************** News *********************************/

.news_pic_short{ 
  width: 15%;
  
  display: inline-block;
  box-sizing: border-box;
  border: solid 0px red;
  
  float: left;
  margin-right: 1em;
  
 
}

.news_pic_short img{ 
 max-width: 100%;
 cursor: zoom-in;
}


.news_pic_short figure{
	
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;
}

.news_pic_short figure:hover{

 -webkit-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
}






.news_pic_long{ 
  width: 35%;
  
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px transparent;
  
  float: left;
  margin-right: 2.5em;
  margin-bottom: 1em;
  
 
}

.news_pic_long img{ 
 max-width: 100%;
 cursor: zoom-in;
}


.news_pic_long figure{
	
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;
}

.news_pic_long figure:hover{

 -webkit-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
}

/****************** news Artikeldetails ***************************/

.backBox{
			margin-top: 2em;
            display: grid;
            grid-template-columns: auto auto;

}




.backBoxEvent1{
			margin-top: 2em;
            display: grid;
            grid-template-columns: auto 65px 65px;
			grid-gap: 1rem;

}







/****************** news Artikeldetails Ende ***************************/


/********************** news *********************************/

.cont_pic figure{
    box-sizing: border-box;
    position: relative;
	display: inline-block;
	border: solid 0px red;
	padding: 0px;
	margin-bottom: .8em;
   
}

.cont_pic figcaption{
box-sizing: border-box;
   font-size: .8em;
  position: relative;
  bottom: 30px;
 
 font-family: sans-serif;
 
 
 color: #fff;
 text-align: right;
 }

 .capt_txt{
     background: #000;
	 padding: 5px;
	 opacity: .7;
	 /*box-shadow: -2px 2px #ccc;*/
 
 }

.cont_pic img{
  cursor: zoom-in;
  max-width: 100%;
  width: 100%;
   transition: all .6s ease-in-out;
   -webkit-transition: all .6s ease-in-out;

}

.cont_pic img:hover{

 -webkit-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: 5px 5px 6px 0px rgba(122,113,122,1);
}


.cont_article{
  margin-bottom: 1.5em;
  border: solid 0px red;

}

/*********************** Content Ende *************************************/

/**************************** Top Button **********************************/
#TopBtn {
  display: none;
  position: fixed;
  bottom: 45%;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
 background-color: #dad8cc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
   opacity: .5;
	transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   }

#TopBtn:hover {
  
   background-color:  #dc001a;
}

.btn_txt{
  border-left: solid 16px transparent;
   border-right: solid 16px transparent;
    border-top: solid 8px transparent;
	 border-bottom: solid 8px white;
	   
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   margin-top: -8px;
}

.btn_txt:hover{
     border-left: solid 16px transparent;
     border-right: solid 16px transparent;
     border-top: solid 8px transparent;
	 border-bottom: solid 8px black;
	 }


.topTop{

}

/*************************** Top Button Ende *****************************/


/******************************** Info **********************************************/
  .info_board{
    float: right;
    
    /*width: 440px;*/
	width: 33%;

	border: solid 0px red;
	
	
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
  
   margin-left: 1%;
   margin-bottom: 1%;
 
    }


.info_board_content{
padding: 20px;
margin-bottom: .5em;
 background-color: #f1f1f1;
-webkit-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.15);
margin-bottom: 1.8em;
}




.info_board a{

color: #474748;
display: inline-block;
/*font-size: 0.8em;*/

text-decoration: none;
padding: 0px;
font-weight: normal;
letter-spacing: 0px;

 transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
 
}

.info_board a:hover{
 color: #ed1c24;
 /*letter-spacing: 1px;*/

}

.info_nondec{
 text-decoration: underline;
 /*border: solid 1px green;*/
}


.info_board_arr{
 display: inline-block;
  border-left: solid 6px black;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-right: 3px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}

.info_board_arr_red{
 display: inline-block;
  border-left: solid 6px #ed1c24;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-right: 3px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}

.wb_banner_all{
width: 100%;
display: table;
margin-bottom: 1em;
text-align: center;
border: solid 0px red;
}

.info_board_ban_box{
 color: white;
 font-size: 2.9em;
 text-shadow: 2px 2px 4px #000000;
 letter-spacing: 0px;
 box-sizing: border-box;
 border: dashed 0px red;
 background-color: transparent;
 transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;
  padding-left: 1em;
  display: table-cell;
  text-align: left;
    vertical-align: middle;
    width: 462px;
    height: 250px;

margin: 0;
/*
-webkit-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
*/
}

 .info_board_ban_box_non{
color: white;
font-size: 1.9em;
text-shadow: 2px 2px 4px #000000;
letter-spacing: 0px;
box-sizing: border-box;
border: dashed 0px brown;
background-color: transparent;
transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;
 padding-left: 1em;
  display: table-cell;
      text-align: left;
    vertical-align: middle;
width: 462px;
height: 250px;

margin: 0;

 }


.info_board_ban_box img{
max-width: 100%;
}


.info_board_ban_box:hover{
    letter-spacing: 0px;
    color: white;
    cursor:pointer;

 -webkit-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
-moz-box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);
box-shadow: -5px 5px 6px 0px rgba(122,113,122,1);

}


.info_board_ban_box a{
  color: white;
  letter-spacing: 0px;
}

.info_board_ban_box a:hover{
  color: white;
  letter-spacing: 0px;
}


.info_board_kontakt_ttl{
color: #ed1c24;
 font-weight: bold;
 margin-bottom: 1em; 
 border: solid 0px red;
}

.arrow_right_red{
border: 6px solid #ed1c24;
	font-size:0;line-height:0;height:0;padding:0;
	position: relative;
	top: -6px;
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
    
}



/** Infoboard **/


.arrow{
position: relative;
  float: right;
  content: '';
  margin-left: 3px;
  margin-top: 5px;
  border-left: 5px solid   #ed1c24;
  border-right: 5px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
}






  .cls{
  clear: both;
  }

/** Suchformular **/
  #search_div{        
    display: block;
	
	
	
  }

/**** navigation  Oben **/

.menu { /* Sticker */
        
       font-family: Verdana, Arial,sans-serif;
        
		text-align: center;
		font-weight: normal;
        background-color: white;
        	
		width:100%;
		 border: solid 0px red;
        
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;

		}


.menu-marg{

  display: inline-block;

  margin-top: 25px;
 margin-left: auto;
 margin-right: auto;
  border: solid 0px green;
  margin-bottom: 0px; 
}


.dropbtn_lupe {
     background-image: url('../imgs/lupe1.png');
	 background-position: center center;
	 background-repeat: no-repeat;
     box-sizing: border-box;
	 width: 50px;
	 height: 40px;
	 background-color: transparent;
     opacity: .4;

    text-decoration: none;
	color: black;
    padding: 0;
    border: solid 0px red;
	margin-right: 20px;
    cursor: pointer;
	
transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;
 
}



.dropbtn_lupe:hover {
   opacity: 1;

}

.dropbtn_lupe:focus, .dropbtn_lupe:active {

    outline: 1px solid white;
    outline-offset: -2px;   
  }


.dropbtn_cross {
     background-image: url('../imgs/redcross.png');
	 background-position: center center;
	 background-repeat: no-repeat;
     box-sizing: border-box;
	 width: 50px;
	 height: 40px;
	 background-color: transparent;
     opacity: 1;

    text-decoration: none;
	color: black;
    padding: 0;
    border: solid 0px red;
	margin-right: 20px;
    cursor: pointer;	
transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;
 
}

.dropbtn_cross:focus, .dropbtn_cross:active {

    outline: 1px solid white;
    outline-offset: -2px;   
  }







/** Navi obere reihe **/
.dropbtn {
    /*background-color: #4CAF50;*/

    text-decoration: none;
	color: black;
transition: color 0.8s;
-webkit-transition: color 0.8s;
	
    padding: 10px;
	
    border: solid 0px red;
	margin-right: 20px;
    cursor: pointer;
	}

.dropbtn a{
 display: block; 
 padding-right: 20px;
 background-image: url('../imgs/arr_dwn.png');
 background-repeat: no-repeat;
 background-position: right top;
text-decoration: none;
 border: solid 0px red;

  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}

.dropbtn a:hover{ 
background-image: url('../imgs/arr_dwn_hov.png');
 color: #ed1c24;

}



/** Navi Obere Reihe **/
.dropdown {
float: left;
display: block;

  

     /*
    position: relative;
    display: inline-block;
	*/
}

.dropdown-content {
  opacity: 0;
  display: none;
    position: absolute;
    background-color: #e1e1e0;
    min-width: 200px;
	text-align: left;
	z-index: 10000;

	-webkit-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
-moz-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);

   }

/** Link im Untermenu  **/
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: solid 1px white;
}

.dropdown-content a:hover {
background-color: #f1f1f1;
}

/** Link im Untermenu  **/

.dropdown:hover .dropdown-content {
 display: block;
 opacity: 1;
 
   
}

.dropdown:hover .dropbtn {
    background-color: #e1e1e0;
	}

/** Suchformular **/
.such_frm{
text-align: center;
background-color: #f1f1f1;
   height: 0px;
   height: 0px;
   	padding: 0px;
    padding-top:0px;
	border-top: dashed 0px #ccc;	 
-webkit-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
-moz-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
	transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out; 
    
	

}

.such_frm_act{ 
text-align: center;
background-color: #f1f1f1;
    height: 60px;
	padding: 0px;
    padding-top:0px;
	border-top: dashed 0px #ccc;
	 
    -webkit-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
    -moz-box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);
        box-shadow: -4px 5px 8px -6px rgba(138,133,138,1);

	-webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    -o-transition: height .4s ease;
    -ms-transition: height .4s ease;
     transition: height .4s ease;
}


.such_frm_wrapper{   
  box-sizing: border-box;
  
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 6px;   
  padding: 0px;  
  margin-top: 15px;  
  opacity: 0;
 
 	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);


  transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;

}

.such_frm_wrapper_act{
   box-sizing: border-box;
  border: solid 1px lightgray;
  margin-top: 15px;
  display: inline-block;
  border-radius: 0px 4px 4px 0;   
  padding: 0px;  
  margin-top: 15px;  
  opacity: 1;
 
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);

  transition: all .4s ease-in-out;
 -webkit-transition: all .4s ease-in-out;
}



.btn_box{
  width: 50px;
  height: 32px;
  float: right;
  background-color: #e21a22;
  border-radius: 0px 3px 3px 0px; 

}


.such_frm_btn{   
   box-sizing: border-box;
   background-color: transparent;
   background-image: url('../imgs/search.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 32px;  
    color: white;	
    border-radius: 0px 3px 3px 0px;    
    border: none;    
    cursor: pointer;    
	 margin: 0;
	
    transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
}




.such_frm_btn:hover {
   background-color: #f9252e;
   }


.such_tx_bx{
 float: left;
 display: inline-box;

}

.such_frm_txf{ 
    
	width: 250px; 
	height: 30px;
	padding-left: 10px;
    
    border: solid 0px lightgray;
	 border-radius: 0px 0 0 0px ;
   background-color: white;
    outline: 0 none;
	box-sizing: border-box;
	margin: 0px;

 -webkit-transition: width 0.4s ease-in-out;
  transition: width .5s ease-in-out;
	
}



.such_frm_txf_act{
   
	width: 950px;
	height: 30px;
	padding-left: 10px;
	border: solid 0px lightgray;
    display: inline-block;
    border-radius: 0 0 0 0;
    box-sizing: border-box;
    outline: 0 none;
	background-color: white;
    margin: 0px;
     

 -webkit-transition: width 0.4s ease-in-out;
    transition: width .5s ease-in-out;
}

/*** Suchformular Mobile version ***/

.search_box_m{
      margin-top: 1em;
	  margin-bottom: 1em;
      margin-left: 1.2em;
      margin-right: 1.2em;
      border: solid 0px red;
	text-align: right;
	background-color: white;

	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
}


.mb_s_button_box{
     float: right;
     display: inline-block;
     width: 50px;
	height: 40px;
	box-sizing: border-box;
   background-color:  #e21a22;
  background: #e21a22; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #e21a22, red); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #e21a22, red); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #e21a22, red); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #e21a22, red); /* Standard syntax */
}


.mb_s_button{ 
   background-image: url('../imgs/search.png');
   background-position: center center;
   background-repeat: no-repeat;
    background-color: transparent;
    border: none;    
    cursor: pointer;
	
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	}


.mb_s_fld_box{

   float: left;
  border: solid 0px red;
  display: inline-block;
   width: -webkit-calc(100% -51px);
    width:    -moz-calc(100% - 51px);
    width:         calc(100% - 51px);
    box-sizing: border-box;
     

}

.mb_s_fld{
box-sizing: border-box;
border: solid 0px green;
height: 40px;
width: 100%;
padding-left: 10px;
}
/*** Suchformular Mobile version Ende ***/





/** Suchformular Ende 

/** Navigation Top Ende **/

/********* navi Bottom **********###############################********/
#navibox_bottom{
 background-color: transparent;
 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 
}


#navibox_bottom img{
  
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: 0.7;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}

#navibox_bottom img:hover{
 /*border: solid 1px red;*/
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;

}


.logos_bottom_wrapper{
width: 140px;
float: right;
border: solid 0px red;
margin-right: .2%;
margin-top: 1.8%;
}

.navi_bottom_wrapper{
 background-color: #828385;
 border: dashed 0px red;
 text-align: left;
  margin-top: 25px; 
  padding-top: 0px;
  padding-bottom: 0px;
  
  
  
}




.navi_bot_block{
  
 display: block;
 border: solid 0px red;
 float: left;
 margin-right: 5%;
 margin-top: 1.8%;
}

.navi_bot_block a{
  color: white;
  text-decoration: none;
  border-bottom: solid 1px transparent; 
   transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;

}

.navi_bot_block a:hover{
  text-decoration: none;
  border-bottom: solid 1px white;; 

}

.navi_bot_cap{
 font-weight: bold;
}

.navi_bot_marg{

        margin-left: 14.3%;
	   border: solid 0px red;
}

.bot_grid{
padding-top: 1em;
box-sizing: border-box;
display: grid;
 grid-template-columns: 100px auto;
 border: solid 0px red;
 grid-column-gap: .5em;
}

.bot_grid_item{
padding-right: .8em;
  
}
/************************************************/



/* background-color: #e42130; */
.ver_bot_nav{
   background-color: #e42130;
padding: 10px; 
text-align: right;
font-size: 0.85em;
}





.ver_bot_nav img{
  
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: 1;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
  
}

.ver_bot_nav img:hover{
 /*border: solid 1px red;*/
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;

}

.ver_bot_nav a{
 
 color: white;
 text-decoration: none;
 border-bottom: solid 1px transparent;
     transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out;
  
}

.ver_bot_nav a:hover{
 text-decoration: none;
 border-bottom: solid 1px white;
}

.white_pipe{
color: white;
}
/********* navi Bottom ******************/


/** Social media box **/
.soc_med_bx{
 float: right;
 margin-left: 10px;
}

.soc_med_bx a{

 border-bottom: solid 1px transparent;
}

.soc_med_bx a:hover{

 border-bottom: solid 1px transparent;
}
/** Social media box **/

/************************************************ Sponsoren *****************************************************************/
.spons_wrapper{
   
   background-color: #c6c7c8;
}

.spons_content{
 border: solid 0px white;
 margin-left: 13.1%;
 padding-top: 10px; 
 padding-bottom: 10px;

}

.spons_content div{
 float: left;
 margin-right: 10%;
 color: gray;
}



.spons_content img{
  /*
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera 
    filter: grayscale(100%);
	opacity: 0.8;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
  */
}

.spons_content img:hover{
/*
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera 
    filter: grayscale(0%);
	opacity: 1;
*/
}

/************************************************ Sponsoren *****************************************************************/






/** Responsive Styles  **/ 

/******************** MENU mob***************/

.mob-wrapper{
 border-top: solid 20px  #e42130;
 border-bottom: solid 0px  #e42130;
 padding-top: 1%;
 padding-bottom: 0px;
width: 100%;
display: none;

}

.mob_logo{
 width: 160px;
 border: solid 0px green;
 float: left;
 margin: 10px;
}

.mob_logo img{
 width: 100%;
 height: auto;
}

.menu_icon_wrapper{
display: inline-block;
    cursor: pointer;
position: absolute;
top: 60px;
right: 15px;
border: solid 1px #ccc;
padding: 4px;
border-radius: 0px 0px 0px 0px;
	


}

.menu_icon_wrapper_act{
display: inline-block;
    cursor: pointer;
position: absolute;
top: 60px;
right: 15px;
border: solid 1px #e21a22;
padding: 4px;
border-radius: 0px 0px 0px 0px;

	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);



}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #cccccc;
    margin: 5px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
     background-color: #e21a22;
    -webkit-transform: rotate(-45deg) translate(-8px, 5px) ;
    transform: rotate(-45deg) translate(-8px, 5px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    margin: 0 0;
    background-color: #e21a22;
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.MobSideNav{
 
 box-sizing: border-box;
 padding: 0px;
 border-bottom: solid 25px #f6f6f6;
 font-family: sans-serif;
letter-spacing: 2px;
 font-size: 1.1em;
 height: 100%; 
 position: absolute;
  top: 0;
  left: -100%;
 z-index: 10;    
 box-shadow: 4px 6px 5px -2px transparent;
transition: all 0.5s ease-in-out;
 }



.MobSideNav_act{

box-sizing: border-box;
 letter-spacing: 2px;
 font-size: 1.1em;
 font-family: sans-serif;
 width: 82%;
 height: 100%; 
 padding: 0px;
 background-color: #f6f6f6;
 border-bottom: solid 25px #f6f6f6;;
 position: absolute;
  top: 0;
  left: 0;
 z-index: 10;

overflow-y: auto;
overflow-x: hidden;

box-shadow: 4px 6px 5px -2px rgba(0,0,0,0.32);

transition: all 0.5s ease-in-out;
}




.mob_LEV1_box{
 border-bottom: dotted 1px  #999;
 padding: .5em; 
 margin-left: 20px;
 margin-right: 20px;
}

.mob_LEV1_box a{
  
  font-weight: normal;
  text-decoration: none;
  color:  #888;
}

.mob_arr{   
   display: inline;  
   float: right;
   cursor: pointer;
       
   border-left: solid 8px #888;
   border-right: solid 8px transparent;
   border-top: solid 8px transparent;
   border-bottom: solid 8px transparent;
}

.mob_arr_dwn{ 
     cursor: pointer;
   display: inline;  
   float: right;
   margin-right: 8px;
   margin-top: 4px;
   
   border-left: solid 8px transparent;
   border-right: solid 8px transparent;
   border-top: solid 8px #ed1c24;
   border-bottom: solid 8px transparent;
}



.mob_LEV2_box{    
	display: none;
 }

.mob_LEV2_box_act{    
	display: block;
 }

.mob_LEV2_box a{
  margin-left: 3em;
  margin-right: 20px;
  display: block;
  font-weight: normal;
  text-decoration: none;
   color: #999;
   border-bottom: dotted 1px  #999;
   padding: .5em; 
}


/******************** MENU mob***************/

/******************************** Bread crumbles *****************************************/
.bc_box{
 position: relative;
 top: -1.8em;
 border-bottom: dashed 0px blue;
 background-color: transparent;
  color: gray;
}
/******************************** Bread crumbles *****************************************/

/********************************* Navigation Level 3 ************************************/
.nav3_row{
  box-sizing: border-box;
  background-color: #e1e1e0;
  padding: .5em;
  margin-bottom: .8em;
  margin-right:.5em;
  border-radius: .1em;
  box-shadow: -2px 3px 2px 0px #e1e1e0;
   transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
}

.nav3_ttl_akt{
  color: #ed1c24; 
}

.nav3_ttl{
  color: #000; 
}


.nav3_row:hover{
background-color: #f1f1f1;
cursor: pointer;   
box-shadow: -3px 4px 3px 0px  #e1e1e0;
}

/* Arrow down **/
.nav3_row_arr{
  display: inline-block;
  border-left: solid 6px black;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  margin-left: .8em;
	  margin-right: .8em;
	 
}

.nav3_row_arr_dwn{
  display: inline-block;
  border-left: solid 6px transparent;
   border-right: solid 6px transparent;
    border-top: solid 6px #ed1c24;
	 border-bottom: solid 2px transparent;
	  margin-left: .8em;
	  margin-right: .8em;
	  
	  }

.nav3_art{
  
  margin: 0; 
  padding: 0;
  height: 0;
  opacity: 0;
  
}


.nav3_art_akt{
 margin-top: .5em;
 border: solid 1px #e1e1e0;
 box-sizing: border-box;
 background-color: white;
 height: auto;
 color: #3e3d40;
 
 padding: .5em; 
 transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;
   
}

.nav3_art_akt img{
 max-width: 100%;
}


.nav_art_cnt{
  display: none;
}


.nav_art_cnt_akt{ /* */
  
}


/*************************************** Gemeinden ************************************************/

.comm_box{

border: solid 0px #e1e1e0;
 box-sizing: border-box;
 background-color: white;


display: grid;
  grid-template-columns: auto auto;

/*
-webkit-column-count: 2; 
   -moz-column-count: 2;
     


	  -webkit-column-gap: 10px; 
    -moz-column-gap: 10px; 
    column-gap: 10px;

    -webkit-column-rule: 0px solid #ccc; 
    -moz-column-rule: 0px solid #ccc; 
    column-rule: 0px solid #ccc;

column-fill: all;
  */ 
}

.comm_button{
 
  border-left: solid 1px #fff;
   border-bottom: solid 1px #fff;
  
 border-radius: 0px 10px 0px 10px;
  font-size: 1em;
  margin-bottom: .5em;
  background-color: transparent;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  padding: 5px;

  
 
}
  
.comm_button:hover{ 
       color: #ed1c24;
     cursor: pointer;
     background-color: #f1f1f1;
     box-shadow: -2px 3px 2px 0px #bfbfbf;
      border-left: solid 1px #bfbfbf;
   border-bottom: solid 1px #bfbfbf;
  
  }

.comm_button_crest{
   float: left;
   margin-right: .9em;
  /* border: solid 1px red; */
}



.comm_button_ttl{
  color: #58585a;
 font-weight: bold;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
 
}



.comm_button_url{
 /*color: #ed1c24;*/
 font-size: .8em;
 
}

/******************************** News bereich ********************************************/

.news_ttl{
display: inline-block;
margin-bottom: 1em;
font-size: 1.2em;
color: #000;
font-weight: normal;
  transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;
 cursor: pointer;
 
}

.news_ttl:hover{

text-decoration: underline;
  
}


.news_ttl_red{
display: inline-block;
margin-bottom: 1em;
font-size: 1.2em;
color: #ed1c24;
font-weight: normal;
   transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;
 cursor: pointer;
}


.news_ttl_red:hover{

text-decoration: underline;
  
}


.news_arrow_black{
border: 7px solid #000;
	font-size:0;line-height:0;height:0;padding:0;
	position: relative;
	top: -6px;
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
	margin-right: 10px;

    
}

.news_arrow_red_down{
border: 7px solid  #ed1c24;
	font-size:0;line-height:0;height:0;padding:0;
	position: relative;
	
	border-left-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
    margin-right: 10px;
	}

.news_arrow_red{
border: 7px solid  #ed1c24;
	font-size:0;line-height:0;height:0;padding:0;
	position: relative;
	top: -6px;
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
	margin-right: 10px;

	 transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;
	
    
}

.news_shrt_txt{
  display: block;
  border: solid 0px red;
  margin-bottom: 2.5em;
}

.news_shrt_txt_out{
  display: none;
  border: solid 0px red;
  margin-bottom: 2.5em;
}


.news_long_txt{
  display: block;
  border-left: solid 1px #f6f6f6;
  
  margin-bottom: 2.5em;
  
  padding: 15px;
-webkit-box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);
-moz-box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);
box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);


	 transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;

}

.news_long_txt_out{
  display: none;
  margin-bottom: 2.5em;
  }





.r_more_box{
display: inline-block;
letter-spacing: 0px;
   transition: all .5s ease-in-out;
 -webkit-transition: all .5s ease-in-out;
  
}

.r_more_box:hover{
cursor: pointer;
color: red;
letter-spacing: 0px;


}


.show_less_arr{
 position: relative;
 top: -3px;
 display: inline-block;
  border-left: solid 6px transparent;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px black;
	  
	  margin-right: 10px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}

.show_less_arr_red{
 position: relative;
 top: -3px;
 display: inline-block;
  border-left: solid 6px transparent;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px  #ed1c24;
	  
	  margin-right: 10px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


/** Weitere News **/

.prev_next_news_wrapper{
  border: dotted 0px red;

}


.prev_news_box{
  display: inline-block;
 float: left;
 /* border: solid 1px blue; */
}


.next_news_box{
  display: inline-block;
 float: right;
 /* border: solid 1px blue; */
}

.more_news_link{
 transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


.next_news_arr{
 position: relative;
 top: 1px;
 display: inline-block;
  border-left: solid 6px black;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-left: 8px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


.next_news_arr_red{
 position: relative;
 top: 1px;
 display: inline-block;
  border-left: solid 6px #ed1c24;
   border-right: solid 6px transparent;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-left: 8px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


.prev_news_arr{
 position: relative;
 top: 0px;
 display: inline-block;
  border-left: solid 6px transparent;
   border-right: solid 6px black;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-right: 8px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


.prev_news_arr_red{
 position: relative;
 top: 0px;
 display: inline-block;
  border-left: solid 6px transparent;
   border-right: solid 6px #ed1c24;
    border-top: solid 6px transparent;
	 border-bottom: solid 6px transparent;
	  
	  margin-right: 8px; 
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
}


/********************************* News bereich Ende *************************************/

.plc_hldr{
border-top: solid 5px transparent;

}





/********************************* Navigation Level 3 ************************************/



/******************************** Cookieset ***************************************************/

#eu_cookiebox{
	display: block;
	z-index: 1000000000000000000;
	position: fixed;
	bottom: 0px;
	left: 0;
	min-height: 30px;
	
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #000;
	border-top: 2px solid red;
	
	background: #ffffe1;
	
	text-align: center;
	opacity: .9;
	

}

#eu_cookiebox button{
	cursor: pointer;
	margin: 20px;
	padding: 7px;
	font-weight: bold;
	-webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	
}



#eu_cookiebox button:hover{
	
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24),0 7px 20px 0 rgba(0,0,0,0.19);
}

#eu_cookiebox a{
 color: black;
-webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
	}

#eu_cookiebox a:hover{
 color: #df011a;
}




/******************************** Cookie set *************************************************/

/******************************** Suchseite ergebnisse ***************************************/


.fnd_numb{
   
  display: inline-block;
  border-bottom: solid 1px black;
  margin-bottom: 1.2em;
  font-style: italic;
 
}

.found_sum{
  color: #e2001a;
  font-weight: bold;

}

.found_row{
    
   box-sizing: border-box;
  margin-bottom: 1em;
  

}




.found_title {
  font-weight: bold;
  text-decoration: none;


}

.found_title:hover{
 text-decoration: none;
}





.found_description{


}
/******************************** Suchseite ergebnisse ende ***************************************/


/************************* Start Link **********************************************/
.start_link{
display: block;
border: solid 1px transparent;
position: fixed;
z-index: 10000;
top: 0px;
left: 0px;
width:130px;
height: 60px;
}
/************************** Start Link Ende ****************************************/

/**************************** Ansprechpartner *************************************/
.dots2{
  width: 800px;
  border: solid 0px red;
  

}

.dots2 figure{
margin-right: 5px;
  width: 10%;
 float: left;
 cursor: pointer;

}

.dots2 img{
width: 100%;
transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
}





.dots2 img:hover{
 -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);

}



/***************************** Ansprechpartner Ende ***********************************/

/****************************** Plugins ***********************************************/
.plug_box_off{ 
 display: none;
}

.plug_box_on{
margin-top: .8em;
 display: block;
}


.plug_row{
    margin-bottom: 2em;
	padding: .5em;
 
}


.plug_row img{
  
  
    max-width: 100%;
  
}

.plug_img_box{
width: 45%;
max-width: 100%;
float: left;
  border: solid 0px #f1f1f1;
  margin-right: 1em;

}


/****************************** Plugins Ende ******************************************/




/****************************** Firmenverzeichnis *************************************/
.fv_frm_bx{
  border: solid 0px red;
  
}

.fv_frm_bx input[type=text]{
        border: solid 1px #e1e1e0;

       box-sizing: border-box;
      height: 2.2em;
	  width: 100%;
      padding-left: 10px;
      background-color: #ffffff;
      border-radius: .3em;
 
   transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
      
      font-size: 100%;
  
}

.fv_frm_bx input[type=text]:hover{
box-shadow: -3px 4px 3px 0px  #e1e1e0;
}

.fv_frm_bx fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: solid 1px groove;
	/*border-radius: 15px 0px 15px 0px;*/
}

.fv_frm_bx legend{
  
  letter-spacing: 5px;
}

.fv_frm_box_row{
   
margin-bottom: 1em;
}

.fv_frm_row_lab{
 font-style: italic;
}

.fv_result_box{
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 90%;
  font-style: italic;
}
/**** Firmenausgabe **/
.fv_row{
margin-bottom: 1em;
}

.fv_ttl{
 font-size: 1.2em;
 color: black;
 cursor: pointer;
}

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


.fv_ttl_red{
 font-size: 1.2em;
 color:  #ed1c24;
 cursor: pointer;
}

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

.fv_short_txt{
  margin-left: 1.4em;
  font-style: italic; 
}

.fv_short_txt_out{
  display: none;
  }

.fv_long_txt_out{
  display: none;

}

.fv_long_txt{
  display: block;
  border-left: solid 1px #f6f6f6;
  
  margin-bottom: 2.5em;
   padding: .5em;
  padding-left: 1.6em;
-webkit-box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);
-moz-box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);
 box-shadow: 1px 6px 15px -12px rgba(0,0,0,1);

	 transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out; 
}

.fv_long_txt figure{
   max-width: 30%;
   border: solid 0px red;
   display: inline-block;
   float: right;
}

.fv_long_txt img{
   width: 100%;
   
}



.fv_mail{
margin-left: 1.2em;
}

.fv_mail_lab{
display: inline-block;
  width: 6em;
  border: solid 0px red;
}


.fv_print_link_box{
   
   border-top: solid 1px #f1f1f1;
   margin-top: 2em;
   margin-bottom: 1em;
  
}

.fv_print_icon_box{
  margin-top: 1em;
  margin-left: auto;
  width: 100px;
  border: solid 0px red;
}

.fv_print_icon_box img{
    width: 50px;
	border: solid 0px green;

    
   filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); /* Webkit */ 
  cursor: pointer;
  opacity: .5;
   transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out; 
}

.fv_print_icon_box img:hover{
  filter: grayscale(0%); 
    -webkit-filter: grayscale(0%); /* Webkit */ 
	opacity: 1;
}

.fv_reg_link{
  text-decoration: none;
  color: #e51b23;
  transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out; 
	 border-bottom: solid 2px transparent;
}

.fv_reg_link:hover{
  text-decoration: none;
 border-bottom: solid 2px #e51b23;
 
  
}

.fv_reg_link img{
   transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out; 
}

.fv_reg_link img:hover{

}


.fv_grid{
  display: grid;
  grid-template-columns: 80px auto;
  margin-bottom: 2em;

}

.fv_grid img{
   
    
   filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); /* Webkit */ 
  cursor: pointer;
  opacity: .5;
   transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out; 
}

.fv_grid img:hover{
  filter: grayscale(0%); 
    -webkit-filter: grayscale(0%); /* Webkit */ 
	opacity: 1;
}


.fv_gem_box1{
  display: grid;
  grid-template-columns: 33% 33% auto;
}

.fv_gem_box1 div{
  border: solid 0px red;
}

/****************************** Firmenverzeichnis *************************************/


/******************************* Merkblatt Firmenverzeichnis ******************************/
.mpg_box{
 width: 420px;
 height: 50px;
 padding: 10px;
 border: solid 1px gray;

}
/******************************* Merkblatt Firmenverzeichnis Ende ******************************/





/********************************** ladybird ****************************************/
.ladybird{
display: inline-block;
position: absolute;
margin-top: -1.5em;
margin-bottom: 0px;
right: 25em;
border: solid 0px red;
z-index: 10;
}
/********************************** ladybird ****************************************/


/********************************** Video *******************************************/
.video_box{
  width: 100%;
  border: solid 0px red;
   max-width: 100%;
   margin-top: 2em;
  }

.video_box video{
    width: 100%;
}

.vid_box_off{
display: none;
border: solid 10px transparent;
}

.vid_box_off video{
  width: 0;
  max-width: 0;
}


.vid_box_on{
display: block;
border: solid 10px transparent;
}

.vid_box_on video{
  width: 100%;
  max-width: 100%;
}

/********************************** Video *******************************************/


/*********************************** popInfo******************************************/
    .popInfoBoxOn{
	   box-sizing: border-box; 
	   display: block;
	   max-width: 100%;
	   width: 550px;
	  
	   position: fixed;
	   top: 300px;
	   left: calc(50% - 275px);
	   background-color: white;
       z-index: 10;
	   border: solid red 0px;
	   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);	
	}

	.popInfoBoxOff{
       display: none;
	}

	.popInfoAusBox{
	  padding: 5px;
	  text-align: right;
	  background-color: #f1f1f1;
	}

    .popInfoAusBox img{
          filter: grayscale(100%);
		  opacity: .3;
          transition: all .5s ease-in-out;
		  }

	.popInfoAusBox img:hover{
          filter: grayscale(0);
		  opacity: 1;
		  }

	.popInfoGrid{
	   display: grid;
	   grid-template-columns: 200px auto;
	}

   .popInfoTxt{
    padding: 10px;
	box-sizing: border-box;
   }

/*********************************** popInfo Ende *************************************/





@media screen and (max-width: 1430px) { /*1360*/
    body {
        /*background-color: lightgreen;*/
		
    }

    #body_start {
	/* 	 
   height: 840px;
	background-image: linear-gradient(to left, #e0212f, #a11b23, #a11b23, #e0212f);	 
	
	background-repeat: no-repeat;*/
    background-image: url('');

      }

  
   #body_gen {
	/* 	 
   height: 840px;
	background-image: linear-gradient(to left, #e0212f, #a11b23, #a11b23, #e0212f);	 
	
	background-repeat: no-repeat;*/
    background-image: url('');

      }



 .wrapper1400_cont{
  box-sizing: border-box;
  
  padding: 15px;
   
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;

  /*width: 1400px;*/
  max-width: 100%;
  border: dashed 0px red;
  margin: auto auto;

}

   
	
.menu{
 border: solid 0px blue; 
 width: 100%;
 max-width: 100%;
}	 



.menu-marg{

 margin-left: 100px;
 margin-bottom: 0px; 
 border: solid 0px green;
 

 display: inline-block;

-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
  margin-top: 25px;
 
  
  margin-bottom: 0px; 
}


.comm_box{
 
   -webkit-column-count: 1; /* Chrome, Safari, Opera */
   -moz-column-count:1; /* Firefox */
      column-count: 1;
	  
	  }

.select-wrapper{  
  width: 100%;
}



.popInfoBoxOn{
	  
	   top: 200px;
	   
	}



}/*960*/

@media screen and (max-width: 1080px) { /*960*/
    body {
       
    }

    #body_start{
	
    background-image: url('');

      }


.wrapper1400_cont{
  box-sizing: border-box;
  
  padding: 15px;
   
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;

  /*width: 1400px;*/
  max-width: 100%;
  border: dashed 0px red;
  margin: auto auto;

}


.backBoxEvent1{
  display: block;
}



.content-start{
  border: solid 0px black;
  float: none;
  width: 100%;
  margin: 10px;
}





   .info_board{
    float: none; 
	width: 100%;
	margin: 0px;

     -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);


   }


 .info_board_content{
    
	
     -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);


   }





	
.menu{

position: absolute;
left: -5000px;
}	 

.redlineTop{
  display: none;
}

.logo{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 151px;
border: solid 1px red;


}

.meta_nav{
display: none;

}


.mob-wrapper{
   display: inline-block;
 
}

.navi_bottom_wrapper{
  display: none;
}

.logos_bottom_wrapper{
 width: 100%;
 border: solid 0px red;
 text-align: center;
}

#navibox_bottom img{
  
-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity:1;

	 transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}





.logos_bottom_wrapper a{
margin-left: 12%;
}


.spons_content{
 border: solid 0px white;
 margin-left: 2.5%;
 

}



.spons_content div{
margin-right: 2%;
font-size: 0.8em;
color: black;
}



/*********************************** Very Bottom nav **************************************/
.ver_bot_nav{

text-align: center;
}

.mn_txt{
font-size: 1.2em;
color: white;

padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: underline;

}


.ver_bot_nav img{
  
-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;

}

.ver_bot_nav img:hover{
 /*border: solid 1px red;*/
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;

}






.ver_bot_nav a{
 
 color: white;
 text-decoration: none;
 border-bottom: none;
 
     
}

.ver_bot_nav a:hover{
 text-decoration: none;
 border-bottom: none;
}



.white_pipe{
color: #e42130;
}

.printer{
display: none;
}

/* infoboard */

.wb_banner_all{
 /*display: none;*/
}

.comm_box{
 font-size: 0.8em;
   
	  }


.bc_box{
  
 
}



.start_link{

  display: none;
}




.dots2{
  width: 100%;
  border: solid 0px red;
  

}

.dots2 figure{
  width: 15%;
  border: solid 0px red;
  

}


/* Buttons **/
.button {
    background-color: #dc001a; /*red */
    width: 100%;
	border: none;
    color: white;
	font-weight: bold;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border-radius: 10px;
	letter-spacing: 5px;
	box-shadow: -2px 3px 2px 0px #e1e1e0;
	

}

.button:hover {
      color: white;
       background-color: #ff0000; /*red */
	   cursor: pointer;	
}
/* Buttons */


/******************************* Firmenverzeichnis *************************************/
.fv_print_link_box{
   /*display: none;*/
  
}


/**************************** Top Button **********************************/
#TopBtn {
  display: none;
  position: fixed;
  bottom: 45%;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
 background-color: #dad8cc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
   opacity: .5;
	transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;

    opacity: 0;

   }

#TopBtn:hover {
  
   background-color:  #dc001a;
    opacity: 0;
}

.btn_txt{
  border-left: solid 16px transparent;
   border-right: solid 16px transparent;
    border-top: solid 8px transparent;
	 border-bottom: solid 8px white;
	   
	  transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   margin-top: -8px;
    opacity: 0;
}

.btn_txt:hover{
     border-left: solid 16px transparent;
     border-right: solid 16px transparent;
     border-top: solid 8px transparent;
	 border-bottom: solid 8px black;
	  opacity: 0;
	 }


.topTop{

}

.popInfoBoxOn{
	   
	   width: 99%;
	   max-width: 100%;
	   height: auto;
	   position: fixed;
	   top: 10px;
	   left: 5px;
	   background-color: white;
       z-index: 10;
	   border: solid red 0px;
	   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);	
	}


/*************************** Top Button Ende *****************************/

}/*960*/

@media screen and (max-width: 800px) { /*650*/

.spons_content div{
 float: none;
 margin-right: 0;
 color: black;
 margin-bottom: 1em;
}

.info_board{
  width: 100%;
  padding:0;
  margin:0;
}

.info_board_content{
  padding: 20px;
  margin-bottom: .5em;
  background-color: #f1f1f1;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.8em;
}

}/*650*/