﻿/* CSS Document  stylepcnd.css*/
/*Stand 28.04.2020*/
*{
 	font-family: "Lucida Sans Regular", Verdana, sans-serif; font-style:normal;
	/*font-weight:lighter;*/
 	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 {
	display: block;
	padding: 0.1rem;
	float: right;
	}

#container {
	max-width: 1600px;
	padding:0rem 1rem 5rem 1rem;
	}
	
#content{
	margin: 0rem 0rem 0rem 0rem;
	/*padding:0rem 0rem 2rem 0rem;*/
	float:left;
	width: 100%;
	}
	
#sidebar{
	margin-top:2rem;
	display:none;

	}


h1, h2, h3{
	color:  #006666;
}
h1	{
	font-size: 1.1rem;
	margin:1rem 0.5rem 0.5rem 0.5rem;

	border-bottom-style:solid;
	border-color:#006666;
	
	}
h2	{
	font-size: 1.05rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	}
h3	{
	font-size: 0.9rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	font-style:italic;
	}
h4	{
	font-size: 0.8rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	font-style:italic;
	}
	
hr{
	/*background-color:#963634;*/
	border:#006666  0.05rem solid;
}

ul.punktaufz{
	margin-top:0.9rem;
	list-style:square;
	list-style-type:disc;
	margin-left:1rem;
}
p,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;

	}
.textnormal
	{
	line-height:1.2rem;
	margin-top:0.5rem;
	text-align:justify;
	}
.textcode{
	margin-top:0.5rem;
	line-height:1.2rem;
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	background-color:#CCCCCC;
	font-size:0.8rem;
	
	}
.textlinks
	{
	line-height:1.2rem;
	text-align:left;
	}
.textklein
	{
	font-size: 0.7rem;
	text-align:left;
	}
.textkleinblock
	{
	font-size: 0.7rem;
	text-align:left;
	}
	
.textrot
	{
	color:red;
	}
.textgn
	{
	color: #990000;
	font-size: 0.9rem;
}
.textgnklein
	{
	color:green;
	font-size: 0.7rem;	
	}


.textrotklein
	{
	color:red;
	font-size: 0.7rem;	
	}
.textkleinzentriert
	{
	font-size: 0.7rem;	
	text-align:center;
	}

.titel 
	{
	font-family:  "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size: 1.15rem;
	color: #006666;
	text-align:left;
	display:block;	
	margin-top:0rem;
	padding-top:1rem;
	}
.titel2 
	{
	font-size: 1.1rem;
	color:white;	
	}
td, tr, table {
	border:1px #000 solid;
	border-collapse: collapse;
	text-align: center;
	margin-left:20px;
}
	table.sucherg{
	table-layout: fixed;
	border: 1px; border-style: solid;
	font-size: 10pt;
	border-collapse: 1px;
	padding-left: 50px;
	
	}
	table.software{
	table-layout: fixed; 
	border: 1px; border-style: solid;
	font-size: 8pt;
	border-collapse: 1px;
	padding-left: 100px;
	margin-left:50px;
	
	}
	tr.zeile1{
		background-color: white;
			}
	tr.zeile2{
		background-color: yellow;
			}
	tr.zeilegerade{
		background-color:#CCCCCC;
			}
	tr.zeileungerade{
		background-color:#CCFFCC;
			}
		
	th.kopf{

		}
	
img	{
	max-width:100%;
	height:auto;
	margin:0.2rem;
	vertical-align:middle;
	text-align:left;
	}
	
input{
	font-size: 1.1rem;
	
}

input:focus{

	background-color: #fbfb72;
	}
	
	
	
a.inhaltlink:link,  a.inhaltlink:visited,  a.inhaltlink:active{
  text-decoration: none;
  color:#006666;
}
a.inhaltlink:hover {
  text-decoration: underline;
  color:#006666;  
  font-weight:bold;
}
	
.meinbutton {
  background-color: #006666; /* Green */
  width: 300px;
  height:2rem;
  border: none;
  color: white;
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.meinbutton :hover {
  background-color: #4F7DC8; /* Green */
  color: white;
  
}

.meinbutton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #006666;
  display: block;
  text-decoration:none;

}

.meinbutton1:hover {
  background-color: #006666;
  color: white;
  display: block;
  text-decoration:none;

}

.meinbutton2 {
  background-color: white; 
  color: black; 
  border: 2px solid #4F7DC8;
   display: block; 
}

.meinbutton2:hover {
  background-color: #4F7DC8;
  color: white;
   display: block;   
}
.meinbutton3 {
  background-color: white; 
  color: black; 
  border: 2px solid #006666;
  text-decoration:none;
	}

.meinbutton3:hover {
  background-color: #006666;
  color: white;
  text-decoration:none;
}


.toggle,[id^=drop] {
	display: none;
	}

/* Hintergrundfarbe für den Navigations-Container */
nav { 
	margin:0;
	padding: 0;
	background-color: #006666;
	}
/* 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: #006666;
	}

	
	
/* Styling the links */
nav a {
	display:block;
	padding:10px 20px;	
	color:#FFF;
	font-size:0.9rem;
	text-decoration:none;
	line-height:1.3rem;
	}

nav ul li ul li:hover { background: #f5f5f6; }
/* Hintergrundfarbe hover beim Quermenü bei höherer Auflösung  */
nav a:hover { 
	background-color: #4F7DC8; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	top: 2.1rem; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:250px;
	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:250px; 
}


/*---------------------------------------------
 Media Queries
--------------------------------------------- */
@media all and (max-width : 4800px) {
	html{
		font-size:150%;
		}
	.titel 
		{
		font-size: 1.3rem;
		}
#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.2rem;
		}


}

@media all and (max-width : 1000px) {
	html{
		font-size:110%;
		}
	.titel 
		{
		font-size: 1.15rem;
		}	
}

@media all and (max-width : 768px) {
	html{
		font-size:100%;
		}
	.titel 
		{
		font-size: 0.95rem;
		}

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: #006666;
		padding:14px 20px;	
		color:#FFF;
		font-size:1.0rem;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #4F7DC8;
	}

	/* 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 { 
	/*Hover auf  aufgeklapptes Untermenü bei kleiner Auflösung*/
		background-color:  #4F7DC8;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:1.0rem; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color:#b0b0b0; 
		/*Hintergrundfarbe von aufgeklapptem Untermenü in kleiner Auflösung*/
	}

	/* 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%;
	}

}


