﻿/* 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...)
---------------------*/
html{
	font-size:100%;
	min-width:370px;
	}
body {
	background: #ffffff;
	line-height: 1.1rem;
	color: #000000;
	padding: 0;
	text-align:left;
	word-wrap:break-word !important;
	}

#meinlogo {
	position:absolute;
	right:	1.0rem;
	top:1.0rem;
	display: block;
	padding: 0.1rem;
	z-index:9;
	}

#container {
	margin: 0 ;
	max-width: 1600px;
	padding:0rem 1rem 5rem 0rem;
	}
	
#content{
	margin: 0 ;
	padding:1rem 1rem 5rem 1rem;
	float:left;
	width: 100%;
	}
	
#sidebar{
	display:none;
	
	}
#infospaltelinks
{
	position:relative;
	width:49%;
	float:left;
	z-index:10;
	text-align:center;
	display:block;
}
#infospalterechts
{
	position:relative;
	width:49%;
	text-align:center;
	float:right;	
	z-index:10;
	display:block;
	
}


h1	{
	font-size: 1.3rem;
	margin:1rem 0.5rem 0.8rem 0.5rem;
	color:#2D7D9A;
	border-bottom-style:solid;
	border-color:#2D7D9A;
	
	}
h2	{
	font-size: 1.1rem;
	margin:0.8rem 0.5rem 0.6rem 0.5rem ;
	color:#2D7D9A;	
	}
h3	{
	font-size: 0.9rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	font-style:normal;
	font-weight:lighter;
	color:#2D7D9A;	
	font-style:italic;
	text-decoration:none ;
	}
ul{
	margin:0.1rem 0.5rem 0.1rem 0.5rem;	
padding-left:2rem;
	
}
p{
	font-size: 0.9rem;
	margin:0.1rem 0.5rem 0.1rem 0.5rem;	
	text-align:justify;
	}

.textnormal
	{
	font-size: 0.9rem;
	text-align:justify;
	}
.textrot
	{
	font-size: 0.9rem;
	text-align:justify;
	color:red;
	}

.textlinks
	{
	font-size: 0.9rem;
	text-align:left;
	}
.textklein
	{
	font-size: 0.7rem;
	}

.titel 
	{
	margin-top:0rem;	
	font-weight:bold;
	font-size: 1.4rem;
	color: #2D7D9A;
	text-align:left;
	display:block;	
	}
.titel2 
	{
	font-size: 1.1rem;
	color:white;	
	}
	
img	{
	max-width:100%;
	height:auto;
	margin:0.2rem;
	vertical-align:middle;
	text-align:left;
	}
input[type=button], input[type=submit], input[type=reset] {
  
  font-size:large;
  background-color: #2D7D9A;
  color: yellow;
  /*text-decoration: none;*/
  cursor: pointer;
}

a.mbtn1 {
  background-color: #2D7D9A; /* Green */
  width: 95%;
  color: white;
  padding: 2%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0.5%;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	border-color:#2D7D9A;
	border-style:solid;
	
}
a.mbtn1:link {
  background-color: #2D7D9A; /* Green */
  color: white;
}

a.mbtn1:hover {
  background-color: #ffffff; /* Green */
  color: #2D7D9A;
	border-color:#2D7D9A;
	border-style:solid;
}
a.mbtn1:vistited {
  background-color: #2D7D9A; /* Green */
  color: white;
}


a.mbtn2 {
 text-decoration:none;
 color:#1A647F;
 font-weight:bold; 
	
}
a.mbtn2:link {
 text-decoration: none;
 color:#1A647F;
}

a.mbtn2:hover {
 text-decoration: none;
 color:#CC3300;
 font-weight:bolder;
 cursor:pointer;
}
a.mbtn2:vistited {
 text-decoration: none;
 color:#1A647F;
}



a.normallink:link {
  color: #2D7D9A;
  text-decoration:none;
}

/* visited link */
a.normallink:visited {
  
    text-decoration:none;
    color: #2D7D9A;
}

/* mouse over link */
a.normallink:hover {
    text-decoration:none;
  color: #2D7D9A;
  font-weight:bold;
}

/* selected link */
a.normallink:active {
    text-decoration:none;
  color: black;
}

/*Kleiner Button grau*/	
a.buttonklein{

	font-size:  0.7rem;
	text-align:  center;
	text-decoration:  none;
	width:  200px;
	margin-left:  0px;
	/*display:  block;*/
	}
	a.buttonklein:link	{
	background-color:  #A0A0A4; color:  white;
	padding:  4px 8px 4px 8px;
	border-width:  thin; border-style:  solid;
	border-color:  #808080 #2A0000 #2A0000 #808080;
	}
	a.buttonklein:visited{
	background-color:  #A0A0A4; color:  white;
	text-decoration:  none;
	padding:  4px 8px 4px 8px;
	border-width:  thin; border-style:  solid;
	border-color:  #808080 #2A0000 #2A0000 #808080;
	}
	a.buttonklein:hover{
	background-color:  #D1D1D6; color:  black;
	text-decoration:  none;
	padding:  4px 8px 4px 8px;
	border-width:  thin; border-style:  solid;
	border-color:  #2A0000 #808080 #808080 #2A0000;
	}

	

.meinbutton {
  background-color: #4CAF50; /* Green */
  /*width: 50%;*/
  border: none;
  /*color: white;*/
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
}

.meinbutton :hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
/*-------------Button 1 ------------*/
.meinbutton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}
.meinbutton1:hover {
  background-color: #4CAF50;
  color: white;
}
/*-------------Button 2 ------------*/
.meinbutton2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  /*width:30%;*/
  /*text-decoration:none;*/
}

.meinbutton2:hover {
  background-color: #008CBA;
  color: white;
  text-decoration:none;			  
}
/*-------------Button 3 ------------*/
.meinbutton3 {
  background-color: white; 
  color: black; 
  border: 2px solid #c51a4a;
}
.meinbutton3:hover {
  background-color: #c51a4a;
  color: white;
}
/*-------------Button 4 ------------*/
.meinbutton4 {
  background-color: white; 
  color: teal; 
  border: 3px solid  teal;
  width: 90%;
  height: 4.5rem;
}
.meinbutton4 a {
  background-color: white; 
}

.meinbutton4:hover{
  background-color: teal;
  color: white;
}
/*-------------Button 5 ------------*/
.meinbutton5 {
  background-color: white; 
  color: black; 
  border: 3px solid  teal;
  width: 90%;
}
.meinbutton5 a {
  background-color: white; 
}

.meinbutton5:hover{
  background-color: teal;
  color: white;

}


.toggle,[id^=drop] {
	display: none;
	}

/* Hintergrundfarbe für den Navigations-Container */
nav { 
	margin:0;
	padding: 0;
	background-color: #2D7D9A;
	}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
	content:"";
	display:table;
	clear:both;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

 
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #2D7D9A;
	}

	
	
/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:1.1rem;
	text-decoration:none;
	line-height:1.2rem;
	}

nav ul li ul li:hover { background: #000000; }
/* Hintergrundfarbe hover beim Quermenü bei höherer Auflösung  */
nav a:hover { 
	background-color: #666600; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 2.2rem; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:300px; /*Breite des ersten Pulldownmenüs*/
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}


/*---------------------------------------------
 Media Queries
--------------------------------------------- */
@media all and (max-width : 4800px) {
	html{
		font-size:150%;
		}
	.titel 
		{
		font-size: 1.5rem;
		}
#content{
	margin: 0 ;
	padding:1rem 1rem 5rem 1rem;
	float:left;
	width: 70%;
	}

#sidebar{
	margin: 0 ;
	float:right;
	width:29%;
	padding:1rem 1rem 5rem 1rem;
	display:block;
	}


}


@media all and (max-width : 1400px) {
	html{
		font-size:130%;
		}
	.titel 
		{
		font-size: 1.3rem;
		}


}

@media all and (max-width : 1000px) {
	html{
		font-size:110%;
		}
	.titel 
		{
		font-size: 1.1rem;
		}	
}

@media all and (max-width : 768px) {
	html{
		font-size:100%;
		}
	.titel 
		{
		font-size: 0.9rem;
		}

nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a, .menu {
		display: none;
		}

	/* Style bei der Menütabelle  für kleine Auflösung */
	.toggle {
		display: block;
		background-color: #2D7D9A;
		padding:14px 20px;	
		color:#FFF;
		font-size:1.1rem;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #666600;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	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:  #666600;
	}
  
	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 {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	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%;
	}

}


