@charset "utf-8";

/* =============================================================================
   HTML5 display definitions = FORMER BOILERPLATE CSS
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Tahoma, Arial, sans-serif; color: #111; }
body { margin: 0; font-size: 1em; line-height: 1.4; background-color: #FFF; overflow-y:scroll; overflow-x:hidden;}


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== RESPONSIVE CSS =============================================================================================
   Author: EL 2021
   =================================================================================================================== */


:root {
  color-scheme: light dark;
}


img, object, embed, video {
	max-width: 100%;
	height:auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {
	position:relative;	
}

/* Mobile Layout: 480px and below. */
  
#contentcontainer {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin: 0;
	padding:0;
	width: 100%;
	height: auto;
	clear: none;
	float: none;
	overflow-x:hidden;
	overflow-y:auto;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.main_fileguide {
    display: none;
}

.sub_fileguide {
    display: inherit;
}

#hintergrund {
  background: url("/img/wireframebackground5.jpg");
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 150%;
  position: fixed;
  width: 100%;
  height:100%;
  z-index:-1;
}

#hauptmenuback {
	margin:0;
	padding:0;
	display:block;
	position:fixed;
	z-index:100;
	top:0;
	width:100%;
	/* height:100px; */
	/*overflow:hidden;*/
	background-color:#FAFAFA;
	border-bottom:2px solid #eee;
}

#hauptmenu {
	display:block;
	width:96%;
	margin-left:2%;
	margin-right:auto;
	margin-top:2px;
	min-width:320px;
}

#hauptmenubuttons {
	display:block;
	width:98%;
	float:left;
	margin:0;
	text-align:left;
	/*overflow:hidden;*/
	
}

.toplevelmenu {
	margin: 0;
	padding: 0;
	list-style:none;
	display: flex;
	position: relative;
}

.toplevelmenu li {
	text-align:left;
}

.submenu-holder {
	position:relative;
}

.submenu {
	position:absolute;
	/*top: 100%;*/
	left: 0px;
	width: auto;
	display:flex;
	/*visibility: hidden;*/
	background-color: #FAFAFA;
	max-height:0;
	transition: max-height 0.3s;
	overflow:hidden;
}


.servicesubmenu {
    left:-70px;
}
.tutsubmenu {
    left:-35px;
}



.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toplevelmenu li a {
	font-size:15px;
	text-decoration: none;
	padding: 10px 10px 5px 0px;
	width:auto;
	display:block;	
	color: #1F4E80;
}

.hovermenu {
	color: #1F4E80;
}

.directmenu {
	color: #1F4E80;
}

.menuitemsymbol {
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.submenu li a {
	width:140px;
    padding: 5px 10px;	
	color: #1F4E80;	
	border-left:2px solid #eee;
	border-right:2px solid #eee;
	border-bottom:2px solid #eee;
	border-top:2px solid #FAFAFA;
}

.tutsubmenu li a {
    width:180px;;
}

.submenu li a:hover,
.submenu li a:focus-within {
	color:#F1A45A;
}

.toplevelmenu li:hover .hovermenu,
.toplevelmenu li:focus-within .hovermenu {
	color:rgba(31,78,128,0.3);
}

.toplevelmenu li:hover .menuitemsymbol,
.toplevelmenu li:focus-within .menuitemsymbol {
	opacity:0.2;
}

.toplevelmenu li:hover .directmenu,
.toplevelmenu li:focus-within .directmenu {
	color:#F1A45A;
}

.toplevelmenu li:hover .submenu,
.toplevelmenu li:focus-within .submenu  {
	max-height:700px;
		
}


.sprache {
	display:block;
	padding:0;
	font-size:0.8em;
	text-align:right;
	color: #1F4E80;
	margin-top:0.5%;
	margin-bottom:5px;
	margin-right:15px;
}

.sprache a {
  margin:0;
  display: inline-block;
  color: #1F4E80;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
}

.sprache a img {
	display:inline-block;
	height:0.8em;
	width:auto;
	margin:0;
	padding:0;
	margin-right:2px;
	vertical-align:baseline;
}

.sprache a:hover,
.sprache a:focus-within {
   color: #F1A45A;
}


.logo {
	display:block;
	width:100px;
	float:left;
	margin-bottom:0px;
	margin-top:0px;
}

#platzhaltermenu {
	display:block;
	width:100%;
	height:50px;
}

#sitemapback {
	display:block;
	width:100%;
	background-color: #1F4E80;
}

#sitemap {
	display:block;
	padding-left:5%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}


#sitemap div {
	display:inline-block;
	width:45%;
	vertical-align:top;
}

#sitemap div.interfaces {
	width:100%;
}

#sitemap p {
	text-align: left;
	font-size: 16px;
	color:#FFF;
	font-weight:normal;
	width:40px;
	margin-bottom:5px;
	border-bottom:2px solid #F1A45A;

}

#sitemap div.interfaces p {
	margin: auto;
	width: 95px;	
}

#sitemap a {
	color:#E4E9EF;
	display: block;
	text-align: left;
	border:none;
	width:100%;
	text-decoration:none;
	font-weight:normal;
	font-size: 14px;
	line-height:30px;
}

#sitemap div.interfaces a {
	display:inline-block;
	width:auto;
	margin: auto 0px;
}

#sitemap a:hover,
#sitemap a:focus-within {
   color: #F1A45A;
}

#kapitel {
	margin:0;
	display: flex;
	flex-flow: column;
	clear: both;
	overflow:hidden;
	width:100%;
}

#kapitellinks {
	display: block;
	width:100%;
	text-align:center;
}

#kapitelrechts {
	display:block;
	width:100%;
	text-align:center;
}

#kapitelmitte {
	display: block;
	width:95%;
	margin:10px auto;
	max-width:1200px;		
}

#kapitelwrapper {
	display:inline-block;
	width:95%;
	text-align:left;
}


#kapitellinks.bild img, #kapitelrechts.bild img {
	width:90%;
	height:auto;
	max-width:480px;
	margin:10px 0;
	pointer-events: none;
}

#kapitelrechts.text {
	order:1;
}
#kapitellinks.bild {
	order:2;
}


#kapitel p, #kapitel li {
	font-size:14px;
}

#kapitel li {
    list-style-type: square;
} 

#kapitel li::marker {
  color: #1F4E80;
 
}

#kapitel ul { 
   padding-left: 1em;
}

#kapitel a {
	text-decoration:none;
	color:#C4660E;
}

#kapitel a:hover,
#kapitel a:focus-within {
	color:#DE7D28;
}

#kapitel.blue {
	background-color:#E4E9EF;
}

#kapitel.white {
	background-color:#FFFFFF;
}

.iconbuttons {
	background-color:#fff;
	display:block;
	width:100%;
	clear: both;
	overflow:auto;
	text-align:center;
	padding: 20px 0;
}

#buttonzeile.iconbuttons div {
	display:inline-block;
	width:15%;
	max-width:140px;
	min-width:80px;
	text-align:center;
	vertical-align:top;
}

.iconbuttons a {
	display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    border-radius: 50%;
    text-align:center;
    text-decoration:none;
    background: #C4660E;
	margin-bottom:10px;	
	box-shadow: 0px 5px 10px #888;
}

.iconbuttons a:hover,
.iconbuttons a:focus-within {
	background: #DE7D28;
}

.iconbuttons p {
    color: #1F4E79;
	font-weight: normal;
	font-size:12px;
	line-height:12px;
}

.iconbuttons img {
    width:35px;
	max-width:40px;
}


#headline {
	margin:auto;
	display: block;
	clear: both;
	overflow:hidden;
	height:90px;
	position:relative;
	/*border-top:1px solid #CBD5E1;*/
	border-bottom:1px solid #CBD5E1;
}

#headline h1, .fakeh1 {
	position:absolute;
	bottom:0;
}

.headlinesubtext {
	display:inline;
	font-size:0.9em; 
	border-top: 2px solid #1F4E79;
}


h1, .fakeh1 {
	/*color: #DE7D28;*/
	color:#1F4E79;
	display:block;
	width:100%;
	margin-left:2%;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:19px;
}

h2, .fakeh2 {
	display:block;
	color: #1F4E79;
	font-weight:normal;
	font-size:16px;	
	margin-bottom:0;
	margin-left:0;
}

h3 {
	display:inline-block;
	color: #1F4E79;
	font-weight:normal;
	font-size:15px;
}


.textbutton {
	text-align:center !important;
	font-size:0.9em;
	color:#1F4E80 !important;
	padding:0 10px;
	border:1px solid #1F4E80;
    display:inline-block;
	min-width:130px;
	height:30px;
    line-height:30px;
    border-radius: 15px;
    text-align:center;
    text-decoration:none;
    background-color:transparent;
	margin-top:-10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:5px;
}

.textbutton:hover,
.textbutton:focus-within {
	color:#DE7D28 !important;
	border-color:#DE7D28 !important;
	border
}



/* SPECIAL OBJECTS */

.headtext {
   font-size:14px !important; 
 
}

.menumarker {
	border-bottom:2px solid #fff !important;
}

.nomobile {
	display: none;
}

#headbutton {
	background:transparent;
	position:absolute;
	text-align:right;
	z-index:50;
	padding:0;
	width:99%;
}

#headbutton a {
	
}

#headbutton img {
	height:60px;
	width:auto;
	margin-top:15px;
	border:2px solid #fff;
}

#headbutton img:hover {
	border:2px solid #ED9B4E;
}


#overlay {
     height: 0;
     width: 100%;
     position: fixed;
     z-index: 200;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.7);
     overflow-x: hidden;
     transition: 0.5s;
	 padding:0;
	 margin:0;
}

#iframeoverlay {
	position:absolute;
	border:none;
	padding:0;
	margin:0;
	width:100%;
	height:97%;
	top:2%;
	left:0;
	
}

#overlaynav {
	padding:0;
	display:none;
	float:right;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:1%;
	text-align:right;
	color:#fff;
}

#overlaynav a {
	text-align:left;
	font-size:1em;
	margin:0;
	padding:0;
	color:#fff;
    display:inline-block;
    line-height:32px;
    border-radius: 8px;
    text-align:center;
    text-decoration:none;
    background: #C4660E;
	margin-left:5px;
}

#overlaynav a img {
    width:32px;
	height:auto;
	margin:0;
	padding:0 8px;
}

#overlaynav .backlabel {
	padding:0 10px;
	border-left: 1px solid #fff;
}

#overlaynav a.printbutton {
	display:none;
}


#overlaynav a:hover {
	color:#fff;
	background: #DE7D28;
}


#teaserboxes {
	display:block;
	background-color:#FFF;
	width:100%;
	clear: both;
	overflow:auto;
	text-align:center;
	padding-bottom: 20px;
	padding-top: 20px;
	position:relative;
}


#teaserboxes a {
	display:inline-block;
	color: #000;
	background-color:#E4E9EF;
	width:90%;
	max-width:350px;
	min-width:200px;
	text-align:center;
	vertical-align:top;
	margin:5px;
	text-decoration:none;
	overflow:hidden;
	position:relative;
}

#teaserboxes a:hover > p.overlaytext,
#teaserboxes a:focus-within > p.overlaytext {
	height:100%;
}

#teaserboxes p {
	display:block;
	margin: 5px 0;
	height:3em;
	font-size:14px;
}

#teaserboxes p.overlaytext {
	display:block;
	position:absolute;
	width:100%;
	height:0%;
    top:0px;
	left:0px;
	background-color:#DE7D28;
	color:#fff;
	margin:0;
	padding:0;	
	overflow:hidden;
	text-align:left;
	transition: height 0.3s ease-out;
}

#teaserboxes span.fixpos {
	display:block;
	padding:4%;
}

#teaserboxes span.clickme {
	border:1px solid #fff;
	display:block;
	position:absolute;
	width:92%;
	top:80%;
	text-align:center;
}

#teaserboxes .fakeh2 {
	margin-top:-15px;
}

#teaserboxes img {
	pointer-events: none;
}

#uspdiv {
	position:absolute;
	right:2%;
	top:83px;
	display:block;
}

.usptext {
	position:relative;
	display:inline-block;
	color: #fff;
	background-color: #1F4E80;
	font-size:1em;
	letter-spacing:0.04em;
	font-weight:normal;
	width: 185px;
	text-align:left;
	padding-left:25px;
	padding-top:6px;
	padding-bottom:8px;
	position:relative;
	margin-left:30px;
	box-shadow:4px 4px 15px #7985A1;
}

.uspsubtext {
	display:block;
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
	
}

.usptext img {
	width:45px;
	position:absolute;
	left:-30px;
	top:4px;
	float:left;
}

#usp2 {
	display:none;
}
#usp1 {
	display:none;
}

hr.trennlinie {
	margin:0;
	padding:0;
	border-color:#E4E9EF;
	border-width: 4px;
}

/* ANIMATIONS */

.buttoncolorchange {
	animation: blueorange 3s;
}

@keyframes blueorange {	
  0% {
    background-color: #C4660E;
  }
  25% {
    background-color: #225077;
  }
  100% {
    background-color: #C4660E;
  }
}
  
.kapitellinksanim {
	animation: enterfromright 1s;
	animation-fill-mode: forwards;
}

@keyframes enterfromright {	
 0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
  
.kapitelrechtsanim {
	animation: enterfromleft 1s ;
	animation-fill-mode: forwards;
}

@keyframes enterfromleft {	
 0% {
    opacity: 0;
    transform: translateX(200px) ;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }      
}

@supports (animation-fill-mode: forwards) {
	
	#kapitellinks.bild img, #kapitelrechts.bild img {
	    opacity: 0;
    }
	
}


.expandtextanim {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}


@media only screen and (min-width: 460px) {
	
.nomobile {
	display: inline-block;
}

.directmenu {
	margin-right:4px;
}

.servicesubmenu {
    left:-35px;
}
.tutsubmenu {
    left:0px;
}

h3 {
	
	font-size:16px;
}




}


/* Tablet Layout: 501px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {


#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}


#hauptmenubuttons {
	display:inline-block;
	width:auto;
	float:none;
	margin:0;
	text-align:left;
}



.toplevelmenu li a {
	font-size: 0.95em;
	padding: 3px 0px 5px 6px;
}

.directmenu {
	margin-right:7px;
}

.menuitemsymbol {
	width:15px;
	height:15px;
	margin-left:1px;
}


.submenu li a {
	width:150px;
	padding:5px 10px;
}

.tutsubmenu li a {
    width:180px;;
}

.servicesubmenu {
    left:-40px;
}

.tutsubmenu {
    left:-20px;
}

.sprache {
	margin-right:2%;
}



#sitemap {
	padding-left:0%;
	padding-top:10px;
	padding-bottom:10px;
}


#sitemap div {
	width:23%;
}

#sitemap div.interfaces {
	width:100%;
}

#sitemap p {
	font-size: 1em;
	line-height:1.8em;
}

#sitemap div.interfaces p {
	margin: auto;
	width: 95px;	
}

#sitemap a {
	border:none;
	font-size: 0.9em;
}

#sitemap div.interfaces a {
	display:inline-block;
	width:auto;
	margin: auto 5px;
}

#kapitel p, #kapitel li {
	font-size:1.08em;
}

.logo {
	width:120px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:9px;
}


#buttonzeile.iconbuttons div {
	width:14%;
	max-width:120px;
	min-width:85px;
}

.iconbuttons a {
    width:70px;
    height:70px;
    line-height:70px;
}

.iconbuttons p {
	font-size:0.85em !important;
	line-height:1.1em !important;
}

.iconbuttons img {
    width:50px;
}


#headline {
	height:7em;
}

h1, .fakeh1 {
	width:94%;
	font-size: 1.6em;
	margin-bottom:0;
	letter-spacing:0.008em;
}

h2, .fakeh2 {
	font-size: 1.4em;
	letter-spacing:0.008em;
}

h3 {
	font-size:1.2em;
}



.textbutton {
	font-size:1.08em;
	min-width:160px;
	height:30px;
    line-height:30px;
    border-radius: 15px;
	margin-left:0;
	margin-right:10px;
}



/* SPECIAL OBJECTS */


.headtext {
   font-size:1.2em !important; 
}

#headbutton img {
	height:80px;
	margin-top:15px;
	margin-right:10px;
}


.menumarker {
	border-bottom:3px solid #fff !important;
}

#overlaynav {
	margin-top:15px;
	padding-right:0;
}



#overlaynav a.printbutton {
	display:inline-block;
}

#teaserboxes a {
	width:70%;
	max-width:350px;
	min-width:240px;
	margin:10px 0px;
}

#teaserboxes p {
	margin: 5px 0;
	height:3em;
	font-size:1em;
}

}

@media only screen and (min-width: 690px) {	



#usp1 {
	display:inline-block;
}

.main_fileguide {
    display: inline-block;
}

.sub_fileguide {
    display: none;
}

.servicesubmenu {
    left:-30px;
}

.filesubmenu li a {
    width:185px;
}

.tutsubmenu li a {
    width:150px;
}

}


/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 801px) {	

#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
	
}



#hintergrund {
  background-size: 100%;
}

#hauptmenu {
	width:98%;
}




.toplevelmenu li a {
	font-size: 1em;
	padding: 12px 0px 5px 15px;
}


.menuitemsymbol {
	width:18px;
	height:18px;
	margin-left:1px;
}


.submenu li a {
	width:160px;
	padding:8px 20px;	
}

.filesubmenu li a {
    width:200px;
}

.servicesubmenu {
    left:-80px;
}


#platzhaltermenu {
	height:65px;
}

.sprache {
	
	font-size:0.9em;
}

#sitemap {
	padding-left:8%;
	padding-top:10px;
	padding-bottom:10px;
}


#sitemap div {
	width:20%;
}

#sitemap div.interfaces {
	width:90%;
}

#sitemap p {
	font-size: 1.2em;
	line-height:2em;
}

#sitemap div.interfaces p {
	margin: auto;
	width: 115px;	
}

#sitemap a {
	border:none;
	font-size: 0.9em;
}

#sitemap div.interfaces a {
	display:inline-block;
	width:auto;
	margin: auto 5px;
}

#kapitel {
	margin:0;
	display: table;
	clear: both;
	overflow:hidden;
	width:100%;
}

#kapitellinks.bild {
	display: table-cell;
	width:50%;
	text-align:center;
	vertical-align: middle;
	 
}

#kapitelrechts.bild {
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align: middle;
}


#kapitellinks.text {
	display: table-cell;
	width:50%;
	text-align:right;
	vertical-align: middle;
	 
}

#kapitelrechts.text {
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align: middle;
}

#kapitelwrapper {
	display:inline-block;
	width:95%;
    max-width:680px;
	text-align:left;
}


#kapitellinks.bild img, #kapitelrechts.bild img {
	width:80%;
	max-width:680px;
	margin:5% 0;
}


#kapitel p, #kapitel li {
	font-size:1.08em;
}

.logo {
	width:160px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}

#buttonzeile.iconbuttons div {
	width:10%;
	max-width:200px;
	min-width:125px;
	
}

.iconbuttons a {
    width:80px;
    height:80px;
    line-height:80px;
}

.iconbuttons p {
	display:inline-block;
	font-size:0.98em !important;
	line-height:1.3em !important;
}

.iconbuttons img {
    width:50px;
}


#headline {
	width:100%;
	height:8em;
}

h1, .fakeh1 {
	width:100%;
	font-size:1.8em;
	margin-bottom:0.1em;
	letter-spacing:0.01em;
}

h2, .fakeh2 {
	font-weight:normal;
	font-size:1.4em;
	letter-spacing:0.01em;
}


.textbutton {
	display:inline-block;
    font-size:1.08em;
	min-width:140px;
	height:30px;
    line-height:30px;
    border-radius: 15px;
	margin-left:0;
	margin-right:10px;
}



/* SPECIAL OBJECTS */

.headtext {
   font-size:1.1em !important; 
}

#headbutton img {
	height:100px;
	margin-top:0px;
	margin-right:20px;
}


.menumarker {
	border-bottom:3px solid #fff !important;
}


#overlaynav {
	margin-top:20px;
	margin-right:2%;
}

#overlaynav a.backbutton {
    line-height:35px;
   
}

#overlaynav a.printbutton {
    line-height:35px;
}

#overlaynav a img {
    width:35px;
}


#teaserboxes a {
	width:50%;
	max-width:350px;
	min-width:230px;
	margin:10px 10px;
}

#teaserboxes p {
	margin: 5px 5px;
	height:3em;
	font-size:1.2em;
}


#uspdiv {
	top:110px;
}


	
}


@media only screen and (min-width: 900px) {	

.servicesubmenu {
    left:0px;
}

#sitemap div.interfaces {
	width:70%;
}


}


@media only screen and (min-width: 1024px) {
	
#usp2 {
	display:inline-block;
}

#usp1 {
	display:inline-block;
}


.usptext {
	margin-left:55px;
}

.servicesubmenu {
    left:0px;
}
.tutsubmenu {
    left:0px;
}


#sitemap div.interfaces {
	width:60%;
}

h3 {
	font-size:1.2em;
}



	
}



/* Desktop and Tablet Landscape Layout: 1200px. Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1400px) {	
	


#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
	
}

#hintergrund {
  background-size: 100%;
}

#hauptmenu {
	width:98%;
}

.toplevelmenu li a {
	font-size: 1.1em;
	padding:8px 0px 8px 30px;
}

.menuitemsymbol {
	width:17px;
	height:17px;
	margin-left: 5px;
}

.submenu li a {
	width:180px;
	padding:8px 30px;	
}

.filesubmenu li a {
    width:220px;
}


#platzhaltermenu {
	height:70px;
}

.sprache {
	
	font-size:0.9em;
}

#sitemap {
	padding-left:8%;
	padding-top:10px;
	padding-bottom:10px;
}


#sitemap div {
	width:20%;
}

#sitemap div.interfaces {
	width:100%;
}


#sitemap p {
	font-size: 1.2em;
	line-height:2em;
}

#sitemap div.interfaces p {
	margin: auto;
	width: 115px;	
}

#sitemap a {
	border:none;
	font-size: 0.9em;
}

#sitemap div.interfaces a {
	display:inline-block;
	width:auto;
	margin: auto 5px;
}

#kapitel {
	margin:0;
	display: table;
	clear: both;
	overflow:hidden;
	width:100%;
}

#kapitellinks.bild {
	display: table-cell;
	width:50%;
	text-align:center;
	vertical-align: middle;
	 
}

#kapitelrechts.bild {
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align: middle;
}


#kapitellinks.text {
	display: table-cell;
	width:50%;
	text-align:right;
	vertical-align: middle;
	 
}

#kapitelrechts.text {
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align: middle;
}

#kapitelwrapper {
	display:inline-block;
	width:95%;
    max-width:680px;
	text-align:left;
}





#kapitel p, #kapitel li {
	font-size:1.2em;
}

.logo {
	width:200px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0px;
}

#buttonzeile.iconbuttons div {
	width:10%;
	max-width:200px;
	min-width:120px;
	
}

.iconbuttons a {
    width:80px;
    height:80px;
    line-height:80px;
}

.iconbuttons p {
	display:inline-block;
	font-size:0.95em !important;
	line-height:1.3em !important;
}

.iconbuttons img {
    width:45px;
	max-width:45px;
}


#headline {
	width:100%;
	height:10em;
}

h1, .fakeh1 {
	width:100%;
	font-size:2.2em;
	margin-bottom:0.2em;
	letter-spacing:0.01em;
}

h2, .fakeh2 {
	font-weight:normal;
	font-size:1.6em;
	letter-spacing:0.02em;
}

h3 {
	font-size:1.4em;
}

.textbutton {
	font-size:1.18em;
	min-width:150px;
	height:32px;
    line-height:32px;
    border-radius: 16px;
}


/* SPECIAL OBJECTS */

.headtext {
   font-size:1.4em !important; 
}

#headbutton img {
	height:120px;
	margin-top:20px;
	margin-right:40px;
}

.menumarker {
	border-bottom:3px solid #fff !important;
}

#overlaynav {
	margin-top:20px;
	margin-right:2%;
}

#overlaynav a.backbutton {
    line-height:35px;
   
}

#overlaynav a.printbutton {
    line-height:35px;
}

#overlaynav a img {
    width:35px;
}


#teaserboxes a {
	width:30%;
	max-width:400px;
	min-width:230px;
	margin:10px 10px;
}

#teaserboxes p {
	margin: 5px 5px;
	height:3em;
	font-size:1.2em;
}

#uspdiv {
	top:132px;
}


.usptext {
	width:190px;
	padding-top:8px;
	padding-bottom:12px;
	padding-left:40px;
	margin-left:60px;
}

.usptext img {
	width:50px;
	left:-22px;
	top:4px;
}

	
}

@media only screen and (min-width: 1650px) {	
   
h1, .fakeh1 {
	margin-left:6%;
}


#uspdiv {
	right:6%;
}
   
   
}



/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
#platzhaltermenu {
	height:100px;
}	
	
	
#hauptmenu {
	width:98%;
}

#sitemap {
	padding-left:8%;
	padding-top:10px;
	padding-bottom:10px;
}


#sitemap div {
	width:20%;
}

#sitemap div.interfaces {
	width:100%;
}

#sitemap p {
	font-size: 1.4em;
	line-height:2em;
}

#sitemap div.interfaces p {
	margin: auto;
	width: 115px;	
}

#sitemap a {
	border:none;
	font-size: 1em;
}

#sitemap div.interfaces a {
	display:inline-block;
	width:auto;
	margin: auto 5px;
}

#kapitelwrapper {
	display:inline-block;
	width:95%;
    max-width:800px;
	text-align:left;
}


#kapitellinks.bild img, #kapitelrechts.bild img {
	width:95%;
	max-width:680px;
	margin:100px 0;
}


#kapitel p, #kapitel li {
	font-size:1.4em;
}


.logo {
	width:220px;
	margin-bottom:10px;
	margin-right:10px;
}


#buttonzeile.iconbuttons div {
	width:10%;
	max-width:200px;
	min-width:125px;
	
}

.iconbuttons a {
    width:100px;
    height:100px;
    line-height:100px;
}

.iconbuttons p {
	display:inline-block;
	font-size:1.2em !important;
	line-height:1.3em !important;
}

.iconbuttons img {
    width:60px;
}


#headline {
	width:100%;
	height:10em;
}

h1, .fakeh1 {
	width:100%;
	font-size:2.5em;
	margin-bottom:0.3em;
	letter-spacing:0.01em;
}

h2, .fakeh2 {
	font-weight:normal;
	font-size:1.8em;
	letter-spacing:0.01em;
}

p {
	letter-spacing:0.01em;
}


/* SPECIAL OBJECTS */


.headtext {
   font-size:1.6em !important; 
}


#teaserboxes a {
	width:30%;
	max-width:400px;
	min-width:230px;
	margin:10px 10px;
}

#teaserboxes p {
	margin: 5px 0;
	height:3em;
	font-size:1.2em;
}	
	
	


}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 .iconbuttons a:hover {
	background: #C4660E !important;
 }
 #sitemap a:hover {
   color: #E4E9EF !important;
 }
 .sprache a:hover {
   color: #FFFFFF !important;
 }
#overlaynav a:hover {
   background: #ED9B4E !important;
 }
 
 #teaserboxes a:hover > p.overlaytext {
	height:0;
}
 
 
}

/* DARK THEME HACKS */

@media (prefers-color-scheme: dark) {

#sitemapback {
	background-color: #1F4E80 !important;
}
	 
.iconbuttons a {
   background: #C4660E !important;	
}

.iconbuttons a:hover {
   background: #ED9B4E !important;
}	 

h1, .fakeh1 {
	color:#1F4E79 !important;
}
	 
}


/* WINDOW HEIGHT SPECIALS */




@media only screen and (max-height: 700px) {

.submenu li a {
  padding: 2px 10px;	
}

}



/* PRINT SETTINGS */

@media print {
	
	
 h1, h2, h3, #kapitel, #kapitelmitte, #kapitellinks, #kapitelrechts { background: #fff !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid;}
  p, h2, h3 { orphans: 3; widows: 3; }
  h1, h2, h3 { page-break-after: avoid; }
  img  {opacity: 1 !important;}
  	

#headine {
	border: none !important;
	overflow: hidden !important;
}

#hauptmenu {
 display:none !important;
 overflow: hidden !important;
}	


#hauptmenuback {
	 border: 0 !important;
}

#uspdiv {
 display:none !important;
}
#sitemap {
 display:none !important;
}
.iconbuttons {
 display:none !important;
}	
#overlay {
	display:none !important;
}
#platzhaltermenu {
	display:none !important;
}

table, tr, td, th {
	-webkit-print-color-adjust: exact !important;
}

#kapitellinks img, #kapitelrechts img {
	display:block !important;
	max-width: 340px !important;
	page-break-inside: avoid !important;
	margin: 5px auto !important;
}

#teaserboxes a {
	width:30%;
	max-width:200px;
}



	
}