@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.container, #spenden_form {
  max-width: 1024px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

.tar {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.opacity50 {
  opacity: 0.5;
}

/* colors */
/* width */
/* font family */
/* path */
h1, h2 {
  color: #008000;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
}

h2 {
  font-size: 2rem;
  letter-spacing: -1px;
  padding-bottom: 10px;
  margin-top: 40px;
}

h3 {
  color: #000;
  margin-top: 30px;
}

a {
  color: #005fa3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

fieldset {
  margin: 0;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  fieldset {
    padding: 0;
  }
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  padding-bottom: 13px;
  display: block;
  z-index: 2;
  cursor: pointer;
}

#debugMode {
  background: #000;
  position: fixed;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  overflow: scroll;
  opacity: 0.8;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  z-index: 100000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  color: #fff;
  width: 150px;
  font-family: tahoma;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0px 0px 6px #999;
  -moz-box-shadow: 0px 0px 6px #999;
  -webkit-box-shadow: 0px 0px 6px #999;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px;
  z-index: 5001;
}

.formError .formErrorArrowBottom {
  top: 0;
  margin: -6px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0px 2px 3px #444;
  -moz-box-shadow: 0px 2px 3px #444;
  -webkit-box-shadow: 0px 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0px;
  font-size: 0px;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0px solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.container, #spenden_form {
  max-width: 1024px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

.tar {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.opacity50 {
  opacity: 0.5;
}

/* colors */
/* width */
/* font family */
/* path */
h1, h2 {
  color: #008000;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
}

h2 {
  font-size: 2rem;
  letter-spacing: -1px;
  padding-bottom: 10px;
  margin-top: 40px;
}

h3 {
  color: #000;
  margin-top: 30px;
}

a {
  color: #005fa3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

fieldset {
  margin: 0;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  fieldset {
    padding: 0;
  }
}

body {
  max-width: 1380px;
  margin: 0 auto;
  font: 400 14px/1.4 Helvetica, Arial, sans-serif;
  color: #000;
  background: url("../images/bg_wolke.jpg") no-repeat top center, url("../images/bg_baum_empty.png") no-repeat 45% 100%, url("../images/bg_gras.png") repeat-x bottom;
  background-color: #66e3ff;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background: url("../images/bg_wolke.jpg") no-repeat top center, url("../images/bg_baum.png") no-repeat 45% 97%, url("../images/bg_gras.png") repeat-x bottom;
    background-color: #66e3ff;
  }
}
@media screen and (max-width: 600px) {
  body {
    background: url("../images/bg_wolke.jpg") no-repeat top center, url("../images/bg_baum.png") no-repeat 45% 90%;
    background-color: #66e3ff;
  }
}
body.form {
  background: #66e3ff url("../images/background_smk.gif") no-repeat top center;
  font: 400 13px/1.4 Arial, sans-serif;
  color: #333;
  position: relative;
}
@media screen and (max-width: 600px) {
  body.form {
    background: #fff;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}
figure.fl {
  margin-right: 10px;
  margin-bottom: 10px;
}
figure.fr {
  margin-left: 10px;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

hr {
  clear: both;
  background-color: transparent;
  border: 0;
}

hr + hr {
  height: 30px;
}

blockquote {
  padding: 20px;
  background: #f9f7f8;
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

/* header */
@media screen and (max-width: 996px) {
  body > .metanav {
    display: none;
  }
}
@media screen and (min-width: 996px) {
  body > .metanav {
    background: #fff;
    display: block;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  body > .metanav ul {
    float: left;
  }
  body > .metanav ul li {
    display: block;
    float: left;
  }
  body > .metanav ul li:after {
    content: "|";
    color: #ccc;
    padding: 0 20px;
  }
  body > .metanav ul li:last-child:after {
    content: "";
  }
  body > .metanav ul li a {
    color: #000;
  }
  body > .metanav ul:first-child {
    margin-top: 0;
    text-transform: uppercase;
  }
  body > .metanav ul:first-child li.active a {
    color: #E7231E;
  }
  body > .metanav ul:last-child {
    float: right;
    margin-right: -40px;
  }
  body > .metanav ul:last-child li:first-child {
    font-weight: 600;
  }
}

header {
  margin: 10px 0;
  position: relative;
  /*
    .change_language {
      position: absolute;
      bottom: -55px;
      right: 110px;
      width: 100px;
      height: 70px;
      background: url($get-path-to-images + 'lang-navigation-en.png') no-repeat;
      z-index: 999;

      @media screen and (max-width: $window_width_xlarge) {
        right: 0;
        bottom: -70px;
      }

      @media screen and (max-width: $window_width_large) {
        display: none;
      }

      @media screen and (max-width: $window_width_middle) {
        display: none;
      }
    }
  */
}
@media screen and (max-width: 996px) {
  header {
    padding-bottom: 10px;
    border-bottom: 1px solid #005fa3;
  }
}
@media screen and (min-width: 996px) {
  header {
    padding-top: 20px;
  }
}
header .header_nav-toggle {
  display: none;
  float: left;
  padding: 8px 45px 8px 20px;
  margin-top: 17px;
  color: #fff;
  background: #008000;
  font-size: 1.05rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 996px) {
  header .header_nav-toggle {
    display: block;
  }
}
header .header_nav-toggle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  top: 17px;
  right: 17px;
}
header .header_nav-toggle.open {
  background: none;
  color: #008000;
  padding: 8px 10px;
}
header .header_nav-toggle.open:after {
  content: "✖";
  color: #008000;
  border: none;
  top: inherit;
  right: inherit;
  margin-left: 12px;
}
header #header_nav {
  float: left;
  width: calc(100% - 200px);
  margin-top: 25px;
}
@media screen and (max-width: 996px) {
  header #header_nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 20px;
    background: #29ad29;
  }
}
@media screen and (max-width: 996px) {
  header #header_nav.active {
    display: block;
  }
  header #header_nav.active > ul > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  header #header_nav.active > ul > li:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    top: 50%;
    right: 70px;
    margin-top: -7px;
  }
  header #header_nav.active > ul > li > a, header #header_nav.active > ul > li.single > a {
    padding: 22px 20px;
    color: #fff;
  }
  header #header_nav.active > ul > li.open:after {
    display: none;
  }
  header #header_nav.active > ul > li.open > a {
    border-bottom: 1px solid #ccc;
  }
  header #header_nav.active > ul > li.single:hover > a {
    border: none;
  }
  header #header_nav.active > ul > li .submenu {
    position: static;
  }
  header #header_nav.active > ul > li .submenu li {
    padding: 7px 20px 7px 40px;
  }
}
header #header_nav ul > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
header #header_nav ul > li.single:after {
  display: none;
}
header #header_nav ul > li.single > a {
  padding: 6px 10px;
}
header #header_nav ul > li.english_version {
  display: none;
}
header #header_nav ul > li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #008000;
  top: 17px;
  right: 8px;
  z-index: 0;
}
header #header_nav ul > li.active:after {
  border-top-color: #fff;
}
header #header_nav ul > li.active > a {
  background: #008000;
  color: #fff;
}
@media screen and (min-width: 996px) {
  header #header_nav ul > li:hover:after {
    border-top-color: #fff;
  }
  header #header_nav ul > li:hover.single > a {
    padding-bottom: 6px;
  }
  header #header_nav ul > li:hover > a {
    background: #008000;
    color: #fff;
    padding-bottom: 32px;
  }
  header #header_nav ul > li:hover .submenu {
    display: block;
  }
}
@media screen and (max-width: 996px) {
  header #header_nav ul > li.single > a {
    padding-bottom: 21px;
  }
  header #header_nav ul > li.open:after {
    border-top-color: #fff;
  }
  header #header_nav ul > li.open > a {
    background: #008000;
    color: #fff;
    padding-bottom: 32px;
    border-radius: 0;
  }
  header #header_nav ul > li.open .submenu {
    display: block;
  }
}
@media screen and (max-width: 996px) {
  header #header_nav ul > li.english_version {
    display: block;
  }
  header #header_nav ul > li.english_version:after {
    border-top-color: transparent;
    border-left-color: #fff;
    right: 67px;
  }
}
header #header_nav ul > li > a {
  display: block;
  padding: 6px 25px 6px 10px;
  color: #000;
  font-size: 1.05rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}
header #header_nav ul > li .submenu {
  display: none;
  position: absolute;
  top: 45px;
  min-width: 210px;
  padding: 10px 15px 10px 0;
  border-radius: 10px;
  background: #008000;
  z-index: 999;
}
header #header_nav ul > li .submenu li {
  display: block;
  margin-right: 0;
}
header #header_nav ul > li .submenu li.active a {
  color: #ffeb3b;
}
header #header_nav ul > li .submenu li:after {
  display: none;
}
header #header_nav ul > li .submenu li a {
  font-size: 1rem;
  padding: 2px 0 3px 10px;
  color: #fff;
  font-weight: 300;
}
header #header_nav ul > li .submenu li a:hover {
  color: #ffeb3b;
}
header .header_logo {
  float: right;
}
@media screen and (max-width: 996px) {
  header .header_logo img {
    width: 140px;
  }
}
header .see_jobs {
  position: absolute;
  bottom: -55px;
  right: 110px;
  width: 100px;
  height: 70px;
  background: url("../images/see-jobs.png") no-repeat;
  z-index: 999;
}
@media screen and (max-width: 1300px) {
  header .see_jobs {
    right: 0;
    bottom: -70px;
  }
}
@media screen and (max-width: 1024px) {
  header .see_jobs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .see_jobs {
    display: none;
  }
}

/* end header */
/* default page */
main {
  position: relative;
  padding-bottom: 50px;
}
main .container, main #spenden_form {
  background: #fff;
  border-radius: 15px;
}
main .bg_ballons {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 600px) {
  main .bg_ballons {
    display: none;
  }
}
main .bg_ballons img {
  width: 100%;
}
main .sms_alert {
  position: absolute;
  top: -60px;
  left: 10px;
  width: 260px;
  height: 300px;
  background: url("../images/paypal-round-qr.png") no-repeat center;
  background-size: 100%;
}
main .sms_alert a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  main .sms_alert {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main .sms_alert {
    width: 220px;
    background-size: contain;
    top: -70;
  }
}
@media screen and (max-width: 600px) {
  main .sms_alert {
    position: static;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: top center;
    background-size: 50%;
    transform: rotate(0deg);
  }
}
main .default-main_info {
  float: right;
  width: calc(100% - 320px);
  margin: 30px 0 40px;
}
@media screen and (max-width: 1024px) {
  main .default-main_info {
    width: calc(100% - 235px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  main .default-main_info {
    width: 100%;
  }
}
main .default-main_info .news-amenu li {
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 600px) {
  main .default-main_info .news-amenu li {
    padding-right: 8px;
  }
}
main .default-main_info .news-amenu li a {
  background-color: rgb(244.6285714286, 241.1714285714, 242.9);
  border: 1px solid #ccc;
  display: block;
  padding: 3px 9px;
  color: #000;
}
main .default-main_info .news-amenu li a:hover {
  color: #008000;
}
main .default-main_info.board > div {
  margin: 50px 0 30px;
}
@media screen and (max-width: 600px) {
  main .default-main_info.board > div {
    text-align: center;
  }
}
main .default-main_info.board > div > .fl {
  margin-right: 12px;
}
main .default-main_info.board > div > .fr {
  margin-left: 12px;
}
@media screen and (max-width: 600px) {
  main .default-main_info.board > div .fr,
  main .default-main_info.board > div .fl {
    float: none;
    display: initial;
  }
}
main .default-main_info.board > div img {
  padding-bottom: 5px;
}
main .default-main_info.news .news_block {
  margin-top: 15px;
}
main .default-main_info.news .news_block a {
  float: left;
  width: 29.333%;
  height: 155px;
  overflow: hidden;
  margin: 15px 4% 10px 0;
}
@media screen and (max-width: 600px) {
  main .default-main_info.news .news_block a {
    width: 46%;
    margin: 15px 2%;
  }
}
main .default-main_info.news .news_block a span {
  display: block;
  padding-top: 3px;
}
@media screen and (min-width: 1300px) {
  main .default-main_info.paypal {
    padding-right: 50px;
  }
}
main .default-main_info.paypal .logo_paypal {
  float: none;
  margin-bottom: 8px;
}
main .default-main_info.paypal .spend_using_paypal {
  float: none;
  padding-top: 10px;
  clear: both;
}
@media screen and (max-width: 600px) {
  main .default-main_info.movie div > img {
    display: none;
  }
}
main .default-main_info.movie .video_player {
  float: none;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  main .default-main_info.movie .video_player {
    text-align: center;
  }
}
main .default-main_info.movie .video_player video {
  width: 60%;
  min-width: 320px;
}
@media screen and (max-width: 600px) {
  main .default-main_info.movie .video_player video {
    width: 80%;
    min-width: auto;
  }
}
@media screen and (max-width: 1300px) {
  main .default-main_info.movie .donate {
    overflow: visible;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .default-main_info.movie .donate {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info.movie .donate {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info.friends div > img {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  main .default-main_info.friends .donate {
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .default-main_info.friends .donate {
    right: 20px;
  }
}
main .default-main_info > div {
  float: left;
  padding: 0 5px;
}
main .default-main_info > div.partners_logo {
  float: none;
}
main .default-main_info > div.partners_logo > div {
  float: left;
  width: 33.333%;
  height: 80px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  transform-style: preserve-3d;
}
main .default-main_info > div.partners_logo > div img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
main .default-main_info > div img.fl {
  margin-right: 12px;
}
main .default-main_info > div img.fr {
  margin-left: 12px;
}
main .default-main_info > div img + p {
  margin: 0;
}
main .default-main_info > div.central_block {
  width: calc(100% - 264px);
}
@media screen and (max-width: 1024px) and (min-width: 996px) {
  main .default-main_info > div.central_block {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 768px) {
  main .default-main_info > div.central_block {
    width: calc(100% - 275px);
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info > div.central_block {
    width: 100%;
  }
}
main .default-main_info > div.central_block > div {
  margin-bottom: 20px;
}
main .default-main_info > div.central_block > div p {
  padding-right: 10px;
}
main .default-main_info > div.central_block > div .image_in_text {
  float: left;
  margin-right: 8px;
}
main .default-main_info > div.central_block .bottom_image {
  text-align: right;
}
@media screen and (max-width: 600px) {
  main .default-main_info > div.central_block .bottom_image {
    text-align: center;
  }
}
main .default-main_info > div.right_block {
  width: 264px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .default-main_info > div.right_block {
    width: 275px;
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info > div.right_block {
    width: 98%;
    margin: 0 1%;
  }
}
main .default-main_info > div.right_block .wrap-image_slider {
  padding: 13px;
  background: #f9f7f8;
  border: 1px solid rgb(227.1428571429, 217.8571428571, 222.5);
  margin-bottom: 20px;
}
main .default-main_info > div.right_block .wrap-image_slider .image_slider {
  position: relative;
  height: 189px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .default-main_info > div.right_block .wrap-image_slider .image_slider {
    height: 213px;
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info > div.right_block .wrap-image_slider .image_slider {
    width: 255px;
    margin-left: calc((100% - 255px) / 2);
  }
}
main .default-main_info > div.right_block .wrap-image_slider .image_slider a {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
main .default-main_info > div.right_block .wrap-image_slider .image_slider a:first-of-type {
  display: block;
}
main .default-main_info > div.right_block .wrap-image_slider .image_slider a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  main .default-main_info > div.right_block .wrap-image_slider .descr_for_slider h2 {
    text-align: center;
  }
}
main .default-main_info > div.right_block .wrap-image_slider .descr_for_slider p a:not(:last-of-type) {
  font-weight: bold;
}
main .default-main_info > div.right_block > h2 {
  padding-bottom: 0;
}
main .default-main_info > div.right_block > p {
  margin-top: 5px;
  padding-right: 5px;
}
main .default-main_info .donate {
  position: absolute;
  top: 40px;
  right: 15px;
}
@media screen and (max-width: 1300px) {
  main .default-main_info .donate {
    height: 314px;
    overflow: hidden;
    right: 115px;
    top: -17px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 996px) {
  main .default-main_info .donate {
    height: auto;
    right: -10px;
  }
}
@media screen and (max-width: 995px) {
  main .default-main_info .donate {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info .donate {
    position: static;
    display: block;
    width: 100%;
    height: 255px;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  main .default-main_info .donate.static {
    position: static;
    margin: 0 calc((100% - 186px) / 2);
  }
}
@media screen and (max-width: 600px) {
  main .default-main_info .donate.static {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  main .default-main_info .donate img {
    width: 150px;
  }
}
main .default-sidebar {
  float: left;
  width: 290px;
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 1024px) {
  main .default-sidebar {
    width: 220px;
    margin: 50px 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main .default-sidebar {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 600px) {
  main .default-sidebar {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  main .default-sidebar img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .default-sidebar img {
    width: 320px;
  }
}
@media screen and (max-width: 600px) {
  main .default-sidebar img {
    width: 260px;
  }
}
main .default-sidebar .ambassador_sidebar {
  background: #f9f7f8;
  margin-bottom: 10px;
  padding: 10px 30px 25px 20px;
  text-align: right;
}
main .default-sidebar .ambassador_sidebar h3,
main .default-sidebar .ambassador_sidebar .h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 30px 10px 0;
  color: #008000;
  border-bottom: 1px solid #ccc;
  position: relative;
}
main .default-sidebar .ambassador_sidebar h3:after,
main .default-sidebar .ambassador_sidebar .h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #008000;
}
main .default-sidebar .ambassador_sidebar .ambassador_nav {
  margin-top: 30px;
}
main .default-sidebar .ambassador_sidebar .ambassador_nav li {
  line-height: 1.8;
}
main .default-sidebar .ambassador_sidebar .ambassador_nav li.active a {
  color: #008000;
}
main .default-sidebar .ambassador_sidebar .ambassador_nav li a {
  color: #000;
}
main .default-sidebar .ambassador_sidebar .ambassador_nav li a:hover {
  text-decoration: none;
  color: #008000;
}
main .default-sidebar .banners_block {
  padding: 15px 5px;
  text-align: center;
  background: #f9f7f8;
}
main .default-sidebar .banners_block .banner {
  margin-bottom: 15px;
}
main .default-sidebar .social_holder {
  margin: 20px 0;
  padding: 15px 0 0 30px;
  background: #f9f7f8;
}
main .default-sidebar .social_holder h3 {
  font-size: 1.4rem;
  color: #008000;
  margin: 0 0 15px;
  letter-spacing: -1px;
}
main .default-sidebar .social_holder div {
  padding-bottom: 35px;
}
main .default-sidebar .social_holder div a {
  float: left;
  width: 47%;
  padding-left: 22px;
  margin-bottom: 7px;
  color: #000;
  text-decoration: none;
}
main .default-sidebar .social_holder div a:hover {
  color: #005fa3;
}
main .default-sidebar .social_holder div a.facebook_link {
  margin-right: 6%;
  background: url("../images/socialbla.gif") no-repeat left -97px;
}
main .default-sidebar .social_holder div a.xing_link {
  background: url("../images/socialbla.gif") no-repeat left bottom;
}
main .default-sidebar .social_holder div a.twitter_link {
  background: url("../images/socialbla.gif") no-repeat left -43px;
}

article {
  margin-bottom: 50px;
}

footer {
  margin: 240px 0 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  footer {
    margin: 280px 0 0;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 601px) {
  footer {
    margin: 280px 0 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    background: #005fa3;
    margin: 280px 0 0;
    padding: 20px 0 60px;
    color: #fff;
  }
}
footer .container, footer #spenden_form {
  position: relative;
  display: block;
  text-align: center;
}
footer .container a, footer #spenden_form a {
  position: absolute;
  right: 47px;
  top: -81px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  footer .container a, footer #spenden_form a {
    position: static;
    display: inline-block;
    margin: 40px 0 0 15px;
  }
}
footer .container a.change_language, footer #spenden_form a.change_language {
  display: none;
}
@media screen and (max-width: 600px) {
  footer .container a.change_language, footer #spenden_form a.change_language {
    display: inline-block;
    margin: 50px 0 0;
  }
}
footer .container > div, footer #spenden_form > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33.333%;
  padding: 20px 15px 0 15px;
}
@media screen and (max-width: 600px) {
  footer .container > div, footer #spenden_form > div {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
}
footer .container > div h4, footer #spenden_form > div h4 {
  color: #000;
  margin: 0 0 5px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  footer .container > div h4, footer #spenden_form > div h4 {
    color: #fff;
  }
}
footer .container > div p, footer #spenden_form > div p {
  margin: 0;
}
footer .metanav {
  color: #000;
  margin: 0 auto;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  footer .metanav {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  footer .metanav {
    color: #fff;
  }
}
footer .metanav a {
  color: #000;
}
@media screen and (max-width: 600px) {
  footer .metanav a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  footer .metanav ul {
    display: inline-block;
  }
}
footer .metanav li {
  float: left;
  line-height: 30px;
  margin-right: 20px;
}

/* end default page */
/* spend page */
.header_form {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .header_form {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_form {
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #005fa3;
  }
}
.header_form .container, .header_form #spenden_form {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .header_form .container .key_img, .header_form #spenden_form .key_img {
    position: absolute;
    top: 110px;
    left: calc((100% - 160px) / 2);
  }
}
.header_form .container .header_logo, .header_form #spenden_form .header_logo {
  float: right;
}
@media screen and (max-width: 1024px) {
  .header_form .container .header_logo img, .header_form #spenden_form .header_logo img {
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .header_form .container .header_logo img, .header_form #spenden_form .header_logo img {
    width: 140px;
  }
}

#spenden_form {
  max-width: 750px;
  padding-left: 50px;
  /*
  h1 {
    font-size: 1.85rem;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 1.85rem;
    margin: 15px 0;
  }
  */
}
@media screen and (max-width: 768px) {
  #spenden_form {
    margin-top: 150px;
    padding: 0 20px;
  }
}
#spenden_form .spenden_form_link {
  list-style: disc;
  margin-left: 15px;
}
#spenden_form .spenden_form_link a {
  color: #000;
  text-decoration: underline;
}
#spenden_form .under_cards {
  margin: 10px 0 30px 0;
}
#spenden_form .under_cards input[type=text] {
  width: 50px;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
#spenden_form .spenden_table {
  margin: 5px 0;
}
#spenden_form .spenden_table .row {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  #spenden_form .spenden_table .row {
    text-align: center;
  }
}
#spenden_form .spenden_table .row div {
  display: inline-block;
  vertical-align: middle;
}
#spenden_form .spenden_table .row div.row_title {
  width: 180px;
  padding-left: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #spenden_form .spenden_table .row div.row_title {
    width: 150px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form .spenden_table .row div.row_title {
    width: 100%;
    padding-left: 0;
  }
}
#spenden_form .spenden_table .row div.row_title span,
#spenden_form .spenden_table .row div.row_title p {
  font-weight: 400;
  display: block;
}
#spenden_form .spenden_table .row div.row_img {
  margin: 0 40px 0 20px;
}
#spenden_form .spenden_table .row div.row_img img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #spenden_form .spenden_table .row div.row_img {
    margin: 0 15px;
  }
  #spenden_form .spenden_table .row div.row_img img {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form .spenden_table .row div.row_img {
    margin: 10px 0;
    width: 100%;
  }
}
#spenden_form .spenden_table .row div.row_form {
  margin: 0 10px 0 10px;
}
@media screen and (max-width: 600px) {
  #spenden_form .spenden_table .row div.row_form {
    margin-left: 0;
  }
}
#spenden_form .spenden_table .row div.row_form input {
  padding: 10px 5px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #spenden_form .spenden_table .row div.row_form input {
    width: 80px;
  }
}
#spenden_form .spenden_table .row div.row_price {
  font-weight: bold;
}
#spenden_form .christmas_cards {
  margin-top: 30px;
}
#spenden_form .christmas_cards b {
  display: block;
}
#spenden_form .christmas_cards .christmas_cards_price {
  width: 100%;
}
#spenden_form .christmas_cards .christmas_cards_price th,
#spenden_form .christmas_cards .christmas_cards_price td {
  border: 1px solid #ccc;
}
#spenden_form .christmas_cards .christmas_cards_price th {
  width: 12.5%;
}
#spenden_form .christmas_cards .christmas_cards_price th:first-of-type {
  width: 50%;
}
#spenden_form .christmas_cards .christmas_cards_price td {
  padding: 5px;
  text-align: center;
}
#spenden_form input[type=radio] {
  position: relative;
  top: 1px;
  left: 1px;
}
#spenden_form .under_title {
  font-size: 0.8rem;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #spenden_form .under_title {
    padding-left: 0;
  }
}
#spenden_form #delivery {
  padding: 0.35em 0.625em 0.75em;
  margin-bottom: 50px;
}
#spenden_form #delivery p {
  margin: 10px 0;
}
#spenden_form #delivery b {
  display: block;
}
#spenden_form .support_fond {
  font-size: 0.8rem;
  padding-left: 5px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #spenden_form .support_fond {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form .support_fond {
    padding-left: 0;
  }
}
#spenden_form .support_fond b {
  font-size: 1.7rem;
}
#spenden_form #donate_form {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #spenden_form #donate_form {
    margin-bottom: 5px;
  }
}
#spenden_form #donate_form .donate {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #spenden_form #donate_form .donate {
    line-height: 1.7;
  }
}
#spenden_form #donate_form .donate label {
  font-size: 1.15rem;
}
#spenden_form #donate_form .donate span {
  font-size: 1.15rem;
  text-transform: uppercase;
}
#spenden_form #donate_form .donate input {
  width: 110px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
#spenden_form #donate_form .donate input[type=radio] {
  position: relative;
  width: 20px;
  margin: 0 15px 0 5px;
}
#spenden_form #donate_form .donate_periodicity {
  margin: 25px 0 60px;
}
@media screen and (max-width: 600px) {
  #spenden_form #donate_form .donate_periodicity {
    margin-bottom: 30px;
  }
}
#spenden_form #donate_form .donate_periodicity div {
  float: left;
}
@media screen and (max-width: 600px) {
  #spenden_form #donate_form .donate_periodicity div {
    width: 140px;
    position: relative;
    clear: both;
    margin-bottom: 10px;
  }
}
#spenden_form #donate_form .donate_periodicity div input {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #spenden_form #donate_form .donate_periodicity div input {
    position: absolute;
    right: 0;
    left: inherit;
    margin-right: 0;
  }
}
#spenden_form #address_details input[type=text],
#spenden_form #bank_details input[type=text] {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #spenden_form #address_details input[type=text],
  #spenden_form #bank_details input[type=text] {
    width: 100%;
  }
}
#spenden_form #address_details .who_are_you,
#spenden_form #bank_details .who_are_you {
  margin-bottom: 40px;
}
#spenden_form #address_details .who_are_you label,
#spenden_form #bank_details .who_are_you label {
  margin-left: 40px;
}
#spenden_form #address_details .who_are_you input,
#spenden_form #bank_details .who_are_you input {
  margin: 0 -25px 0 2px;
}
#spenden_form #address_details .w50_first,
#spenden_form #bank_details .w50_first {
  float: left;
  width: 45%;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #spenden_form #address_details .w50_first,
  #spenden_form #bank_details .w50_first {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form #address_details .w50_first,
  #spenden_form #bank_details .w50_first {
    width: 100%;
    padding: 0;
  }
}
#spenden_form #address_details .w50_first input,
#spenden_form #bank_details .w50_first input {
  width: 100%;
}
#spenden_form #address_details .w50_first + div,
#spenden_form #bank_details .w50_first + div {
  float: left;
  width: 45%;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #spenden_form #address_details .w50_first + div,
  #spenden_form #bank_details .w50_first + div {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form #address_details .w50_first + div,
  #spenden_form #bank_details .w50_first + div {
    width: 100%;
    padding: 0;
  }
}
#spenden_form #address_details .w50_first + div input,
#spenden_form #bank_details .w50_first + div input {
  width: 100%;
}
#spenden_form #concluding_remark h3 {
  margin-bottom: 30px;
}
#spenden_form #concluding_remark label {
  line-height: 1.7;
}
#spenden_form #concluding_remark p {
  line-height: 1.3rem;
  padding-bottom: 15px;
}
#spenden_form #concluding_remark input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#spenden_form #concluding_remark > div {
  margin-bottom: 8px;
}
#spenden_form #concluding_remark .textarea {
  margin-top: 35px;
}
#spenden_form #concluding_remark .textarea label {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 1em;
}
#spenden_form #concluding_remark .textarea textarea {
  display: block;
  width: 90%;
  min-height: 120px;
  padding: 10px;
  margin: 25px 0;
  border: 1px solid #ccc;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  #spenden_form #concluding_remark .textarea textarea {
    width: 100%;
  }
}
#spenden_form #concluding_remark .btn_field .btn {
  height: 53px;
  width: 44%;
  color: #fff;
  border: none;
  padding-left: 15px;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #spenden_form #concluding_remark .btn_field .btn {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #spenden_form #concluding_remark .btn_field .btn {
    width: 90%;
    margin: 0 5% 15px !important;
  }
}
#spenden_form #concluding_remark .btn_field .btn:hover {
  opacity: 0.8;
}
#spenden_form #concluding_remark .btn_field .btn.btn_continue {
  background: #005fa3;
  margin-right: 1%;
}
#spenden_form #concluding_remark .btn_field .btn.btn_reset {
  background: #E7231E;
  margin-left: 1%;
}
#spenden_form #concluding_remark .btn_field .btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}
#spenden_form #sepa {
  border: 1px solid #000000;
  padding: 10px 30px;
}
#spenden_form #sepa h3 {
  margin-bottom: 30px;
}
#spenden_form #sepa label {
  float: left;
  width: calc(100% - 57px);
  position: relative;
  left: 35px;
}
#spenden_form #sepa p {
  line-height: 1.3rem;
  padding-bottom: 15px;
}
#spenden_form #sepa input[type=checkbox] {
  float: left;
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
}
#spenden_form #sepa > div {
  margin-bottom: 8px;
  line-height: 2;
}
#spenden_form #sepa #period {
  text-decoration: underline;
}

.footer_form {
  background: url("../images/seitenende.gif") no-repeat 44% 50%;
  margin-top: -60px;
  height: 160px;
}
@media screen and (max-width: 1300px) {
  .footer_form {
    background-position: 48% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_form {
    background-position: 49.5% 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer_form {
    display: none;
  }
}

/* end spend page */
/* xmas */
#xmas {
  background: #f1e803;
  padding: 1px;
  margin-bottom: 10px;
  text-align: center;
}
#xmas img {
  position: relative;
  margin: 0 auto;
}
#xmas h2 {
  margin: 10px 0 0 5px;
}
@media screen and (min-width: 600px) {
  #xmas h2 {
    text-align: left;
  }
}
#xmas p {
  padding: 8px;
}
@media screen and (min-width: 600px) {
  #xmas p {
    text-align: left;
  }
}
#xmas p a {
  color: #006f02;
}

/* end xmas */
/* kontakt form */
#kontakt_form input[type=radio] {
  position: relative;
  top: 1px;
  left: 1px;
}
#kontakt_form #address_details input[type=text] {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 10px 0 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #kontakt_form #address_details input[type=text] {
    width: 100%;
  }
}
#kontakt_form #address_details .who_are_you {
  margin-bottom: 40px;
}
#kontakt_form #address_details .who_are_you label {
  margin-left: 40px;
}
#kontakt_form #address_details .who_are_you input {
  margin: 0 -25px 0 2px;
}
#kontakt_form #address_details .w50_first {
  float: left;
  width: 45%;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #kontakt_form #address_details .w50_first {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #kontakt_form #address_details .w50_first {
    width: 100%;
    padding: 0;
  }
}
#kontakt_form #address_details .w50_first input {
  width: 100%;
}
#kontakt_form #address_details .w50_first + div {
  float: left;
  width: 45%;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #kontakt_form #address_details .w50_first + div {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #kontakt_form #address_details .w50_first + div {
    width: 100%;
    padding: 0;
  }
}
#kontakt_form #address_details .w50_first + div input {
  width: 100%;
}
#kontakt_form #concluding_remark h3 {
  margin-bottom: 30px;
}
#kontakt_form #concluding_remark label {
  line-height: 1.7;
}
#kontakt_form #concluding_remark p {
  line-height: 1.3rem;
  padding-bottom: 15px;
}
#kontakt_form #concluding_remark input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#kontakt_form #concluding_remark > div {
  margin-bottom: 8px;
}
#kontakt_form #concluding_remark .textarea {
  margin-top: 35px;
}
#kontakt_form #concluding_remark .textarea label {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 1em;
}
#kontakt_form #concluding_remark .textarea textarea {
  display: block;
  width: 90%;
  min-height: 120px;
  padding: 10px;
  margin: 25px 0;
  border: 1px solid #ccc;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  #kontakt_form #concluding_remark .textarea textarea {
    width: 100%;
  }
}
#kontakt_form #concluding_remark .btn_field .btn {
  height: 53px;
  width: 44%;
  color: #fff;
  border: none;
  padding-left: 15px;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kontakt_form #concluding_remark .btn_field .btn {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #kontakt_form #concluding_remark .btn_field .btn {
    width: 90%;
    margin: 0 5% 15px !important;
  }
}
#kontakt_form #concluding_remark .btn_field .btn:hover {
  opacity: 0.8;
}
#kontakt_form #concluding_remark .btn_field .btn.btn_continue {
  background: #005fa3;
  margin-right: 1%;
}
#kontakt_form #concluding_remark .btn_field .btn.btn_reset {
  background: #E7231E;
  margin-left: 1%;
}
#kontakt_form #concluding_remark .btn_field .btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}

html:lang(en) header #header_nav ul > li {
  margin-right: 8px;
}
html:lang(en) header #header_nav ul > li > a {
  font-size: 1rem;
}
html:lang(en) header .change_language {
  background: url("../images/lang-navigation-de.png") no-repeat;
}

.metanav {
  display: block;
}
.metanav ul:first-child {
  margin-top: 50px;
}
.metanav a {
  margin-top: 10px !important;
}
.metanav a + a {
  margin-left: 0;
}

/* warning
-----------------------------------*/
.warning {
  padding: 10px;
}

.warning,
.warning * {
  background: #e7231e !important;
  border-radius: 0;
  color: #fff !important;
  padding: 5px;
}

/* fp page plugin
-----------------------------------*/
.fb-toggle {
  position: fixed;
  right: -260px;
  top: 50%;
  margin-top: -125px;
  width: 300px;
  transition: all 200ms ease-out;
  z-index: 20;
}

.fb-toggle-tab {
  background: #133783 url(/assets/images/fb-toggle.png) center center no-repeat;
  border: 0;
  border-radius: 6px 0 0 6px;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 75px;
  height: 60px;
  width: 40px;
}

.fb-toggle-cnt {
  background: #f5f5f5;
  float: left;
  padding: 5px;
  width: 260px;
  height: 100%;
}

.fb-toggle-show {
  right: 0;
}

.fb-toggle-show .fb-toggle-cnt {
  box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.2);
}

.dkig {
  display: none;
  width: 140px;
  z-index: 500;
}
@media screen and (min-width: 1024px) {
  .dkig {
    display: block;
    position: absolute;
    left: 420px;
    top: -15px;
    width: 175px;
  }
}
.dkig img {
  width: inherit;
  height: inherit;
}

.dkig-mob {
  position: absolute;
  right: 50%;
  top: -3px;
  width: 77px;
  z-index: 500;
  margin-right: -33px;
}
.dkig-mob a {
  width: inherit;
  height: inherit;
}
.dkig-mob a img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 996px) {
  .dkig-mob {
    display: none;
  }
}

.ambassador h2 {
  font-size: 1.9em;
}

.inputfullsize {
  width: 90%;
}

.cookieconsent {
  display: inline;
  cursor: pointer;
  font-size: inherit;
  margin-top: 10px;
}

.default-main_info.jobs article {
  background: rgb(240, 248, 255);
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.default-main_info.jobs article ul {
  list-style: disc;
}

@media screen and (min-width: 996px) {
  .default-main_info.jobs article {
    margin-right: 4rem;
  }
}
.default-main_info.jobs article h3 {
  margin-top: 0px;
  font-size: 22px;
}

.default-main_info.jobs ul {
  list-style: disc;
  padding-left: 1rem;
}

.qr img {
  width: 80px;
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.skip-to-content:focus {
  top: 10px;
  padding: 10px;
}

a:focus {
  outline: 1px solid #038251 !important;
}

html {
  scroll-behavior: smooth;
}

:root {
  --focus-outline-color: currentColor;
  --focus-outline-offset: 0.1rem;
  --focus-outline-style: solid;
  --focus-outline-width: 2px;
}

*:focus-visible {
  outline-color: var(--focus-outline-color);
  outline-offset: var(--focus-outline-offset);
  outline-style: var(--focus-outline-style);
  outline-width: var(--focus-outline-width);
}/*# sourceMappingURL=main.css.map */