<STYLE>
<!--

	* {
    margin: 0px;
    padding: 0px;
    border: none;
}

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

	/*** GRUNDGERÜST ***/
	
		.clear {clear: both;}
		.kopfzeile {
			margin:auto;
			width:50%;
			background-color:#555555;}
		.leerraum {
			margin:auto;
			margin-top:50px;}
		.sliderbox {
			margin:auto;
		}
	
			
		.col-1 {width: 8.33%;}
		.col-1_zwischenraum {width: 4.16%;}
		.col-2 {width: 16.66%;}
		.col-2_footer {width: 16.3%;padding:10px;}
		.col-3 {width: 25%;}
		.col-4 {width: 33.33%;}
		.col-5 {width: 41.66%;}
		.col-5_content {width: 41%;}
		.col-6 {width: 50%;}
		.col-6_menu {width: 48%;}
		.col-7 {width: 58.33%;}
		.col-8 {width: 66.2%;}
		.col-9 {width: 75%;}
		.col-10 {width: 83.33%;}
		.col-11 {width: 91.66%;}
		.col-12 {width: 100%;}
		.col-12_gray {width: 100%;background-color:#333333;}
		.col-12_slider {width: 100%;background-color:#962720;}
		.col-12_sliderwhite {width: 100%;background-color:#fff;padding: 0px; display: flex;}
		.footer {display:flex;background-color:#333333;}
		.col-2_datum {width: 16.66%;background-color:#d9841f; height:220px;}
	
	
		
		[class*="col-"] {
		  float: left;
		  
		}			

	body{
		font-family:Lato;font-size:18px;
	}

	
	
	img.header	{width:100%;}
	
	@media screen and (max-width: 1100px)
	{
			body{
		font-family:Lato;font-size:28px;
		  }	
			[class*="col-"] {
				width:100%;
			}
			.zwischentitel 
			{
			font-family:Lato;
			font-size: 32pt;
			font-weight: bold;
			hyphens: auto;
}			
			.titel 
			{
			font-family:Lato;
			font-size: 36pt;
			font-weight: bold;
			hyphens: auto;
			}
			.normtext 
			{
			font-family:Lato;
			font-size: 28pt;
			hyphens: auto;
		
		}
			img.header	{width:100%;}
			.footer {background-color:#333333;display:block;}
		
			.linkblack {color:#000;}
		.socialmedia_klein {width:30px;}
			
		.col-12_slider {width: 100%;background-color:#962720;display:none;}
		.col-12_sliderwhite {width: 100%;background-color:#fff;display:none;}
	}


		
				
	
	
	@media screen and (max-width: 1000px)
	{
			body{font-family:Lato;font-size:28px}
			
			[class*="col-"] {
				width:100%;
			}
			
			.sliderbox {display:none;}

			.titel 
			{
			font-family:Lato;
			font-size: 36pt;
			font-weight: bold;
			hyphens: auto;
			}
			.zwischentitel 
			{
			font-family:Lato;
			font-size: 32pt;
			font-weight: bold;
			hyphens: auto;
			}					
			.normtext 
			{
			font-family:Lato;
			font-size: 28pt;
			hyphens: auto;}
			.footer {background-color:#333333;display:block;}
			.socialmedia {width:60px;}
			.linkblack {color:#000;}


		.col-12_slider {width: 100%;background-color:#962720;display:none;}
		.col-12_sliderwhite {width: 100%;background-color:#fff;display:none;}
		.socialmedia {width:60px;}
		.socialmedia_klein {width:30px;}
		.nachrichtenblock 
		{
			border: 1px #444 solid;
			padding:20px;
			border-radius:10px;
			box-shadow: 6px 6px 10px #bbbbbb;
			
		}
	}
	/****** GRUNDGERÜST ENDE ********/
	/****** SCHRIFTEN ***************/
	.kontakt
	{
		font-family:Lato;
		font-size: 14pt;
		line-height:150%;
		
	}
		h1
	{
		font-family:Lato;
		font-size: 24pt;
		line-height:150%;
		
	}
	.datumtag
		{
		font-family:Lato;
		font-size: 48pt;
		
	}
	.datummonat
		{
		font-family:Lato;
		font-size: 18pt;
		
	}
	.ortname
		{
		font-family:Lato;
		font-size: 24pt;
		
	}
	
		a {font-family:Verdana, Arial; font-size: 14pt; color:#000000;text-decoration:none;}
	a:link {font-family:Verdana, Arial; font-size: 14pt; color:#000000;text-decoration:underline;}
	a:visited {font-family:Verdana, Arial; font-size: 14pt; color:#000000;text-decoration:underline;}
	a:hover {font-family:Verdana, Arial; font-size: 14pt; color:#000000;text-decoration:none;}	
	
	/****** SCHRIFTEN ENDE **********/
	.button_link_textarea {
  background-color: #ffffff;
  border: 1px dotted #000;
  width:800px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 20pt;
  color:#000;
  cursor: pointer;
}
	.button_link_start {
  background-color: #ffffff;
  border: 1px dotted #000;
  width:600px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 20pt;
  color:#000;
  cursor: pointer;
}
	.button_link_datum {
  background-color: #bb7700;
  border: none;
  width:300px;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 14pt;
  cursor: pointer;
}
-->
</STYLE>