@charset "UTF-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: static;	/*padding u. border werden nicht addiert */
}

/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/

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


  /*------------------------------nav------------------------*/
	.header {
 height: 110px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
	z-index: 12000;
	background-color: #fff;
		padding-top: 10px;
}
	
.headerfelder {
			text-align: center;			
			}
.border {
	border-bottom: 1.8px solid #000;
	border-top: 1.8px solid #000;
	margin-top: -23px;
	line-height: 20px;
	color: #fff;
			}
	
.slogan {
    padding-top: 9px;
	display: flex;
    align-items: center;
    justify-content: center;
	}			

.slogan p {
	font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.5px;
	float: left;
    padding-right: 20px;
	   }
/*-------------------------------------------nav-------------------------------*/		
	.header2 {
		z-index: 1200;
	}	

	#topnav {
		display: none;
	}
	
	
	#topnavmobile h6 {
    line-height: 60px;
    text-align: right;
    font-size: 80px;
    padding-right: 20px;
	color: #fff;
  }
	
	
	
	
	
#topnavmobile ul {
	list-style: none;
	}
	
	
#topnavmobile ul li a {
    color: grey;
    text-decoration: none;
 	border-bottom: 0px solid #fff;
    overflow: hidden;
    transition: all 0.3s;
	line-height: 60px;
	text-align: center;
	background-color: white;
	display: none;
	font-size: 24px
	}
	

#topnavmobile ul li a:hover {
		background: #eee;
	}
	
	

	
#topnavmobile ul li ul li a:before {
		content:"\00bb \00a0";
	}
	

	
#topnavmobile:target ul li a {
		display: block;
	}
	#topnavmobile:target ul li ul li a {
		display: block;
	}
		
	
#topnavmobile .zu, 
#topnavmobile:target .auf {
		display: none;
	
	}
	
#topnavmobile:target .zu {
		display: block;
	}
	
#topnavmobile h6 a {
		text-decoration: none;
		color: #000;
		display: block;
		line-height: 60px;
	}
.auf a {text-decoration: none;
	color:#fff;}
	
	.zu a {text-decoration: none;
	color:#fff;}
	
	
	/*---------------------*/
	
		  #topnavmobile ul li ul {
    position: absolute;
    visibility: hidden;
    transition: all 0.3s;
	 
			 
 	  
  }
	
	
	
  #topnavmobile ul li:hover ul {
    opacity: 5;
    visibility: visible;
	  margin: auto;
	  position:inherit; /*vorher:absolute.............impressum rutscht runter:)))...aber impressum!nicht anwählbar*/
	    transition: all 0.3s;

  }
	
	
	.weg {
		position:relative;
	}


	

		
	
		
		
		

		
		
		

	
	
	
	
	

	
	

	
	

	


	  
	
	/*---------------------*/  
  
	
#navchecker {
    display: none;
  }
	

	/*---------------------------main---------------------------------------*/
body {
    font: 17px Source Sans Pro, sans-serif;
    margin: auto;
	width: 100%;
	}
	
h1,h2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
	vertical-align: middle;
    }
#all {
    max-width: 724px;
    min-hight: 600px;
    padding-bottom: 90px;
    margin: auto;
    height: 600px;
	padding-top: 60px;
	}
	
	
.text1 {
    padding-top: 200px;
	}
	
	/*---------------------------footer---------------------------------------*/
#footer {
    display: none;
}
	
	
} 




/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
@media screen and (min-width:725px) and (max-width:1024px) {
	
.header {
	height: 110px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
	z-index: 12000;
	background-color: #fff;
		padding-top: 10px;
}
	
.headerfelder {
			text-align: center;			
			}
.border {
	border-bottom: 1.8px solid #000;
	border-top: 1.8px solid #000;
	margin-top: -24px;
	line-height: 22px;
	color: #fff;
			}
	
.slogan {
    padding-top: 8px;
	display: flex;
    align-items: center;
    justify-content: center;
	}					

.slogan p {
	font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.5px;
	float: left;
    padding-right: 20px;
	   }
	
	h6 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 80px;
	padding-top: 10px;
		
	}
	
	  /*-------------------------------------------nav-------------------------------*/	
	.weg {
		display: none;
	}	
	#topnav {
		display: none;
	}
	
	
	#topnavmobile h6 {
    line-height: 60px;
    text-align: right;
    font-size: 80px;
    padding-right: 20px;
	color: #fff;
  }
	
	
	
	
	
#topnavmobile ul {
	list-style: none;
	}
	
	
#topnavmobile ul li a {
    color: grey;
    text-decoration: none;
 	border-bottom: 0px solid #fff;
    overflow: hidden;
    transition: all 0.3s;
	line-height: 60px;
	text-align: center;
	background-color: white;
	display: none;
	font-size: 24px
	}
	

#topnavmobile ul li a:hover {
		background: #eee;
	}
	
	

	
#topnavmobile ul li ul li a:before {
		content:"\00bb \00a0";
	}
	

	
#topnavmobile:target ul li a {
		display: block;
	}
	#topnavmobile:target ul li ul li a {
		display: block;
	}
		
	
#topnavmobile .zu, 
#topnavmobile:target .auf {
		display: none;
	
	}
	
#topnavmobile:target .zu {
		display: block;
	}
	
#topnavmobile h6 a {
		text-decoration: none;
		color: #000;
		display: block;
		line-height: 60px;
	}
.auf a {text-decoration: none;
	color:#fff;}
	
	.zu a {text-decoration: none;
	color:#fff;}
	
	
	/*---------------------*/
	
		  #topnavmobile ul li ul {
    position: absolute;
    visibility: hidden;
    transition: all;
	 
			 
 	  
  }
	
	
	
  #topnavmobile ul li:hover ul {
    opacity: 5;
    visibility: visible;
	  margin: auto;
	  position:inherit; /*vorher:absolute.............impressum rutscht runter:)))...aber impressum!nicht anwählbar*/
	    transition: all 0.3s;

  }
	
	
	.weg {
		position:relative;
	}


	

		
	
		
		
		

		
		
		

	
	
	
	
	

	
	

	
	

	


	  
	
	/*---------------------*/  
  
	
#navchecker {
    display: none;
  }
	/*---------------------------main---------------------------------------*/
body {
    font: 19px Source Sans Pro, sans-serif;
    margin: auto;
	width: 100%;
	}
	
h1,h2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
	vertical-align: middle;
    }
#all {
    max-width: 724px;
    min-hight: 600px;
    padding-bottom: 90px;
    margin: auto;
    height: 600px;
	padding-top: 60px;
	}
		
.text1 {
	padding-top: 300px;	
	text-align: center;
	}
	
	/*---------------------------footer---------------------------------------*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: white;
    text-align: right;
    padding-right: 150px;
    padding-top: 48px;
    margin-bottom: 0px;
    z-index: 15000;
    -webkit-box-shadow: 0px 1px 10px 2px #ebebeb;
	box-shadow: 0px 1px 10px 2px #ebebeb;
    padding-bottom: 15px;
	font-family: Source Sans Pro, sans-serif;
}	
#footer a {
	text-decoration:none;
	color: #000; 
	}

#footer a:hover {
	color: #8E8E8E;
}

} 

/*desktop-------------------------------------------------------------------------*/
	/*desktop-------------------------------------------------------------------------*/
	/*desktop-------------------------------------------------------------------------*/
	/*desktop-------------------------------------------------------------------------*/
	/*desktop-------------------------------------------------------------------------*/
	/*desktop-------------------------------------------------------------------------*/

@media screen and (min-width:1025px) {
	
.modal {
    z-index: 1000000000!important;
}	

.header {
    height: 150px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
    z-index: 12000;
    background-color: #fff;
}
.headerfelder {
				float: right;
				margin-right: 130px;
				margin-top: 35px;

			
			}
.border {
				border-bottom: 1.8px solid #000;
				border-top: 1.8px solid #000;
				margin-top: 80px;
				line-height: 20px;
				color: #fff;
			}

.slogan {
    float: right;
    margin-right: 90px;
    margin-top: 14px;
			}		

.slogan p {
				float: left;
				padding-left: 23px;
				font-family: Source Sans Pro, sans-serif;
				letter-spacing: 0.5px;
		   }
					

					

/*nav---------------------------------------------------------------*/
#topnavmobile {
	display: none;
	}
#topnav {
	max-width: 900px;
	line-height: 40px;
	padding-top: 5px;
	margin-left: 30px;
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	letter-spacing: 0.9px;
	z-index: 90000;
		
	}
#topnav ul {
		list-style: none;
	}
#topnav ul li a {
		text-decoration: none;
		color: #000;
		float: left;
		width: 15%;
		text-align: left;
		   display: block;
	}
#topnav ul li a:hover {
	color: #8E8E8E;

		
	}
  #topnav #aktuell a {
    font-weight: bold;
  }
	
/*-----------neu---------------------------------*/
	
		  #topnav ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-top: 18px;
		    padding-left: 10px;
		   margin-left: 438px;
			font-size: 15px; 
		  
  }
  #topnav ul li:hover ul {
    opacity: 5;
    visibility: visible;
    background: rgba(255, 255, 255,5.8);
    border-radius: 8px;
    padding-top: 25px;
	     margin-top: 30px;
    padding-bottom: 13px;
    width: 370px;
	  box-shadow: 0,8;

	  
	  
  }
	  #topnav ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-top:18px;
		  padding-left: 0px;
		   margin-left: 400px;
			font-size: 15px; 
		  width: 370px;
  }
	#topnav ul li ul li a {
		  margin-left: 10px;
		
		 width: 370px;
	}
	
	
	
  #topnav ul li:hover ul {
    opacity: 5;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 290px;
	  
  }
  #topnav ul li ul li {
    float: none;
	
  }
	
/*----------------------*/		
body {
	font:17px Source Sans Pro, sans-serif;
	
}
h1,h2 {
    margin-bottom: 8px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 30px;
    background-color: #FFFFFF;
    text-align: left;
	padding-left: 30px;
    vertical-align: middle;
    }
#all {
    max-width: 542px;
    min-hight: 1300px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    min-height: 0vh;
    padding-bottom: 90px;
    margin-left: 380px;
    margin-right: 330px;
    padding-top: 20px;
}

.text1 {
padding-top: 300px;	
}


/*---------------------------footer---------------------------------------*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: white;
    text-align: right;
    padding-right: 150px;
    padding-top: 48px;
    margin-bottom: 0px;
    z-index: 15000;
    -webkit-box-shadow: 0px 1px 10px 2px #ebebeb;
	box-shadow: 0px 1px 10px 2px #ebebeb;
    padding-bottom: 15px;
	font-family: Source Sans Pro, sans-serif;
}	
#footer a {
	text-decoration: none;
	color: #000;
	}

#footer a:hover {
	color: #8E8E8E;
}

} 

/*------------------------------------------------------------------------*/
/*                                                                        */
/*                           this is the end                              */
/*                                                                        */
/*------------------------------------------------------------------------*/

