
/**
 * IMPORTS
 */
@media all {
  * {
    margin: 0;
    padding: 0;
  }
  option {
    padding-left: .4em;
  }
  select {
    padding: 1px;
  }
  * html body * {
    overflow: visible;
  }
  body {
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left;
  }
  div:target {
    outline: 0 none;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
  }
  [hidden] {
    display: none;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset,
  img {
    border: 0 solid;
  }
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }
  li {
    line-height: 1.5em;
    margin-left: .8em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }
  blockquote {
    margin: 0 0 1em 0.8em;
  }
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .ym-clearfix:before {
    content: "";
    display: table;
  }
  .ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .ym-contain-dt {
    display: table;
    width: 100%;
    overflow: visible;
  }
  .ym-contain-oh {
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .ym-contain-fl {
    float: left;
    width: 100%;
  }
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
  }
  .ym-skiplinks {
    position: absolute;
    top: 0;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media screen, projection {
  .ym-column {
    display: table;
    width: 100%;
  }
  .ym-col1 {
    float: left;
    width: 20%;
  }
  .ym-col2 {
    float: right;
    width: 20%;
  }
  .ym-col3 {
    width: auto;
    margin: 0 20%;
  }
  .ym-cbox .ym-cbox-left,
  .ym-cbox-right {
    position: relative;
  }
  .ym-cbox {
    padding: 0 10px;
  }
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }
  .ym-ie-clearing {
    display: none;
  }
  .ym-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ym-gl {
    float: left;
    margin: 0;
  }
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px;
  }
  .ym-g20 {
    width: 20%;
  }
  .ym-g40 {
    width: 40%;
  }
  .ym-g60 {
    width: 60%;
  }
  .ym-g80 {
    width: 80%;
  }
  .ym-g25 {
    width: 25%;
  }
  .ym-g33 {
    width: 33.333%;
  }
  .ym-g50 {
    width: 50%;
  }
  .ym-g66 {
    width: 66.666%;
  }
  .ym-g75 {
    width: 75%;
  }
  .ym-g38 {
    width: 38.2%;
  }
  .ym-g62 {
    width: 61.8%;
  }
  .ym-gbox {
    padding: 0 10px;
  }
  .ym-gbox-left {
    padding: 0 10px 0 0;
  }
  .ym-gbox-right {
    padding: 0 0 0 10px;
  }
  .ym-equalize {
    overflow: hidden;
  }
  .ym-equalize > .ym-gl,
  .ym-equalize > .ym-gr {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }
  .ym-equalize > * > .ym-gbox,
  .ym-equalize > * > .ym-gbox-left,
  .ym-equalize > * > .ym-gbox-right {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }
}
@media all {
  .ym-form,
  .ym-form fieldset {
    overflow: hidden;
  }
  .ym-form div .ym-form label,
  .ym-form .ym-message {
    position: relative;
    display: block;
  }
  .ym-form .ym-fbox-check label {
    display: inline;
  }
  .ym-form input,
  .ym-form textarea {
    cursor: text;
  }
  .ym-form input[type="checkbox"],
  .ym-form input[type="radio"],
  .ym-form select,
  .ym-form label {
    cursor: pointer;
  }
  .ym-form textarea {
    overflow: auto;
  }
  .ym-form input[type=hidden] {
    display: none !important;
  }
  .ym-form .ym-fbox-text:before,
  .ym-form .ym-fbox-select:before,
  .ym-form .ym-fbox-check:before,
  .ym-form .ym-fbox-button:before {
    content: "";
    display: table;
  }
  .ym-form .ym-fbox-text:after,
  .ym-form .ym-fbox-select:after,
  .ym-form .ym-fbox-check:after,
  .ym-form .ym-fbox-button:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .ym-form select,
  .ym-form input,
  .ym-form textarea {
    display: block;
    position: relative;
    width: 58.5%;
  }
  .ym-form .ym-fbox-check input {
    display: inline;
    width: auto;
  }
  .ym-form .ym-fbox-button input {
    display: inline;
    overflow: visible;
    width: auto;
  }
  .ym-form .ym-fbox-check input:focus,
  .ym-form .ym-fbox-check input:hover,
  .ym-form .ym-fbox-check input:active {
    border: 0 none;
  }
  .ym-full .ym-fbox-select select,
  .ym-full .ym-fbox-text input,
  .ym-full .ym-fbox-text textarea {
    width: 94.2%;
    margin-right: -3px;
  }
  .ym-columnar .ym-fbox-text label,
  .ym-columnar .ym-fbox-select label {
    display: inline;
    float: left;
    width: 30%;
  }
  .ym-columnar .ym-fbox-check {
    position: relative;
  }
  .ym-label {
    display: block;
  }
  .ym-columnar .ym-fbox-check .ym-label {
    position: absolute;
    top: 0;
  }
  .ym-columnar .ym-fbox-check input,
  .ym-columnar .ym-error .ym-message {
    margin-left: 30%;
  }
  .ym-columnar fieldset .ym-fbox-button,
  fieldset.ym-columnar .ym-fbox-button {
    padding-left: 30%;
  }
  .ym-columnar .ym-fbox-select select,
  .ym-columnar .ym-fbox-text input,
  .ym-columnar .ym-fbox-text textarea {
    float: left;
    width: 67.2%;
    margin-right: -3px;
  }
  .ym-fbox-select select {
    width: 60%;
  }
  .ym-full .ym-fbox-select select {
    width: 94.8%;
  }
  .ym-columnar .ym-fbox-select select {
    width: 68.8%;
  }
}
@media print {
  .ym-grid > .ym-gl,
  .ym-grid > .ym-gr {
    overflow: visible;
    display: table;
  }
  .ym-print {
    position: static;
    left: 0;
  }
  .ym-noprint {
    display: none !important;
  }
}
.app_more_component_cookiebanner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #ccc;
  padding: 20px 0;
  display: none;
}
.app_more_component_cookiebanner.visible {
  display: block;
}
.app_more_component_cookiebanner .cookiebanner-infobox {
  width: 100%;
  text-align: center;
}
.app_more_component_cookiebanner .cookiebanner-infobox p {
  display: inline-block;
  max-width: 40%;
  margin: 0;
}
.app_more_component_cookiebanner .cookiebanner-button {
  position: absolute;
  right: 30px;
  top: 50%;
  padding: 10px 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #666;
}
/** none, forwards, backwards, both */
/**
 * RESET
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a > img {
  vertical-align: top;
}
/* COLORS */
/*lightgrey*/
/*grey*/
/* DIMENSIONS */
/**
 * FONTS
 */
@font-face {
  font-family: 'DisturbanceWeb';
  src: url(/admin/app/stimmklang/theme/default/css/../webfonts/disturbancecomp.eot);
  src: url('/admin/app/stimmklang/theme/default/css/../webfonts/disturbancecomp.eot?#iefix') format('embedded-opentype'), url(/admin/app/stimmklang/theme/default/css/../webfonts/disturbancecomp.woff) format('woff'), url(/admin/app/stimmklang/theme/default/css/../webfonts/disturbancecomp.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - PAGE-layout type layout
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.0
 * @revision        $Revision: 698 $
 * @lastmodified    $Date: 2012-02-02 21:53:50 +0100 (Do, 02 Feb 2012) $
 */
@media screen{/* force vertical scrollbar */
  body {
    overflow-y: scroll;
    background: #dee6e6;
  }
  .ym-wrapper {
    min-width: 768px;
    max-width: 878px;
    margin: 0 auto;
    background: #ffffff;
  }
  header {
    height: 238px;
    width: 100%;
    background: transparent;
    color: #989898;
    position: relative;
  }
  .headercolor {
    height: 172px;
    background-color: #382c50;
    background-image: url(/admin/app/stimmklang/theme/default/css/../img/bg_header.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #logo {
    position: absolute;
    top: 137px;
    left: 478px;
    width: 306px;
    min-height: 42px;
    background: transparent url(/admin/app/stimmklang/theme/default/css/../img/logo-stimmklang.png) no-repeat 0 0;
    color: #ffffff;
    font-size: 250%;
  }
  #logo a {
    width: 306px;
    height: 60px;
    display: block;
    text-decoration: none;
  }
  #logo .subline {
    position: absolute;
    top: 29px;
    left: 0;
    display: block;
    text-transform: uppercase;
    color: #382C50;
    white-space: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
  }
  #servicenav {
    position: absolute;
    top: 6px;
    right: 16px;
  }
  #servicenav li {
    float: left;
  }
  #servicenav a {
    display: block;
    margin: 0;
    padding: 0 0.6em 0 0;
    line-height: 1em;
    font-size: 85%;
    text-transform: uppercase;
    text-decoration: none;
  }
  #servicenav a:after {
    color: #999999;
    vertical-align: top;
    content: '|';
    display: inline-block;
    line-height: 0.95em;
    font-size: 12px;
    margin-left: 0.6em;
  }
  #servicenav .last a {
    padding-right: 0;
  }
  #servicenav .last a:after {
    content: '';
  }
  #servicenav strong a,
  #servicenav em a,
  #servicenav a:hover,
  #servicenav a:focus {
    font-weight: normal;
    font-style: normal;
  }
  .nav a {
    color: #999999;
  }
  nav ul,
  .navlist ul,
  nav ul li,
  .navlist ul li {
    list-style: none;
    margin: 0;
    line-height: 1em;
  }
  nav ul {
    margin-bottom: 1em;
  }
  nav ul.last {
    margin-bottom: 0;
  }
  nav strong a,
  nav em a {
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    font-size: 170%;
  }
  nav a:hover,
  nav a:focus {
    color: #382c50;
  }
  nav ul ul {
    margin: 5px 0;
  }
  nav ul ul li {
    list-style: disc;
    margin: 0 0 0 31px;
    color: #999999;
    font-size: 65%;
  }
  nav ul ul a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 135%;
    padding: 0;
    line-height: 1.5em;
  }
  nav ul ul strong a,
  nav ul ul em a {
    line-height: 1.5em;
    display: inline;
  }
  nav a,
  .home .editorial_links a {
    padding: 5px 18px 2px 18px;
    display: block;
    font-family: DisturbanceWeb, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 170%;
    text-decoration: none;
    line-height: 1em;
  }
  .home .editorial_links a:hover {
    color: #999999;
  }
  .nav-toggle-wrapper {
    display: none;
  }
  footer {
    margin: 20px 0 0 0;
    height: 109px;
    width: 100%;
    background: #ffffff url(/admin/app/stimmklang/theme/default/css/../img/bg-footer.png) no-repeat 0 0;
  }
  /* navigation-sidebar */
  .ym-col1 {
    width: 287px;
  }
  .ym-col1 .ym-cbox {
    padding: 0;
  }
  /* content */
  .ym-col3 {
    margin-left: 287px;
    margin-right: 0;
  }
  .ym-col3 .ym-cbox {
    padding: 0 43px 0 0;
  }
  .home .ym-col3 .ym-cbox {
    padding-left: 190px;
  }
  .ym-gbox {
    padding: 0 1.5em 0 0;
  }
  /* skip links styling */
  .ym-skiplinks a .ym-skip:focus,
  .ym-skiplinks a .ym-skip:active {
    color: #ffffff;
    background: #333;
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  /* home-screen */
  .home nav,
  .home #servicenav,
  .home .ym-col3 h1 {
    display: none;
  }
  .home .ym-wrapper {
    background: #382c50;
  }
  .home footer {
    margin: 0;
    height: 347px;
    background: #382c50 url(/admin/app/stimmklang/theme/default/css/../img/bg-footer-home.png) no-repeat 0 0;
  }
  .home .editorial_links a {
    padding-left: 0;
    color: #999999;
  }
  .home2 .nav-toggle-wrapper .nav-toggle-line,
  .home2 .nav-toggle-wrapper .nav-toggle-line:after,
  .home2 .nav-toggle-wrapper .nav-toggle-line:before {
    background-color: #ffffff;
  }
  .home2 #nav.expanded .nav-toggle-wrapper .nav-toggle-line,
  .home2 #nav.expanded .nav-toggle-wrapper .nav-toggle-line:after,
  .home2 #nav.expanded .nav-toggle-wrapper .nav-toggle-line:before {
    background-color: #333333;
  }
  .home2 .ym-col3 .ym-cbox {
    padding-right: 0;
  }
  .home2 .ym-col3 h1 {
    display: none;
  }
  .home2 h2.subtitle {
    margin: 0 0 0.25em;
  }
  .home2 .ym-wrapper {
    background: #382c50;
    background: #382c50 url(/admin/app/stimmklang/theme/default/css/../img/bg-footer-home.png) no-repeat bottom right;
    background-size: 115%;
  }
  .home2 footer {
    margin: 0;
    background: #382c50 url(/admin/app/stimmklang/theme/default/css/../img/bg-footer-home.png) no-repeat bottom right;
    background-size: 115%;
  }
  .courselist {
    margin: 0 0 225px 0;
    padding: 0;
    list-style: none;
  }
  .courselist-item {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .courselist-item__link {
    border-top: 1px solid #666666;
    padding: 0.01em 2.25em 0.35em 0;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .courselist-item__link:after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1.25em;
    content: '';
    height: 1em;
    width: 1em;
    border-top: 1px solid #c31b61;
    border-right: 1px solid #c31b61;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right 0.125s ease-out 0s;
    -moz-transition: right 0.125s ease-out 0s;
    -o-transition: right 0.125s ease-out 0s;
    transition: right 0.125s ease-out 0s;
  }
  .courselist-item__link:hover *,
  .courselist-item__link:focus *,
  .courselist-item__link:active * {
    color: #c31b61;
  }
  .courselist-item__link:hover:after,
  .courselist-item__link:focus:after,
  .courselist-item__link:active:after {
    right: 1.5em;
  }
  .courselist-item__link:active:after {
    right: 0.75em;
  }
  .courselist-item:last-of-type .courselist-item__link {
    border-bottom: 1px solid #666666;
  }
  .courselist-item__title,
  .courselist-item__details {
    font-family: DisturbanceWeb, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #382c50;
    color: #ffffff;
    line-height: 0.95em;
  }
  .courselist-item__title {
    font-size: 200%;
    margin-bottom: 0;
  }
  .courselist-item__details {
    margin: 0.1em 0 0 0;
    font-size: 170%;
  }
  .courselist-item__date {
    font-weight: bold;
    padding-right: 0.25em;
  }
  .app_more_component_cookiebanner {
    padding: 32px 0;
    background: #b2c5c5;
    z-index: 1001;
  }
  .app_more_component_cookiebanner .cookiebanner-infobox {
    color: #000;
  }
  .app_more_component_cookiebanner .cookiebanner-infobox a {
    color: #000;
  }
  .app_more_component_cookiebanner .cookiebanner-infobox a:hover,
  .app_more_component_cookiebanner .cookiebanner-infobox a:focus {
    text-decoration: none;
  }
  .app_more_component_cookiebanner .cookiebanner-button {
    background-color: #382c50;
    color: #ffffff;
    border-color: #382c50;
    text-decoration: none;
    border-radius: 5px;
  }
  .app_more_component_cookiebanner .cookiebanner-button:hover,
  .app_more_component_cookiebanner .cookiebanner-button:focus {
    background-color: #463764;
  }
}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.0
 * @revision        $Revision: 692 $
 * @lastmodified    $Date: 2012-01-25 11:37:31 +0100 (Mi, 25 Jan 2012) $
 * @appdef yaml
 */
@media all{html *{font-size:100%}/**
     * (en) reset monospaced elements to font size 16px in all browsers
     *
     * @see: http://webkit.org/blog/67/strange-medium/
     */
  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }
  /* (en) base layout gets standard font size 14px */
  body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    /* base: 16px */
    color: #382c50;
    /* (en) Prevent auto-scaling of text in mobile webkit browsers */
    -webkit-text-size-adjust: 100%;
  }
  /*--- Headings ------------------------------------------------------------------------*/
  h1,
  h2,
  h2.subtitle,
  h3,
  .trigger,
  h4,
  h5,
  h6 {
    font-family: DisturbanceWeb, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #382c50;
    margin: 0 0 0.5em 0;
    line-height: 1em;
    letter-spacing: 0.005em;
  }
  h1,
  h2.subtitle {
    font-size: 250%;
    margin: 0 0 0.9em 0;
  }
  h2.subtitle {
    margin-top: -0.5em;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
  }
  #content strong.special_title {
    color: #382c50 !important;
    font-size: 112.5% !important;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  /* --- Lists -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0.5em 0 1.5em 1em;
  }
  ul {
    list-style-type: disc;
  }
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }
  ol {
    list-style-type: decimal;
  }
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }
  li {
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 0.8em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1.5em 0.8em;
  }
  /* --- general text formatting ------------------------------------------ */
  p,
  .format1 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
  }
  blockquote,
  cite,
  q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }
  blockquote {
    margin: 1.5em 0 0 1.5em;
    color: #666;
  }
  strong,
  b {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.75em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }
  /*--- links ----------------------------------------------------------------------------------------- */
  .ym-col3 a {
    color: #999;
    background: transparent;
    text-decoration: none;
  }
  .ym-col3 a:hover {
    background-color: transparent;
    color: #382c50;
    text-decoration: none;
  }
  .ym-col3 a:focus {
    color: #FFF;
    background-color: #382c50;
    text-decoration: none;
    outline: none 0;
  }
  /* --- images ------------------ */
  img,
  figure {
    margin: 0 0 1em 0;
  }
  .flexible {
    margin-top: 1.5em;
    max-width: 100%;
  }
  * html .flexible {
    /* IE6 support */
    width: 98%;
    /* 2% space for borders */
  }
  /**
     * ----------------------------------------------------------------------- #
     * Generic Content Classes
     */
  .success,
  .success .message_box {
    background: #99cc01;
  }
  .finish .message_box {
    background: #99cc01;
  }
  .warning,
  .warning .message_box {
    background: #cf8820;
  }
  .error,
  .error .message_box {
    background: #cc8888;
  }
  .message_box {
    padding: 0.5em;
    margin-bottom: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .message_box .error_messages {
    margin-bottom: 0;
  }
  .message_box *:last-child {
    margin-bottom: 0;
  }
  .float-left {
    float: left;
    display: inline;
    margin: 1.5em 1em 0 0;
  }
  .float-right {
    float: right;
    display: inline;
    margin: 1.5em 0 0 1em;
  }
  .center {
    display: block;
    text-align: center;
    margin: 1.5em auto 0 auto;
  }
  #content em,
  .em,
  .editorial_t_em {
    font-weight: bold;
    font-style: normal;
  }
  .strong,
  .editorial_t_strong {
    font-weight: bold;
  }
  .page_section .ym-grid {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #DDD;
  }
  .page_section .ym-grid p {
    margin-bottom: 0;
  }
  .page_section .ym-grid .editorial_links,
  .page_section .ym-grid .editorial_links li,
  .page_section .ym-grid .editorial_files,
  .page_section .ym-grid .editorial_files li,
  .page_section .ym-grid .editorial_audio,
  .page_section .ym-grid .editorial_audio li {
    list-style: none;
    margin: 0;
  }
  .page_section .ym-g33 {
    width: 192px;
  }
  .page_section .ym-g66 {
    width: 356px;
  }
  .ym-grid ul {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }
  /* pseudo-columns in text-content */
  .format1 p {
    margin-bottom: 0;
  }
  .label {
    float: left;
    color: #382c50 !important;
  }
  .indent {
    padding-left: 8em;
    clear: right;
    display: block;
  }
  /**
     * ------------------------------------------------------------------------------------------------- #
     * Tables
     */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.3571em 0 0 0;
    color: #333;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
  table.narrow {
    margin: 1.4286em 0 0 0;
  }
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.4286em;
  }
  table.bordertable {
    border: 1px #ccc solid;
  }
  table caption {
    font-variant: small-caps;
  }
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.7143em 0.5em;
  }
  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }
  thead th {
    text-align: left;
    color: #000;
    border-bottom: 2px #000 solid;
  }
  tbody th {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  .bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
  .bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  .bordertable tbody th {
    border-right: 1px solid #ccc;
  }
  .bordertable tbody td {
    border-right: 1px solid #ccc;
  }
  /* highlight row on mouse over */
  tbody tr:hover th,
  tbody tr:hover td {
    background: #f8f8f8;
  }
  /* misc */
  .trigger {
    font-size: 165%;
    text-transform: none;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    color: #999;
  }
  .trigger .icon {
    position: absolute;
    top: 0.25em;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent url(/admin/app/stimmklang/theme/default/css/../img/bg-sprite-01.png) no-repeat 0 0;
  }
  .trigger .icon.plus {
    background-position: 0 0;
  }
  .expanded .trigger .icon,
  .trigger .icon.less {
    background-position: 0 -66px;
  }
  .trigger.playing .icon {
    background-position: 0 -34px;
  }
  .trigger .icon,
  .trigger.paused .icon {
    background-position: 0 -17px;
  }
  .trigger .icon.stop {
    background-position: 0 -34px;
  }
  .editorial_links,
  .editorial_links li,
  .editorial_files,
  .editorial_files li,
  .editorial_audio,
  .editorial_audio li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .editorial_links,
  .editorial_files,
  .editorial_audio {
    margin: 0 0 1.5em 0;
  }
  .responsive-embed {
    margin: 1em 0 1.5em;
  }
  .responsive-embed.video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  .responsive-embed.video iframe,
  .responsive-embed.video object,
  .responsive-embed.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #sm2-container {
    margin-left: -9999px;
    margin-top: -9999px;
    float: left;
  }
  .editorial_audio .audio_player {
    display: block;
    position: relative;
  }
  .audio_player.trigger {
    font-weight: normal;
    padding: 0 5px 5px 23px;
  }
  a.audio_player.trigger:active,
  a.audio_player.trigger:focus {
    background: transparent;
    color: #382c50;
  }
  .audio_player .legend {
    position: absolute;
    top: 0;
    left: 10px;
    width: auto;
    height: 100%;
    padding: 0 0.5em;
    white-space: nowrap;
  }
  .audio_player.playing .legend,
  .audio_player.paused .legend {
    left: 90px;
  }
  .audio_player .timing,
  .audio_player .progress,
  .audio_player .loading,
  .audio_player .position {
    position: absolute;
    display: none;
  }
  .audio_player.playing .timing,
  .audio_player.paused .timing,
  .audio_player.playing .progress,
  .audio_player.paused .progress,
  .audio_player.playing .loading,
  .audio_player.paused .loading,
  .audio_player.playing .position,
  .audio_player.paused .position {
    display: block;
  }
  .audio_player .timing {
    top: 4px;
    left: 27px;
    width: auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
  }
  .audio_player .progress {
    border: 1px solid #666;
    width: 70px;
    height: 15px;
    background: #FFF;
    top: 6px;
    left: 23px;
    z-index: 5;
  }
  .audio_player .loading,
  .audio_player .position {
    top: 0;
    left: 0;
    height: 100%;
  }
  .audio_player .loading {
    background: #999;
  }
  .audio_player .position {
    background: #382c50;
  }
  .ym-col3 .float-left {
    float: left;
    margin: 3px 1em 0.5em 0;
  }
  a.twitter {
    display: block;
    min-height: 25px;
    min-width: 35px;
    background: transparent url(/admin/app/stimmklang/theme/default/css/../img/icon-twitter.png) no-repeat 0 0;
    padding: 10px 0 0 40px;
  }
}
.violett h1,
.violett h2,
.violett nav strong a,
.violett nav em a,
.violett nav ul ul li:hover,
.violett #main nav ul ul li.active,
.violett #servicenav strong a,
.violett #servicenav em a,
ul .violett a:hover,
ul .violett a:focus,
ul .violett a:active,
#main nav ul ul li.violett:hover,
.violett #content .em,
.violett #content .editorial_t_em,
.c2_violett .subtitle,
.c2_violett .page_section h2,
.c2_violett .page_section h3 {
  color: #382c50;
}
.violett .headercolor {
  background-color: #392852;
  /*was before: #382c50;*/
  background-position: 0 0;
}
.magenta h1,
.magenta h2,
.magenta nav strong a,
.magenta nav em a,
.magenta nav ul ul li:hover,
.magenta #main nav ul ul li.active,
.magenta #servicenav strong a,
.magenta #servicenav em a,
ul .magenta a:hover,
ul .magenta a:focus,
ul .magenta a:active,
#main nav ul ul li.magenta:hover,
.magenta #content .em,
.magenta #content em,
.magenta #content .editorial_t_em,
.c2_magenta .subtitle,
.c2_magenta .page_section h2,
.c2_magenta .page_section h3 {
  color: #c31b61;
}
.magenta .headercolor {
  background-color: #e41462;
  /*was before: #c31b61;*/
  background-position: 0 -865px;
}
.orange h1,
.orange h2,
.orange nav strong a,
.orange nav em a,
.orange nav ul ul li:hover,
.orange #main nav ul ul li.active,
.orange #servicenav strong a,
.orange #servicenav em a,
ul .orange a:hover,
ul .orange a:focus,
ul .orange a:active,
#main nav ul ul li.orange:hover,
.orange #content .em,
.orange #content .editorial_t_em,
.c2_orange .subtitle,
.c2_orange .page_section h2,
.c2_orange .page_section h3 {
  color: #cf8820;
}
.orange .headercolor {
  background-color: #fe9900;
  /*was before: #e79824;*/
  background-position: 0 -692px;
}
.lightblue h1,
.lightblue h2,
.lightblue nav strong a,
.lightblue nav em a,
.lightblue nav ul ul li:hover,
.lightblue #main nav ul ul li.active,
.lightblue #servicenav strong a,
.lightblue #servicenav em a,
ul .lightblue a:hover,
ul .lightblue a:focus,
ul .lightblue a:active,
#main nav ul ul li.lightblue:hover,
.lightblue #content .em,
.lightblue #content .editorial_t_em,
.c2_lightblue .subtitle,
.c2_lightblue .page_section h2,
.c2_lightblue .page_section h3 {
  color: #60a9d2;
}
.lightblue .headercolor {
  background-color: #00bdff;
  /*49bcfd; was before: #73cbfd;*/
  background-position: 0 -519px;
}
.green h1,
.green h2,
.green nav strong a,
.green nav em a,
.green nav ul ul li:hover,
.green #main nav ul ul li.active,
.green #servicenav strong a,
.green #servicenav em a,
ul .green a:hover,
ul .green a:focus,
#main nav ul ul li.green:hover,
.green #content .em,
.green #content .editorial_t_em,
.c2_green .subtitle,
.c2_green .page_section h2,
.c2_green .page_section h3 {
  color: #84a026;
}
.green .headercolor {
  background-color: #99cc01;
  /*was before: #a8cb30;*/
  background-position: 0 -1038px;
}
.red h1,
.red h2,
.red nav strong a,
.red nav em a,
.red nav ul ul li:hover,
.red #main nav ul ul li.active,
.red #servicenav strong a,
.red #servicenav em a,
ul .red a:hover,
ul .red a:focus,
ul .red a:active,
#main nav ul ul li.red:hover,
.red #content .em,
.red #content .editorial_t_em,
.c2_red .subtitle,
.c2_red .page_section h2,
.c2_red .page_section h3 {
  color: #ae0000;
}
.red .headercolor {
  background-color: #cc0001;
  /*was before: #ae0000;*/
  background-position: 0 -173px;
}
.yellow h1,
.yellow h2,
.yellow nav strong a,
.yellow nav em a,
.yellow nav ul ul li:hover,
.yellow #main nav ul ul li.active,
.yellow #servicenav strong a,
.yellow #servicenav em a,
ul .yellow a:hover,
ul .yellow a:focus,
ul .yellow a:active,
#main nav ul ul li.yellow:hover,
.yellow #content .em,
.yellow #content .editorial_t_em,
.c2_yellow .subtitle,
.c2_yellow .page_section h2,
.c2_yellow .page_section h3 {
  color: #bc9c01;
}
.yellow .headercolor {
  background-color: #ffd300;
  /* was before: #f3d231;*/
  background-position: 0 -346px;
}
.home2 h1,
.home2 h2,
.home2 nav a:hover,
.home2 nav a:focus,
.home2 nav strong a,
.home2 nav em a,
.home2 nav ul ul li:hover,
.home2 #main nav ul ul li.active,
.home2 #servicenav strong a,
.home2 #servicenav em a,
ul .home2 a:hover,
ul .home2 a:focus,
ul .home2 a:active,
#main nav ul ul li.home2:hover,
.home2 #content .em,
.home2 #content em,
.home2 #content .editorial_t_em,
.c2_magenta .subtitle,
.c2_magenta .page_section h2,
.c2_magenta .page_section h3 {
  color: #c31b61;
}
@media all {
  .required_form_key + .fm--form__inputtype {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }
  .collapsable {
    clear: left;
    margin: 1em 0;
  }
  .collapsable .form_container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-in-out 0s;
    -moz-transition: max-height 0.2s ease-in-out 0s;
    -o-transition: max-height 0.2s ease-in-out 0s;
    transition: max-height 0.2s ease-in-out 0s;
  }
  .collapsable.expanded .form_container {
    max-height: 120em;
    overflow: visible;
  }
  .sk_form {
    /* columnar forms */
  }
  .sk_form .fm--form__label label {
    padding: 0.25em 0.5em;
    display: block;
    float: left;
  }
  .sk_form input[type="text"],
  .sk_form select,
  .sk_form .bx--btn {
    letter-spacing: 0.025em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .sk_form input[type="text"],
  .sk_form textarea,
  .sk_form select {
    width: 100%;
    background: #dee6e6;
    border: none;
    padding: 0.25em 0.5em;
  }
  .sk_form input[type="text"]:focus-within,
  .sk_form textarea:focus-within,
  .sk_form select:focus-within {
    outline: 0;
  }
  .sk_form textarea {
    height: 9em;
  }
  .sk_form.error {
    background: transparent;
  }
  .sk_form .has-error .fm--form__canvas input {
    background: #f9dbdb;
  }
  .sk_form .fm--form__error {
    color: #800;
  }
  .sk_form .fm--form__error ul,
  .sk_form .fm--form__error li {
    margin: 0;
    list-style: none;
  }
  .sk_form .fm--form__error p,
  .sk_form .fm--form__error ul {
    margin-bottom: 0.5em;
  }
  .sk_form .bx--form__helper-text {
    display: none;
  }
  .sk_form.columnar .fm--form__inputtype {
    overflow: hidden;
  }
  .sk_form.columnar .fm--form__inputtype-core-textfield .fm--form__label,
  .sk_form.columnar .inputtype_app_core_form_select .fm--form__label,
  .sk_form.columnar .inputtype_app_core_form_datetime .fm--form__label,
  .sk_form.columnar .fm--form__inputtype-core-textarea .fm--form__label {
    float: left;
    width: 30%;
    margin: 0;
  }
  .sk_form.columnar .fm--form__inputtype-core-radiogroup > .fm--form__label {
    float: left;
    width: 30%;
    margin: 0;
  }
  .sk_form.columnar .fm--form__legend {
    float: left;
    width: 30%;
    margin: 0;
    width: calc(30% - 1em);
    padding: 0.25em 0.5em;
  }
  .sk_form.columnar .fm--form__inputtype-core-checkbox .fm--form__canvas,
  .sk_form.columnar .fm--form-radiogroup__item .fm--form__canvas {
    width: 100%;
  }
  .sk_form.columnar .fm--form__error,
  .sk_form.columnar .bx--btn,
  .sk_form.columnar .fm--form__canvas {
    width: 70%;
    float: right;
    margin: 0 0 0 -5px;
  }
  .sk_form.columnar .bx--btn {
    border: none;
    cursor: pointer;
    padding: 0.5em 0;
  }
  .sk_form.columnar .bx--btn:hover,
  .sk_form.columnar .bx--btn:focus {
    background: #c3caca;
  }
  .sk_form.columnar .bx--btn:active {
    background: #949b9b;
    color: #FFF;
  }
  .sk_form .fm--form__row {
    margin-bottom: 0.5em;
  }
  .is-required label:after,
  .is-required .fm--form__legend:after {
    content: " *";
  }
  .is-required .fm--form-radiogroup label:after {
    content: "";
  }
  .fm--form__inputtype-core-datetime .bx--label {
    display: none;
  }
  .fm--form__inputtype-core-datetime .bx--date-picker-input__wrapper {
    position: relative;
  }
  .fm--form__inputtype-core-datetime .bx--date-picker-input__wrapper .bx--date-picker__icon {
    position: absolute;
    right: 2px;
    top: 5px;
  }
  .fm--form__inputtype-core-radiogroup {
    margin-top: 1em;
  }
  .fm--form__inputtype-core-checkbox,
  .fm--form-radiogroup__item {
    position: relative;
  }
  .fm--form__inputtype-core-checkbox .bx--checkbox-label,
  .fm--form-radiogroup__item .bx--checkbox-label,
  .fm--form__inputtype-core-checkbox .bx--radio-button__label,
  .fm--form-radiogroup__item .bx--radio-button__label {
    margin-left: 1.85em;
    margin-bottom: 0.5em;
    width: calc(100% - 1em -  0.25em );
    display: inline-block;
    line-height: 1.25em;
  }
  .fm--form__inputtype-core-checkbox input,
  .fm--form-radiogroup__item input {
    position: absolute;
    top: 0.25em;
    left: 0;
    margin: 0 0 0.5em 0;
    border: none;
  }
  .fm--form__row > .fm--form__inputtype-core-checkbox {
    margin-left: 30%;
  }
  .fm--form__row > .fm--form__inputtype-core-checkbox input {
    top: 0.2em;
  }
  .fm--form__inputtype-core-keyvalue .fm--com-svg,
  .fm--form__inputtype-core-reference .fm--com-svg {
    display: none;
  }
  /* form messages */
  .app_stimmklang_component_form_info {
    padding: 0.5em;
  }
  .app_stimmklang_component_form_info_message {
    margin-bottom: 0;
  }
}
/* reset fallback values in modern browsers */
@media screen and (min-width: 0px) {
  .ym-wrapper {
    min-width: 0px;
  }
}
@media screen and (max-width: 800px) {
  #logo {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home nav,
  .home #servicenav,
  .home .ym-col3 h1 {
    display: none !important;
  }
  .home .headercolor {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    /*CSS3 Standard*/
    filter: Shadow(Color=rgba(0, 0, 0, 0), Direction=180, Strength=0);
  }
  .home #main {
    position: absolute;
  }
  .home footer {
    min-height: calc(100vh - 105px);
    background-position-y: 100%;
  }
  header {
    height: 105px;
  }
  .headercolor {
    height: 100%;
    background-image: none;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*CSS3 Standard*/
    filter: Shadow(Color=rgba(0, 0, 0, 0.15), Direction=180, Strength=3px);
  }
  #logo {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 250px;
    min-height: 34px;
    background-size: contain;
  }
  #logo .subline {
    top: 22px;
  }
  #servicenav {
    right: 10px;
  }
  #servicenav .nav a {
    color: #ffffff;
  }
  #servicenav .nav a:after {
    color: #ffffff;
  }
  #servicenav .nav strong a,
  #servicenav .nav a.active {
    color: #999;
  }
  #nav {
    max-height: 40px;
    overflow: hidden;
    margin: 0 -10px 0.75em;
    padding: 0 10px;
    -webkit-transition: max-height 0.35s ease-in-out 0s;
    -moz-transition: max-height 0.35s ease-in-out 0s;
    -o-transition: max-height 0.35s ease-in-out 0s;
    transition: max-height 0.35s ease-in-out 0s;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    /*CSS3 Standard*/
    filter: Shadow(Color=rgba(0, 0, 0, 0.15), Direction=180, Strength=3px);
  }
  #nav .nav a {
    background: #EFEFEF;
    margin: 1% 0;
    border-radius: 5px;
    padding: 2%;
  }
  #nav .nav strong,
  #nav .nav strong a {
    display: block;
  }
  #nav.expanded {
    max-height: 1200px;
    margin-bottom: 2em;
    padding-bottom: 10px;
  }
  #nav.expanded .nav-toggle .nav-toggle-line {
    height: 0;
  }
  #nav.expanded .nav-toggle .nav-toggle-line:after,
  #nav.expanded .nav-toggle .nav-toggle-line:before {
    top: 0;
    -webkit-transition: top 0.3s ease-out 0s, transform 0.3s ease-out 0.3s;
    -moz-transition: top 0.3s ease-out 0s, transform 0.3s ease-out 0.3s;
    -o-transition: top 0.3s ease-out 0s, transform 0.3s ease-out 0.3s;
    transition: top 0.3s ease-out 0s, transform 0.3s ease-out 0.3s;
  }
  #nav.expanded .nav-toggle .nav-toggle-line:before {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  #nav.expanded .nav-toggle .nav-toggle-line:after {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .home2 #nav {
    -moz-box-shadow: 0 0 0 0 #000000;
    /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 0 0 0 #000000;
    /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 0 0 0 #000000;
    /*CSS3 Standard*/
    filter: Shadow(Color=#000000, Direction=180, Strength=0);
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
  }
  .home2 #nav.expanded {
    background: white;
    margin-bottom: 0.75em;
  }
  .nav-toggle-wrapper {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
    background: transparent;
  }
  .nav-toggle-wrapper .nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 26px;
    height: 12px;
    padding: 9px 7px;
    z-index: 6;
    margin-top: 5px;
    -webkit-transition: width 0.3s ease-in-out 0s;
    -moz-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
  }
  .nav-toggle-wrapper .nav-toggle-line {
    top: 50%;
    width: 60%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height 0.5s ease-out 0.2s;
    -moz-transition: height 0.5s ease-out 0.2s;
    -o-transition: height 0.5s ease-out 0.2s;
    transition: height 0.5s ease-out 0.2s;
  }
  .nav-toggle-wrapper .nav-toggle-line,
  .nav-toggle-wrapper .nav-toggle-line:after,
  .nav-toggle-wrapper .nav-toggle-line:before {
    display: block;
    height: 2px;
    background-color: #333333;
    position: absolute;
  }
  .nav-toggle-wrapper .nav-toggle-line:after,
  .nav-toggle-wrapper .nav-toggle-line:before {
    width: 100%;
    left: 0;
    content: '';
    -webkit-transition: top 0.3s ease-out 0.3s, transform 0.3s ease-out 0s;
    -moz-transition: top 0.3s ease-out 0.3s, transform 0.3s ease-out 0s;
    -o-transition: top 0.3s ease-out 0.3s, transform 0.3s ease-out 0s;
    transition: top 0.3s ease-out 0.3s, transform 0.3s ease-out 0s;
  }
  .nav-toggle-wrapper .nav-toggle-line:before {
    top: -8px;
  }
  .nav-toggle-wrapper .nav-toggle-line:after {
    top: 8px;
  }
  #main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_section .ym-g66 {
    max-width: 356px;
  }
  .editorial img {
    width: 100%;
    height: auto;
  }
  footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-g"],
  .linearize-level-1 > [class*="ym-col"] {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"],
  .linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
    overflow: hidden;
    /* optional for containing floats */
    padding: 0;
  }
  .app_more_component_cookiebanner {
    text-align: center;
  }
  .app_more_component_cookiebanner.visible {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app_more_component_cookiebanner .cookiebanner-infobox {
    margin-bottom: 20px;
  }
  .app_more_component_cookiebanner .cookiebanner-infobox p {
    max-width: none;
  }
  .app_more_component_cookiebanner .cookiebanner-button {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 580px) {
  .sk_form {
    width: 95%;
  }
  .sk_form .fm--form__label label {
    padding-left: 0;
    display: block;
    float: none;
    font-weight: bold;
  }
  .sk_form.columnar .fm--form__inputtype-core-textfield .fm--form__label,
  .sk_form.columnar .inputtype_app_core_form_select .fm--form__label,
  .sk_form.columnar .inputtype_app_core_form_datetime .fm--form__label,
  .sk_form.columnar .fm--form__inputtype-core-textarea .fm--form__label {
    width: 100%;
    float: none;
  }
  .sk_form.columnar .fm--form__inputtype-core-radiogroup > .fm--form__label {
    width: 100%;
    float: none;
  }
  .sk_form.columnar .fm--form__legend {
    float: none;
    width: calc(100% - 1em);
    padding-left: 0;
    font-weight: bold;
  }
  .sk_form.columnar .fm--form__error,
  .sk_form.columnar .fm_e_inputtype_submit,
  .sk_form.columnar .fm_i_submit,
  .sk_form.columnar .fm--form__canvas {
    width: 100%;
    float: none;
    margin: 0;
  }
  .sk_form.columnar .app_core_form_row > .fm--form__inputtype-core-checkbox {
    margin-left: 0;
  }
  .sk_form.columnar .app_core_form_row > .fm--form__inputtype-core-checkbox .fm--form__label label {
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  .ym-wbox {
    padding: 0;
  }
  header {
    padding: 0;
  }
  footer,
  #main,
  .ym-searchform,
  nav .ym-hlist ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #servicenav {
    right: auto;
    left: 10px;
  }
  .linearize-level-2,
  .linearize-level-2 > [class*="ym-g"],
  .linearize-level-2 > [class*="ym-col"] {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"],
  .linearize-level-2 > [class*="ym-col"] > [class*="ym-cbox"] {
    overflow: hidden;
    /* optional for containing floats */
    padding: 0;
  }
}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default print stylesheet
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0
 * @revision        $Revision: 686 $
 * @lastmodified    $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
 */
@media print{body{font-size:10pt;padding:0 5px}nav,.ym-searchform{display:none}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}@media print{.nav,.trigger .icon,.collapsable .trigger,.fm_i_submit{display:none!important}#logo img{width:200px}#logo a{text-decoration:none}#logo .subline{position:absolute;top:29px;display:block;text-transform:uppercase;color:#382C50;white-space:nowrap;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:12px}h1,h2,h2.subtitle,h3,.trigger{font-family:DisturbanceWeb,Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;color:#382c50;margin:0 0 .5em 0;line-height:1em;letter-spacing:.005em;font-size:150%}h2,h3{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;font-size:100%;font-weight:700}.expanded .trigger{page-break-before:always;padding-left:0;display:block}.ym-grid{display:table;width:100%;table-layout:fixed;list-style-type:none;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.ym-gl{float:left;margin:0}.ym-gr{float:right;margin:0 0 0 -5px}.ym-g33{width:33.333%}.ym-g66{width:66.666%}.page_section .ym-g33{width:192px}.page_section .ym-g66{width:350px}.sk_form .fm--form__canvas input,.sk_form .fm--form__canvas textarea{border-bottom:1px solid #444}}.fm_hide_accessible,.fm--hide-accessible{position:absolute;top:-32768px;left:-32768px}