@charset "UTF-8";
/* line 1, ../scss/base/_reset.scss */
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

/* line 12, ../scss/base/_reset.scss */
img {
  vertical-align: middle;
}

/* line 16, ../scss/base/_reset.scss */
nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: 'MetaWebCond';
  src: url("webfonts/MetaHeadlineWeb-Cond.woff") format("woff");
}
@font-face {
  font-family: 'MetaWebCond';
  src: url("webfonts/MetaHeadlineWeb-CondBold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("webfonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("webfonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("webfonts/SourceSansPro-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("webfonts/SourceSansPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url("webfonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 500;
}
/* line 43, ../scss/_variables.scss */
h1,
h2 {
  font-family: "MetaWebCond", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: .8px;
  line-height: 38px;
}

/* line 51, ../scss/_variables.scss */
h3, h4, .page_body_right_content .rt_ext_inh .extra_link a {
  font-family: "MetaWebCond", sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .8px;
  line-height: 32px;
}

/* line 59, ../scss/_variables.scss */
.igm85_button h2 {
  font-family: "MetaWebCond", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: .8px;
}

/* line 66, ../scss/_variables.scss */
body, .richtext,
.extra_link {
  font-family: "SourceSansPro", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 72, ../scss/_variables.scss */
.nested_pagelist .npl_level_1 > li > a {
  font-family: "MetaWebCond", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .8px;
  line-height: 26px;
}

/* line 80, ../scss/_variables.scss */
.for_sidr .nested_pagelist .npl_level_1 > li ul li a {
  font-family: "MetaWebCond", sans-serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: .8px;
  line-height: 24px;
}

/* line 88, ../scss/_variables.scss */
.breadcrumb li a,
.breadcrumb li span {
  font-family: "SourceSansPro", sans-serif;
  font-size: 14px;
  line-height: 27px;
}

/* line 50, ../scss/base/_mixins.scss */
::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

/* line 53, ../scss/base/_mixins.scss */
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

/* line 56, ../scss/base/_mixins.scss */
:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

/* line 59, ../scss/base/_mixins.scss */
input:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

/* line 2, ../scss/base/_extends.scss */
.sidr-class-clear,
.clear {
  clear: both;
}

/* line 7, ../scss/base/_extends.scss */
.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

/* line 16, ../scss/base/_extends.scss */
.invisible {
  visibility: hidden;
}

/* line 20, ../scss/base/_extends.scss */
.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

/* line 27, ../scss/base/_extends.scss */
.wwe3tbl .type_radio span, .wwe3tbl .type_check span,
.wwe3tbl .type_checkbox span, .cn_group span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 3px 0;
}
/* line 35, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input, .wwe3tbl .type_check input,
.wwe3tbl .type_checkbox input, .cn_group input {
  position: absolute;
  height: 0;
  width: 0;
  display: inline-block;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 3px;
}
/* line 45, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label, .wwe3tbl .type_check input + label,
.wwe3tbl .type_checkbox input + label, .cn_group input + label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  padding: 0 10px 0 25px !important;
  margin-right: 30px;
  font-weight: normal;
}
/* line 55, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label:before, .wwe3tbl .type_check input + label:before,
.wwe3tbl .type_checkbox input + label:before, .cn_group input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: #ffffff;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #646464;
}
/* line 71, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label:hover:after, .wwe3tbl .type_check input + label:hover:after,
.wwe3tbl .type_checkbox input + label:hover:after, .cn_group input + label:hover:after, .wwe3tbl .type_radio input + label:focus:after, .wwe3tbl .type_check input + label:focus:after,
.wwe3tbl .type_checkbox input + label:focus:after, .cn_group input + label:focus:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: inline-block;
  background: #8c8c8c;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 86, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:disabled + label, .wwe3tbl .type_check input:disabled + label,
.wwe3tbl .type_checkbox input:disabled + label, .cn_group input:disabled + label {
  color: #d1d1d1;
}
/* line 89, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:disabled + label:before, .wwe3tbl .type_check input:disabled + label:before,
.wwe3tbl .type_checkbox input:disabled + label:before, .cn_group input:disabled + label:before {
  border-color: #d1d1d1;
}
/* line 93, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:disabled + label:after, .wwe3tbl .type_check input:disabled + label:after,
.wwe3tbl .type_checkbox input:disabled + label:after, .cn_group input:disabled + label:after {
  display: none;
}
/* line 98, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:checked + label:after, .wwe3tbl .type_check input:checked + label:after,
.wwe3tbl .type_checkbox input:checked + label:after, .cn_group input:checked + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: inline-block;
  background: #646464;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 111, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:disabled + label:after, .wwe3tbl .type_check input:disabled + label:after,
.wwe3tbl .type_checkbox input:disabled + label:after, .cn_group input:disabled + label:after {
  background: #d1d1d1;
}

/* line 120, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label:before, .wwe3tbl .type_radio input + label:after {
  border-radius: 20px;
}

/* line 1, ../scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* line 5, ../scss/_global.scss */
body {
  color: #646464;
}

/* line 10, ../scss/_global.scss */
h1,
h2 {
  color: #646464;
  margin-bottom: 20px;
}

/* line 17, ../scss/_global.scss */
h3 {
  color: #646464;
  margin: 20px 0 10px 0;
}

/* line 23, ../scss/_global.scss */
h4 {
  color: #646464;
  font-weight: normal;
}

/* line 34, ../scss/_global.scss */
.richtext a,
.extra_link a {
  color: inherit;
  text-decoration: underline;
}
/* line 38, ../scss/_global.scss */
.richtext a:hover, .richtext a:focus, .richtext a:active,
.extra_link a:hover,
.extra_link a:focus,
.extra_link a:active {
  color: #5b9945;
}

/* line 47, ../scss/_global.scss */
.richtext p {
  margin-bottom: 7px;
}
/* line 50, ../scss/_global.scss */
.tsr .richtext p {
  margin-bottom: 0;
}
/* line 55, ../scss/_global.scss */
.richtext ul,
.richtext ol {
  padding-left: 50px;
  margin: 20px 0;
}
/* line 60, ../scss/_global.scss */
.richtext ul li,
.richtext ol li {
  margin-bottom: 10px;
}
/* line 65, ../scss/_global.scss */
.richtext table {
  border-collapse: collapse;
  margin: 20px 0;
  min-width: 50%;
}
/* line 71, ../scss/_global.scss */
.richtext td {
  padding: 3px 5px;
  border: 1px solid #8c8c8c;
}

/* line 77, ../scss/_global.scss */
.extra_link {
  padding-top: 10px;
}

/* line 81, ../scss/_global.scss */
strong {
  font-weight: bold;
}

/* line 85, ../scss/_global.scss */
.img_container {
  margin-bottom: 20px;
  width: 100%;
}
/* line 89, ../scss/_global.scss */
.img_container.img_container_klein {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 200px;
}
/* line 95, ../scss/_global.scss */
.img_container img {
  width: 100%;
}
/* line 99, ../scss/_global.scss */
.img_container figcaption {
  position: relative;
}
/* line 102, ../scss/_global.scss */
.img_container figcaption .img_rights {
  position: absolute;
  top: -35px;
  left: 15px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 112, ../scss/_global.scss */
.img_container figcaption .img_caption {
  padding: 5px 0;
  color: #8c8c8c;
}
/* line 118, ../scss/_global.scss */
.img_container + .subject {
  margin-top: 40px;
}

/* line 123, ../scss/_global.scss */
.youtube_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
/* line 130, ../scss/_global.scss */
.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 139, ../scss/_global.scss */
span.hilight_search_result {
  background: yellow;
}

/* line 1, ../scss/_structure.scss */
body {
  background: #ffffff;
}

/* line 5, ../scss/_structure.scss */
.width_wrapper {
  width: 100%;
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
/* line 64, ../scss/base/_mixins.scss */
.width_wrapper:after {
  display: block;
  content: "";
  clear: both;
}

/* line 15, ../scss/_structure.scss */
.bc_container {
  background: #ededed;
  min-height: 39px;
  padding: 6px 0;
  margin-bottom: 30px;
}

/* line 22, ../scss/_structure.scss */
.main {
  width: 100%;
}

/* line 27, ../scss/_structure.scss */
.page_body_main_content .co + .co {
  margin-top: 20px;
}
/* line 30, ../scss/_structure.scss */
.page_body_main_content .co + .co .co_head {
  margin-top: 50px;
}

/* line 36, ../scss/_structure.scss */
.page_body_right_content {
  width: 370px;
  max-width: 100%;
  margin: 50px auto 0;
}
/* line 41, ../scss/_structure.scss */
.page_body_right_content .co {
  margin-bottom: 25px;
}

@media screen and (min-width: 765px) {
  /* line 47, ../scss/_structure.scss */
  .main {
    width: calc(100% - 370px - 25px);
    float: left;
  }

  /* line 52, ../scss/_structure.scss */
  .page_body_right_content {
    float: right;
  }
}
@-ms-viewport {
  width: device-width;
}
/* line 3, ../scss/_navigation.scss */
.nested_pagelist {
  margin-top: 10px;
}
/* line 6, ../scss/_navigation.scss */
.nested_pagelist li {
  display: inline-block;
}
/* line 10, ../scss/_navigation.scss */
.nested_pagelist a {
  color: #5b9945;
  text-decoration: none;
}
/* line 14, ../scss/_navigation.scss */
.nested_pagelist a:hover, .nested_pagelist a:focus, .nested_pagelist a:active {
  text-decoration: underline;
}
/* line 21, ../scss/_navigation.scss */
.nested_pagelist .npl_level_1 > li {
  margin-right: 60px;
  position: relative;
  z-index: 1000;
}
/* line 26, ../scss/_navigation.scss */
.nested_pagelist .npl_level_1 > li > a {
  display: block;
  padding: 20px 0;
  margin-bottom: -10px;
}
/* line 33, ../scss/_navigation.scss */
.for_sidr .nested_pagelist .npl_level_1 > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  width: 290px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/* line 43, ../scss/_navigation.scss */
.for_sidr .nested_pagelist .npl_level_1 > li ul li {
  display: block;
  border-top: 1px solid #ededed;
}
/* line 47, ../scss/_navigation.scss */
.for_sidr .nested_pagelist .npl_level_1 > li ul li:first-child {
  border-top: 0;
}
/* line 51, ../scss/_navigation.scss */
.for_sidr .nested_pagelist .npl_level_1 > li ul li a {
  padding: 10px 15px;
  display: block;
}
/* line 59, ../scss/_navigation.scss */
.for_sidr .nested_pagelist .npl_level_1 > li:hover > ul {
  display: block;
}

/* line 70, ../scss/_navigation.scss */
.breadcrumb ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
}
/* line 77, ../scss/_navigation.scss */
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  margin-right: 25px;
  height: 27px;
  line-height: 27px;
  position: relative;
}
/* line 85, ../scss/_navigation.scss */
.breadcrumb li a,
.breadcrumb li span {
  display: inline-block;
  color: #8c8c8c;
  text-decoration: none;
}
/* line 94, ../scss/_navigation.scss */
.breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:active {
  text-decoration: underline;
}
/* line 101, ../scss/_navigation.scss */
.breadcrumb li.item_1 {
  background: #ffffff;
  padding: 0 0 0 10px;
  position: relative;
}
/* line 106, ../scss/_navigation.scss */
.breadcrumb li.item_1:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 15px;
  border-color: transparent transparent transparent #ffffff;
}
/* line 121, ../scss/_navigation.scss */
.breadcrumb li:not(.item_1):after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -19px;
  width: 12px;
  height: 12px;
  left: auto;
  right: -16px;
  top: 9px;
}
/* line 129, ../scss/_navigation.scss */
.breadcrumb li:last-child:after {
  display: none;
}

/* line 139, ../scss/_navigation.scss */
#meta_navigation li,
#meta_sidr li {
  display: inline-block;
  padding-right: 30px;
}
/* line 144, ../scss/_navigation.scss */
#meta_navigation a,
#meta_sidr a {
  text-decoration: none;
}
/* line 147, ../scss/_navigation.scss */
#meta_navigation a:hover, #meta_navigation a:focus, #meta_navigation a:active,
#meta_sidr a:hover,
#meta_sidr a:focus,
#meta_sidr a:active {
  text-decoration: underline;
}

/* line 155, ../scss/_navigation.scss */
#meta_sidr {
  background: #5b9945;
  padding: 10px 15px;
  color: #ffffff;
}

@media screen and (min-width: 930px) {
  /* line 162, ../scss/_navigation.scss */
  #meta_sidr {
    display: none;
  }
}
/* line 1, ../scss/_header.scss */
.header {
  padding: 15px 0;
}
/* line 4, ../scss/_header.scss */
.header .social_media_buttons {
  position: absolute;
  top: 0;
  left: 210px;
  margin: 0;
}

/* line 12, ../scss/_header.scss */
#homelink {
  float: right;
  height: 50px;
}
/* line 16, ../scss/_header.scss */
#homelink img {
  height: 100%;
}
@media screen and (min-width: 400px) {
  /* line 12, ../scss/_header.scss */
  #homelink {
    height: 75px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 12, ../scss/_header.scss */
  #homelink {
    height: 100px;
  }
}

/* line 29, ../scss/_header.scss */
#menubutton {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1000000;
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 26px;
  text-indent: -200em;
  overflow: hidden;
  transition: all .2s;
}
/* line 45, ../scss/_header.scss */
.sidr-open #menubutton {
  position: fixed;
  top: 25px;
}
/* line 50, ../scss/_header.scss */
#menubutton:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -838px;
  width: 32px;
  height: 26px;
}
/* line 53, ../scss/_header.scss */
.sidr-open #menubutton:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -812px;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 930px) {
  /* line 29, ../scss/_header.scss */
  #menubutton {
    display: none;
  }
}

/* line 63, ../scss/_header.scss */
.for_sidr {
  display: none;
}
@media screen and (min-width: 930px) {
  /* line 63, ../scss/_header.scss */
  .for_sidr {
    display: block;
  }
}

/* line 71, ../scss/_header.scss */
.button_facebook,
.button_twitter {
  position: relative;
  line-height: 34px;
  height: 34px;
  padding: 0 10px 0 30px;
  margin: 15px;
  display: inline-block;
  text-decoration: none;
  color: #646464;
  background: #ededed;
  transition: all .2s;
}
/* line 81, ../scss/_header.scss */
.for_sidr .button_facebook, .for_sidr
.button_twitter {
  margin: 0 20px 0 0;
}
/* line 92, ../scss/_header.scss */
.button_facebook:before,
.button_twitter:before {
  transition: all .2s;
}
/* line 96, ../scss/_header.scss */
.button_facebook:hover, .button_facebook:focus, .button_facebook:active,
.button_twitter:hover,
.button_twitter:focus,
.button_twitter:active {
  color: #ffffff;
  background: #5b9945;
}

/* line 105, ../scss/_header.scss */
.button_facebook:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -52px;
  width: 12px;
  height: 20px;
  top: 7px !important;
  left: 10px !important;
}
/* line 114, ../scss/_header.scss */
.button_facebook:hover:before, .button_facebook:focus:before, .button_facebook:active:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -72px;
  width: 12px;
  height: 20px;
}

/* line 120, ../scss/_header.scss */
.button_twitter {
  padding-left: 38px;
}
/* line 123, ../scss/_header.scss */
.button_twitter:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -883px;
  width: 22px;
  height: 17px;
  top: 8px !important;
  left: 10px !important;
}
/* line 132, ../scss/_header.scss */
.button_twitter:hover:before, .button_twitter:focus:before, .button_twitter:active:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -900px;
  width: 22px;
  height: 17px;
}

/* line 1, ../scss/_footer.scss */
.footer {
  background: #5b9945;
  color: #ffffff;
  padding: 20px;
  margin-top: 50px;
}

/* line 2, ../scss/functions/_forms.scss */
.wwe3tbl input[type="text"],
.wwe3tbl input[type="search"],
.wwe3tbl input[type="password"],
.wwe3tbl input[type="number"],
.wwe3tbl input[type="email"],
.wwe3tbl input[type="tel"],
.wwe3tbl input[type="date"],
.wwe3tbl select,
.wwe3tbl textarea {
  border: 1px solid #d1d1d1;
  padding: 7px 10px;
  background-color: #ffffff;
  color: #646464;
  display: block;
  width: 100%;
  transition: all .2s;
}
/* line 18, ../scss/functions/_forms.scss */
.wwe3tbl input[type="text"]:hover, .wwe3tbl input[type="text"]:focus,
.wwe3tbl input[type="search"]:hover,
.wwe3tbl input[type="search"]:focus,
.wwe3tbl input[type="password"]:hover,
.wwe3tbl input[type="password"]:focus,
.wwe3tbl input[type="number"]:hover,
.wwe3tbl input[type="number"]:focus,
.wwe3tbl input[type="email"]:hover,
.wwe3tbl input[type="email"]:focus,
.wwe3tbl input[type="tel"]:hover,
.wwe3tbl input[type="tel"]:focus,
.wwe3tbl input[type="date"]:hover,
.wwe3tbl input[type="date"]:focus,
.wwe3tbl select:hover,
.wwe3tbl select:focus,
.wwe3tbl textarea:hover,
.wwe3tbl textarea:focus {
  border-color: #5b9945;
}
/* line 26, ../scss/functions/_forms.scss */
.wwe3tbl option {
  padding: 2px 5px;
}
/* line 30, ../scss/functions/_forms.scss */
.wwe3tbl textarea {
  height: 200px;
  line-height: 25px;
}
/* line 35, ../scss/functions/_forms.scss */
.wwe3tbl .otd_field {
  padding-bottom: 10px;
}
/* line 38, ../scss/functions/_forms.scss */
.wwe3tbl .otd_field .limit {
  padding-top: 5px;
}
/* line 43, ../scss/functions/_forms.scss */
.wwe3tbl .form_hidden {
  display: none;
}
/* line 47, ../scss/functions/_forms.scss */
.wwe3tbl .otr {
  clear: both;
  padding-bottom: 5px;
}
/* line 52, ../scss/functions/_forms.scss */
.wwe3tbl .th_label {
  display: block;
  padding: 10px 0 3px;
  font-weight: 500;
  color: #5b9945;
}
/* line 58, ../scss/functions/_forms.scss */
.wwe3tbl .th_label.th_show_error {
  color: #e3000b;
}
/* line 64, ../scss/functions/_forms.scss */
.wwe3tbl input.label.size2 {
  width: 60px;
}
/* line 67, ../scss/functions/_forms.scss */
.wwe3tbl input.label.size4 {
  width: 100px;
}
/* line 64, ../scss/base/_mixins.scss */
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
/* line 76, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input,
.wwe3tbl .type_checkbox input {
  float: left;
  margin-top: 3px;
}
/* line 81, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_checkbox input + label {
  float: right;
  width: 85%;
  padding: 0 20px 0 5px;
}
/* line 87, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input + label a:hover,
.wwe3tbl .type_checkbox input + label a:hover {
  text-decoration: underline;
}
/* line 96, ../scss/functions/_forms.scss */
.wwe3tbl .type_check input + label,
.wwe3tbl .type_radio input + label {
  padding: 0 20px 0 5px;
  line-height: 27px;
}
/* line 111, ../scss/functions/_forms.scss */
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 20px;
}
/* line 116, ../scss/functions/_forms.scss */
.wwe3tbl .label_suffix {
  padding-left: 5px;
}
/* line 120, ../scss/functions/_forms.scss */
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
/* line 125, ../scss/functions/_forms.scss */
.wwe3tbl .show_error .label,
.wwe3tbl .show_error select,
.wwe3tbl .show_error textarea {
  border-color: #e3000b;
  color: #e3000b;
}

/* line 136, ../scss/functions/_forms.scss */
.wwe_form_container .message {
  margin-bottom: 20px;
}
/* line 139, ../scss/functions/_forms.scss */
.wwe_form_container .message p {
  margin-bottom: 0;
}
/* line 143, ../scss/functions/_forms.scss */
.wwe_form_container .message.msg_misc {
  padding: 10px 15px;
  background: #e3000b;
  color: #ffffff;
}
/* line 150, ../scss/functions/_forms.scss */
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
/* line 154, ../scss/functions/_forms.scss */
.wwe_form_container .button_container {
  padding-top: 20px;
}
/* line 158, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit {
  color: #ffffff;
  background: #5b9945;
  line-height: 30px;
  text-align: center;
  width: 300px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: all .1s;
}
/* line 176, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit:hover, .wwe_form_container .wwe_form_submit:focus, .wwe_form_container .wwe_form_submit:active {
  background: #e3000b;
}

/* line 185, ../scss/functions/_forms.scss */
.igm85_contact .mail_prename,
.igm85_contact .mail_name {
  width: calc(50% - 10px);
}
/* line 190, ../scss/functions/_forms.scss */
.igm85_contact .mail_zip {
  width: 20%;
}
/* line 194, ../scss/functions/_forms.scss */
.igm85_contact .mail_place {
  width: calc(80% - 20px);
}
/* line 198, ../scss/functions/_forms.scss */
.igm85_contact .mail_prename,
.igm85_contact .mail_zip {
  float: left;
}
/* line 203, ../scss/functions/_forms.scss */
.igm85_contact .mail_name,
.igm85_contact .mail_place {
  clear: none;
  float: right;
}
/* line 209, ../scss/functions/_forms.scss */
.igm85_contact .igm_mitgliedschaft {
  padding-top: 20px;
}

/* line 3, ../scss/functions/_pagelist.scss */
.pagelist li,
.resultlist li {
  list-style-type: none;
  padding: 20px 0;
}

/* line 64, ../scss/base/_mixins.scss */
.pagelist li:after {
  display: block;
  content: "";
  clear: both;
}
/* line 13, ../scss/functions/_pagelist.scss */
.pagelist li > div {
  float: left;
  width: 50%;
}

/* line 20, ../scss/functions/_pagelist.scss */
.browse_background {
  padding: 30px 0;
}

/* line 24, ../scss/functions/_pagelist.scss */
a.path {
  color: inherit;
  display: block;
  margin: 10px 0;
}

/* line 31, ../scss/functions/_pagelist.scss */
.browse_list li {
  display: inline-block;
  margin: 10px 5px 0 0;
  vertical-align: middle;
}
/* line 36, ../scss/functions/_pagelist.scss */
.browse_list li a,
.browse_list li span {
  display: block;
  width: 40px;
  line-height: 30px;
  height: 30px;
  color: #646464;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
/* line 48, ../scss/functions/_pagelist.scss */
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  border-bottom: 2px solid #5b9945;
}
/* line 57, ../scss/functions/_pagelist.scss */
.browse_list li.wwe3_browsebutt_prev a, .browse_list li.wwe3_browsebutt_next a {
  font-size: 0;
  text-align: center;
}
/* line 61, ../scss/functions/_pagelist.scss */
.browse_list li.wwe3_browsebutt_prev a:before, .browse_list li.wwe3_browsebutt_next a:before {
  content: "";
  display: inline-block;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px 0px;
  width: 19px;
  height: 19px;
}
/* line 69, ../scss/functions/_pagelist.scss */
.browse_list li.wwe3_browsebutt_prev a:before {
  transform: rotate(90deg);
  margin-top: 7px;
}
/* line 74, ../scss/functions/_pagelist.scss */
.browse_list li.wwe3_browsebutt_next a:before {
  transform: rotate(-90deg);
  margin-top: 5px;
}

/* line 1, ../scss/functions/_accordion.scss */
.igm85_accordion {
  border-top: 1px solid #d1d1d1;
}
/* line 4, ../scss/functions/_accordion.scss */
.igm85_accordion .co_head {
  margin: 0 !important;
  position: relative;
  cursor: pointer;
  padding: 8px 0;
}
/* line 10, ../scss/functions/_accordion.scss */
.igm85_accordion .co_head h2 {
  font-weight: normal;
  margin: 0 !important;
  font-size: 20px;
}
/* line 15, ../scss/functions/_accordion.scss */
.igm85_accordion .co_head h2:hover {
  color: #5b9945;
}
/* line 20, ../scss/functions/_accordion.scss */
.igm85_accordion .co_head:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px 0px;
  width: 19px;
  height: 19px;
  left: auto;
  top: 16px;
  right: 0;
  transition: all .2s;
  transform: rotate(180deg);
}
/* line 32, ../scss/functions/_accordion.scss */
.igm85_accordion .co_head.folded:after {
  transform: rotate(0);
  top: 13px;
}
/* line 39, ../scss/functions/_accordion.scss */
.igm85_accordion .co_body {
  padding: 20px 0;
}
/* line 43, ../scss/functions/_accordion.scss */
.igm85_accordion + .igm85_accordion {
  margin-top: 0 !important;
}

/* line 4, ../scss/functions/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 60px;
  max-height: 100vh;
  background: #ffffff;
  float: left;
}
/* line 18, ../scss/functions/_sidr.scss */
.sidr-open .sidr {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 930px) {
  /* line 4, ../scss/functions/_sidr.scss */
  .sidr {
    display: none !important;
  }
}
/* line 26, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 {
  display: block;
}
/* line 29, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li {
  border-top: 1px solid #ededed;
  display: block;
  margin: 0;
  position: relative;
  padding: 10px 15px;
}
/* line 36, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li:last-child {
  border-bottom: 1px solid #ededed;
}
/* line 40, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li a,
.sidr ul.npl_level_1 > li span {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: inline-block;
}
/* line 48, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li .fold_children {
  right: 10px;
  top: 0;
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 45px;
  display: inline-block;
  z-index: 10;
}
/* line 58, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li .fold_children:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px 0px;
  width: 19px;
  height: 19px;
  transition: transform .2s;
  top: 10px;
}
/* line 64, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li .fold_children.unfolded:before {
  transform: rotate(180deg);
  top: 15px;
}
/* line 70, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li ul {
  display: none;
  margin: 10px 0;
}
/* line 74, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li ul li {
  display: block;
  padding: 7px 0;
}
/* line 82, ../scss/functions/_sidr.scss */
.sidr.left {
  left: -290px;
  right: auto;
}
/* line 87, ../scss/functions/_sidr.scss */
.sidr.right {
  left: auto;
  right: -290px;
}
/* line 93, ../scss/functions/_sidr.scss */
.sidr .smallsearch {
  position: absolute;
  top: 20px;
  right: 15px;
  padding-bottom: 20px;
}

@media screen {
  /* line 6, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    background-color: #5b9945;
    color: #ffffff;
    bottom: 10px;
    right: 10px;
    width: 300px;
    position: fixed;
    z-index: 100000;
    padding: 10px 0;
    line-height: 1.3em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }
  /* line 10, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #ffffff;
  }
  /* line 30, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cookienote_button_container button {
    cursor: pointer;
    margin-top: 1rem;
    width: 100%;
  }
  /* line 37, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cn_group > span {
    background: #51873d;
    color: #ffffff;
  }
  /* line 42, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cn_folder {
    background: #467635;
  }
  /* line 46, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cn_info:after {
    color: #ffffff;
    border-color: #ffffff;
  }
  /* line 51, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cookienote_button_container {
    display: block !important;
  }
  /* line 54, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cookienote_button_container button {
    color: #5b9945;
    background: #ffffff;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 65, ../scss/functions/_cookienote_2.scss */
  .cookienote_banner .cookienote_button_container button:hover, .cookienote_banner .cookienote_button_container button:focus, .cookienote_banner .cookienote_button_container button:active {
    text-decoration: underline;
  }

  /* line 75, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container button {
    display: block;
    background: #e3000b;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
  }
  /* line 87, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container button:hover, .cookienote_button_container button:focus, .cookienote_button_container button:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1050px) {
  /* line 74, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  /* line 99, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container button {
    width: 32%;
  }
}
@media screen and (min-width: 650px) and (max-width: 765px) {
  /* line 74, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  /* line 109, ../scss/functions/_cookienote_2.scss */
  .cookienote_button_container button {
    width: 32%;
  }
}

@media screen {
  /* line 115, ../scss/functions/_cookienote_2.scss */
  .cookienote_links {
    text-align: center;
  }
  /* line 118, ../scss/functions/_cookienote_2.scss */
  .cookienote_links li {
    display: inline-block;
    margin: 10px 10px 0 10px;
  }

  /* line 124, ../scss/functions/_cookienote_2.scss */
  .cn_groups {
    margin: 10px 0;
  }

  /* line 128, ../scss/functions/_cookienote_2.scss */
  .cn_group > span,
  .cn_service > span {
    display: block;
    padding: 5px;
    height: 30px;
  }

  /* line 135, ../scss/functions/_cookienote_2.scss */
  .cn_group > span {
    background: #ededed;
  }

  /* line 139, ../scss/functions/_cookienote_2.scss */
  .cn_folder,
  .cn_info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 54;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 5px;
    width: 30px;
    text-align: center;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  /* line 160, ../scss/functions/_cookienote_2.scss */
  .cn_folder {
    transition: all .3s;
    font-weight: bold;
    background: #d1d1d1;
    font-size: 25px;
  }
  /* line 167, ../scss/functions/_cookienote_2.scss */
  .cn_folder.cn_unfolded {
    transform: scaleY(-1);
  }

  /* line 172, ../scss/functions/_cookienote_2.scss */
  .cn_info {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
  /* line 177, ../scss/functions/_cookienote_2.scss */
  .cn_info:after {
    content: "?";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #646464;
    border-radius: 100%;
  }

  /* line 194, ../scss/functions/_cookienote_2.scss */
  .cn_service,
  .cn_info_text {
    transition: all .3s;
    max-height: 500px;
  }
  /* line 199, ../scss/functions/_cookienote_2.scss */
  .cn_service > span,
  .cn_info_text > span {
    display: block;
  }
  /* line 203, ../scss/functions/_cookienote_2.scss */
  .cn_service.cn_hidden,
  .cn_info_text.cn_hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    visibility: hidden;
  }

  /* line 212, ../scss/functions/_cookienote_2.scss */
  .cn_info_text {
    padding: 10px 0 10px 5px;
  }
}
@media screen and (min-width: 1365px) {
  /* line 219, ../scss/functions/_cookienote_2.scss */
  .cookienote_placeholder {
    display: none;
  }
}
/* line 226, ../scss/functions/_cookienote_2.scss */
.ia_placeholder input {
  position: absolute;
  left: -9999em;
}
/* line 230, ../scss/functions/_cookienote_2.scss */
.ia_placeholder input + label {
  padding-left: 35px;
  position: relative;
  display: block;
  line-height: 18px;
}
/* line 236, ../scss/functions/_cookienote_2.scss */
.ia_placeholder input + label:before, .ia_placeholder input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
/* line 249, ../scss/functions/_cookienote_2.scss */
.ia_placeholder input + label:after {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
/* line 258, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .placeholder_text_deactivate input + label:after {
  content: "✓";
  font-weight: bold;
}
/* line 264, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .placeholder_text,
.ia_placeholder .placeholder_text_deactivate {
  padding: 10px 20px;
  background: #ededed;
}
/* line 269, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .placeholder_text strong,
.ia_placeholder .placeholder_text_deactivate strong {
  display: block;
  margin-bottom: 3px;
}
/* line 275, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .placeholder_alternative {
  position: relative;
}
/* line 278, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .placeholder_alternative .placeholder_text {
  position: absolute;
  top: 30%;
  width: 90%;
  left: 5%;
}
/* line 286, ../scss/functions/_cookienote_2.scss */
.ia_placeholder .ia_background {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .2;
}

/* line 1, ../scss/functions/_newsletter_teaser.scss */
.newsletter_teaser {
  position: fixed;
  width: 300px;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  opacity: 1;
  transition: all 1s;
  border: 2px solid #e3000b;
  font-family: "MetaWebCond", sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  padding: 20px 25px;
  text-align: center;
  color: #5b9945;
}
/* line 22, ../scss/functions/_newsletter_teaser.scss */
.newsletter_teaser a:not(.close) {
  margin-top: 15px;
  display: block;
  background: #e3000b;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .8px;
  padding: 5px;
  line-height: 32px;
}
/* line 37, ../scss/functions/_newsletter_teaser.scss */
.newsletter_teaser a.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  padding: 10px;
  color: #646464;
}
/* line 51, ../scss/functions/_newsletter_teaser.scss */
.newsletter_teaser.offscreen {
  top: -300px;
  opacity: 0;
}

/* line 3, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh {
  padding: 20px 20px 15px 20px;
  border: 1px solid #d1d1d1;
  position: relative;
}
/* line 64, ../scss/base/_mixins.scss */
.page_body_right_content .rt_ext_inh:after {
  display: block;
  content: "";
  clear: both;
}
/* line 9, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh .subject {
  color: #e3000b;
  font-size: 25px;
  margin: 0 0 5px 0;
}
/* line 15, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh .extra_link {
  padding: 5px 0;
}
/* line 18, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh .extra_link a {
  display: block;
  background: #e3000b;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  padding: 5px;
}
/* line 29, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh .extra_link a:hover, .page_body_right_content .rt_ext_inh .extra_link a:focus, .page_body_right_content .rt_ext_inh .extra_link a:active {
  text-decoration: underline;
}
/* line 37, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh.ort:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -632px;
  width: 112px;
  height: 90px;
}
/* line 41, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh.igm:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -272px;
  width: 112px;
  height: 90px;
}
/* line 45, ../scss/co/_rt_ext.scss */
.page_body_right_content .rt_ext_inh:before {
  content: "";
  display: inline-block;
  float: right;
}

/* line 1, ../scss/co/_smallsearch.scss */
.smallsearch {
  position: relative;
  width: 180px;
}
/* line 5, ../scss/co/_smallsearch.scss */
.smallsearch .search_text {
  background: #ededed;
  line-height: 34px;
  height: 34px;
  padding: 0 40px 0 10px;
  width: 100%;
}
/* line 12, ../scss/co/_smallsearch.scss */
.smallsearch .search_text:hover, .smallsearch .search_text:focus, .smallsearch .search_text:active {
  outline: 1px solid #5b9945;
}
/* line 19, ../scss/co/_smallsearch.scss */
.smallsearch button {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 34px;
  text-indent: -99em;
  overflow: hidden;
  cursor: pointer;
}
/* line 29, ../scss/co/_smallsearch.scss */
.smallsearch button:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -31px;
  width: 20px;
  height: 21px;
  left: 3px;
  top: 6px;
  transition: all .2s;
}
/* line 40, ../scss/co/_smallsearch.scss */
.smallsearch button:hover:before, .smallsearch button:focus:before, .smallsearch button:active:before {
  transform: scale(1.2);
}

/* line 2, ../scss/co/_igm85_banner.scss */
.igm85_banner a {
  text-decoration: none;
  display: block;
  padding: 20px 10px 15px 40px;
  border: 1px solid #d1d1d1;
  color: #5b9945;
  position: relative;
}
/* line 64, ../scss/base/_mixins.scss */
.igm85_banner a:after {
  display: block;
  content: "";
  clear: both;
}
/* line 11, ../scss/co/_igm85_banner.scss */
.igm85_banner a:before {
  content: "";
  display: inline-block;
  float: right;
  margin-top: -10px;
}
/* line 18, ../scss/co/_igm85_banner.scss */
.igm85_banner a:hover, .igm85_banner a:focus, .igm85_banner a:active {
  text-decoration: underline;
  border-color: #5b9945;
}
/* line 26, ../scss/co/_igm85_banner.scss */
.igm85_banner h3 {
  position: relative;
  color: inherit;
}
/* line 30, ../scss/co/_igm85_banner.scss */
.igm85_banner h3 span {
  font-weight: normal;
}
/* line 34, ../scss/co/_igm85_banner.scss */
.igm85_banner h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -864px;
  width: 13px;
  height: 19px;
  left: -20px;
  top: 5px;
}
/* line 41, ../scss/co/_igm85_banner.scss */
.igm85_banner.leiharbeit a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -362px;
  width: 112px;
  height: 90px;
}
/* line 45, ../scss/co/_igm85_banner.scss */
.igm85_banner.frage a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -92px;
  width: 112px;
  height: 90px;
}
/* line 49, ../scss/co/_igm85_banner.scss */
.igm85_banner.mitglied a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -452px;
  width: 112px;
  height: 90px;
}
/* line 53, ../scss/co/_igm85_banner.scss */
.igm85_banner.hotline a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -182px;
  width: 112px;
  height: 90px;
}
/* line 57, ../scss/co/_igm85_banner.scss */
.igm85_banner.zoom a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -722px;
  width: 112px;
  height: 90px;
}
/* line 61, ../scss/co/_igm85_banner.scss */
.igm85_banner.newsletter a:before {
  background-image: url(img/svg-sprite.svg?1676980376);
  background-position: 0px -542px;
  width: 112px;
  height: 90px;
}

/* line 1, ../scss/co/_igm85_button.scss */
.igm85_button {
  border-bottom: 2px solid #5b9945;
  margin-bottom: 28px;
}
/* line 5, ../scss/co/_igm85_button.scss */
.igm85_button a {
  text-decoration: none;
  background: #ededed;
  padding: 30px 10px;
  color: #5b9945;
  width: 100%;
  height: 100%;
  transition: all .2s;
  -ms-hyphens: auto;
  hyphens: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
/* line 18, ../scss/co/_igm85_button.scss */
.igm85_button a:hover, .igm85_button a:focus, .igm85_button a:active {
  background: #5b9945;
  color: #ffffff;
}
/* line 31, ../scss/co/_igm85_button.scss */
.igm85_button h2 {
  color: inherit;
  margin: 0;
  text-align: center;
}

/* line 39, ../scss/co/_igm85_button.scss */
.page_body_main_buttons {
  margin-top: 80px;
}

@media screen and (min-width: 600px) {
  /* line 44, ../scss/co/_igm85_button.scss */
  .page_body_main_buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 50, ../scss/co/_igm85_button.scss */
  .page_body_main_buttons .co {
    width: calc(50% - 14px);
  }
}
/* line 2, ../scss/co/_raw_content.scss */
.raw_content iframe {
  max-width: 100%;
}
