﻿/* The fonts referenced herein are copyright (c) SoftMaker Software GmbH and its licensors, 1991-2019 */

@font-face {
    font-family: 'ColumbiaSat';
    src: url('wf/columbia-serial-xbold-webfont.eot');
    src: url('wf/columbia-serial-xbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('wf/columbia-serial-xbold-webfont.woff') format('woff'),
         url('wf/columbia-serial-xbold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quebec Serial';
    src: url('wf/quebec-serial-regular-webfont.eot');
    src: url('wf/quebec-serial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('wf/quebec-serial-regular-webfont.woff') format('woff'),
         url('wf/quebec-serial-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quebec Serial';
    src: url('wf/quebec-serial-bold-webfont.eot');
    src: url('wf/quebec-serial-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('wf/quebec-serial-bold-webfont.woff') format('woff'),
         url('wf/quebec-serial-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quebec Serial';
    src: url('wf/quebec-serial-bolditalic-webfont.eot');
    src: url('wf/quebec-serial-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('wf/quebec-serial-bolditalic-webfont.woff') format('woff'),
         url('wf/quebec-serial-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quebec Serial';
    src: url('wf/quebec-serial-italic-webfont.eot');
    src: url('wf/quebec-serial-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('wf/quebec-serial-italic-webfont.woff') format('woff'),
         url('wf/quebec-serial-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


body {
  max-width: 1200px;
  color: black;
  font-size: 100%;
  font-family: "Quebec Serial", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  background-color: rgb(225, 245, 255);
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-size-adjust: none;

}
.topsat {
  font-weight: bold;
  font-family: ColumbiaSat, Helvetica, Arial, sans-serif;
  margin-top: 0pt;
  margin-bottom: 12px;
  margin-left: 0pt;
}
.unterueber {
  font-weight: bold;
  margin-top: 0pt;
  margin-bottom: 12px;
  margin-left: 0pt;
}
.haupttext {
}
h1 {
  font-size: 1.8em;
  font-family: ColumbiaSat, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0.2em;
  margin-left: 0pt;
  text-size-adjust: none;
}
a:link {
  color: blue;
  text-decoration: none;
}
.schrift_navi {
  font-size: 0.9em;
  font-family: "Quebec Serial", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.schrift_navi_k {
  font-size: 0.7em;
  font-family: "Quebec Serial", Helvetica, Arial, sans-serif;
  color: grey;
  text-align: right;
  line-height: 1.2em;
  margin-bottom: 20px;
}
td {
  font-size: 100%;
  line-height: 1.4em;
}
a:visited {
  color: rgb(0, 0, 170);
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
a:active {
  color: blue;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.2em;
  margin-right: 0pt;
  margin-bottom: 6px;
  margin-left: 0pt;
  text-size-adjust: none;
}
p {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 6px;
  margin-left: 0pt;
  text-size-adjust: none;
}
img {
	max-width: 100%;
	height: auto;
	float: none;
	font-size: 90%;
	font-weight: bold;
	color: #999;
}
.img_hp {
	width: 100%;
  float: none;
}
.kleinerer_text { font-size: 0.8em; }
.email2 {
	display:none
}
.img_mit_umlauf {
	max-width: 50%;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: none;
}
iframe {max-width: 100%
}
.menuepfad {
  padding-right: 2px;
  padding-left: 2px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: gray;
}
.schluss {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	margin-top: 20px;
}
.kopfzeile {
  font-size: 0.9em;
  background-color: rgb(180, 210, 255);
  text-align: right;
  margin-right: -4px;
  margin-bottom: 15px;
  margin-left: -4px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}
.kopfzeile2 {
  background-color: rgb(225, 245, 255);
  background-image: url("pics/wolken_quer2.jpg");
  margin-right: 0pt;
  margin-bottom: 1em;
  margin-left: 0pt;
  padding-top: 0.2em;
  padding-right: 1em;
  padding-bottom: 0pt;
  padding-left: 1em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}
.blauer_werbekasten {
  background-color: rgb(180, 210, 255);
  text-align: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  }
.blauer_kasten_navi {
  font-weight: bold;
  background-color: rgb(225, 245, 255);
  background-image: url("pics/wolken_laengs2.jpg");
  width: 22%;
  float: right;
  clear: right;
  min-width: 10em;
  max-width: 450px;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0.4em;
  margin-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}
.bildunter {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.einrueckung_blau {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 5px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: blue;
  border-top-color: blue;
  border-right-color: blue;
  border-bottom-color: blue;
  border-left-color: blue;
}
.einrueckung_klein {
  font-size: 0.9em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-left: 2.5em;
  padding-left: 5px;
}
.hochstellen {
  font-size: 0.8em;
  vertical-align: 0.3em;
}
.seitenueberschrift {
  font-size: 1.3em;
  font-weight: bold;
}
.unsichtbare_schrift {
  color: rgb(225, 240, 255);
}
.blaue_schrift {
  color: rgb(180, 210, 255);
}
.kleine_schrift {
  font-size: 0.9em;
}
.clear {
  clear: left;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-right: 0pt;
	margin-bottom: 0em;
	margin-left: 0pt;
	text-size-adjust: none;
}
.titelunsichtbar {
	display:none
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0.3em;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	padding-left: 1.5em;
}

input {
	max-width: 95%;
	height: auto;
	float: none;
}
textarea {
	max-width: 95%;
	height: auto;
	float: none;
}
.zwischenueber_start {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;
	margin-top: 1em;
	padding-left: 5px;
}



#cookieab {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; z-index:10000; padding: 20px; font-size: 0.9em; font-family: sans-serif;}
#cookieab a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#cookieab a.button:hover {background-color: #aaa;}
#cookieab p.cookiemessage {display: block; padding: 0; margin: 0;}

@media screen and (max-width:650px) {
	.blauer_kasten_navi {
		display:none
	}
	.topsat {
		font-size: 0.9em;
		}
	h1 {
		font-size: 1.2em;
		}
	.titelunsichtbar {
		display:block
	}
	.zwischenueber_start {
	font-size: 0.8em;
	}

}
