.rounded-box {
  border-radius: 1em;
  padding: 1em;
  width: 100%;
  box-sizing: border-box; }

body {
  margin-top: 60px; }
  @media (max-width: 20em) {
    body {
      margin-top: 50px; } }

.paradeiser {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  background: #fcfcfc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  backdrop-filter: blur(10px) saturate(100%); }
  @media (min-width: 20em) {
    .paradeiser {
      height: 60px; } }
  .paradeiser a, .paradeiser .paradeiser_dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    color: #9b9b9b;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 10px;
    font-family: -apple-system, -apple-system-body, "Roboto", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
    cursor: pointer;
    z-index: 5;
    align-items: center;
    flex-grow: 5;
    justify-content: center; }
    @media (min-width: 20em) {
      .paradeiser a, .paradeiser .paradeiser_dropdown {
        font-size: 13px; } }
    .paradeiser a.active, .paradeiser a:hover, .paradeiser .paradeiser_dropdown.active, .paradeiser .paradeiser_dropdown:hover {
      background: #eaf6fa; }
  .paradeiser .paradeiser_icon_canvas {
    display: block;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 20px;
    text-align: center;
    color: #000;
    align-items: center;
    justify-content: center; }
    .paradeiser .paradeiser_icon_canvas img {
      display: block;
      margin: 0 auto;
      max-width: 20px;
      width: 100%;
      height: auto; }
  .paradeiser span {
    margin-top: 5px;
    font-size: 10px; }
    @media (min-width: 20em) {
      .paradeiser span {
        font-size: 13px; } }
    .paradeiser span.paradeiser_dropdown {
      margin-top: 0; }
      .paradeiser span.paradeiser_dropdown > a {
        width: 100%; }
  .paradeiser .paradeiser_logo {
    max-width: 40px;
    width: 100%; }
  .paradeiser ul {
    position: fixed;
    top: 50px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    z-index: 998;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s; }
    @media (min-width: 20em) {
      .paradeiser ul {
        top: 60px; } }
    .paradeiser ul:target {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.4s;
      pointer-events: auto; }
    .paradeiser ul li {
      background: #4a4a4a;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .paradeiser ul li a {
        display: inline-block;
        padding: 15px 0;
        width: 100%;
        color: #fff;
        font-size: 15px; }
      .paradeiser ul li a:hover, .paradeiser ul li span:hover {
        background: #575757; }
    .paradeiser ul li:last-child {
      background: transparent;
      height: 100%; }
      .paradeiser ul li:last-child a {
        display: block;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px) saturate(100%); }

@media (max-width: 760px) {
  .paradeiser-hidden-phone {
    display: none !important; } }

@media (min-width: 761px) and (max-width: 1025px) {
  .paradeiser-hidden-tablet {
    display: none !important; } }

@media (min-width: 1026px) {
  .paradeiser-hidden-desktop {
    display: none !important; } }

.copy {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.15em; }

p {
  font-size: 1em;
  line-height: 1.5; }

@media only screen and (max-width: 74.9999em) {
  h1, h2, h3, h4, h5 {
    text-align: left;
    display: block;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.0; } }
h1 {
  font-weight: lighter; }
  @media only screen and (max-width: 74.9999em) {
    h1 {
      text-align: left;
      display: block;
      box-sizing: border-box;
      width: 100%; } }

h2 {
  font-weight: lighter;
  font-size: 1.5em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 0.8em; }

html {
  overflow-y: scroll;
  font-size: 16px; }
  @media only screen and (min-width: 75em) {
    html {
      font-size: 13px; } }

/* base styles */
body {
  background: #f8f8f8 url(../images/css/bg_body.gif) 0 0 repeat-x;
  margin: 15px 0 0;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #676767;
  /*font-size: 1em*/
  line-height: 1.5; }

input {
  padding-left: 0.5em;
  height: 2.2em; }
  @media only screen and (min-width: 75em) {
    input {
      border: 1px solid #959597; }
      input.example {
        font-style: italic;
        color: #afafaf; } }
  @media only screen and (max-width: 74.9999em) {
    input {
      height: 4em; } }

input[type=checkbox], input[type=radio] {
  display: inline-block;
  height: auto;
  margin-bottom: 0; }
  @media only screen and (min-width: 75em) {
    input[type=checkbox], input[type=radio] {
      width: 20px; } }
  @media only screen and (max-width: 74.9999em) {
    input[type=checkbox], input[type=radio] {
      font-size: 2em;
      margin: 0; } }

form {
  display: inline; }

.inline {
  display: inline;
  width: auto; }

.inline-block {
  display: inline-block; }

.form-annotation {
  /*@include forMobile(){
    margin-top: -2em
  }*/ }

select, input, textarea {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  border: 1px solid #959597;
  border-radius: 5px;
  min-height: 20px;
  box-sizing: border-box;
  height: 2em; }
  @media only screen and (max-width: 74.9999em) {
    select, input, textarea {
      font-size: 1em;
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 75em) {
    select, input, textarea {
      margin-bottom: 0.8em; } }

textarea {
  min-height: 7.5em; }
  @media only screen and (max-width: 74.9999em) {
    textarea {
      padding-left: 0.5em;
      padding-top: 0.5em; } }

input[type=submit], .button {
  background: #acb5bc;
  background-image: linear-gradient(to bottom, #acb5bc, #43535f);
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  border: solid #43535f 1px;
  text-decoration: none; }

.form-row {
  margin-bottom: 1em; }
  .form-row label {
    display: inline-block;
    width: 120px; }
  .form-row input, .form-row select, .form-row textarea {
    display: inline-block;
    min-width: 200px; }

img {
  border: 0 none; }
  img.headline {
    margin-bottom: 58px; }
  img.quote_begin {
    margin: 0 5px -4px -27px; }
  img.quote_end {
    margin: 0 -20px -4px 5px; }
  img.ticker {
    vertical-align: middle; }

@media only screen and (max-width: 74.9999em) {
  table {
    width: 100%; } }

.clear {
  clear: both; }

a {
  color: #676767;
  font-weight: normal;
  text-decoration: underline; }
  a img {
    border: 0; }
  a:active {
    color: #676767;
    font-weight: normal;
    text-decoration: underline; }
  a:visited {
    color: #676767;
    font-weight: normal;
    text-decoration: underline; }
  a:hover {
    color: #676767;
    font-weight: normal;
    text-decoration: underline;
    color: #708a9e;
    text-decoration: none; }
  a#bbox_webdesk {
    display: block;
    height: 60px;
    width: 225px; }
  a#bbox_presseportal {
    display: block;
    height: 60px;
    width: 225px; }
  a#bbox_newsaktuell {
    display: block;
    height: 60px;
    width: 225px; }
  a#bbox_euroadhoc {
    display: block;
    height: 60px;
    width: 225px; }
  a.ws_button {
    background-position: left;
    color: #959597;
    padding-right: 0;
    padding-left: 20px;
    /*font-size: 12px;*/
    text-decoration: none; }
    a.ws_button:hover {
      text-decoration: underline; }
  a.cv_action_link {
    background-image: url(../images/misc/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    margin-left: 30px;
    color: #708a9e;
    text-decoration: none; }
  a.consultant_action_link {
    background: url(../images/misc/arrow_right.gif) no-repeat right;
    padding-right: 20px;
    margin-left: 30px;
    color: #708a9e;
    text-decoration: none;
    margin-left: 0; }
    a.consultant_action_link:hover {
      text-decoration: underline; }
  a.top {
    text-decoration: none;
    font-size: 8px;
    height: 18px;
    margin-bottom: 5px;
    display: inline-block; }

h2.ws_detail {
  margin-top: 5px; }
h2.content_headline {
  font-size: 21px;
  margin-top: 0; }
  h2.content_headline small {
    font-size: 10pt; }
h2.paket {
  margin-bottom: 0; }
h2.right {
  text-align: right;
  font-weight: normal; }

h3.ws_font_color {
  font-size: 1.4em; }
h3.content_headline {
  color: #708a9e;
  font-size: 12px;
  font-size: 1.2em;
  line-height: 1.5; }

@media only screen and (max-width: 74.9999em) {
  .hiddenMobile {
    display: none; } }

@media only screen and (min-width: 75em) {
  .hiddenDesktop {
    display: none; } }

@media only screen and (max-width: 74.9999em) {
  .mobile-block {
    display: block;
    margin-top: 1em; } }

@media only screen and (max-width: 74.9999em) {
  nav {
    padding-left: 1em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    height: 4em;
    background: #f8f8f8;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 1em;
    line-height: 4em;
  /*a:after{
  color: $color_mountain_mist_approx;
  display: inline-block;
  margin-left: 0.2em;
  content: "|";
  margin-right: 0.2em;
}*/ }
    nav span {
      display: none; }
    nav a:link, nav a:active, nav a:visited {
      line-height: 2.0;
      color: #959597; } }
    @media only screen and (max-width: 74.9999em) and (min-width: 75em) {
      nav a:link, nav a:active, nav a:visited {
        text-decoration: none; } }

@media only screen and (min-width: 75em) {
  nav {
    position: absolute;
    right: 0;
    bottom: 10px; } }
nav a:link, nav a:visited {
  color: #959597;
  font-weight: normal;
  text-decoration: none;
  margin-right: 5px; }
  nav a:link:hover, nav a:visited:hover {
    color: #708a9e; }
  nav a:link.h, nav a:visited.h {
    color: #708a9e; }
nav #fb_mws_logo {
  position: relative;
  top: 10px; }
nav iframe {
  position: relative;
  top: 5px;
  border: none;
  overflow: hidden;
  width: 80px;
  height: 21px; }
nav #meta_rss {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  display: inline-block;
  background: transparent url(../images/css/icon_rss.gif) 0 0 no-repeat;
  opacity: 0.6; }
  nav #meta_rss:hover {
    opacity: 1.0; }

/* workshop detail styles */
@media only screen and (max-width: 74.9999em) {
  #ws_detail_main_box {
    flex: 1 100%; }
    #ws_detail_main_box #ws_further_search {
      display: none; } }
p.quotes {
  margin-left: -27px;
  padding: 0 27px 20px; }
p.paket {
  text-align: center;
  width: 750px !important;
  margin-top: 0; }
p.paket2 {
  margin-top: 0; }

@media only screen and (min-width: 75em) {
  #ws_detail_tool_box {
    width: 282px;
    margin-left: 600px; } }
@media only screen and (max-width: 74.9999em) {
  #ws_detail_tool_box {
    width: 100%;
    flex-wrap: nowrap; } }
#ws_detail_tool_box h2 {
  color: #959597;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal; }
#ws_detail_tool_box h3 {
  font-size: 24px;
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #676767; }
#ws_detail_tool_box .ws_toggle {
  color: #676767;
  margin: 5px 0;
  font-size: 12px; }
#ws_detail_tool_box .ws_cal_export_link {
  background: transparent url(../images/misc/icon_calendar.gif) 0 4px no-repeat;
  width: 25px;
  height: 16px;
  display: inline-block;
  cursor: pointer; }
#ws_detail_tool_box .voices h2 {
  color: #676767;
  font-size: 14pt; }

#ws_detail_consultant_data h2 {
  color: #959597;
  font-weight: normal;
  margin-top: 0;
  font-size: 21px; }
#ws_detail_consultant_data a {
  color: #676767;
  text-decoration: underline; }
  #ws_detail_consultant_data a:hover {
    color: #708a9e;
    text-decoration: none; }
#ws_detail_consultant_data img {
  margin: 0 10px 10px 0;
  margin-top: 0;
  float: left; }
#ws_detail_consultant_data div {
  margin-bottom: 11px;
  margin-top: 2px; }

.anchor {
  display: none; }

/* left column on ws pages */
@media only screen and (min-width: 75em) {
  #ws_detail_main_box {
    float: left;
    width: 580px;
    padding-right: 20px;
    margin-top: 6px; } }
#ws_detail_main_box h2 {
  font-size: 24px;
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
  color: #708a9e; }
#ws_detail_main_box h3 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
  color: #708a9e; }
#ws_detail_main_box h4 {
  color: #676767;
  font-size: 12px; }
#ws_detail_main_box .ws_location_nav {
  color: #676767;
  font-weight: bold;
  display: inline-block;
  float: left;
  height: 24px;
  width: 118px;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding-top: 2px;
  top: 1px;
  margin-left: 10px;
  margin-right: 5px;
  background: transparent url(../images/css/ws_location.png?44) 0 0 no-repeat;
  z-index: 200; }
#ws_detail_main_box .ws_location_nav_hi {
  color: #676767;
  font-weight: bold;
  display: inline-block;
  float: left;
  height: 24px;
  width: 118px;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding-top: 2px;
  top: 1px;
  margin-left: 10px;
  margin-right: 5px;
  background: transparent url(../images/css/ws_location.png?44) 0 0 no-repeat;
  z-index: 200;
  background: transparent url(../images/css/ws_location_active.png?44) 0 0 no-repeat; }
#ws_detail_main_box #dochnicht {
  font-size: 14pt;
  margin: 5px 0;
  margin-bottom: 10px; }
  @media only screen and (max-width: 74.9999em) {
    #ws_detail_main_box #dochnicht {
      display: none; } }

/* grid */
#main {
  margin: 0 auto; }
  @media only screen and (min-width: 75em) {
    #main {
      width: 960px; } }
  @media only screen and (max-width: 74.9999em) {
    #main {
      background-color: #fff; } }

header {
  height: 80px; }
  @media only screen and (min-width: 75em) {
    header {
      width: 100%;
      position: relative; } }
  @media only screen and (max-width: 74.9999em) {
    header {
      padding: 0 1em;
      font-size: 1rem; }
      header #logo {
        margin-top: 4.5em; }
        header #logo img {
          max-width: 100%; } }

/* header */
@media only screen and (min-width: 75em) {
  #logo {
    position: absolute;
    left: 6px;
    top: 8px; }

  .logo_subline {
    display: block;
    margin-top: -5px; }
    .logo_subline a {
      text-decoration: none;
      color: #676767; } }
#content_nav {
  width: 100%; }
  @media only screen and (min-width: 75em) {
    #content_nav {
      margin-left: 600px;
      width: 282px; } }
  @media only screen and (max-width: 74.9999em) {
    #content_nav {
      margin: 1em auto 0 auto;
      border-top: 1px solid #676767;
      display: block;
      padding: 1em 0; } }
  #content_nav .content_nav_link {
    color: #708a9e; }
  #content_nav #content_nav_top {
    background: transparent url(../images/css/content_nav_top.jpg) 0 0 no-repeat;
    height: 21px; }
    @media only screen and (max-width: 74.9999em) {
      #content_nav #content_nav_top {
        display: none; } }
  #content_nav #content_nav_content {
    background: #e8ecef url(../images/css/content_nav_bg.png) 0 0 repeat-x;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    padding-left: 10px;
    padding-top: 1px; }
    @media only screen and (max-width: 74.9999em) {
      #content_nav #content_nav_content {
        display: none; } }
    #content_nav #content_nav_content h3 {
      margin-bottom: 0;
      font-size: 1em;
      color: #676767; }
    #content_nav #content_nav_content a.content_nav_link {
      display: block;
      color: #959597;
      margin-left: 9px;
      text-decoration: none; }
      #content_nav #content_nav_content a.content_nav_link:hover {
        color: #708a9e; }
    #content_nav #content_nav_content a.content_nav_link_hi {
      color: #708a9e;
      text-decoration: none;
      margin-left: 9px; }
    #content_nav #content_nav_content .dotted {
      width: 260px;
      margin-top: 8px;
      margin-bottom: -12px; }
  #content_nav #content_nav_bottom {
    background: transparent url(../images/css/content_nav_bottom.png) 0 0 no-repeat;
    height: 21px; }
    @media only screen and (max-width: 74.9999em) {
      #content_nav #content_nav_bottom {
        display: none; } }
  @media only screen and (min-width: 75em) {
    #content_nav #content_nav_bottom_anmeldung {
      background-color: #f7f7f7;
      border-right: 1px solid #e4e4e4;
      border-left: 1px solid #e4e4e4;
      margin-top: -3px; } }
  @media only screen and (max-width: 74.9999em) {
    #content_nav #content_nav_bottom_anmeldung #direktanmelden {
      display: block;
      width: 90%;
      margin: 0 auto;
      background-image: linear-gradient(to bottom, #acb5bc, #43535f);
      border-radius: 5px;
      color: #fff;
      font-size: 2em;
      text-align: center;
      text-decoration: none;
      padding: 0.2em; } }
  @media only screen and (min-width: 75em) {
    #content_nav #content_nav_bottom_anmeldung #direktanmelden {
      text-indent: -1000em;
      background: transparent url(../images/misc/direktanmelden.png) 0 0 no-repeat;
      margin-top: 10px;
      margin-left: 14px;
      width: 247px;
      height: 56px;
      display: inline-block; } }
  #content_nav #content_nav_bottom_anmeldung_footer {
    background: transparent url(../images/css/content_nav_bottom_footer.png) 0 0 no-repeat; }
    @media only screen and (max-width: 74.9999em) {
      #content_nav #content_nav_bottom_anmeldung_footer {
        display: none; } }

#bottom {
  width: 100%;
  height: 60px;
  min-height: 60px; }
  #bottom ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #bottom li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 20px; }
    #bottom li.nomargin {
      margin-right: 0; }

@media only screen and (max-width: 74.9999em) {
  footer {
    border-top: 1px solid #676767;
    background-color: #f8f8f8;
    padding: 1em; } }
@media only screen and (min-width: 75em) {
  footer {
    overflow: auto;
    width: 100%; } }

@media only screen and (min-width: 75em) {
  /* base grid */
  #footer {
    width: 100%;
    height: 30px;
    min-height: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: .8em;
    clear: both; }
    #footer img {
      vertical-align: middle; }
    #footer .left {
      margin-left: 5px;
      float: left; }
    #footer .right {
      margin-right: 5px;
      float: right; }

  #sitemap {
    width: 100%;
    display: table;
    margin-left: 5px;
    margin-top: 15px; }
    #sitemap a {
      text-decoration: none;
      margin-right: 5px; }
      #sitemap a:hover {
        color: #708a9e; }

  .sitemap_row {
    display: table-row; }

  .sitemap_col {
    display: table-cell; } }
@media only screen and (max-width: 74.9999em) {
  .sitemap_col {
    /*width: 50%;
    box-sizing: border-box;
    display: inline-block;*/
    margin-top: 3em; }
    .sitemap_col a:first-of-type {
      margin-top: 1em; } }
.sitemap_link {
  display: block; }
  @media only screen and (max-width: 74.9999em) {
    .sitemap_link {
      margin-bottom: 1em; } }
  @media only screen and (min-width: 75em) {
    .sitemap_link {
      text-decoration: none; } }

div.agb h3 {
  margin-top: 40px; }
div#aktuelles_content img {
  margin: 5px; }
div.mehrfachbuchungen h2 {
  display: inline-block; }

/* outer wrapper (main) */
#content {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  /* deprecated/ cleanup*/ }
  @media only screen and (max-width: 74.9999em) {
    #content {
      font-size: 1em;
      display: flex;
      flex-flow: row wrap;
      padding: 0 1em;
      /*flex-direction: row*/ } }
  @media only screen and (min-width: 75em) {
    #content {
      position: relative;
      width: 975px;
      min-height: 302px;
      padding: 15px 0 5px 15px;
      border: 1px solid #e5e5e5;
      border-radius: 10px; } }
  #content dl {
    font-size: 1em;
    line-height: 1.5em; }
  #content dt {
    font-size: 1em;
    line-height: 1.5em; }
  #content ul.subnavi {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 74.9999em) {
      #content ul.subnavi {
        font-size: 1rem;
        margin-bottom: 1em; } }
    #content ul.subnavi li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline;
      padding-right: 3px; }
      @media only screen and (max-width: 74.9999em) {
        #content ul.subnavi li {
          font-size: 1.0em; } }
      #content ul.subnavi li a, #content ul.subnavi li a:hover, #content ul.subnavi li a:link, #content ul.subnavi li a:visited {
        text-decoration: none;
        color: #959597; }
  #content ul.list {
    margin: 0;
    padding: 0;
    line-height: 22px;
    list-style-type: none; }
    #content ul.list li {
      padding-left: 15px;
      background: transparent url(../images/dot.gif) 0 6px no-repeat; }
  #content .ws_subnav {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #708a9e;
    text-decoration: underline; }
  #content .ws_subnav_hi {
    color: #676767;
    font-weight: bold;
    text-decoration: none; }
  #content #ws_location_info_top {
    background: transparent url(../images/css/ws_location_info_top_bg.png) 0 0 no-repeat;
    width: 580px;
    height: 17px; }
  #content .ws_location_info div.location_header {
    text-align: center;
    font-size: 14pt; }

@media only screen and (min-width: 75em) {
  .wide {
    width: 890px; }

  .width800 {
    width: 800px; }

  .middle {
    width: 580px; } }
dt {
  float: left;
  width: 190px; }

.formular_links {
  float: left;
  width: 140px; }

.formular_feld {
  border: 1px solid #959597;
  color: #959597; }

#ws_location_container {
  color: #676767; }
  #ws_location_container iframe {
    height: 350px;
    width: 100%;
    border: 0; }
    @media only screen and (min-width: 75em) {
      #ws_location_container iframe {
        width: 560px; } }
  @media only screen and (max-width: 74.9999em) {
    #ws_location_container {
      display: none; } }

strong {
  color: #676767; }

#btn_ws_anmelden {
  margin-left: 10px; }

@media only screen and (min-width: 75em) {
  #ws_detail_toolbox_upper {
    background: #e8ecef url(../images/css/ws_toolbox_bg.png) 0 0 repeat-x;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding-left: 10px;
    padding-right: 5px; } }

#ws_detail_toolbox_main {
  display: none; }

@media only screen and (min-width: 75em) {
  #ws_detail_toolbox_main {
    display: block;
    padding-left: 9px;
    padding-right: 7px; }
    #ws_detail_toolbox_main #ws_print {
      background: transparent url(../images/css/bg_pdf.png) 0 0 no-repeat;
      text-decoration: none;
      padding-left: 40px;
      height: 30px;
      display: block;
      padding-top: 3px; } }
    @media only screen and (min-width: 75em) and (max-width: 74.9999em) {
      #ws_detail_toolbox_main #ws_print {
        display: none; } }
@media only screen and (min-width: 75em) {
    #ws_detail_toolbox_main #ws_recommend {
      background: transparent url(../images/css/bg_pdf.png) 0 0 no-repeat;
      text-decoration: none;
      padding-left: 40px;
      height: 30px;
      display: block;
      padding-top: 3px;
      background: transparent url(../images/css/bg_recommend.png) 0 0 no-repeat; }
    #ws_detail_toolbox_main #workshop_inhouse_link {
      color: #676767;
      text-decoration: underline; }
      #ws_detail_toolbox_main #workshop_inhouse_link:hover {
        color: #708a9e;
        text-decoration: none; }
    #ws_detail_toolbox_main #more_voices {
      color: #676767;
      text-decoration: underline; }
      #ws_detail_toolbox_main #more_voices:hover {
        color: #708a9e;
        text-decoration: none; } }
@media only screen and (min-width: 75em) {
  #ws_detail_tool_box_inner {
    background: transparent url(../images/css/ws_toolbox.png) 0 0 repeat-y; }
    #ws_detail_tool_box_inner .dotted {
      margin-top: 10px; }

  #ws_detail_toolbox_upper_footer {
    width: 282px;
    height: 18px;
    background: transparent url(../images/css/ws_toolbox_upper_footer.png) 0 0 no-repeat; }

  .ws_toolbox_header {
    background: transparent url(../images/css/ws_toolbox_header.png) 0 0 no-repeat;
    width: 282px;
    height: 21px; }

  .ws_toolbox_footer {
    background: transparent url(../images/css/ws_toolbox_footer.png) 0 0 no-repeat;
    width: 282px;
    height: 12px; } }
.ws_location_subnav {
  text-align: center; }

.ws_radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding-top: 12px; }

.ws_location {
  margin-left: 22px; }
  .ws_location h3 {
    cursor: pointer; }
  .ws_location div {
    color: #676767; }

.ws_booked {
  color: #933; }

.ws_location_slideshow {
  height: 160px; }

.ws_slider_left {
  display: inline-block;
  float: left;
  height: 160px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-top: 60px;
  background-image: url(../images/site/workshop/but_left.png);
  margin-right: 10px;
  margin-left: 20px; }

.ws_slider_right {
  display: inline-block;
  float: left;
  height: 160px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-top: 60px;
  background-image: url(../images/site/workshop/but_right.png);
  margin-left: 15px; }

.ws_slider_disabled {
  opacity: 0.5; }

.ws_slider_image_group {
  width: 450px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 140px; }
  .ws_slider_image_group .ws_slider_items {
    width: 20000em;
    position: absolute; }
    .ws_slider_image_group .ws_slider_items div {
      width: 140px;
      display: inline;
      margin-left: 10px; }

.ws_location_info {
  width: 560px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent url(../images/css/ws_location_info_bg.png) 0 0 repeat-y; }

@media only screen and (min-width: 75em) {
  #ws_location_info_bottom {
    background: transparent url(../images/css/ws_location_info_bottom_bg.png) 0 0 no-repeat;
    width: 580px;
    height: 24px; } }
.ws_date {
  color: #708a9e; }

.ws_date_b {
  color: #708a9e;
  font-weight: bold; }

#complain_mwst {
  margin-top: 5px;
  margin-left: 24px; }

#more_voices {
  margin-top: 5px;
  display: inline-block; }

#ws_date_export_box {
  background: #fff url(../images/css/bg_termine.png) 0 0 no-repeat;
  height: 156px;
  width: 269px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 200; }
  #ws_date_export_box .dotted {
    margin-top: -10px; }
  #ws_date_export_box h3 {
    font-size: 16px;
    margin-top: 1px;
    color: #676767; }
  #ws_date_export_box #ws_date_export_box_close {
    display: inline-block;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0;
    margin-right: 5px;
    background: transparent url(../images/site/workshop/date_export_close.png) 0 0 no-repeat; }
  #ws_date_export_box .ws_date_export_token {
    display: inline-block;
    height: 30px;
    padding-top: 40px;
    text-align: center;
    color: #708a9e;
    font-weight: bold;
    margin-top: 3px; }
  #ws_date_export_box #ws_date_export_ical {
    background: transparent url(../images/misc/icon_ical.png) 5px 0 no-repeat;
    width: 45px;
    margin-right: 5px; }
  #ws_date_export_box #ws_date_export_outlook {
    background: transparent url(../images/misc/icon_outlook.png) 8px 0 no-repeat;
    width: 55px; }
  #ws_date_export_box #ws_date_export_google {
    background: transparent url(../images/misc/icon_google_calendar.png) 20px 0 no-repeat;
    width: 125px; }

.ws_button {
  background-image: url(../images/misc/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
  width: 90px;
  border: 0;
  color: #708a9e;
  padding-right: 20px;
  cursor: pointer;
  font-size: 1em; }

@media only screen and (min-width: 75em) {
  .ws_anmelde_button {
    border: 0;
    color: #708a9e;
    cursor: pointer;
    font-size: 1em; } }
.ws_content_list {
  margin-top: -2px; }

/* nl subscription form */
@media only screen and (min-width: 75em) {
  .ws_subscribe {
    width: 630px; } }
#iws_phone_lvw {
  width: 20px !important;
  display: inline-block; }
  @media only screen and (max-width: 74.9999em) {
    #iws_phone_lvw {
      width: 30px !important; } }

#iws_phone_vw {
  width: 40px;
  display: inline-block; }
  @media only screen and (max-width: 74.9999em) {
    #iws_phone_vw {
      width: 50px !important; } }

#iws_phone_nr {
  width: 145px;
  display: inline-block; }

#iws_zipcode {
  width: 50px;
  display: inline-block; }

#iwsr_zipcode {
  width: 50px;
  display: inline-block; }

#iws_city {
  width: 179px;
  display: inline-block; }

#iwsr_city {
  width: 179px;
  display: inline-block; }

/* should behave the same as a form-row */
@media only screen and (max-width: 74.9999em) {
  form table tr {
    display: block;
    margin-bottom: 1em; } }

.ws_subscribe_cell {
  vertical-align: top;
  font-size: 0.9em; }
  .ws_subscribe_cell input[type=checkbox] {
    width: 20px;
    display: inline-block; }
  .ws_subscribe_cell input[type=radio] {
    width: 20px;
    display: inline-block; }
  @media only screen and (max-width: 74.9999em) {
    .ws_subscribe_cell {
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 75em) {
    .ws_subscribe_cell {
      padding-bottom: 0.5em; } }

@media only screen and (min-width: 75em) {
  .ws_subscribe_cell_left {
    vertical-align: top;
    font-size: 0.9em;
    width: 145px; } }
@media only screen and (max-width: 74.9999em) {
  .ws_subscribe_cell_left {
    display: block;
    width: 100%; } }

@media only screen and (min-width: 75em) {
  .ws_subscribe_input {
    font-size: 1em;
    font-weight: normal;
    width: 240px; } }

.ws_subscribe_input_error {
  background: #708a9e;
  color: #fff; }

.bg_grey_light {
  background-color: #fafbfb; }

.em_subscribe_cell {
  font-size: 0.9em;
  padding-right: 25px;
  vertical-align: top; }

.imp_left {
  float: left;
  width: 100px; }

.imp_right {
  margin-left: 120px; }

.form_error {
  border: 1px solid #f00; }

.ws_font_color {
  color: #708a9e; }

.small {
  font-size: 0.8em; }

.booked_small {
  color: #f00;
  font-size: 0.8em; }

.left {
  float: left; }

#consultant_detail {
  padding-top: 20px; }
  #consultant_detail h2 {
    font-size: 21px; }
  #consultant_detail h3 {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; }
  #consultant_detail a {
    color: #676767;
    text-decoration: underline; }
  @media only screen and (min-width: 75em) {
    #consultant_detail img {
      float: left; } }
  @media only screen and (max-width: 74.9999em) {
    #consultant_detail img {
      width: 90%;
      max-width: 320px;
      margin: 0 auto 1em auto;
      display: block; } }
  @media only screen and (min-width: 75em) {
    #consultant_detail .consultant_detail {
      margin-left: 170px; } }
  #consultant_detail .consultant_detail h2 {
    margin-top: 0;
    font-weight: normal; }
  #consultant_detail .consultant_detail ul {
    margin-top: -2px; }
  #consultant_detail .consultant_detail h3 {
    margin-bottom: 0; }
  #consultant_detail .consultant_detail li {
    margin-left: -20px; }
  #consultant_detail .form_load {
    margin: 40px 0 30px 30px; }
  #consultant_detail #consultant_workshop_list a:hover {
    color: #708a9e;
    text-decoration: none; }

#special_inhouse {
  width: 900px; }
  #special_inhouse h2 {
    font-size: 21px; }
  #special_inhouse h3 {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: -5px; }
  #special_inhouse h1 {
    line-height: 28px; }
  #special_inhouse form label {
    width: 120px;
    display: inline-block; }
  #special_inhouse form input {
    width: 120px;
    margin-right: 30px;
    display: inline-block; }

/* workshop detail page */
#ws_detail_main_box_headline {
  margin-bottom: -8px; }
  #ws_detail_main_box_headline h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 24px; }
  #ws_detail_main_box_headline strong {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; }

#ws_subheadline {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block; }
  @media only screen and (max-width: 74.9999em) {
    #ws_subheadline {
      display: block; } }

#content_seminarorte_nav a {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }
#content_seminarorte_nav span {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }

#ws_detail_main_box_elements h2 {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }
#ws_detail_main_box_elements h3 {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }

ul.ws_icon {
  padding-left: 0;
  list-style-type: none; }
  ul.ws_icon li {
    margin-bottom: 20px; }
  ul.ws_icon strong.ws_font_color {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; }
ul.angebot {
  margin: 0;
  padding: 0; }

#content_foerdermoeglichkeiten h3 {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }
#content_foerdermoeglichkeiten a {
  color: #676767;
  text-decoration: underline; }
  #content_foerdermoeglichkeiten a:hover {
    color: #708a9e;
    text-decoration: none; }
#content_foerdermoeglichkeiten img {
  margin: 6px 10px 10px 0; }

@media only screen and (min-width: 75em) {
  #kontaktformular .kontakt_formular_links {
    float: left;
    width: 120px;
    margin-left: 12px;
    color: #959597;
    margin-bottom: -12px; }
  #kontaktformular .kontakt_formular_input {
    width: 237px; }
  #kontaktformular .kontakt_formular_rechts {
    margin-bottom: -12px;
    margin-left: 130px; }
  #kontaktformular #iko_city {
    width: 172px; }
  #kontaktformular #iko_salutation {
    width: 240px; }
  #kontaktformular #iko_comment {
    width: 240px; }
  #kontaktformular #iko_suggestion {
    width: 240px; }
  #kontaktformular #iko_phone_nr {
    width: 138px; }
  #kontaktformular #iko_zipcode {
    width: 50px; }
  #kontaktformular #iko_phone_vw {
    width: 40px; }
  #kontaktformular #iko_phone_lvw {
    width: 20px; }
  #kontaktformular #iko_reference {
    width: 242px; }
  #kontaktformular .headline h3 {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; } }
@media only screen and (max-width: 74.9999em) {
  #iko_phone_nr {
    width: 150px;
    display: inline-block; }

  #iko_zipcode {
    width: 75px;
    display: inline-block; }

  #iko_phone_vw {
    width: 60px;
    display: inline-block; }

  #iko_phone_lvw {
    width: 40px;
    display: inline-block; }

  #iko_city {
    width: 250px;
    display: inline-block; } }
.mandatory {
  font-weight: normal; }

.content_sub_headline {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }

#agb_nav a {
  text-decoration: none; }
  #agb_nav a.content_sub_headline {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; }
  #agb_nav a.agb_hi {
    color: #708a9e;
    font-weight: bold; }
#agb_nav span {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }
@media only screen and (max-width: 74.9999em) {
  #agb_nav {
    display: block;
    clear: both;
    width: 100%; } }

#presse_mitteilung {
  margin-bottom: 25px; }
  #presse_mitteilung h3 {
    color: #708a9e;
    font-size: 16px;
    line-height: 1.5em; }
  #presse_mitteilung a.extern {
    color: #676767;
    text-decoration: underline; }
    #presse_mitteilung a.extern:hover {
      color: #708a9e;
      text-decoration: none; }

@media only screen and (min-width: 75em) {
  #aktuelles_list .aktuelles_content {
    margin-left: 80px;
    width: 500px; } }
#aktuelles_list .aktuelles_content a {
  color: #676767;
  text-decoration: underline; }
  #aktuelles_list .aktuelles_content a:hover {
    color: #708a9e;
    text-decoration: none; }
@media only screen and (min-width: 75em) {
  #aktuelles_list .aktuelles_datum {
    float: left; } }

#kooperationspartner div {
  margin-bottom: 8px; }
#kooperationspartner a.extern {
  color: #676767;
  text-decoration: underline; }
  #kooperationspartner a.extern:hover {
    color: #708a9e;
    text-decoration: none; }
@media only screen and (max-width: 74.9999em) {
  #kooperationspartner td {
    display: block;
    width: 100%;
    text-align: left; } }

#content_presse .blue {
  color: #676767;
  text-decoration: underline; }
  #content_presse .blue:hover {
    color: #708a9e;
    text-decoration: none; }
#content_presse .presse_left {
  float: left;
  width: 70px; }
#content_presse .presse_right {
  margin-left: 90px; }

#content_kontakt_index a {
  color: #676767;
  text-decoration: underline; }
  #content_kontakt_index a:hover {
    color: #708a9e;
    text-decoration: none; }
#content_kontakt_index .person {
  float: left;
  width: 170px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 320px; }
  #content_kontakt_index .person strong {
    color: #708a9e; }
#content_kontakt_index .link_xing {
  background: transparent url(../images/misc/but-xing.gif) 0 -17px no-repeat;
  display: inline-block;
  height: 14px;
  width: 37px;
  text-decoration: none;
  margin: 0 5px 0 0; }
  #content_kontakt_index .link_xing:hover {
    background: transparent url(../images/misc/but-xing.gif) 0 0 no-repeat; }
#content_kontakt_index .link_twitter {
  display: inline-block;
  height: 14px;
  width: 51px;
  background: transparent url(../images/misc/but-twitter.gif) 0 -17px no-repeat;
  text-decoration: none;
  margin: 0 5px 0 0; }
  #content_kontakt_index .link_twitter:hover {
    background: transparent url(../images/misc/but-twitter.gif) 0 0 no-repeat; }

#inhousebk {
  color: #676767;
  text-decoration: underline; }
  #inhousebk:hover {
    color: #708a9e;
    text-decoration: none; }

#teaser_startseite {
  margin-left: 162px;
  font-size: 13px; }
  #teaser_startseite a {
    color: #676767;
    text-decoration: underline; }
    #teaser_startseite a:hover {
      color: #708a9e;
      text-decoration: none; }
  #teaser_startseite div {
    height: 190px;
    display: table-cell; }
  #teaser_startseite h1 {
    font-size: 1em;
    line-height: 1.5em;
    display: inline; }
  #teaser_startseite h2 {
    font-size: 1em;
    line-height: 1.5em;
    display: inline; }

#bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000; }

.hidden {
  display: none; }

@media only screen and (min-width: 75em) {
  .dotted {
    background: transparent url(../images/misc/dotted.png) 0 0 repeat-x;
    height: 10px; } }
@media only screen and (max-width: 74.9999em) {
  .dotted {
    border-top: 1px dotted grey;
    height: 1em; } }
.dev {
  color: #f00;
  text-decoration: underline; }

.img_left {
  float: left;
  margin-right: 10px; }

.blue {
  color: #708a9e; }

h1.paket {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 5px;
  padding-right: 150px; }

.content_box {
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 75em) {
    .content_box {
      width: 410px;
      float: left;
      margin-right: 30px;
      margin-bottom: 20px;
      min-height: 250px; } }

#content_seminarorte #content_seminarorte_nav {
  margin-bottom: 20px; }
  #content_seminarorte #content_seminarorte_nav a {
    color: #959597;
    text-decoration: none;
    font-size: 16px; }
    #content_seminarorte #content_seminarorte_nav a:hover {
      color: #708a9e; }
  #content_seminarorte #content_seminarorte_nav .ws_location_nav_hi {
    color: #708a9e; }
#content_seminarorte .ws_location_info {
  min-height: 270px; }

.copyright_bilder {
  margin-left: 62px;
  opacity: 0.6; }

.kontakt_formular_input_error {
  background-color: #708a9e; }

/* left column on hompage */
#window_left {
  width: 100%;
  /*>h1 {
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: normal;
  }

  >h2 {
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1px;
    font-weight: normal;
  }*/ }
  @media only screen and (min-width: 75em) {
    #window_left {
      float: left;
      display: inline-block;
      width: 475px; } }

#window_right {
  /*>h1 {
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: normal;
  }
  >h2 {
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: normal;
  }*/ }
  @media only screen and (min-width: 75em) {
    #window_right {
      display: inline-block;
      width: 450px; } }

#content_wide_nav {
  width: 100%; }
  @media only screen and (min-width: 75em) {
    #content_wide_nav {
      width: 580px;
      float: left; } }

/* a section on the homepage */
section {
  clear: both;
  overflow: auto; }
  section:not(:first-of-type) {
    margin-top: 10px; }
  section:first-of-type {
    margin-top: 5px; }
  @media only screen and (min-width: 75em) {
    section h2 {
      text-align: right; } }
  section p {
    margin-top: 0; }
  section .img_left {
    width: 100px;
    height: auto;
    margin: 0 10px 10px 0;
    /*@include forMobile(){
      width: 200px;
    }*/ }

.blue-dotted {
  min-height: 25px;
  margin: 0 0 6px 0;
  color: #708a9e; }
  .blue-dotted:after {
    content: " ";
    background: transparent url(../images/misc/dotted.png) 0 2px repeat-x;
    height: 10px;
    display: block; }

dl.standort dt {
  float: left;
  width: 100px; }

#finder_result h3 {
  color: #676767; }

#ws_drucken a {
  background-image: url(../images/misc/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  margin-left: 30px;
  color: #708a9e;
  text-decoration: none; }

#ws_pdf a {
  background-image: url(../images/misc/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  margin-left: 30px;
  color: #708a9e;
  text-decoration: none; }

#ws_subscribe_left label {
  font-weight: bold; }

#addthis a {
  float: left;
  display: inline-block;
  margin-left: 2px;
  margin-right: 3px; }

#mws_impressum strong {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }

#container_agb h3 {
  color: #708a9e;
  font-size: 16px;
  line-height: 1.5em; }

#mehrfachbucher_content a {
  color: #676767;
  text-decoration: underline; }
  #mehrfachbucher_content a:hover {
    color: #708a9e;
    text-decoration: none; }

#ueberuns a {
  color: #676767;
  text-decoration: underline; }
  #ueberuns a:hover {
    color: #708a9e;
    text-decoration: none; }

li.angebot {
  float: left;
  list-style-type: none;
  width: 375px;
  height: 250px;
  display: block;
  padding: 0 50px 0 0;
  margin-bottom: 20px; }

#consultant_list {
  font-size: 1rem; }
  @media only screen and (max-width: 74.9999em) {
    #consultant_list ul {
      margin: 0;
      padding: 0;
      font-size: 1em; } }
  @media only screen and (min-width: 75em) {
    #consultant_list .consultant {
      width: 179px;
      float: left; }
      #consultant_list .consultant a {
        text-decoration: none; } }
  @media only screen and (max-width: 74.9999em) {
    #consultant_list .consultant {
      display: block;
      width: 100%;
      line-height: 2.5;
      font-size: 1.0em; } }

@media only screen and (min-width: 75em) {
  #aktuelles_content #teaser_image {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left; } }
@media only screen and (max-width: 74.9999em) {
  #aktuelles_content #teaser_image {
    display: block; } }

#special_inhouse_list li {
  width: 650px;
  margin-bottom: 10px;
  list-style-type: none; }
  #special_inhouse_list li h3 {
    margin-bottom: 0; }

#content_inhouse .blue {
  color: #708a9e;
  text-decoration: none; }

/* deprecated? */
#ticker {
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin: 10px 0;
  font-size: 1.1em; }
  #ticker p {
    font-size: .9em;
    margin: 20px 5px 0;
    height: 15px;
    min-height: 15px; }
  #ticker a {
    text-decoration: none; }
    #ticker a:hover {
      color: #708a9e; }

/* deprecated? */
#bbox_webdesk {
  background: transparent url(../images/boxen/extern_mynewsaktuell.gif) 0 0 no-repeat; }
  #bbox_webdesk:hover {
    background: transparent url(../images/boxen/extern_mynewsaktuell.gif) 0 -70px no-repeat; }

/* deprecated? */
#bbox_presseportal {
  background: transparent url(../images/boxen/extern_presseportal.gif) 0 0 no-repeat; }
  #bbox_presseportal:hover {
    background: transparent url(../images/boxen/extern_presseportal.gif) 0 -70px no-repeat; }

/* deprecated? */
#bbox_newsaktuell {
  background: transparent url(../images/boxen/extern_newsaktuell.gif) 0 0 no-repeat; }
  #bbox_newsaktuell:hover {
    background: transparent url(../images/boxen/extern_newsaktuell.gif) 0 -70px no-repeat; }

/* deprecated? */
#bbox_euroadhoc {
  background: transparent url(../images/boxen/extern_euroadhoc.gif) 0 0 no-repeat; }
  #bbox_euroadhoc:hover {
    background: transparent url(../images/boxen/extern_euroadhoc.gif) 0 -70px no-repeat; }
