@charset "utf-8";
@viewport {
width: device-width;
}
/* =============================================================================
   HTML5-Anzeigedefinitionen
   ========================================================================== */

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; }

/* =============================================================================
   Basis
   ========================================================================== */

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	
	 }

body { 
	margin: 0; 
	font-size: 0.875em; 
	line-height: 1.231; 
	letter-spacing: 0.07em;
	background-image:url( );
	background-size: auto;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	}

/*body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}*/

body, button, input, select, textarea, p { font-family: sans-serif; color: #222; -moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
-khtml-hyphens: auto;
hyphens: auto; 
}
/* Dreamweaver: die folgenden Codestellen auskommentieren, wenn die Auswahlmarkierung angepasst werden soll
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Hyperlinks
   ========================================================================== */

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die über die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover): h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Eingebetteter Inhalt
   ========================================================================== */

/*
  * 1. Verbessern der Bildqualität beim Skalieren in IE7: h5bp.com/d
 * 2. Entfernen der Lücke zwischen Bildern und Rahmen in Bildcontainern: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* ==|== Primärstile ========================================================
   Autor: 
   ========================================================================== */
.background-logo {
  background-image: url(../img/logo-dtp_240.png);
  background-size: contains;
  background-repeat:no-repeat;
}
.higru-blau-dunkel-hell-dunkel {
	background: -o-linear-gradient(to top, #000066, #9DCEFF, #003399);
    background: -moz-linear-gradient(to top, #000066, #9DCEFF, #003399);
    background: -webkit-linear-gradient(to top, #000066, #9DCEFF, #003399);
	background: -webkit-linear-gradient( #000066, #9DCEFF, #003399);
    background: -ms-linear-gradient(to top, #000066, #9DCEFF, #003399);
	background: linear-gradient(to top, #000066, #9DCEFF, #003399);
	background-attachment:fixed;
	background-position:top;
	background-size: cover;
	}
.higru-farbverlauf-weiss-blau {
	background: linear-gradient(to top, #9DCEFF, #FFFFF0, #9DCEFF);
    background: -o-linear-gradient(to top, #9DCEFF, #FFFFF0, #9DCEFF);
    background: -moz-linear-gradient(to top, #9DCEFF, #FFFFF0, #9DCEFF);
	background-attachment:fixed;} 
.higru-farbverlauf-weiss-orange {
	background: linear-gradient(to top, #FF6600, #FFFFF0, #FF6600);
    background: -o-linear-gradient(to top, #FF6600, #FFFFF0, #FF6600);
    background: -moz-linear-gradient(to top, #FF6600, #FFFFF0, #FF6600);} 
.higru-farbverlauf-weiss-green {
	background: linear-gradient(to top, #00CC00, #FFFFF0, #00CC00);
    background: -o-linear-gradient(to top, #00CC00, #FFFFF0, #00CC00);
    background: -moz-linear-gradient(to top, #00CC00, #FFFFF0, #00CC00);} 
.higru-farbverlauf-weiss-grau {
	background: linear-gradient(to top, #9DCEFF, #FFFFF0, #CCCCCC);
    background: -o-linear-gradient(to top, #9DCEFF #FFFFF0, #CCCCCC);
    background: -moz-linear-gradient(to top, #9DCEFF, #FFFFF0, #CCCCCC);} 	

.higru-farbverlauf-blau-hellblau {
	background: linear-gradient(to top, #99CCFF, #003366, #99CCFF, #003366);
    background: -o-linear-gradient(to top, #99CCFF, #003366, #99CCFF, #003366);
    background: -moz-linear-gradient(to top, #99CCFF, #003366, #99CCFF, #003366);
	background-attachment:fixed;} 	
	
.higru-tischplatte {
	background-image:url(../img/tischplatte_122239.jpg);}
.higru-desk {
	background:url(../images/desktop-20220304_174202.jpg);
	background-attachment:fixed;
	background-size:cover; }
.higru-white {
	background-color: #FFFFFF;
}
.higru-blau {
	background-color: #99FF66;
}
.higru-gruen {background-color: #99FF99;
}
.menue {
	color: #FFF;
	margin-left: 1em;
	margin-right: 0.7em;
	}
	
.menue li {
	padding: 0.3em 1em;
	margin: 0.8em;
	border-radius: 0.7em;
	border-left:#006 groove 1px; 
	border-bottom:#006 groove 1px;	
	}	
	
.runde-ecke {
	border-radius: 0.8em;}	
.linie {
	border:0;
	height:5px;
	margin-top:-1px;
	background: linear-gradient(to right, #FF6600, #CCFF33, #9DCEFF, #CCFF66, #00CC33);
	background: -o-linear-gradient(to right, #FF6600, #CCFF33, #9DCEFF, #CCFF66, #00CC33);
	background: -moz-linear-gradient(to right, #FF6600, #CCFF33, #9DCEFF, #CCFF66, #00CC33);
	}
.linie2 {
	border:0;
	height:auto;
	background: linear-gradient(to right, #9DCEFF, #FFFFCC, #9DCEFF, #FFFFCC, #9DCEFF);
	background: -o-linear-gradient(to right, #9DCEFF, #FFFFCC, #9DCEFF, #FFFFCC, #9DCEFF);
	background: -moz-linear-gradient(to right, #9DCEFF, #FFFFCC, #9DCEFF, #FFFFCC, #9DCEFF);
	}
.linie-blau {
	border: 0;
	height: 2px;
	background-color:#006;
	margin-top:1px;
	}
.schatten {
	box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
	}
.konturschatten {
	filter:drop-shadow(3px 5px 10px hsla(0,0%,0%,0.5));
	}
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {	
  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
          box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
.drop-shadow {
        -webkit-drop-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
        drop-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
		filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.5));
    }
.headlinestyle {
	font-family: "Comic Sans MS", cursive;
	color:#9FF;
	font-weight:bold;
	font-size:3em;
	}	   
.headlinestyle-dunkel {
	font-family: "Comic Sans MS", cursive;
	color: #33F;
	font-weight:normal;
	font-size:3em;
	}   
.header img {
	float: right;
	margin: 8px;
	opacity:1;
	}
.header h1, .header h2 {
	margin-left: 50px;
	color: #FFFF33;
	-webkit-text-stroke: 2px black;
	-o-text-stroke: 2px black;
	-moz-text-stroke: 2px black;
	-ms-text-stroke: 2px black;
	text-stroke: 2px black;
		}	
.weiss-blau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #fff;
}		
.gelb-blau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #FC0;
}
.weiss-gruen {
	-webkit-text-stroke: 1px #060;
	-webkit-text-fill-color: #fff;
}
.gruen-gruen {
	-webkit-text-stroke: 1px #060;
	-webkit-text-fill-color: #6C0;
}
.grau-rot {
	-webkit-text-stroke: 1px #C00;
	-webkit-text-fill-color: #999;
}
.orange-gruen {
	-webkit-text-stroke: 1px #360;
	-webkit-text-fill-color: #F60;
}
.grau-blau {
	-webkit-text-stroke: 1px #30C;
	-webkit-text-fill-color: #999;
}
.blau-hellblau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #09C ;
}

.bild-angepasst {
	max-width:25%;
	max-height:auto;
	position:relative;
	top: -2em;
	left: 0.2em;
	z-index: 2;
	object-fit: cover;
	}
.bild-links-kante {
	position:relative;
	top: -2em;
	left: 0.2em;
	z-index: 2;
	opacity:1;
	}	
.bild-nach-rechts {
	float: right;
	margin: 8px;
	opacity:1;
	}
.bild-nach-links {
	float: left;
	margin: 8px;
	opacity:1;
	}	
.bild-vorn {
	position: fixed;
	right: -0.2em;
	z-index: 1030;
	bottom: -0.8em;
	} 
.bild-vorn-oben {
	position: relative;
	right: 3em;
	z-index: 1030;
	top: -4em;
	transform:rotate(7deg);
	} 		
.breite-80-mittig {
	width: auto;
	padding: 15px;
	position:relative;
	top: -10em;
	left: 15em;
	z-index:1;
	}	
figure {
	margin: 0 0 2em 1em;
	}
	
/*Text*/

.fett {
	font-size:large;
	font-weight:bold;
}
.bigger {
	font-size:1.5em;
	}	
.kleiner {
	font-size:0.9em;
	}	
.red {color:#FF0000;}
.gelb { color: #FFCC33;}
.orange {color: #FF6600;}
.green {
	color: #00FF00;
}
.weiss-blau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #fff;
}		
.text-rot-rand {
  color: #900;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.text-weiss-schatten {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.size-plus { font-size:2.4em;
}
.txt {
	line-height: 1.35;}
.txt h1, .txt h4 {
	 color:#003399;
	 padding: 0.2em;
		}	
.header h1 {font-size:2.6em;}		
.header h2 {font-size:1.4em;}		
.header h3 {font-size: 1em; margin-left:40px; margin-top: 5px; }

.txt h2 {
	font-size: 1.3em;
	color: #000033;
	background-color: rgba(204,255,255,0.7);
	padding: 5px;
}
.txt li {
	padding-bottom: 5px;
	list-style-type:none;
}		
.txt ul {
	list-style: none;
	padding: 10px;
}
.link {
	font-weight:bold;
	font:list-menu;
	padding: 5px;
	list-style-type:square;
	border-left-color:#006600;
	
	}
.dotted { border-bottom: 1px dotted blue; }
.mittig {
		justify-content: center;
		}
h1, .h1 {
  font-size: 2.5rem;
  font-weight:500;
  margin-bottom:0.5rem;
  font-family:inherit;
  color:#003399;
  line-height:1.1;
}

h2, .h2 {
  font-size: 2rem;
  font-weight:500;
  margin-bottom:0.5rem;
  font-family:inherit;
  color:#003399;
  line-height:1.1;
  }

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.4rem;
  font-weight:500;
  }

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight:500;
  margin-bottom:0.5rem;
  font-family:inherit;
  color:#003399;
  line-height:1.1;
}
.h3 {color: #003399;}
.textschatten {text-shadow: -3px 3px 5px #99F;
	}
a:link {font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
   color: #006699;
   }

a:visited {font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
   color: #003300; text-decoration:none;
   }

a:hover {
color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #000066, 0 0 5px #000066;	
}

a:activ {font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
   color: #008080; text-decoration:none;
   }
	
p {padding: 0 10px 6px 10px;
	line-height: 1.825;
	text-justify:auto;
	text-align: left;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	}
.untertext { font-family: Verdana, Calibri,Arial,sans-serif,Verdana;
 font-size: 75%;
 line-height: 1.166;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 }

.inhalt_text {
	margin: 3px 19px 8px 25px;
	padding: 3px 15px;
	line-height: 1.825;
	width:88%;	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	}
	
.ohnelist ul li {
	list-style-type: none;
	list-style:none;
	padding-bottom: 5px;
	}	
.inhalt_text1 {
	margin: 0px 19px 8px 25px;
	padding: 1px 15px;
	line-height: 1.825;
	width:88%;	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	}
.inhalt {
	margin: 3px 0px;
	padding: 1em 1.5em;
	opacity: 1;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
	}
.inhalt h2 {
	color: #003399;
	background-color: rgba(255,255,204,0.7);
	padding: 5px;
	}
.list-symbol {
	list-style-image:url(../img/symb1.jpg);
	list-style-position:outside;
	margin-left: 2em;	
	padding-bottom: 8px;
	opacity:1;
	}
.list-symbol li {padding-bottom: 0.8em;}	
.liste-square li{
	list-style-position:inside;
	list-style-type:square;
	margin-left: 2em;	
	padding-bottom: 8px;
	}
.list-symbol-txt {
	list-style-position:outside;
	list-style-type: katakana-iroha;
	margin-left: 0em;	
	padding-bottom: 8px;
	}
 	
.kleiner {
	font-size: 0.9em;
	}
.mitte {
	text-align:justify;
	}	
.rechtsbuendig {
	text-align:right;}	

.rand1 {
    border: 1px solid #E9E9E9;    
        }
.rand5 {
    border: 5px solid #66CC33;    
        }
.rand-oben {
	border-top:#333 thin solid;
	}				
.headlinestyle-lighter {
	font-family: "Comic Sans MS", cursive;
	font-weight: lighter;
	font-size:3em;
	
	}
.text-hellblau-weiss {
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color:#9FF;
	}	
.runde-ecke {
	border-radius: 0.6em;
	}
.rund-unten-rechts {
	border: 1px thin #CCC;
	border-bottom-right-radius: 0.6em;
	}
.rund-unten-links {
	border: 1px thin #CCC;
	border-bottom-left-radius: 0.6em;	
	}
.rund-oben-rechts {
	border: 1px thin #CCC;
	border-top-right-radius: 0.6em;
	}
.rund-oben-links {
	border: 1px thin #CCC;
	border-top-left-radius: 0.6em;	
	}
.rund-oben {
	border-top-right-radius: 0.6em;
	border-top-left-radius: 0.6em;
	}	
.textspalten {
    -webkit-columns: 2 220px;
	-webkit-column-gap: 2.5em;
	-moz-columns: 2 220px;
	-moz-column-gap: 2.5em;
	-o-columns: 2 220px;
	-o-column-gap: 2.5em;
	columns: 2 220px;
    column-gap: 2.5em;
}	

img {
	vertical-align:middle;
	}	
	
li {font-family: Verdana, Calibri,Arial,sans-serif,Verdana;
 font-size: 90%;
 line-height: 1.166;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
  }
  
img.left {margin-right: 25px;}		
.right {
	float:right;
	margin: 8px 0px 8px 10px;
	}
.left {
	float:left;
	margin: 8px 10px 8px 0px;
	}	
.nach-rechts { 
	float: right;
	margin-left: 8px;
}
.nach-links { 
	float: left;
	margin-right: 8px;
} 
  
.txt-rechts { 
text-align:right;
}
.txt-links {
	text-align:left;
	}
.txt-center {
	text-align:center;
	}	
.abstand-links {
	margin-left: 1em;}

.abstand-rechts {
	margin-right: 1em;}
	
.abstand-rechts-big {
	margin-right: 8em;}
	
.abstand-innen {padding: 5px;}	
.abstan-innen-links {
	padding-left: 10px;
	}	
.abstand-re-li {margin: 0 1px;}
.abstand-re-li-10px {
	margin: 0 10px;
}

.breite_400 {
	width: 400px;
	}	
.breite_320 {
	width: 320px;
	}	

.abstand-links50 	{
	margin-left: 50px; 
	}
.abstand-linksh6	{
	margin-left: 350px; 
	margin-top: 2px;
	}	
.abstand-links20 	{
	margin-left: 20px; 
	}
.abstand-oben-neu {
	margin-top:12em;
	margin-left:1em;
	margin-right: auto;
	}
.abstand-oben {
	margin-top: 0.8em; 
	}		
.abstand-unten {
	margin-bottom: 2px; 
	}
.abstand-unten20 {
	margin-bottom: 20px; 
	}	
.abstand-unten-neu {
	margin-bottom: -19em; 
	}		
.abstand-unten50 {
	margin-bottom: 50px; 
	}	

.item-center {
	display: flex;
	justify-content: center;
	align-items: center;
	}

/* ==|== nichtsemantische Helferklassen ========================================
   Definieren Sie Ihre Stile vor dieser Auswahl
   ========================================================================== */

/* Für den Austausch von Bildern */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Vor Bildschirmleseprogrammen und Browsern verbergen: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Nur visuell verbergen, aber für Bildschirmleseprogramme bereithalten: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Erweitert die Klasse ".visuallyhidden" so, dass das Element bei der Tastaturnavigation den Fokus erhält: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Visuell und vor Bildschirmleseprogrammen verbergen, aber das Layout beibehalten */
.invisible { visibility: hidden; }

/* Floats beinhalten: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== Druckstile ==========================================================
   Druckstile.
   Innen, um die erforderliche HTTP-Verbindung zu vermeiden: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Schwarz druckt schneller: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Keine Bildverweise anzeigen und keine javascript/internal- Hyperlinks */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
