﻿/* CSS Document  stylehk.css*/
	/*font-family:  "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-family: "Bree Serif","Open Sans",Arial ;*/

@font-face {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 400;
  src: url('../../000fonts/arsenal-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arsenal Regular'), local('Arsenal-Regular'),
       url('../../000fonts/arsenal-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../000fonts/arsenal-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../000fonts/arsenal-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../000fonts/arsenal-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../000fonts/arsenal-v3-latin-regular.svg#Arsenal') format('svg'); /* Legacy iOS */
}
*{
	font-family: Arsenal, Arial, sans ;
 	padding:0rem; margin: 0rem;
  	box-sizing: border-box;
}


/*---------------------
mobile-first-Ansatz
für die kleinsten Geräte (IPhone...)
---------------------*/
#container {
	margin: 0 ;
	max-width: 1600px;
	padding:0rem 1rem 5rem 0rem;
	}
		 
#content
	{
	margin: 0 ;
	padding:1rem 1rem 5rem 1rem;
	}
#aussen
{
 position:relative;
	width:100%;
	text-align:left;
	float:right;	
	z-index:10;
	display:block;
	
}
	
h1	
{
	margin:1rem 0.5rem 0.8rem 0.5rem;
	color:#850000;
	border-color:#850000;
	text-align:left;
	
	}
h2	
{
	margin:0.8rem 0.5rem 0.6rem 0.5rem ;
	color:#850000;	
	text-align:left;
	}
h3	
{
	color:#850000;	
	text-align:left;
	}
p{
	font-size: 0.9rem;
	margin:0.1rem 0.5rem 0.1rem 0.5rem;	
		}


.textnormal
	{
	font-size: 0.9rem;
	
	}
.textrot
	{
	font-size: 0.9rem;
	
	
	}

.textlinks
	{
	font-size: 0.9rem;
	
	}
.textklein
	{
	font-size: 0.7rem;
	}

.titel 
	{
	margin-top:0rem;	
	font-weight:bold;
	font-size: 1.4rem;
	color: #850000;
	text-align:left;
	display:block;	
	}

.titel2 
	{
	}
.cmd
{
	font-size: 0.9rem;
	font-family:monospace;
	margin:0.1rem 0.5rem 0.5rem  0.5rem ; 		
	text-align:left;	
	background-color:#CCCCCC;
}

li,ul {
	font-size: 0.9rem;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin:0.1rem 0.5rem 0.5rem  0.5rem ; 	
	text-align:left;
	}
ul.seitenmenue{
	font-size: 0.8rem;
	margin-bottom:0.2rem;
		
	}
li.seitenmenue1{
	font-size: 0.7rem;
	list-style-type:square;
	margin-left:0.5rem;
	margin-bottom:0rem;
	margin-top:0rem;
	list-style:none;
}



	
 a.normallink:link {
  color: #850000;
  text-decoration:none
}

/* visited link */
a.normallink:visited {
  color: #850000;
}

/* mouse over link */
a.normallink:hover {
  color: #850000;
  font-weight:bold;
}

/* selected link */
a.normallink:active {
  color: #850000;
}
.meinbutton 
{
  background-color: #AA4344; /* Green */
  width: 50%;
  border: none;
  /*color: white;*/
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.meinbutton :hover 
{
  background-color: #AA4344; /* Green */
  color: white;
}
/*-------------Button 1 ------------*/
.meinbutton1 
{
  background-color: white; 
  color: black; 
  border: 2px solid #AA4344;
}
.meinbutton1:hover 
{
  background-color: #AA4344;
  color: white;
}
/*-------------Button 2 ------------*/
.meinbutton2 
{
  background-color: white; 
  color: black; 
  border: 2px solid #4c406e;
  width:30%;
  text-decoration:none;
}
.meinbutton2:hover 
{
  background-color: #4c406e;
  color: white;
  width:30%;
}
/*-------------Button 3 ------------*/
.meinbutton3 
{
  background-color: white; 
  color: black;
  border: 2px solid #6D0000;
}
.meinbutton3:hover 
{
  background-color: #6D0000;
  color: white;
}
/*-------------Button 4 ------------*/
.meinbutton4 
{
}
.meinbutton4 a 
{
}
.meinbutton4:hover
{
}
/*-------------Button 5 ------------*/ 
.meinbutton5 
{
}
.meinbutton5 a 
{
}
.meinbutton5:hover
{
}
.meinbuttonblock1 
{
}
.meinbuttonblock1 a 
{

}
.meinbuttonblock1 :hover
{
}
 


/*Togglefunktion*/
.toggle,[id^=drop] 
{
}
										   

/* 01 - Navigationsmenü						
 Hintergrundfarbe für den Navigations-Container
(unterhalb der Menüpunkte sichtbar) 
sollte gleich sein wie HM10 */									 
nav { 
	background-color: #DCC2C2;
				
	}
/* 02 - Navigationsmenü - Links */
		   
 
/* Linkstile */
nav a 
	{
				  
	line-height:1.2rem;
	}

/* 03 Hintergrundfarbe Quermenü beim hovern auf oberste Ebene   */
																		  
nav a:hover 
	{ 
	background-color:#BD8C8C;/* #4c406e */
	}									
/* 04 Container leeren bei "ul li" */
nav:after 
{
}
/* 05 padding, margin und "list-style" entfernen von "ul",
 * hinzufügen "position:relative" */
nav ul 
{

		  
}
/* 06 Dropdowns verstecken+absolute Position*/
nav ul ul 
	{
	top: 2.2rem; /* gleiche Höhe wie "line-height" bei "nav a" */
	}
/* 07 Kleine Auflösung: Hover-Hauptmenü ohne Untermenüs Große Auflösung: Hauptmenü*/
nav ul li 
	{
	background-color: #974A4A;/*#254441;*/
	}
/* 07-2 Dropdowns beim Hovern */
nav ul li:hover > ul 
	{
		 
	}
	
/* 08 Erste Unterebene von Hauptmenüs (dropdown) 
   wirkst sich nur ab 2. Auflösungsstufe aus */
nav ul ul li a
	{
	width:350px; /*Breite des ersten Pulldownmenüs*/
	background-color: #812323;				
	}

/*09 wird im Moment nicht benutzt*/
nav ul li ul li:hover 
	{ 
	background: #822525; 
	}
nav ul ul ul li 
	{
	/* gleiche Groesse wie  "width" bei "nav ul ul li" */ 
	left:350px; 
	}
/*---------------------------------------------
 Media Queries
@media all and (max-width : 4800px) 
	{
				 
	}
@media all and (max-width : 1400px) 
	{
	}
@media all and (max-width : 1000px) 
	{
	
	}
		
 /* ==============================
Abweichungen bei kleinen Auflösungen bis 768 px
=================================*/
@media all and (max-width : 768px) {
	html{
		font-size:100%;
		}
	.titel 
		{
		font-size: 0.9rem;
		}
nav {
		margin: 0;
	}

	/* Navigation grundsätzlich verstecken */
	/* Also hide the  */
	.toggle + a, .menu {
		display: none;
		}

	/* Style bei der Menütabelle  für kleinste Auflösung */
	.toggle {
		display: block;
		background-color: #822525;
		padding:14px 20px;	
		color:#FFF;
		font-size:1.1rem;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #822525;
	}

	/* Dropdown einblenden, wenn auf Eltern-Label der Chekck
		geklickt wird*/
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Menü auf 100% Breite ändern */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a { 	/* Link für Hauptmenü ohne Untermenü   */
		background-color:  #822525;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:1.1rem; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		/* kleine Auflösung: ausgeklapptes Untermenü*/
		background-color: #822525; 
	}

	/* Dropdowns grundsätzlich verstecken */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;

	}
		
	/* Menüs beim Hovern wieder verstecken */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

#content{
	width: 100%;
	}

#sidebar{
	width: 100%;
	}



									 
	  
				 
   
		
   
					
   


 

									 
	  
				 
   
		
   
					
	
 

									
	  
				 
   
		
   
					
   

	 
			
	}

	/* Hide the navigation menu by default */
										   
	/* Also hide the  */
	.toggle + a, .menu 
	{

	}

	/* Style bei der Menütabelle  für kleine Auflösung */
	.toggle 
	{
	background-color: #4c406e;/*#254441;*/
					 
			 
				   
					   
			  
	}

	.toggle:hover 
	{
		background-color: #666600;
	}
	/* Dropdown einblenden, wenn auf Eltern-Label der Chekck
		geklickt wird*/
	[id^=drop]:checked + ul 
	{
	}
	/* Menü auf 100% Breite ändern */
	nav ul li 
	{
	}

									   
			
				 
			  
   

	nav ul ul .toggle,
	nav ul ul a 
	{
	}

	nav ul ul ul a 
	{
	}

	nav a:hover,
 	nav ul ul ul a 
	{ /* Link für Hauptmenü ohne Untermenü */

	}
  
	nav ul li ul li .toggle,
	nav ul ul a 
	{
		/* kleine Auflösung: ausgeklapptes Untermenü*/					
			 
					
  
  
  
						 
			  
		background-color: #212121; 
	}

								
			
			  
				  
				 
																 
  
  
						  
						 
					   
				
  
  
						  
			   
				 
			  
  

				  
				   
																   

  

		 
			 
  

		 
			 
  

 





