﻿
/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0; background: transparent; font-size:16px; background-color:white; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:  "Times New Roman", Times, serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #00327F;
	}

ol, ul { list-style: none; }


/* Global */

html 	{  color: #00327F;  }        /* dunkelblau */
body	{  text-align:center;	}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color:black }

h1 { font-size:2em; text-align:center; }
h2 { font-size:20px;  }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #00f;  }
a:visited		{ color: black;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color: #00327F; font-size:1.5em; }
ol li	     	{ color: #00327F; font-size:1.5em; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{ font-size:1.5em;	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */


#top				{ width:100%; overflow: hidden; padding:40px 0;  border-bottom:#eee;	}
#topBild			{ width:100%; height:358px; overflow: hidden; border-bottom:#eee; 
					  background-image: url('../images/Banner.png');
					  background-repeat:no-repeat;

					}
    				 				
#logo	 			{  float:left; margin:0 0 0 40px;  }

#social-media			{ float:right; margin:0 22px 0 0; text-align:left; }
#social-media ul 		{	}
#social-media ul li		{ display:inline;  	}
#social-media ul li a	{	}
#social-media p			{ color:#000; margin:1em 4em 1em 0px; font-size:11px; }

#topnav 		{ 	overflow: hidden;
    				background-color: #333;
    			/* 	position: fixed; 		Set the navbar to fixed position */
    			/*	top: 0; 				 Position the navbar at the top of the page */
    				width: 100%; 			/* Full width */

    			}
#topnav a		{ 	float: left;
					display: block;
    				color:blue;
    				text-align: center;
    				padding: 14px 16px;
    				text-decoration: none;
    				border-right: 1px solid #bbb;
    				font-size: 17px;
    			}
/* Change the color of links on hover */
#topnav a:hover {   background-color: #ddd;	text-decoration: underline;    color: black; }

/* Add a color to the active/current link */
#topnav a:active    {    color: white; }
#topnav a:last-child { 	border-right: none;		/* kein Strich rechts */
						float:right;			/* rechtsbÜndig */
					}

 			/* 	Navigationsleiste links am Rand */
#leftnav 		{ 	width: 70px; background-color:transparent; margin-top:10px; color:#00327F; }
#leftnav a		{ 	font-size:20px;	 color:#00327F; }
/* Change the color of links on hover */
#leftnav a:hover {   background-color: #ddd;	text-decoration: underline;    color:#990099; }
/* Add a color to the active/current link */
#leftnav a:active    {  background-color:#ccc;  color: white; }

.module {
  background: url(../images/Kreis.png);
  background-size: cover;
  width: 120px;
  height: 117px;
  margin: 30px 0 0 100px;
  position: relative;
  float: left;
}
.spacer {
  background-size: cover;
  width: 120px;
  height: 40px;
  margin: 30px 0 0 100px;
  position: relative;
  float: left;
}
.module_blau {
  background: url(../images/Kreisblau.png);
  background-size: cover;
  width: 120px;
  height: 116px;
  margin: 30px 0 0 100px;
  position: relative;
  float: left;
}

.mid h2 {
  font-weight: 900;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}
.mid a {
  font-weight: 900;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 52%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}


#banner 			{ float: center; margin-left:300px; margin-top:70px;}
#banner h1   		{ font-size:2em; text-align:center; }
#banner h2 			{ font-size:32px; margin-bottom:1em; }
#banner ol 			{ list-style:none; margin-left:44px ; }
#banner li, h3   	{ margin-bottom:1em;font-weight: normal; }
#banner p 			{ margin-bottom:1em; font-size:1.3em; color: #00327F; }
#banner h4 			{ font-size:1.5em; text-align:left; font-weight:bold; }

#subtext 			{ width:100%; overflow:hidden;  padding:10px 0; background-color:transparent; }
#subtext p			{ line-height:180%; font-size:22px;  color:#fff; text-align:center; background-color:transparent;  }
#subbanner 			{ width:100%; background-color:#555; overflow:hidden;  padding:10px 0; margin-top:30px ; }
#subbanner p		{ line-height:180%; font-size:22px; font-weight:bold; color:#fff; text-align:center;  }

#rightside 			{ padding:20px; margin-left:500px;  }
#rightside h1		{ font-size:30px; margin:0 0 10px 0; border-bottom:1px #999 solid;  }
#rightside h2		{ font-size:26px; margin:10px 0px ; text-align:left; }
#rightside p		{ font-size:24px; line-height:150%; margin:10px 10px 0 0; }

#content 			{ background-color:#C6D5E3; float:left; padding-left:22px; padding-right:22px;  }
#content h1			{ font-size:24px; margin:0 0 10px 0; border-bottom:1px #999 solid;  }
#content h2			{ font-size:22px; margin:10px 0px ; text-align:left; }
#content h3			{ margin:10px 0px ;   }
#content p			{ font-size:20px;line-height:150%; margin:10px 10px 0 0; }
#content img		{ padding:8px; border:1px #ccc solid; margin:8px;    }
#content li			{ font-size:22px; margin-left:22px; }

#footer 			{ clear:both; padding-left:5em; padding-right:4em;   background-color:transparent;  overflow: hidden;}
#footer p 			{ padding:10px; float: left; display: inline; }
#footer h1 			{ padding:10px;  float: left; font-size:20px; color:#00327F;  }
#footer ul			{ padding:10px; text-align:right; float: right; color::black;  }
#footer ul li		{ display:inline;  	}
#footer a			{  }

#footer a:link			{ color: black;  }
#footer a:visited		{ color: #00327F;  }
#footer a:active		{ color: #000;  }
#footer a:focus			{ color: #666;  }
#footer a:hover     	{ color: #f00;  }


#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }


/* Layout Extra */

.backgroundchange {     
						background: grey;
						background-repeat:no-repeat;
					/*	margin:40px;    */
						background-size:  cover;  /* contain;  */
				}
.bannerchange {	width:100%; height:358px; overflow: hidden; ; border-bottom:#eee;
				background-repeat:no-repeat; background-size: cover; 
				background-position:center;
			  }

@media screen and (min-width: 2080px) and (orientation: landscape) {
    .bannerchange { background-image: url('../images/BannerQ3.png'); }
    .backgroundchange { background-image: url('../images/HintergrundQ3.png'); }
    .module   	{ margin: 50px 0 0 140px; }		/* Leftnav weiter nach unten */
    .module_blau{ margin: 50px 0 0 140px; }	
     #leftnav 		{ margin-top:130px;  }
}
@media screen and (min-width: 1500px) and (max-width: 2079px) and (orientation: landscape) {
       .bannerchange { background-image: url('../images/BannerQ2.png');    }
       .backgroundchange {
        background-image: url('../images/HintergrundQ2.png'); }
    	.module   	{ margin: 40px 0 0 120px; }		/* Leftnav weiter nach unten */
    	.module_blau{ margin: 40px 0 0 120px; }	
     	#leftnav 		{ margin-top: 70px;  }
        background-color:#ACFFFF;		/* hellblau */
}
@media screen and (max-width: 1499px) and (orientation: landscape) {
    #banner 	{ margin-left:240px; margin-right:20px; }
    #banner h1 { font-size:1.4em;  }
    .bannerchange { background-image: url('../images/BannerQ1.png');    }
    .backgroundchange {
        background-image: url('../images/HintergrundQ1.png');
        background-color: red;
    				}
    .module   	{ margin: 30px 0 0 60px; }		/* Leftnav weiter nach links */
    .module_blau{ margin: 30px 0 0 60px; }	
}

/*   Bildformat hochkant:   */

@media screen and (min-height: 2080px) and (orientation: portrait) {
    #banner 	{ margin-left:200px; margin-right:20px; }
    .module   	{ margin: 30px 0 0 60px; }		/* Leftnav weiter nach links */
    .module_blau{ margin: 30px 0 0 60px; }	
    .bannerchange { background-image: url('../images/BannerH3.png');    }
    .backgroundchange {
        background-image: url('../images/HintergrundH3.png');
        background-color: blue;
    }
}
@media screen and (min-height: 1500px) and (max-height: 2079px) and (orientation: portrait) {
    #banner 	{ margin-left:200px; margin-right:20px; }
    #banner h1  { font-size:1em;   }
    #banner li	{ font-size:1.4em; }
    .module   	{ margin: 30px 0 0 60px; }		/* Leftnav weiter nach links */
    .module_blau{ margin: 30px 0 0 60px; }	
    .bannerchange { background-image: url('../images/BannerH2.png');    }
    .backgroundchange {
        background-image: url('../images/HintergrundH2.png');
        background-color: green;
    }
}
@media screen and (max-height: 1499px) and (orientation: portrait) {
    #banner 	{ margin-left:200px; margin-right:20px; }
    #banner h1  { font-size:1em;   }
    #banner li	{ font-size:1.4em; }
    .module   	{ margin: 30px 0 0 30px; }		/* Leftnav weiter nach links */
    .module_blau{ margin: 30px 0 0 30px; }	
    .bannerchange { background-image: url('../images/BannerH1.png');    }
    .backgroundchange {
        background-image: url('../images/HintergrundH1.png');
        background-color: white;
        background-size: cover;
    }
}


/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{  margin-top:5px;	background:none; font-weight:bold;		}
	
submit	{  background:none; font-size:4em;	 }

input 	{ border:1px #bbb solid; padding:5px; background:#CCCCCC; 	}
		
input:focus, textarea:focus	{ background-color:#EFDEDE; }

textarea { margin:0 0 16px 0px;border:1px #bbb solid;  background:none; }
fieldset { width: 200px;  padding-left:3em; padding-bottom:0em;  margin-bottom:2em;  }

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:170px;
		font-size:18px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:80%; font-style:normal; color:#fff; text-align:center; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


