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

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

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

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

/* line 1, ../scss/_global.scss */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
  box-sizing: border-box;
}

/* line 9, ../scss/_global.scss */
body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .875em;
}

/* links */
/* line 16, ../scss/_global.scss */
a,
a:visited {
  color: #019ad5;
  text-decoration: none;
}

/* line 22, ../scss/_global.scss */
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  outline: none;
}

/* line 29, ../scss/_global.scss */
h1, h2, h3, h4, h5 {
  font-family: "Times New Roman", "Times", serif;
}

/* line 33, ../scss/_global.scss */
h2 {
  padding: 0 0 15px 0;
  color: #6c7d85;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
}
/* line 40, ../scss/_global.scss */
.co.first h2 {
  font-size: 1.8em;
}

/* line 47, ../scss/_global.scss */
h3 {
  margin: 1em 0 5px 0;
  font-size: 1.2em;
}

/* line 52, ../scss/_global.scss */
h4, h5, h6 {
  margin-bottom: 5px;
}

/* line 56, ../scss/_global.scss */
sub, sup {
  font-size: .83em;
}

/* line 60, ../scss/_global.scss */
.clear {
  clear: both;
}

/* line 64, ../scss/_global.scss */
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 71, ../scss/_global.scss */
.invisible {
  display: none;
}

/* line 75, ../scss/_global.scss */
.offscreen {
  position: absolute;
  left: -5000px;
  top: -5000px;
}

/* line 81, ../scss/_global.scss */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}
/* line 87, ../scss/_global.scss */
.video_container .video_placeholder,
.video_container video,
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 99, ../scss/_global.scss */
.video_container .video_placeholder {
  overflow: hidden;
}
/* line 102, ../scss/_global.scss */
.video_container .video_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 108, ../scss/_global.scss */
.video_container .video_placeholder button {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 3;
  background: transparent;
  cursor: pointer;
}
/* line 119, ../scss/_global.scss */
.sixteen_ten .video_container {
  padding-bottom: 62.5%;
}
/* line 123, ../scss/_global.scss */
.four_three .video_container {
  padding-bottom: 75%;
}

/* ################################## */
/* ########    STRUCTURE    ######### */
/* ################################## */
/* line 5, ../scss/_structure.scss */
body {
  background: #fff;
  overflow-y: scroll;
}

/* line 10, ../scss/_structure.scss */
.header {
  height: 179px;
  position: relative;
}
@media only screen and (max-width: 800px) and (min-width: 641px) {
  /* line 10, ../scss/_structure.scss */
  .header {
    height: 259px;
  }
}
@media only screen and (min-width: 801px) {
  /* line 10, ../scss/_structure.scss */
  .header {
    height: 319px;
  }
}

/* line 23, ../scss/_structure.scss */
.width_wrapper {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

/* line 32, ../scss/_structure.scss */
.nav_container #logo {
  position: relative;
  margin-left: -10px;
  width: 120px;
}
/* line 37, ../scss/_structure.scss */
.nav_container #logo img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  /* line 32, ../scss/_structure.scss */
  .nav_container #logo {
    box-shadow: 0 -7px 10px -4px rgba(0, 0, 0, 0.3);
    top: -27px;
    margin-left: 0;
    width: 230px;
    max-width: 25%;
  }
}
/* line 50, ../scss/_structure.scss */
.nav_container .page_head_navigation,
.nav_container #menutoggle {
  width: calc(100% - 140px);
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 641px) {
  /* line 50, ../scss/_structure.scss */
  .nav_container .page_head_navigation,
  .nav_container #menutoggle {
    width: calc(75% - 15px);
  }
}

/* line 64, ../scss/_structure.scss */
.cols_container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
/* line 69, ../scss/_structure.scss */
.cols_container .page_body_left {
  display: none;
  width: 25%;
}
@media screen and (min-width: 641px) {
  /* line 69, ../scss/_structure.scss */
  .cols_container .page_body_left {
    display: block;
  }
}
@media screen and (min-width: 801px) {
  /* line 69, ../scss/_structure.scss */
  .cols_container .page_body_left {
    padding: 0 20px;
  }
}
/* line 82, ../scss/_structure.scss */
.cols_container .page_body_main_content {
  width: 100%;
}
/* line 85, ../scss/_structure.scss */
.cols_container .page_body_main_content .co {
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  /* line 82, ../scss/_structure.scss */
  .cols_container .page_body_main_content {
    width: calc(75% - 20px);
  }
}

/* line 98, ../scss/_structure.scss */
.footer {
  color: #333 !important;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
/* line 105, ../scss/_structure.scss */
.footer .copy_foot {
  display: block;
  margin-top: 20px;
  font-size: 0.7em;
}

/* ------------------- */
/* - META_NAVIGATION - */
/* ------------------- */
/* line 7, ../scss/_navigations.scss */
#page_body_bottom_meta ul,
#page_body_left_meta ul {
  list-style-type: none;
}
/* line 11, ../scss/_navigations.scss */
#page_body_bottom_meta li,
#page_body_left_meta li {
  border-color: #d2d9df;
  border-style: solid;
  border-top-width: 1px;
}
/* line 16, ../scss/_navigations.scss */
#page_body_bottom_meta li span,
#page_body_bottom_meta li a,
#page_body_left_meta li span,
#page_body_left_meta li a {
  display: block;
  padding: 5px 0 5px 13px;
  margin: 1px 0;
  color: #6c7d85;
  font-weight: normal;
}
/* line 25, ../scss/_navigations.scss */
#page_body_bottom_meta li a:hover,
#page_body_bottom_meta li a:focus,
#page_body_bottom_meta li a:active,
#page_body_bottom_meta li a.active,
#page_body_left_meta li a:hover,
#page_body_left_meta li a:focus,
#page_body_left_meta li a:active,
#page_body_left_meta li a.active {
  background-color: #e2017b;
  color: #fff;
  text-decoration: none;
}

/* line 37, ../scss/_navigations.scss */
#page_body_left_meta li.last {
  border-bottom-width: 1px;
}

/* line 42, ../scss/_navigations.scss */
#page_body_bottom_meta {
  width: 80%;
  margin: 0 auto;
  border-color: #d2d9df;
  border-style: solid;
  border-width: 1px 0;
  text-align: center;
}
/* line 50, ../scss/_navigations.scss */
#page_body_bottom_meta li {
  display: inline-block;
  border-width: 0;
}
/* line 54, ../scss/_navigations.scss */
#page_body_bottom_meta li span,
#page_body_bottom_meta li a {
  padding: 5px;
}
@media only screen and (min-width: 641px) {
  /* line 42, ../scss/_navigations.scss */
  #page_body_bottom_meta {
    display: none;
  }
}

/* ------------------- */
/* - MAIN_NAVIGATION - */
/* ------------------- */
/* line 69, ../scss/_navigations.scss */
#menutoggle {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  background: #7b8992;
  display: block;
  padding: 5px 10px 5px 45px;
  text-align: left;
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
}
/* line 82, ../scss/_navigations.scss */
#menutoggle:before {
  content: url("img/menu.gif");
  position: absolute;
  left: 15px;
  top: 5px;
}
/* line 89, ../scss/_navigations.scss */
#menutoggle:hover, #menutoggle:focus, #menutoggle:active {
  background-color: #e2017b;
}
@media screen and (min-width: 641px) {
  /* line 69, ../scss/_navigations.scss */
  #menutoggle {
    display: none;
  }
}

/* line 100, ../scss/_navigations.scss */
.page_head_navigation {
  display: none;
}
/* line 103, ../scss/_navigations.scss */
.page_head_navigation #close_menu {
  display: none;
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/_navigations.scss */
  .page_head_navigation {
    display: block;
  }
}
/* line 111, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
/* line 115, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist .npl_level_2 {
  display: none;
}
/* line 119, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist ul {
  list-style-type: none;
}
/* line 122, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist ul li {
  display: inline-block;
  width: 25%;
}
/* line 126, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist ul li a {
  border-right: 1px solid #fff;
  color: #fff;
  background: #7b8992;
  display: block;
  padding: 5px 10%;
}
/* line 134, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist ul li a:hover,
.page_head_navigation .nested_pagelist ul li a:focus,
.page_head_navigation .nested_pagelist ul li a:active, .page_head_navigation .nested_pagelist ul li.path_active a, .page_head_navigation .nested_pagelist ul li.active a {
  background-color: #e2017b;
  text-decoration: none;
}
/* line 143, ../scss/_navigations.scss */
.page_head_navigation .nested_pagelist ul li span.fold_children {
  display: none;
}
@media screen and (min-width: 801px) {
  /* line 111, ../scss/_navigations.scss */
  .page_head_navigation .nested_pagelist {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 948px) {
  /* line 111, ../scss/_navigations.scss */
  .page_head_navigation .nested_pagelist {
    font-size: 1.3em;
  }
  /* line 156, ../scss/_navigations.scss */
  .page_head_navigation .nested_pagelist li span,
  .page_head_navigation .nested_pagelist li a {
    padding: 5px 14px;
  }
}

/* line 167, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation ul {
  list-style-type: none;
}
/* line 170, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation ul.npl_level_2 {
  margin-bottom: 70px;
}
/* line 175, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation li {
  border-top: 1px solid #d3dbde;
}
/* line 178, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation li span,
.page_body_left_content .pagelist_navigation li a {
  display: block;
  padding: 5px 0 5px 13px;
  margin: 1px 0;
  color: #000;
  hyphens: auto;
}
/* line 188, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation li a:hover,
.page_body_left_content .pagelist_navigation li a:focus,
.page_body_left_content .pagelist_navigation li a:active, .page_body_left_content .pagelist_navigation li.active a {
  background-color: #e2017b;
  color: #fff;
  text-decoration: none;
}
/* line 197, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation li.last {
  border-bottom: 1px solid #d3dbde;
}
/* line 204, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation .npl_level_3 li span,
.page_body_left_content .pagelist_navigation .npl_level_3 li a {
  padding-left: 20px;
  color: #6C7D85;
  font-size: 0.9em;
  background-color: transparent;
  font-weight: normal;
}
/* line 214, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation .npl_level_3 a:hover,
.page_body_left_content .pagelist_navigation .npl_level_3 a:focus,
.page_body_left_content .pagelist_navigation .npl_level_3 a:active,
.page_body_left_content .pagelist_navigation .npl_level_3 li.active span {
  background: transparent url("img/bg_menu_active.png") no-repeat left;
}
/* line 221, ../scss/_navigations.scss */
.page_body_left_content .pagelist_navigation .npl_level_3.last {
  border-bottom-width: 0;
}

/* line 1, ../scss/_feature.scss */
.page_head_feature {
  background: url("img/bg_headfeature.png");
  height: 150px;
  overflow: hidden;
  padding-top: 8px;
}
@media only screen and (min-width: 641px) {
  /* line 1, ../scss/_feature.scss */
  .page_head_feature {
    padding-top: 0;
    height: 230px;
  }
}
@media screen and (min-width: 801px) {
  /* line 1, ../scss/_feature.scss */
  .page_head_feature {
    height: 290px;
  }
}

/* line 17, ../scss/_feature.scss */
.feature_slider {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(15%, transparent), color-stop(85%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#40000000', GradientType=1);
  /* IE6-9 */
}
/* line 27, ../scss/_feature.scss */
.feature_slider .content_object {
  padding: 0;
  margin: 0;
  width: 185px;
  color: #fff;
}
/* line 34, ../scss/_feature.scss */
.feature_slider .content_object a {
  color: #fff;
}
/* line 38, ../scss/_feature.scss */
.feature_slider .content_object .img_container {
  margin: 0;
}
/* line 41, ../scss/_feature.scss */
.feature_slider .content_object .img_container img {
  max-width: 185px;
}
/* line 46, ../scss/_feature.scss */
.feature_slider .content_object h2 {
  font-size: 1.4em;
}
/* line 50, ../scss/_feature.scss */
.feature_slider .content_object h2,
.feature_slider .content_object .richtext {
  display: none;
}
@media only screen and (max-width: 800px) and (min-width: 641px) {
  /* line 27, ../scss/_feature.scss */
  .feature_slider .content_object {
    width: 400px;
  }
  /* line 58, ../scss/_feature.scss */
  .feature_slider .content_object .img_container img {
    max-width: 220px;
  }
}
/* line 64, ../scss/_feature.scss */
.feature_slider .slick-next,
.feature_slider .slick-prev {
  height: 100%;
  position: absolute;
  width: 40px;
  top: 0;
  cursor: pointer;
  z-index: 100 !important;
  background: url("img/jcarousel_sprite.png") no-repeat center center;
  text-indent: -50000px;
}
/* line 75, ../scss/_feature.scss */
.feature_slider .slick-next.slick-disabled,
.feature_slider .slick-prev.slick-disabled {
  display: none !important;
}
/* line 80, ../scss/_feature.scss */
.feature_slider .slick-prev {
  left: 0;
  background-position: 0 -630px;
}
/* line 84, ../scss/_feature.scss */
.feature_slider .slick-prev:hover {
  background-position: 0 -970px;
}
/* line 89, ../scss/_feature.scss */
.feature_slider .slick-next {
  right: 0;
  background-position: 0 50px;
}
/* line 93, ../scss/_feature.scss */
.feature_slider .slick-next:hover {
  background-position: 0 -290px;
}
@media screen and (min-width: 641px) {
  /* line 99, ../scss/_feature.scss */
  .feature_slider .content_object {
    padding: 12px 0;
  }
  /* line 102, ../scss/_feature.scss */
  .feature_slider .content_object h2 {
    padding-top: 30px;
    display: block;
    font-weight: bold;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  /* line 111, ../scss/_feature.scss */
  .feature_slider .content_object .richtext {
    display: inline;
  }
  /* line 114, ../scss/_feature.scss */
  .feature_slider .content_object .richtext p {
    margin-left: 246px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  /* line 122, ../scss/_feature.scss */
  .feature_slider .content_object .img_container {
    -webkit-box-shadow: 0 0 13px 4px #555;
    -moz-box-shadow: 0 0 13px 4px #555;
    box-shadow: 0 0 13px 4px #555;
    margin: 13px;
  }
}
@media screen and (min-width: 801px) {
  /* line 17, ../scss/_feature.scss */
  .feature_slider {
    height: 290px;
  }
  /* line 134, ../scss/_feature.scss */
  .feature_slider .content_object {
    width: 480px;
  }
  /* line 137, ../scss/_feature.scss */
  .feature_slider .content_object .img_container img {
    max-width: 290px;
  }
  /* line 142, ../scss/_feature.scss */
  .feature_slider .slick-next {
    background-position: 0 110px;
  }
  /* line 145, ../scss/_feature.scss */
  .feature_slider .slick-next:hover {
    background-position: 0 -230px;
  }
  /* line 150, ../scss/_feature.scss */
  .feature_slider .slick-prev {
    background-position: 0 -570px;
  }
  /* line 153, ../scss/_feature.scss */
  .feature_slider .slick-prev:hover {
    background-position: 0 -910px;
  }
}

/* Slider */
/* line 3, ../scss/functions/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 19, ../scss/functions/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 26, ../scss/functions/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 30, ../scss/functions/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 36, ../scss/functions/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 45, ../scss/functions/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 51, ../scss/functions/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 57, ../scss/functions/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 61, ../scss/functions/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 66, ../scss/functions/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 70, ../scss/functions/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 73, ../scss/functions/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 76, ../scss/functions/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 82, ../scss/functions/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 86, ../scss/functions/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 90, ../scss/functions/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 94, ../scss/functions/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 101, ../scss/functions/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 105, ../scss/functions/_slick.scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}
/* line 111, ../scss/functions/_slick.scss */
.slick-arrow.slick-prev {
  left: 0;
}
/* line 115, ../scss/functions/_slick.scss */
.slick-arrow.slick-next {
  right: 0;
}

/* ----------------------- */
/* - FORMULARE-ALLGEMEIN - */
/* ----------------------- */
/* line 5, ../scss/functions/_forms.scss */
.title_container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* line 10, ../scss/functions/_forms.scss */
label {
  padding-right: 10px;
  white-space: nowrap;
}

/* line 15, ../scss/functions/_forms.scss */
.otr {
  clear: both;
  margin-top: 1px;
}

/* line 20, ../scss/functions/_forms.scss */
.th_label {
  float: left;
  width: 170px;
  line-height: 27px;
}

/* line 26, ../scss/functions/_forms.scss */
.type_info {
  margin-bottom: 10px;
}

/* line 30, ../scss/functions/_forms.scss */
.type_text .limit {
  padding-left: 170px;
  font-size: 12px;
}

/* line 35, ../scss/functions/_forms.scss */
.label,
.widelabel,
select,
textarea {
  font-size: 1em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "LucidaSans", "Lucida", sans-serif;
  padding: 3px;
  border: 0;
  background-color: #ededed;
  color: #787878;
  width: 300px;
}

/* line 48, ../scss/functions/_forms.scss */
select {
  padding-left: 0;
}

/* line 53, ../scss/functions/_forms.scss */
.wwe3_form_container tr.form_select {
  line-height: 2.05em;
}
/* line 57, ../scss/functions/_forms.scss */
.wwe3_form_container .wwe3_form_container tr.form_info {
  font-weight: bold;
}
/* line 61, ../scss/functions/_forms.scss */
.wwe3_form_container .wwe3_form_container tr.form_label td,
.wwe3_form_container .wwe3_form_container tr.form_info {
  line-height: 2em;
}
/* line 66, ../scss/functions/_forms.scss */
.wwe3_form_container .wwe3_form_container tr.form_text1000 td {
  padding-top: 1px;
}
/* line 70, ../scss/functions/_forms.scss */
.wwe3_form_container .bobby {
  color: #999;
}

/* line 75, ../scss/functions/_forms.scss */
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  background-color: #dadada;
  color: #333;
}

/* Submit-Buttons */
/* line 89, ../scss/functions/_forms.scss */
.wwe_form_submit {
  cursor: pointer;
  background: #e2017b;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
}
/* line 96, ../scss/functions/_forms.scss */
.wwe_form_submit:hover, .wwe_form_submit:focus, .wwe_form_submit:active {
  color: #fff;
  background: #7b8992;
}

/* Fehlertexte */
/* line 105, ../scss/functions/_forms.scss */
th.th_show_error,
td.th_show_error {
  color: #cc0000;
  font-weight: bold;
}

/* line 111, ../scss/functions/_forms.scss */
.msg_positive,
.msg_misc,
.proc_state_message {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 119, ../scss/functions/_forms.scss */
.msg_positive,
.proc_state_message {
  border: 1px solid #d3dbde;
}

/* line 124, ../scss/functions/_forms.scss */
.msg_misc {
  border: 1px solid #e2017b;
}

/* line 128, ../scss/functions/_forms.scss */
.wwe3_mail_form_v2 h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 1.1em !important;
  background: url("/static/img/tool401/bg_topic_main.png") no-repeat 0 22px;
}

/* line 2, ../scss/functions/_search.scss */
.form_search_generic h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 1.1em !important;
  background: url(/static/img/tool401/bg_topic_main.png) no-repeat 0 22px;
}
/* line 11, ../scss/functions/_search.scss */
.form_search_generic form {
  position: relative;
  margin-bottom: 20px;
  max-width: 500px;
}
/* line 17, ../scss/functions/_search.scss */
.form_search_generic label {
  width: 130px;
  float: left;
  line-height: 27px;
}
/* line 23, ../scss/functions/_search.scss */
.form_search_generic .label {
  line-height: 27px;
  height: 27px;
  width: calc(100% - 130px - 70px);
}
/* line 29, ../scss/functions/_search.scss */
.form_search_generic .wwe_form_submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 27px;
}
/* line 37, ../scss/functions/_search.scss */
.form_search_generic a.path {
  display: inline-block;
  font-style: italic;
  padding-top: 5px;
}
/* line 43, ../scss/functions/_search.scss */
.form_search_generic .search_hit {
  background-color: #019AD5;
  padding: 0 3px;
  color: #fff;
}

/* line 2, ../scss/functions/_browselist.scss */
.browse_background .num_results {
  font-family: "Times New Roman", "Times", serif;
  padding: 0 0 15px 0;
  color: #6c7d85;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
}

/* line 12, ../scss/functions/_browselist.scss */
.browselist_upper {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* line 17, ../scss/functions/_browselist.scss */
.browselist_lower {
  padding-top: 5px;
  margin-top: 5px;
}

/* line 23, ../scss/functions/_browselist.scss */
.browse_list .list_result_text {
  float: left;
}
/* line 27, ../scss/functions/_browselist.scss */
.browse_list .browse_list_container {
  float: right;
}
/* line 31, ../scss/functions/_browselist.scss */
.browse_list li {
  list-style: none;
  display: inline;
}
/* line 35, ../scss/functions/_browselist.scss */
.browse_list li a,
.browse_list li span {
  padding: 0 3px;
}
/* line 40, ../scss/functions/_browselist.scss */
.browse_list li a {
  color: #999;
}
/* line 43, ../scss/functions/_browselist.scss */
.browse_list li a:hover, .browse_list li a:focus, .browse_list li a:active {
  color: #333;
}
/* line 50, ../scss/functions/_browselist.scss */
.browse_list li span {
  color: #000;
  font-weight: bold;
}
/* line 55, ../scss/functions/_browselist.scss */
.browse_list li:after {
  content: "/";
  color: #000;
  font-weight: bold;
  padding: 0 5px;
}
/* line 62, ../scss/functions/_browselist.scss */
.browse_list li.wwe3_browsebutt_next:after {
  display: none;
}

/* line 4, ../scss/functions/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 1999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/functions/_sidr.scss */
  .sidr {
    display: none;
  }
}
/* line 22, ../scss/functions/_sidr.scss */
.sidr-open .sidr {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 26, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 {
  display: block;
  margin: 20px;
}
/* line 30, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li {
  margin: -1px 0 0 0;
  border-top: 1px solid #d3dbde;
  border-bottom: 1px solid #d3dbde;
  padding: 1px 0;
  position: relative;
}
/* line 37, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li a {
  display: block;
  padding: 12px 50px 12px 10px;
  text-decoration: none;
  text-align: left;
  hyphens: auto;
  color: #333;
}
/* line 47, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children {
  position: absolute;
  right: 12px;
  top: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  transform-origin: 60% 50%;
  transition: all .15s;
}
/* line 59, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children:before {
  content: url("img/ic_submenu_gray.gif");
}
/* line 63, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children.unfolded {
  transform: rotate(90deg);
}
/* line 69, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li:hover > a {
  background: #e2017b;
  color: #fff;
}
/* line 74, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li:hover .fold_children:before {
  content: url("img/ic_submenu_white.gif");
}
/* line 79, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li ul {
  display: none;
  margin-top: 2px;
}
/* line 83, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li ul a {
  padding: 12px 50px 12px 20px;
}
/* line 90, ../scss/functions/_sidr.scss */
.sidr li {
  display: block;
}
/* line 94, ../scss/functions/_sidr.scss */
.sidr li.active > a {
  background: #e2017b;
  color: #fff !important;
}
/* line 99, ../scss/functions/_sidr.scss */
.sidr li.active > .fold_children:before {
  content: url("img/ic_submenu_white.gif") !important;
}
/* line 105, ../scss/functions/_sidr.scss */
.sidr.left {
  left: -300px;
  right: auto;
}
/* line 110, ../scss/functions/_sidr.scss */
.sidr.right {
  left: auto;
  right: -300px;
}
/* line 115, ../scss/functions/_sidr.scss */
.sidr #close_menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  background: transparent;
  color: #7b8992;
}
/* line 132, ../scss/functions/_sidr.scss */
.sidr #close_menu:hover {
  color: #333;
}

/* line 1, ../scss/co/_smallsearch.scss */
.page_head_title_content {
  height: 28px;
  text-align: right;
}

/* line 6, ../scss/co/_smallsearch.scss */
.smallsearch {
  position: relative;
  padding-top: 1px;
}
/* line 10, ../scss/co/_smallsearch.scss */
.smallsearch input {
  border: none;
  padding: 2px 0 3px 2px;
}
/* line 15, ../scss/co/_smallsearch.scss */
.smallsearch .search_text {
  border: 0;
  padding: 0 5px;
  background: #94a1a9;
  color: #fff;
  width: 145px;
  height: 26px;
  line-height: 26px;
  margin-right: 1px;
  vertical-align: middle;
}
/* line 27, ../scss/co/_smallsearch.scss */
.smallsearch .wwe_form_submit {
  text-indent: -99em;
  overflow: hidden;
  vertical-align: middle;
  height: 26px;
  width: 30px;
  background: url("/static/img/ddvg12/btn_search.png");
}
/* line 37, ../scss/co/_smallsearch.scss */
.smallsearch .wwe_form_submit:hover {
  background: url("/static/img/ddvg12/btn_search_hover.png");
}

/* line 1, ../scss/co/_rt_ext.scss */
.richtext {
  line-height: 1.4em;
}
/* line 4, ../scss/co/_rt_ext.scss */
.richtext p {
  margin-bottom: 10px;
}
/* line 8, ../scss/co/_rt_ext.scss */
.richtext ol {
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  overflow: auto;
  /* fuer floating neben Bildern */
}
/* line 14, ../scss/co/_rt_ext.scss */
.richtext ul {
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  overflow: auto;
  /* fuer floating neben Bildern */
  list-style-image: url("/static/img/ddvg12/icons/icon_list_item.png");
}
/* line 20, ../scss/co/_rt_ext.scss */
.richtext ul li {
  padding: 2px 0;
}
/* line 25, ../scss/co/_rt_ext.scss */
.richtext table {
  border-collapse: collapse;
}
/* line 29, ../scss/co/_rt_ext.scss */
.richtext td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
}

/* line 36, ../scss/co/_rt_ext.scss */
.img_container {
  position: relative;
  z-index: 10;
  float: left;
  margin: 0 20px 15px 0;
}
/* line 42, ../scss/co/_rt_ext.scss */
.img_container .img_info_container {
  clear: both;
  min-height: 1.2em;
  position: relative;
  font-size: .9em;
  color: #666;
}
/* line 50, ../scss/co/_rt_ext.scss */
.img_container .img_rights {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 1px;
}
/* line 57, ../scss/co/_rt_ext.scss */
.img_container .img_caption {
  font-size: .93em;
  padding: 2px 1px;
  color: #666;
}
/* line 63, ../scss/co/_rt_ext.scss */
.img_container .img_caption_with_rights {
  padding-right: 15px;
}
/* line 67, ../scss/co/_rt_ext.scss */
.page_body_main_content .img_container {
  width: 100%;
}
/* line 70, ../scss/co/_rt_ext.scss */
.page_body_main_content .img_container img {
  width: 100%;
}
/* line 74, ../scss/co/_rt_ext.scss */
.page_body_main_content .img_container.img_container_large {
  margin-right: 0;
}

/* line 80, ../scss/co/_rt_ext.scss */
.extra_link {
  margin: 3px 0 3px;
}

/* line 84, ../scss/co/_rt_ext.scss */
.page_body_main_content .richtext a,
.extra_link a,
.extra_link a:visited {
  background: url("/static/img/ddvg12/icons/bg_extra_link.png") no-repeat left center;
  padding: 2px 5px 2px 20px;
  color: #019ad5;
}

/* line 92, ../scss/co/_rt_ext.scss */
.page_body_main_content .richtext a.download,
a.download {
  background: url("/static/img/ddvg12/icons/bg_download_link.png") no-repeat left center;
  padding: 2px 5px 2px 20px;
  color: #019ad5;
}

/* line 99, ../scss/co/_rt_ext.scss */
.extra_link a:hover,
.extra_link a:focus,
.extra_link a:active {
  text-decoration: underline;
}

/* line 1, ../scss/co/_pagelist.scss */
ul.list_results {
  list-style: none;
}

/* line 5, ../scss/co/_pagelist.scss */
ul.list_results .pl_item {
  list-style: none;
  padding: 10px;
}

/* line 10, ../scss/co/_pagelist.scss */
.pagelist .list_results li.even {
  background-color: #ededed;
}

/* line 14, ../scss/co/_pagelist.scss */
ul.resultlist {
  list-style-type: none;
}

/* line 18, ../scss/co/_pagelist.scss */
.resultlist h3 a {
  color: #6c7d85;
}
