/* Copyright (C) 2002-2020 by Home of the Brave
   Web http://www.brave.de
   E-Mail info@brave.de */
/* $Revision: 1.47 $ $Date: 2020/11/10 08:29:16 $ */
/* owner: Nico.Westermann@brave.de */
@import url("/Styles/Fonts/Muli/Font.css");
/* VARIABLES */
/* green */
/* light green */
/* dark green */
/* gray */
/* Responsive Breakpoints */
/* Responsive breakpoints */
/* Clear fix */
/* MAIN */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: Muli, Arial, Verdana, Sans-Serif;
  padding: 0px;
  margin: 0px;
}

#layout {
  margin: 0 auto;
}

header > .inner {
  max-width: 960px;
  padding: 25px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  /* 4K Desktop only */
  /* 4K Desktop only */
  /* 4K Desktop only */
}
header > .inner #site_name {
  color: #009640;
  white-space: nowrap;
}
@media (max-width: 500px) {
  header > .inner #site_name {
    font-size: 0.82em;
  }
  header > .inner #site_logo img {
    width: auto !important;
    height: 35px !important;
    margin-bottom: 3px;
  }
}
@media (min-width: 501px) and (max-width: 995px) {
  header > .inner #site_logo img {
    width: auto !important;
    height: 45px !important;
    margin-bottom: 5px;
  }
}
@media (min-width: 996px) {
  header > .inner #site_logo {
    float: left;
    width: 250px;
    margin-right: 40px;
  }
  header > .inner #site_logo img {
    width: auto !important;
    height: 56px !important;
  }
  header > .inner #site_name {
    font-size: 1.25em;
    margin: -2px 0 35px 0;
  }
}
header > .inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
header > .image {
  background: #eaeaea url(/Icons/Head/Default.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  clear: both;
  line-height: 0;
  /* 4K Desktop only */
  /* 4K Desktop only */
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (max-width: 500px) {
  header > .image {
    height: 140px;
  }
}
@media (min-width: 501px) and (max-width: 995px) {
  header > .image {
    height: 230px;
  }
}
@media (min-width: 996px) and (max-width: 1920px) {
  header > .image {
    height: 250px;
  }
}
@media (min-width: 1201px) {
  header > .image {
    height: 17vw;
  }
}

main {
  max-width: 960px;
  padding: 25px;
  margin: 20px auto 40px auto;
  display: block;
}
main:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
main > #content {
  text-align: left;
  /* 4K Desktop only */
}
@media (max-width: 995px) {
  main > #content {
    margin-bottom: 50px;
  }
}
#layout.yes_margin main > #content {
  /* 4K Desktop only */
}
@media (min-width: 996px) {
  #layout.yes_margin main > #content {
    float: left;
    width: 530px;
  }
}
main > aside {
  text-align: left;
  font-size: 0.9em;
}
#layout.yes_margin main > aside {
  /* 4K Desktop only */
}
@media (min-width: 996px) {
  #layout.yes_margin main > aside {
    float: right;
    width: 280px;
  }
}

footer {
  clear: both;
  background: #eaeaea;
  padding: 25px 0;
}
footer > .inner {
  max-width: 960px;
  padding: 25px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.8em;
}
footer > .inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
footer > .inner .legal_links > a, footer > .inner .legal_links input.link {
  margin-right: 20px;
  text-decoration: none;
  font-family: Muli, Arial, Verdana, Sans-Serif;
}

/* BASIS SCHRIFTGRADE */
body {
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (max-width: 500px) {
  body {
    font-size: 1em;
    line-height: 1.35em;
  }
}
@media (min-width: 501px) {
  body {
    font-size: 1.05em;
    line-height: 1.4em;
  }
}

/* NAVIGATION */
#navigation_wrapper {
  margin: -5px 0 -10px 0;
  /* 4K Desktop only */
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (min-width: 996px) {
  #navigation_wrapper {
    padding-left: 290px;
  }
}
#navigation_wrapper > ul#nav_tree, #navigation_wrapper div#nav_sub > ul {
  margin: 0;
  padding: 0;
}
#navigation_wrapper > ul#nav_tree a, #navigation_wrapper > ul#nav_tree span, #navigation_wrapper div#nav_sub > ul a, #navigation_wrapper div#nav_sub > ul span {
  color: #989898;
  text-decoration: none;
  font-weight: 600;
}
#navigation_wrapper > ul#nav_tree a:hover, #navigation_wrapper > ul#nav_tree span:hover, #navigation_wrapper div#nav_sub > ul a:hover, #navigation_wrapper div#nav_sub > ul span:hover {
  color: #009640;
}
#navigation_wrapper > ul#nav_tree a.current, #navigation_wrapper > ul#nav_tree span.current, #navigation_wrapper div#nav_sub > ul a.current, #navigation_wrapper div#nav_sub > ul span.current {
  color: #009640;
}
#navigation_wrapper > ul#nav_tree li.active > a, #navigation_wrapper div#nav_sub > ul li.active > a {
  color: #009640;
}
#navigation_wrapper > ul#nav_tree li a.expander, #navigation_wrapper div#nav_sub > ul li a.expander {
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 100%;
  background: #eaeaea;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 23px !important;
}
#navigation_wrapper > ul#nav_tree li.open > a.expander, #navigation_wrapper div#nav_sub > ul li.open > a.expander {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#navigation_wrapper > ul#nav_tree li ul li a, #navigation_wrapper div#nav_sub > ul li ul li a {
  line-height: 1.2em;
  display: inline-block;
  max-width: 200px;
}
#navigation_wrapper > ul#nav_tree li ul li li a, #navigation_wrapper div#nav_sub > ul li ul li li a {
  max-width: 195px;
}
#navigation_wrapper > ul#nav_tree li ul li li a, #navigation_wrapper div#nav_sub > ul li ul li li a {
  max-width: 190px;
}
@media (min-width: 996px) {
  #navigation_wrapper .opener, #navigation_wrapper .closer, #navigation_wrapper .closer_container {
    display: none !important;
  }
  #navigation_wrapper > ul#nav_tree > li, #navigation_wrapper div#nav_sub > ul > li {
    margin: 0;
    padding: 5px 30px 5px 0;
    display: inline-block;
    position: relative;
  }
  #navigation_wrapper > ul#nav_tree > li a, #navigation_wrapper > ul#nav_tree > li span, #navigation_wrapper div#nav_sub > ul > li a, #navigation_wrapper div#nav_sub > ul > li span {
    font-size: 0.85em;
  }
  #navigation_wrapper > ul#nav_tree > li:last-child, #navigation_wrapper div#nav_sub > ul > li:last-child {
    padding-right: 0;
  }
  #navigation_wrapper > ul#nav_tree > li > a.expander, #navigation_wrapper div#nav_sub > ul > li > a.expander {
    display: none;
  }
  #navigation_wrapper > ul#nav_tree > li > ul, #navigation_wrapper div#nav_sub > ul > li > ul {
    visibility: hidden;
    position: absolute;
    top: 33px;
    left: -15px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    padding: 5px 15px;
    width: 260px;
    z-index: 1000;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  #navigation_wrapper > ul#nav_tree > li > ul li, #navigation_wrapper div#nav_sub > ul > li > ul li {
    display: block;
  }
  #navigation_wrapper > ul#nav_tree > li > ul li ul, #navigation_wrapper div#nav_sub > ul > li > ul li ul {
    display: none;
    clear: both;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
  }
  #navigation_wrapper > ul#nav_tree > li > ul li ul li, #navigation_wrapper div#nav_sub > ul > li > ul li ul li {
    padding: 3px 0 0 0;
    margin: 0 !important;
  }
  #navigation_wrapper > ul#nav_tree > li > ul li ul a.expander, #navigation_wrapper div#nav_sub > ul > li > ul li ul a.expander {
    background: none;
  }
  #navigation_wrapper > ul#nav_tree > li > ul > li, #navigation_wrapper div#nav_sub > ul > li > ul > li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    position: relative;
  }
  #navigation_wrapper > ul#nav_tree > li > ul > li:last-child, #navigation_wrapper div#nav_sub > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  #navigation_wrapper > ul#nav_tree > li > ul.visible, #navigation_wrapper div#nav_sub > ul > li > ul.visible {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 995px) {
  #navigation_wrapper {
    float: right;
  }
  #navigation_wrapper .opener {
    display: inline-block;
    width: 100%;
    height: 3px;
    width: 30px;
    background: #009640;
    position: absolute;
    top: 35px;
    right: 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  #navigation_wrapper .opener::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -10px;
    background: #009640;
  }
  #navigation_wrapper .opener::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 10px;
    background: #009640;
  }
  #navigation_wrapper .closer_container {
    text-align: right;
  }
  #navigation_wrapper .closer_container .closer {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  #navigation_wrapper .closer_container .closer::before {
    content: "\00d7";
    font-size: 1.1em;
    text-align: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100%;
    background: #eaeaea;
    display: inline-block;
  }
  #navigation_wrapper > ul#nav_tree, #navigation_wrapper div#nav_sub > ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    background: #fff;
    padding: 15px;
    display: none;
    z-index: 1000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
  #navigation_wrapper > ul#nav_tree li, #navigation_wrapper div#nav_sub > ul li {
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  #navigation_wrapper > ul#nav_tree li.active > ul, #navigation_wrapper div#nav_sub > ul li.active > ul {
    display: block;
  }
  #navigation_wrapper > ul#nav_tree li .expander, #navigation_wrapper div#nav_sub > ul li .expander {
    margin-top: -1px;
  }
  #navigation_wrapper > ul#nav_tree ul, #navigation_wrapper div#nav_sub > ul ul {
    margin: 0;
    padding: 0;
  }
  #navigation_wrapper > ul#nav_tree > li, #navigation_wrapper div#nav_sub > ul > li {
    border-bottom: 1px solid #eaeaea;
  }
  #navigation_wrapper > ul#nav_tree > li ul, #navigation_wrapper div#nav_sub > ul > li ul {
    display: none;
    clear: both;
    margin: 8px 0 0 10px;
  }
  #navigation_wrapper > ul#nav_tree > li:last-child, #navigation_wrapper div#nav_sub > ul > li:last-child {
    border-bottom: none;
  }
}

/* HEADLINES */
h1 {
  color: #009640;
  margin: 0 0 20px 0;
  line-height: 1.3em;
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.3em;
  }
}
@media (min-width: 501px) {
  h1 {
    font-size: 1.7em;
  }
}

h2, h3, main > aside h1 {
  color: #009640;
  margin: 0 0 5px 0;
  font-size: 1em;
}

/* BUTTONS */
.button, .img_button {
  border: 1px solid #009640;
  margin-left: 1px;
  background-color: #FFF;
  color: #009640;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline-block;
  font-family: Muli, Arial, Verdana, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.3em;
  white-space: nowrap;
  text-decoration: none;
}

.button {
  clear: both;
}

.img_button {
  background-color: #009640;
  padding: 0;
}

a.button:hover, .img_button:hover, input.button:hover {
  border-color: #006430;
  color: #006430;
}

/* LINKS */
a, a:link, input.link {
  color: #008C4F;
}

a:hover, input.link:hover {
  text-decoration: none;
  color: #000 !important;
}

input.link {
  overflow: visible;
  border: none;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

#footer a {
  text-decoration: none !important;
  padding-right: 10px !important;
}

/* LINK-STILE */
a.external {
  background: url(/Icons/External.gif) no-repeat right !important;
  padding-right: 12px;
}

a.download {
  background: url(/Icons/Download.gif) no-repeat right !important;
  padding-right: 12px;
}

a.download_PDF.window_layer {
  background: url(/Icons/Download_Pdf_Layer.gif) no-repeat right !important;
  padding-right: 14px;
}

a.up {
  background: url(/Icons/Up.gif) no-repeat right !important;
  padding-right: 12px;
}

a.next, a.forward {
  background: url(/Icons/Next.gif) no-repeat right !important;
  padding-right: 12px;
}

a.previous {
  background: url(/Icons/Previous.gif) no-repeat right !important;
  padding-right: 12px;
}

/* TABELLEN */
table.regular {
  width: 99.9%;
  margin: 5px 0;
  border-collapse: collapse;
}
table.regular td {
  border: 1px solid #989898;
  vertical-align: top;
  padding: 10px;
}

td {
  padding: 5px;
  vertical-align: top;
}

table.regular table.regular, .active table, form.block table {
  background-color: transparent !important;
}

table.invisible td {
  border: none;
  padding-left: 0;
}

td.active, #layout tr.active {
  background-color: #F2F2F2;
}

form.block td, table.regular table.regular td {
  border: none;
}

#layout table.regular td.title, #layout table.regular tr.title td {
  background-color: #008C4F;
  font-weight: bold;
  color: #fff;
}

#layout table.regular td.title a, #layout table.regular tr.title td a {
  color: #fff !important;
}

/* TOOLS */
form.tools {
  display: inline;
}

div#tools_skins, #tools_login {
  display: block;
  padding: 0.8em;
  border: 1px solid #989898;
  margin-bottom: 5px;
}

div#tools_language, div#tools_cart {
  padding: 1px 0 0 0;
  float: right;
  display: inline;
}

#tools_language a, #tools_cart a {
  margin-left: 5px;
  text-decoration: none;
  color: #000;
}
#tools_language a:hover, #tools_cart a:hover {
  color: #009640 !important;
}

#tools_cart {
  position: absolute;
  top: 23px;
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (min-width: 996px) {
  #tools_cart {
    right: 25px;
  }
}
@media (max-width: 995px) {
  #tools_cart {
    right: 68px;
  }
}
#tools_cart a {
  background: #eaeaea url(/Icons/Cart.gif) no-repeat;
  background-position: 50% 50%;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-indent: -200px;
  display: inline-block;
  overflow: hidden;
}

#tools_font {
  float: left;
  display: block;
  margin-top: 10px;
  color: #A5A5A5 !important;
  clear: both;
}

#tools_font form {
  margin: 0;
  padding: 0;
}

#tools_font form .button {
  border: 1px solid #A5A5A5;
  padding: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

#tools_font * {
  float: left;
}

#tools_font h3 {
  float: left;
  margin-top: 2px;
  color: #A5A5A5 !important;
  margin-right: 5px;
  font-size: 1em;
  font-weight: normal;
}

#tools_protected_link_container {
  background-color: #eaeaea;
  clear: both;
}

#tools_search {
  clear: both;
  margin-bottom: 25px;
}
#tools_search:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
#tools_search h3 {
  display: none;
}
#tools_search form {
  position: relative;
  display: block;
  width: 100%;
}
#tools_search form input[type=text] {
  border: 1px solid #edc900;
  border-radius: 30px;
  padding: 15px 20px;
  width: 100%;
  color: #edc900;
  text-transform: uppercase;
  font-size: 1em;
  outline: 0;
}
#tools_search form input[type=text]:focus {
  border-color: #009640;
}
#tools_search form input[type=submit] {
  background: #edc900;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 14px;
  right: 25px;
  border: none !important;
  color: #fff;
  letter-spacing: -2px;
  padding: 0 !important;
  font-size: 0.8em;
}
#tools_search form input[type=submit]:hover {
  background: #009640;
}
#tools_search form p {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#tools_search .input, #tools_protected_link .input, #tools_adcode_link .input {
  width: 134px;
  margin-right: 5px;
  border: none;
  background-color: #fff;
  color: #008C4F;
  border: 1px inset #008C4F;
  margin-bottom: 5px;
}

#tools_search p, #tools_protected_link p, #tools_adcode_link p {
  float: left;
}

#tools_search .block, #tools_search p, #tools_protected_link .block, #tools_protected_link p, #tools_adcode_link .block, #tools_adcode_link p {
  margin: 0;
  padding: 0;
}

#tools_versions {
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (min-width: 996px) {
  #tools_versions {
    float: right;
  }
}
#tools_versions form {
  background: transparent !important;
  margin: 0;
}
#tools_versions form .button {
  color: #000;
  margin: 0 0 0 30px;
  padding: 0;
  background: none !important;
  font-family: Muli, Arial, Verdana, Sans-Serif !important;
  border: none !important;
  font-size: 1em;
}
#tools_versions form .button:hover {
  color: #009640;
}
@media (max-width: 995px) {
  #tools_versions {
    text-align: center;
    clear: both;
    margin-bottom: 40px;
  }
  #tools_versions form .button {
    margin: 5px 10px !important;
  }
}

.copyright {
  clear: both;
  font-size: 0.8em;
}

/* FORMULARE */
form {
  background-color: #eaeaea;
}

form.block {
  padding: 25px;
}

form.invisible {
  background-color: transparent;
}

textarea.input, iframe {
  width: 99%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset.marked {
  background-color: #F2F2F2;
}

legend {
  font-weight: 600;
}

label {
  display: block;
  cursor: pointer;
}
label.check {
  display: inline;
}

p.error, label.error {
  font-weight: bold;
  color: red;
  border-color: red;
}

input[type=text], input[type=password], input[type=email], textarea, select, iframe {
  background: #eaeaea;
  border: 1px solid #989898;
  outline: none;
  padding: 5px;
  font-family: Muli, Arial, Verdana, Sans-Serif;
  font-size: 0.9em;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus, iframe:focus {
  border-color: #009640;
}
input[type=text].error, input[type=password].error, input[type=email].error, textarea.error, select.error, iframe.error {
  border-color: red;
}

iframe {
  background: #fff !important;
}

.image_block iframe, .galleria-stage iframe, .galleria-image iframe {
  border: none !important;
  padding: 0 !important;
}

select {
  max-width: 400px;
}

.tab_view table select, .tab_view table input, .tab_view table textarea {
  max-width: 250px;
}

select#blocktype {
  max-width: 200px;
}

.jumper_top, .block_jumper_top {
  text-align: right;
  margin-bottom: 25px;
}
.jumper_top a, .block_jumper_top a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 20px;
  color: #989898;
  text-align: center;
}
.jumper_top a::before, .block_jumper_top a::before {
  content: ">    ";
  font-size: 1.5em;
  display: inline-block;
  padding: 6px 5px 5px 12px;
  font-weight: 600;
}
.jumper_top a:hover, .block_jumper_top a:hover {
  color: #009640;
}

.hidden_jumper {
  display: inline;
  margin: 0;
  padding: 0;
}

.hidden_jumper a {
  position: absolute;
  left: -1000em;
  top: -1000em;
}

.hidden_jumper a:focus, .hidden_jumper a:active {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 5px;
  border: 1px solid #B8B8B8;
  background-color: #ECECEC;
}

* > .hidden_jumper a:focus, * > .hidden_jumper a:active {
  position: fixed;
}

.logo {
  display: block;
  padding: 18px 0 0 0;
  width: 210px;
}

.logo .block {
  margin: 0px !important;
  padding: 0px !important;
}

#nav_meta {
  float: left;
  color: #A5A5A5;
  border-right: 1px solid #A5A5A5;
  padding-right: 10px;
  margin-right: 10px;
}

#nav_meta a {
  color: #A5A5A5;
  font-weight: bold;
}

.separator {
  color: #B8B8B8;
}

img.regular {
  margin: 0;
}

div.image {
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

.float_left {
  margin-right: 10px;
}

.float_right {
  margin-left: 10px;
}

/* Sitemap */
.sitemap {
  border-top: 1px solid #E2E2E2;
}

.sitemap h3 {
  margin: 0px;
  font-size: 1.25em;
  font-weight: bold;
  margin: 5px 0 5px 0;
}

.sitemap ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.sitemap li {
  padding-left: 10px;
}

.sitemap .sub1 li {
  font-weight: bold;
}

.sitemap .sub li {
  font-weight: normal;
}

tt, pre {
  font-family: monospace;
  font-size: 1.2em;
  line-height: 120%;
}

hr {
  margin: 20px 0 20px 0;
  height: 1px;
  border-width: 0;
  border-bottom: 1px solid #B8B8B8;
}

ul, ol {
  padding-left: 20px;
}

.block {
  margin-top: 3px;
  margin-bottom: 20px;
}

#content_margin .block {
  margin-bottom: 10px;
}

/* Block Stile */
.bgcolor {
  background-color: #eaeaea;
  padding: 25px;
  margin-bottom: 25px;
}
.bgcolor h1, .bgcolor h2, .bgcolor h3, .bgcolor ul, .bgcolor ol {
  margin-top: 0;
}
.bgcolor .block {
  margin: 0 !important;
  padding: 0 0 10px 0;
}

.borderbox {
  border: 1px solid #008C4F;
  padding: 25px;
  margin-bottom: 25px;
  margin-left: 80px;
  margin-right: 80px;
}
.borderbox .block {
  margin-bottom: 0;
}
main > aside .borderbox.borderbox {
  border-color: #989898;
  margin-right: 0;
  margin-left: 0;
}
.borderbox h1, .borderbox h2 {
  color: #989898;
}

.big_image {
  padding-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
}

.big_image .block {
  margin: 0;
  padding: 0;
}

.corner_small {
  width: 125px;
  border-left: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  float: left;
  margin-left: 10px;
  position: relative;
  left: -10px;
  padding: 5px 5px 5px 10px;
}

.highlight_h h1, .highlight_h h2, .highlight_h h3 {
  border-bottom: 2px solid #008C4F;
}

.highlight {
  color: #008C4F;
}

.product_list table {
  border-bottom: 1px solid #B8B8B8;
  width: 100%;
}

.product_list .block {
  margin-bottom: 3px;
}

.product_list td.first {
  width: 80px;
}

.start_image {
  border-bottom: 1px solid #a5a5a5;
  height: 290px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 99%;
}

.start_image_image {
  float: left;
}

.start_image_content {
  padding-top: 3px;
  position: relative;
  left: 15px;
  margin-right: 15px;
}

.start_image_content h3 {
  font-size: 1.4em !important;
  font-weight: normal !important;
  color: #000;
  line-height: 1.2em;
}

.start_image_content .block, .start_image_content h3 {
  margin-bottom: 10px;
}

.image_teaser {
  font-size: 0.9em;
  padding-top: calc(25px*2);
  margin-top: calc(25px*1.5);
  border-top: 1px solid #989898;
  /* 4K Desktop only */
}
.image_teaser .image_teaser_image {
  margin-bottom: 25px;
  line-height: 0;
}
.image_teaser .image_teaser_image img {
  width: 100%;
  height: auto;
}
.anton_block .image_teaser .image_teaser_image.image_teaser_image {
  overflow: auto;
  height: auto;
}
.anton_block .image_teaser .image_teaser_image.image_teaser_image img {
  max-width: 250px;
}
@media (min-width: 501px) {
  .image_teaser {
    float: left;
    width: 50%;
  }
  .image_teaser:nth-of-type(odd) {
    padding-right: calc(25px/2);
    clear: left;
  }
  .image_teaser:nth-of-type(even) {
    padding-left: calc(25px/2);
  }
}

.anton_block .image_teaser {
  overflow: auto;
  width: 100%;
}

.bg_headline h1, .bg_headline h2, .bg_headline h3 {
  color: #fff;
  background-color: #009640;
  padding: 5px;
  clear: both;
  font-size: 1.2em !important;
  font-weight: bold;
}

.info_mimeblocks {
  border: 1px solid #000;
  padding: 5px 5px 0px 5px;
  margin-bottom: 20px;
}

/* "Tab"-Bloecke */
.tab_links a {
  white-space: nowrap;
  padding: 5px;
  background-color: #009640;
  border: 1px solid #009640;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  font-size: 0.9em;
}

.tab_links .separator {
  width: 2px;
}

.tab_links .open {
  background-color: #fff;
  color: #000;
  cursor: default;
  text-decoration: none;
  border-bottom-color: #fff;
  height: 31px;
  margin-bottom: -1px;
}

.tab_links .separator {
  width: 3px;
}

.tab_view {
  border: 1px solid #008C4F;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}

.tab_view .block {
  margin-bottom: 5px;
}

/* Misc */
#glossarheadline {
  font-size: 2em;
  color: #008C4F;
  margin: 20px 0 10px 0;
}

.glossar #column_center {
  border: none;
}

table.glossar {
  width: 550px !important;
}

a.glossar, .glossary_overview a {
  background-image: url(/Icons/Glossar.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #008C4F;
}

table.glossar #static_logo {
  float: right;
  margin: 0 0 10px 10px;
}

.glossary_overview .block {
  margin-top: 0;
  margin-bottom: 0;
}

table.glossar {
  padding-top: 25px;
}

.anton_overview_table > table {
  font-size: 0.9em;
}

.anton_close_props {
  margin-top: -10px;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .float_right {
    max-width: 50%;
  }
}
/* 4K Desktop only */
/* TOOLTIP */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.85;
}

#tooltip h3, #tooltip div {
  margin: 0;
}

/* NEWSMAP */
.newsmap {
  margin: 20px 0 20px 0;
  position: relative;
}

.newsmap a {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  text-decoration: none;
}

.newsmap a:hover {
  background-position: 0 -30px;
}

.newsmap a span {
  margin: 3px 20px 3px 3px;
  display: block;
  filter: Alpha(opacity=80);
  opacity: 0.8;
}

.newsmap a:hover span {
  filter: Alpha(opacity=100);
  opacity: 1;
}

.tooltip_newsmap_item {
  width: 300px;
  font-size: 0.9em;
  border: 2px solid #6BA424 !important;
  background-color: #fff !important;
  padding: 8px !important;
  font-size: 0.8em;
  text-align: left;
}

.tooltip_newsmap_item strong {
  clear: both;
  display: block;
}

.tooltip_arrow {
  position: absolute;
  top: -10px;
  left: 130px;
  width: 19px;
  height: 10px;
}

/* TAG CLOUD */
.tagcloud_simple {
  text-align: center;
}

#content_main .tagcloud_simple {
  margin: 30px 10% 30px 10%;
}

#content_margin .tagcloud_simple {
  margin: 30px 5% 30px 5%;
}

.tagcloud_simple a.show_weight_1 {
  font-size: 0.7em;
}

.tagcloud_simple a.show_weight_2 {
  font-size: 0.8em;
}

.tagcloud_simple a.show_weight_3 {
  font-size: 0.9em;
}

.tagcloud_simple a.show_weight_4 {
  font-size: 1em;
}

.tagcloud_simple a.show_weight_5 {
  font-size: 1.1em;
}

.tagcloud_simple a.show_weight_6 {
  font-size: 1.2em;
}

.tagcloud_simple a.show_weight_7 {
  font-size: 1.3em;
}

.tagcloud_simple a.show_weight_8 {
  font-size: 1.4em;
}

.tagcloud_simple a.show_weight_9 {
  font-size: 1.5em;
}

.tagcloud_simple a.show_weight_10 {
  font-size: 1.6em;
}

/* PROGRESS BAR */
#Progress_Bar_Bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #CCC;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#Progress_Bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  text-align: left;
}

* > #Progress_Bar {
  width: 302px;
}

#Progress_Bar .block {
  margin: -1px 0px 0px 0px;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
  font-size: 0.8em;
}

#Progress_Bar_Frame {
  width: 300px;
  border: 1px solid black;
  background-color: white;
}

#Progress_Bar_Index {
  width: 0px;
  height: 20px;
  background-color: blue;
}

#Progress_Bar_Image {
  margin-bottom: 10px;
  text-align: center;
}

/* CONSENT PANEL */
#tools_consent_panel {
  background-color: #fff;
  -webkit-box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.7);
  text-align: left;
  position: fixed;
  top: 10%;
  max-height: 95%;
  width: 95%;
  max-width: 1000px;
  left: 50%;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  overflow: auto;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  /* 4K Desktop only */
  /* 4K Desktop only */
}
@media (max-width: 500px) {
  #tools_consent_panel {
    padding: 15px;
  }
}
@media (min-width: 501px) {
  #tools_consent_panel {
    padding: 3vw;
  }
}
#tools_consent_panel input.button {
  border: none;
  background: #eaeaea;
  padding: 7px 15px;
  display: inline-block;
  font-size: 1em !important;
  color: #000;
  outline: none;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  font-family: Muli, Arial, Verdana, Sans-Serif;
}
#tools_consent_panel input.button:focus, #tools_consent_panel input.button:active {
  outline: none !important;
  border-radius: 0;
}
#tools_consent_panel input.button:hover {
  opacity: 0.8;
}
#tools_consent_panel .consent_panel_intro {
  padding-bottom: 5px;
  /* 4K Desktop only */
}
#tools_consent_panel .consent_panel_intro > h1, #tools_consent_panel .consent_panel_intro > h2 {
  font-size: 1.1em !important;
  color: #009640;
  margin-bottom: 10px;
}
#tools_consent_panel .consent_panel_intro input.button {
  margin-right: 10px;
}
#tools_consent_panel .consent_panel_intro .button_accept input.button {
  background: #009640;
  color: #fff !important;
}
#tools_consent_panel .consent_panel_intro > .block:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 500px) {
  #tools_consent_panel .consent_panel_intro {
    text-align: center;
  }
  #tools_consent_panel .consent_panel_intro input.button {
    display: inline-block;
    margin-bottom: 15px;
  }
  #tools_consent_panel .consent_panel_intro .button_extend input.button {
    margin-bottom: 0 !important;
  }
}
#tools_consent_panel .consent_panel_details {
  border: 1px solid #eaeaea;
  padding: 15px;
  margin: 25px 0;
}
#tools_consent_panel .consent_panel_details > h2 {
  margin-bottom: 10px !important;
  color: #000 !important;
  font-size: 1.1em;
}
#tools_consent_panel .consent_panel_details .block {
  margin-bottom: 15px;
}
#tools_consent_panel .consent_panel_details > .block h3 {
  color: #000 !important;
  margin: 0 !important;
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_description {
  float: left;
  width: 100%;
  max-width: 400px;
  font-size: 0.93em;
  line-height: 1.5em;
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_select {
  overflow: auto;
  max-height: 50vmax;
  float: right;
  /* 4K Desktop only */
}
@media (max-width: 995px) {
  #tools_consent_panel .consent_panel_details > .block > .consent_panel_select {
    margin-top: 10px;
  }
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_select input.button {
  margin-left: 15px;
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_select .button_selected input.button {
  color: #fff !important;
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_select .button_selected.button_reject input.button {
  background: red;
}
#tools_consent_panel .consent_panel_details > .block > .consent_panel_select .button_selected.button_accept input.button {
  background: #009640;
}
#tools_consent_panel .consent_panel_details > .block::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#tools_consent_panel .consent_panel_save {
  text-align: right;
}
#tools_consent_panel .consent_panel_save input.button {
  background: #009640;
  color: #fff !important;
}
#tools_consent_panel a {
  text-decoration: underline !important;
}

.consent_alt.consent_alt_youtube {
  /*@include responsive(tablet-down) {
  	width:auto !important;
  	height:auto !important;
  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
  height: 100%;
}
.consent_alt.consent_alt_youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.consent_alt.consent_alt_youtube .block {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 14px 30px;
  text-align: center;
  font-size: 0.8em;
  margin: 0 !important;
  height: auto;
  color: #fff !important;
  position: relative;
  z-index: 10;
}
.consent_alt.consent_alt_youtube .block .button {
  background: transparent !important;
  margin-bottom: 5px;
}
.consent_alt.consent_alt_youtube .block .button:hover {
  color: #009640 !important;
}
.consent_alt.consent_alt_youtube::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #000;
  opacity: 0.7;
  position: absolute;
}

/* BILD SKALIERUNG */
a.image_scale_toggle {
  position: absolute;
  float: left;
  width: 32px;
  height: 32px;
  margin: 5px;
  background-repeat: no-repeat;
}

a.image_scale_up {
  background-image: url(/Icons/Scale_Up.png);
}

a.image_scale_down {
  background-image: url(/Icons/Scale_Down.png);
}

/* BLOCK UEBERBLENDUNG */
.transition_block_nav a {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 5px 5px 0 0;
  border: 1px solid blue;
  background: no-repeat center;
  text-decoration: none;
}

.transition_block_nav a.transition_prev {
  background-image: url(/Icons/Previous.gif);
}

.transition_block_nav a.transition_next {
  background-image: url(/Icons/Next.gif);
}

.transition_block_paging a.activeSlide {
  color: #000;
  border-color: #000;
  cursor: default;
}

.transition_block h3 {
  margin-top: 0;
}

/* GOOGLE MAPS */
.google_map_conf {
  display: none;
}

.google_map .block {
  height: 400px;
}

/* POLLS */
.poll_result {
  margin-bottom: 5px;
}

.poll_result td.title {
  background-color: blue;
}

.align_right {
  float: right;
}

.clear {
  clear: both;
}

.float_left {
  display: block;
  float: left;
}

.float_right {
  display: block;
  float: right;
}

/* UI OVERLAY */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-dialog {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color="#000000");
  font-size: 0.8em;
  text-align: left;
  border: 1px solid #B8B8B8;
  position: absolute;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar-close {
  float: right;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #ECECEC;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  height: 40px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: left;
}

.ui-dialog .ui-dialog-content {
  padding: 10px;
}

/* HTML MAIL */
.template-email {
  text-align: center;
}
.template-email > table#layout {
  max-width: 800px;
  text-align: left;
  margin: 15px auto;
}
.template-email > table#layout #page_head hr {
  margin-bottom: 15px;
}
.template-email > table#layout td {
  font-size: 14px;
  line-height: 20px;
}

/* GALLERIA */
.galleria-image-nav {
  margin-top: -25px !important;
}
.galleria-image-nav * {
  background-color: #fff;
  width: 50px !important;
  height: 50px !important;
  opacity: 0.6 !important;
}
.galleria-image-nav *:hover {
  opacity: 1 !important;
}
.galleria-image-nav .galleria-image-nav-left {
  background-position: 12px 10px;
  left: 0;
}
.galleria-image-nav .galleria-image-nav-right {
  background-position: -282px 10px;
  right: 0;
}

.galleria-info .galleria-info-link {
  background-color: #fff;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  background-position: -664px 1px;
}

/* THEME VARIANTS */
.gfp header #site_name {
  color: #0076C0;
}
.gfp header .image {
  background-image: url("/Icons/Head/Gfp_Default.jpg");
}
.gfp header .opener, .gfp header .opener::before, .gfp header .opener::after {
  background: #0076C0 !important;
}
.gfp #navigation_wrapper li.active > a {
  color: #0076C0 !important;
}
.gfp #navigation_wrapper li.active > a:hover {
  color: #000;
}
.gfp h1, .gfp h2, .gfp h3 {
  color: #0076C0;
}
.gfp .button, .gfp .img_button {
  border: 1px solid #0076C0;
  color: #0076C0;
}
.gfp a.button, .gfp a.button:visited {
  color: #0076C0;
}
.gfp .img_button {
  background-color: #0076C0;
}
.gfp a, .gfp a:link, .gfp input.link {
  color: #0076C0;
}
.gfp #layout table.regular td.title, .gfp #layout table.regular tr.title td {
  background-color: #0076C0;
}
.gfp #tools_protected_link .input, .gfp #tools_adcode_link .input {
  color: #0076C0 !important;
  border: 1px solid #0076C0;
}
.gfp .bgcolor {
  background-color: #0076C0;
  color: #fff;
}
.gfp .bgcolor h1, .gfp .bgcolor h2, .gfp .bgcolor h3 {
  color: #fff;
}
.gfp .bgcolor a {
  color: #000;
}
.gfp .borderbox {
  border: 1px solid #0076C0;
}
.gfp .highlight_h h1, .gfp .highlight_h h2, .gfp .highlight_h h3 {
  border-bottom: 2px solid #0076C0;
}
.gfp .bg_headline h1, .gfp .bg_headline h2, .gfp .bg_headline h3 {
  background: #eaeaea !important;
  color: #0076C0 !important;
}
.gfp .highlight {
  color: #0076C0;
}
.gfp .tab_links a {
  background-color: #0076C0;
  border: 1px solid #0076C0;
  color: #fff;
}
.gfp .tab_links .open {
  background-color: #fff;
  color: #000;
  border-bottom-color: #fff;
}
.gfp .tab_view {
  border: 1px solid #0076C0;
}
.gfp #glossarheadline {
  color: #0076C0;
}
.gfp a.glossar, .gfp .glossary_overview a {
  border-bottom: 1px dotted #0076C0;
}
.gfp a:hover, .gfp input.link:hover {
  color: #000 !important;
}
.gfp #tools_search form input[type=text] {
  border-color: #0076C0;
  color: #0076C0;
}
.gfp #tools_search form input[type=submit] {
  background: #0076C0;
}
.gfp #tools_consent_panel .consent_panel_intro > h1, .gfp #tools_consent_panel .consent_panel_intro h2 {
  color: #0076C0 !important;
}
.gfp #tools_consent_panel .consent_panel_intro .button_accept input.button, .gfp #tools_consent_panel .consent_panel_save .button_save input.button {
  background: #0076C0 !important;
}

.gvs header #site_name {
  color: #0076C0;
}
.gvs header .image {
  background-image: url("/Icons/Head/Gvs_Default.jpg");
}
.gvs header .opener, .gvs header .opener::before, .gvs header .opener::after {
  background: #0076C0 !important;
}
.gvs #navigation_wrapper li.active > a {
  color: #0076C0 !important;
}
.gvs #navigation_wrapper li.active > a:hover {
  color: #000;
}
.gvs h1, .gvs h2, .gvs h3 {
  color: #0076C0;
}
.gvs .button, .gvs .img_button {
  border: 1px solid #0076C0;
  color: #0076C0;
}
.gvs a.button, .gvs a.button:visited {
  color: #0076C0;
}
.gvs .img_button {
  background-color: #0076C0;
}
.gvs a, .gvs a:link, .gvs input.link {
  color: #0076C0;
}
.gvs #layout table.regular td.title, .gvs #layout table.regular tr.title td {
  background-color: #0076C0;
}
.gvs #tools_protected_link .input, .gvs #tools_adcode_link .input {
  color: #0076C0 !important;
  border: 1px solid #0076C0;
}
.gvs .bgcolor {
  background-color: #0076C0;
  color: #fff;
}
.gvs .bgcolor h1, .gvs .bgcolor h2, .gvs .bgcolor h3 {
  color: #fff;
}
.gvs .bgcolor a {
  color: #000;
}
.gvs .borderbox {
  border: 1px solid #0076C0;
}
.gvs .highlight_h h1, .gvs .highlight_h h2, .gvs .highlight_h h3 {
  border-bottom: 2px solid #0076C0;
}
.gvs .bg_headline h1, .gvs .bg_headline h2, .gvs .bg_headline h3 {
  background: #eaeaea !important;
  color: #0076C0 !important;
}
.gvs .highlight {
  color: #0076C0;
}
.gvs .tab_links a {
  background-color: #0076C0;
  border: 1px solid #0076C0;
  color: #fff;
}
.gvs .tab_links .open {
  background-color: #fff;
  color: #000;
  border-bottom-color: #fff;
}
.gvs .tab_view {
  border: 1px solid #0076C0;
}
.gvs #glossarheadline {
  color: #0076C0;
}
.gvs a.glossar, .gvs .glossary_overview a {
  border-bottom: 1px dotted #0076C0;
}
.gvs a:hover, .gvs input.link:hover {
  color: #000 !important;
}
.gvs #tools_search form input[type=text] {
  border-color: #0076C0;
  color: #0076C0;
}
.gvs #tools_search form input[type=submit] {
  background: #0076C0;
}
.gvs #tools_consent_panel .consent_panel_intro > h1, .gvs #tools_consent_panel .consent_panel_intro h2 {
  color: #0076C0 !important;
}
.gvs #tools_consent_panel .consent_panel_intro .button_accept input.button, .gvs #tools_consent_panel .consent_panel_save .button_save input.button {
  background: #0076C0 !important;
}

.campaign_wsf header #site_name {
  color: #85BA3C;
}
.campaign_wsf header .image {
  background-image: url("/Icons/Head/Default.jpg");
}
.campaign_wsf header .opener, .campaign_wsf header .opener::before, .campaign_wsf header .opener::after {
  background: #85BA3C !important;
}
.campaign_wsf #navigation_wrapper li.active > a {
  color: #85BA3C !important;
}
.campaign_wsf #navigation_wrapper li.active > a:hover {
  color: #000;
}
.campaign_wsf h1, .campaign_wsf h2, .campaign_wsf h3 {
  color: #85BA3C;
}
.campaign_wsf .button, .campaign_wsf .img_button {
  border: 1px solid #85BA3C;
  color: #85BA3C;
}
.campaign_wsf a.button, .campaign_wsf a.button:visited {
  color: #85BA3C;
}
.campaign_wsf .img_button {
  background-color: #85BA3C;
}
.campaign_wsf a, .campaign_wsf a:link, .campaign_wsf input.link {
  color: #85BA3C;
}
.campaign_wsf #layout table.regular td.title, .campaign_wsf #layout table.regular tr.title td {
  background-color: #85BA3C;
}
.campaign_wsf #tools_protected_link .input, .campaign_wsf #tools_adcode_link .input {
  color: #85BA3C !important;
  border: 1px solid #85BA3C;
}
.campaign_wsf .bgcolor {
  background-color: #85BA3C;
  color: #fff;
}
.campaign_wsf .bgcolor h1, .campaign_wsf .bgcolor h2, .campaign_wsf .bgcolor h3 {
  color: #fff;
}
.campaign_wsf .bgcolor a {
  color: #000;
}
.campaign_wsf .borderbox {
  border: 1px solid #85BA3C;
}
.campaign_wsf .highlight_h h1, .campaign_wsf .highlight_h h2, .campaign_wsf .highlight_h h3 {
  border-bottom: 2px solid #85BA3C;
}
.campaign_wsf .bg_headline h1, .campaign_wsf .bg_headline h2, .campaign_wsf .bg_headline h3 {
  background: #eaeaea !important;
  color: #85BA3C !important;
}
.campaign_wsf .highlight {
  color: #85BA3C;
}
.campaign_wsf .tab_links a {
  background-color: #85BA3C;
  border: 1px solid #85BA3C;
  color: #fff;
}
.campaign_wsf .tab_links .open {
  background-color: #fff;
  color: #000;
  border-bottom-color: #fff;
}
.campaign_wsf .tab_view {
  border: 1px solid #85BA3C;
}
.campaign_wsf #glossarheadline {
  color: #85BA3C;
}
.campaign_wsf a.glossar, .campaign_wsf .glossary_overview a {
  border-bottom: 1px dotted #85BA3C;
}
.campaign_wsf a:hover, .campaign_wsf input.link:hover {
  color: #000 !important;
}
.campaign_wsf #tools_search form input[type=text] {
  border-color: #85BA3C;
  color: #85BA3C;
}
.campaign_wsf #tools_search form input[type=submit] {
  background: #85BA3C;
}
.campaign_wsf #tools_consent_panel .consent_panel_intro > h1, .campaign_wsf #tools_consent_panel .consent_panel_intro h2 {
  color: #85BA3C !important;
}
.campaign_wsf #tools_consent_panel .consent_panel_intro .button_accept input.button, .campaign_wsf #tools_consent_panel .consent_panel_save .button_save input.button {
  background: #85BA3C !important;
}

.sfg header .image {
  background-image: url(/Icons/Head/Sfg_Default.jpg);
}
/*# sourceMappingURL=General.css.map */
