/* CSS für Effekt-Training V2.1 */
/* grün: rgb(94,153,0)  hellblau: rgb(3,35,60) blau rgb(6,77,118): 

/* Schriftelemente */
@font-face {
  font-family: "Klint LT W01 Light";
  src: url("/static/fonts/klint/KlintLight.otf") format("opentype");
}
@font-face {
  font-family: "Klint LT W01 Regular";
  src: url("/static/fonts/klint/KlintRegular.otf") format("opentype");
}
@font-face {
  font-family: "Klint LT W01 Medium";
  src: url("/static/fonts/klint/KlintMedium.otf") format("opentype");
}
@font-face {
  font-family: "Klint LT W01 Bold";
  src: url("/static/fonts/klint/KlintBold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans";
  font-weight: normal;
  src: url("/static/fonts/Noto_Sans/static/NotoSans-Regular.ttf");
}
@font-face {
  font-family: "NotoSans";
  font-weight: bold;
  src: url("/static/fonts/Noto_Sans/static/NotoSans-Bold.ttf");
}
/* Farben */
a,
img,
li {
  outline: none;
}
#page {
  font-family: "NotoSans", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  min-width: 780px;
}
#logos {
  display: flex;
  justify-content: space-between;
  height: 115px;
}
#partner img {
  height: 67px;
}
#logos #partner div.bmf {
  height: 90px;
  margin-top: -15px;
}
#logos #partner div.bmf img {
  height: 67px;
}
#logos #partner div.bmf p {
  margin: 0 0 5px 52px;
  padding: 0;
  font-size: 8px;
  color: #999;
}
#content p,
#content li,
#content td {
  font-family: "NotoSans", Helvetica, Arial, sans-serif;
  line-height: 160%;
}
#name p {
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
#name p a,
#name p a:visited {
  color: #5e9900;
  font-size: 34px;
  text-decoration: none;
}
#name p.slogan {
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 14px;
}
#name p.slogan span {
  font-family: 'Klint LT W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.menu {
  font-family: 'Klint LT W01 Medium', "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.menu ul li a,
.menu ul li a:visited {
  color: #333;
  text-decoration: none;
}
.menu ul li a:hover {
  color: #5e9900;
  background: #eee;
}
#content h1,
#tinymce h1 {
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e9900;
  font-weight: normal;
  font-size: 2em;
  margin: 30px 0 5px 0;
  padding: 0;
}
#content h2,
#tinymce h2 {
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e9900;
  font-weight: normal;
  font-size: 1.5em;
  margin: 30px 0 5px 0;
  padding: 0;
}
#content h3,
#tinymce h3 {
  color: #5e9900;
  font-weight: normal;
  font-size: 1.2em;
  margin: 30px 0 2px 0;
  padding: 0;
  font-family: 'Klint LT W01 Bold', "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content h4,
#tinymce h4 {
  color: #5e9900;
  font-weight: normal;
  font-size: 1em;
}
#content form h4 {
  margin-left: 20px;
}
#content p,
#content li,
#content label,
#tinymce p,
#tinymce li,
#tinymcet label {
  font-size: 1em;
  line-height: 160%;
}
#content a,
#content a:visited {
  color: #5e9900;
}
#content .menu a:hover {
  background: #eee;
}
#content #SpalteStoerer a:hover {
  background-color: transparent;
}
#content #SpalteRechts h2 {
  color: #064d76;
}
#content #SpalteRechts h3 {
  color: #064d76;
}
#content #SpalteRechts p {
  color: #333;
  font-size: 12px;
  line-height: 160%;
  font-weight: bold;
}
#address p {
  font-size: 14px;
  color: #555;
  padding: 0;
  margin: 0;
}
#address p strong {
  color: #5e9900;
}
#menuFooter {
  font-size: 14px;
}
.contentelement {
  max-width: 100%;
}
.contentelement img {
  max-width: 100%;
  height: auto;
}
input.amount {
  color: #004071;
  margin: 0px 5px 5px 20px;
  width: 40px;
  border: 0 0 1px 0 solid black;
  font-weight: bold;
}
label.bld {
  font-weight: bold;
}
label,
input {
  font-family: "NotoSans", Helvetica, Arial, sans-serif;
}
label.adress {
  font-family: "NotoSans", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  width: 160px;
  text-align: right;
  display: inline-block;
}
input.adress {
  margin: 0px 5px 5px 5px;
  color: #004071;
  font-weight: bold;
  font-size: 14px;
}
input.sbmt {
  margin-top: 40px;
  padding: 4px 8px;
  font-size: 16px;
  background-color: #5e9900;
  color: white;
  border-radius: 4px;
  border: 0px;
}
form p {
  margin-left: 20px;
}
#content form h3 {
  margin-bottom: 10px;
}
label.error {
  background: red;
  color: white;
  padding: 2px 5px;
  font-weight: bold;
}
input.error {
  background: yellow;
}
/* Strukturelemente */
body {
  margin: 0;
}
html,
body {
  height: 100%;
}
#header {
  padding-top: 30px;
}
#logos {
  height: 115px;
}
#name {
  height: 85px;
}
#partnerlogos {
  margin-right: 10px;
  height: 85px;
  width: 450px;
}
#effekt,
#partner {
  display: flex;
  gap: 20px;
}
#menuMainWrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -30px;
}
#logo img {
  height: 125px;
  position: absolute;
  z-index: 10;
}
#content {
  position: relative;
  width: calc(100% - 120px);
  margin: 70px 60px 0 60px;
}
* + html #content {
  margin-top: 130px;
}
#SpalteGesamt {
  width: 100%;
  position: relative;
}
#SpalteStoerer {
  background: url('../../static/img/bgSpalteStoerer05102012.png') no-repeat 0px 0px;
  width: 80px;
  height: 56px;
  padding: 30px 20px;
  position: absolute;
  right: -60px;
  z-index: 10;
}
#SpalteStoerer p {
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.editmode #SpalteStoerer {
  width: 200px;
}
#SpalteStoerer,
#SpalteStoerer a,
#SpalteStoerer a:visited {
  font-size: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: 'Klint LT W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#SpalteStoerer a:hover {
  text-decoration: underline;
}
#SpalteStoerer:hover {
  background: url('../../static/img/bgSpalteStoerer05102012.png') no-repeat 0px -124px;
}
#spaltenWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#SpalteLinks {
  position: relative;
  width: calc(100% - 280px);
}
#SpalteRechts {
  width: 220px;
  padding-top: 85px;
  position: relative;
}
#footer {
  margin: 0 60px;
  padding-top: 5px;
  border-top: 1px solid #5e9900;
  display: flex;
  justify-content: space-between;
}
#footer ul {
  flex-wrap: wrap;
}
#footer .contentbild giraffe {
  margin: 0px 60px 0 60px;
}
#content .contentbild giraffe img {
  margin-bottom: 0px;
}
#address p {
  padding: 4px 0;
}
#menuFooter {
  margin-left: 20px;
}
#menuFooter ul li {
  padding: 0;
  margin: 0 0 0 2px;
}
#menuFooter ul li a {
  padding: 4px 2px;
}
form div.elb {
  margin-left: 64px;
  margin-bottom: 15px;
}
form div.elb p {
  margin-top: 5px;
  font-family: 'Klint LT W01 Bold', "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #5E9900;
}
form div.elb input[type='radio'] {
  margin-left: 19px;
  margin-right: 5px;
}
form #anzahl label.error {
  position: absolute;
  margin-left: 100px;
}
/* Anpassung der Farbe von Listen*/
#content ul {
  list-style-image: url('../../static/img/aufzaehlung.png');
}
/* Menu */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  display: block;
  padding: 0;
  margin: 0 20px 0 0;
}
.menu ul li a {
  display: block;
  margin: 0;
  padding: 8px 5px 8px 5px;
}
.menu ul li ul {
  display: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0;
  background: white url('../img/gradient.png') repeat-x;
  position: relative;
  z-index: 5000;
}
.menu ul li:hover ul {
  display: block;
  position: absolute;
  width: auto;
}
.menu ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.menu ul li ul li a {
  display: block;
  width: 100%;
  padding: 11px 8px 5px 8px;
  margin: 0;
  box-sizing: border-box;
}
/* Standards */
img {
  border: 0;
}
.clear {
  clear: both;
}
/* Adressliste */
#adressen,
#adressenTip {
  border: 1px solid #eee;
  margin-top: 20px;
}
#adressen td,
#adressenTip td {
  padding: 0 5px;
}
#adressen tr:nth-child(even),
#adressenTip tr:nth-child(even) {
  background: #eee;
}
#adressen th,
#adressenTip th {
  background-color: #ccc;
  text-align: left;
  padding: 0 5px;
}
/* Bilder, die ganz rechts unten stehen */
div.unten_rechts {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: -250px;
}
div.unten_rechts.rabe {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: -220px;
}
/* Responsive */
@media (max-width: 1130px) {
  #logos {
    height: 80px;
  }
  div#logo img {
    height: 75px;
  }
  #menuMainWrapper {
    margin-top: 10px;
  }
}
