
	@font-face {
font-family: 'Nueva0';
  src:url(fonts/Nueva0.eot);
  src: 	url('fonts/Nueva0.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
  }
  
  	@font-face {
font-family: 'Nueva6';
  src:url(fonts/Nueva6.eot);
  src: 	url('fonts/Nueva6.otf') format('opentype');
		font-weight: 100;
		font-style: normal;
  }
  
    	@font-face {
font-family: 'MPcond';
  src:url(fonts/MP-cond.eot);
  src: 	url('fonts/MP-cond.otf') format('opentype');
		font-weight: 100;
		font-style: normal;
  }
      	@font-face {
font-family: 'MPlightcond';
  src:url(fonts/MP-lightcond.eot);
  src: 	url('fonts/MP-lightcond.otf') format('opentype');
		font-weight: 100;
		font-style: normal;
  }
        	@font-face {
font-family: 'MPboldcond';
  src:url(fonts/MP-boldcond.eot);
  src: 	url('fonts/MP-boldcond.otf') format('opentype');
		font-weight: 100;
		font-style: normal;
  }

fieldset {
    margin: 1em;
    padding: 1em;
    border: 0.1em solid #000;
}
legend {
    /*text-transform: lowercase;*/
}
hr{border:dashed 1px;}
h1{font-family:Nueva6; font-size:56px; margin:5px 0px;}
h2{font-family:Nueva6; font-size:42px; margin:0px 0px -12px 0px;}
h3{font-family:MPcond; font-size:24px; margin:0px 0px 0px 0px;}
h4{font-family:MPboldcond; font-size:18px; margin:20px 0px 0px 0px;}
h5 {font-family:MPcond; font-size:16px; margin:-20px 0px 0px 80px;}
h6 {font-family:MPlightcond; font-size:18px; margin:0px 0px 0px 10px;}
p {font-family:MPlightcond; font-size:20px;}
p.tabber {font-family:MPcond; font-size:24px;}
ul li {font-family:MPcond; font-size:20px; padding-top:5px;}
ul li ul li{font-family:MPlightcond; font-size:20px; list-style-type:none;border-left:3px solid #ccc; padding-left:10px;}
ul li ul li ul li{font-family:MPlightcond; font-size:16px; list-style-type:none;border:2px solid #ccc; background-color:#efefef; padding-left:10px; margin-bottom:20px;}
ul.bereich li {font-family:MPlightcond; font-size:16px; list-style-type:none;border:2px solid #ccc; background-color:#efefef; padding-left:10px; margin-bottom:20px;}
div.zitat{position:absolute; top:20px; right:100px; z-index:3000; width:310px;}
p.zitat::before{content: '„'; font-style: normal; font-size: 200px; margin-right: -30px; line-height: 0.0; color: #cccccc; z-index: -1;}
p.zitat {line-height: 1.5; color: #1d1d1d; padding: 5px; font-family: 'Times New Roman'; font-size: 20px; font-style: italic; z-index: 50; margin-bottom: -20px;}
p.zitatautor{text-align: right; font-family:MPboldcond; font-size: 20px; color:#202020}
p.aendern{font-family:MPboldcond; font-size: 20px; width:100%; border-bottom: 1px #000000 solid;}
p.team{font-family:MPlightcond; font-size: 20px !important}
span.listheader{font-family:MPcond; font-size:20px; color:#f49f26;}
span.listreferent{font-family:MPlightcond; font-style:italic; font-size:16px;}
div.datei{background-color:#ccc; display:inline-block; font-family:MPlightcond; margin-left:-15px; margin-bottom:-10px; width:100%; font-style:italic; font-size:16px; }
a {font-family:MPboldcond; font-size: 16px; color:#459fb7}
a:visit {font-family:MPboldcond; font-size: 16px; color:#459fb7}
a:hover{font-family:MPboldcond; font-size: 16px; color:#f49f26;}
span.login{font-family:MPboldcond; font-size:20px;}
td span.login{font-family:MPlightcond; font-size:20px;}


@media only screen and (orientation: landscape)and (max-device-width: 800px) {
#footer {position: fixed; bottom:0px; right:0px; transform:scale(0.5); transform-origin: bottom;}

}
#background {position:absolute; bottom:0px; right:0px;}
#logo {position:absolute; bottom:90px; right:45px;}
#footer {position: fixed; bottom:0px; right:0px;}

.topnav {
  background-color: #459fb7;
  overflow: hidden;
  position:fixed;
  width:100%;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family:MPcond;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #f49f26;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #f49f26;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media only screen and (max-device-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a {font-size:54px}

  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media only screen and (max-device-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	

  }
} 

.container {
    height:100vh;
    display: grid;
	grid-template-rows: 100px 150px 1fr 1fr 150px 1fr 370px;    
    grid-template-columns: 100%;
    grid-template-areas:
		"void"
        "header"
        "contentleft"
		"contentright"
		"sidebar"
        "small"
        "footer"
    ;
}

@media only screen and (orientation: landscape)and (min-device-width: 600px) {

    .container {
	grid-template-rows: 80px 1fr 1fr 1fr 120px;        
        grid-template-columns: 15% 15% 15% 15% 40%;
        grid-template-areas: 
			"void void void void void"
            "header header header header sidebar"
            "contentleft contentleft contentright contentright sidebar"
			"small small small small sidebar"
            "footer footer footer footer footer"
        ;
    }

}

void {

    grid-area: void;

}

header {
	padding-left:20px;   
    grid-area: header;

}

articleleft {
    padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
    grid-area: contentleft;

	
}
articleright {
    padding-left:20px; 
    grid-area: contentright;
	padding:0px 5px;

}
@media only screen and (orientation: landscape)and (min-device-width: 600px) {
aside {
    
    grid-area: sidebar;
	position:fixed;
	right:0px;
	width:40%;
	height:auto;
	
}	
}
@media only screen and (orientation: portrait)and (min-device-width: 600px) {
aside {
    
    grid-area: sidebar;
	position:relative;
	bottom:0px; 
	right:0px;
	width:100%;
	height:300px;
	
}	
}
aside {
    grid-area: sidebar;
	
	
}
small {
    
    grid-area: small;
	padding:0px 5px;
		}

footer {
    background:#4e3489;
    grid-area: footer;
	z-index:1000;
}

/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   border-bottom: 1px solid silver;
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6 { display: block; }

nav label {
   float: left;
   padding: 0px 15px 0px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #459fb7;
   color: #eee;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after,
#tab6:checked ~ nav label[for="tab6"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

.klappname {display:inline-block;}
.trenner {margin-bottom:-35px;}
.toklapp {display:none; margin-top:-10px;}
[id^="kl_"] p {font-family:MPlightcond; font-size:16px;}
[id^="klapp"] {text-decoration:none; color:#459fb7;}
[id^="klapp"] span:nth-of-type(2) {text-decoration:none; color:#f49f27;}
