/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.cdnfonts.com/css/trebuchet-ms-2");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* @include vertical-center(); */
html {
  font-size: 62.5%; }
  html body {
    font-size: 2rem;
    line-height: 126.6%;
    font-family: sofia-pro, "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #050505;
    font-weight: 400;
    line-height: 140%;
    font-size: 1.8rem; }
    @media (min-width: 1025px) {
      html body {
        font-size: 2.1rem;
        line-height: 140.6%; } }
    @media (min-width: 1441px) {
      html body {
        font-size: 2.3rem; } }
    @media (min-width: 1981px) {
      html body {
        font-size: 3rem; } }
    html body p {
      text-align: justify;
      hyphens: auto;
      -webkit-hyphens: auto; }

h1 {
  font-size: 2.5rem;
  line-height: 120%;
  color: #464E5A;
  margin-top: 0; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 3.1rem; } }
  @media (min-width: 1441px) {
    h1 {
      font-size: 4rem; } }
  @media (min-width: 1981px) {
    h1 {
      font-size: 5rem; } }

#scrollcontainerhome h1 {
  font-size: 2.8rem;
  line-height: 140%;
  color: #464E5A;
  margin-top: 0; }
  @media (min-width: 1025px) {
    #scrollcontainerhome h1 {
      font-size: 3.5rem; } }
  @media (min-width: 1441px) {
    #scrollcontainerhome h1 {
      font-size: 4.5rem; } }
  @media (min-width: 1981px) {
    #scrollcontainerhome h1 {
      font-size: 5.5rem; } }

h2 {
  font-size: 2.6rem;
  color: #464E5A; }
  @media (max-width: 749px) {
    h2 {
      font-size: 1.8rem; } }
  @media (min-width: 1441px) {
    h2 {
      font-size: 2.6rem; } }
  @media (min-width: 1981px) {
    h2 {
      font-size: 3.6rem; } }

*, *::before, *::after {
  box-sizing: inherit;
  font-family: inherit;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

html {
  min-height: 100%;
  background-color: white;
  overscroll-behavior-y: none; }
  html body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none; }
    html body.menu-open {
      overflow-y: hidden;
      padding: 0 0 0 0; }
      html body.menu-open #page-header #header-inner-bottom {
        display: none; }
        @media (min-width: 1025px) {
          html body.menu-open #page-header #header-inner-bottom {
            display: block; } }

.border-bottom {
  border-bottom: 1px solid black; }

.border-top {
  border-top: 1px solid black; }

#scrollcontainerhome.menu-open {
  overflow: hidden; }

.main-wrapper {
  position: relative;
  min-height: calc(100vh - 100px); }

#headerimageContainer {
  background-color: #464E5A; }

.main-wrapper.noheaderimage .content-wrapper {
  padding-top: 100px; }
  @media (min-width: 1025px) {
    .main-wrapper.noheaderimage .content-wrapper {
      padding-top: 200px; } }
.main-wrapper #header-image {
  overflow: hidden;
  left: 0px;
  min-width: 100vw; }
  .main-wrapper #header-image.fixed {
    position: fixed;
    top: 0;
    max-height: 100%; }
    .main-wrapper #header-image.fixed .inner {
      min-height: 100vh; }
      @media (min-width: 1025px) {
        .main-wrapper #header-image.fixed .inner {
          max-height: 100%;
          min-height: 0; } }
  .main-wrapper #header-image.home {
    height: 100vh; }
    .main-wrapper #header-image.home .inner {
      height: 100vh;
      min-height: 100vh;
      max-height: 100vh; }
  .main-wrapper #header-image .inner {
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
    min-width: 100vw;
    left: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .main-wrapper #header-image .inner {
        max-height: calc(100vh - 100px);
        min-height: calc(100vh - 100px); } }
.main-wrapper.fix-header-image #header-image {
  position: relative;
  z-index: 1; }
  .main-wrapper.fix-header-image #header-image .inner {
    position: fixed;
    top: -756px; }
.main-wrapper.fix-header-image .content-wrapper {
  position: relative;
  padding-top: 10px;
  z-index: 0; }
.main-wrapper.header-small #header-image.no-subnav .inner {
  max-height: 250px;
  min-height: 250px; }
  @media (min-width: 1025px) {
    .main-wrapper.header-small #header-image.no-subnav .inner {
      max-height: 640px;
      min-height: 640px; } }
@media (min-width: 1025px) {
  .main-wrapper.header-small #header-image .inner {
    max-height: 640px;
    min-height: 640px; } }
.main-wrapper.header-small #header-image.navigation-header-image {
  max-height: 100vh;
  min-height: 100vh; }
  @media (min-width: 1025px) {
    .main-wrapper.header-small #header-image.navigation-header-image .inner {
      max-height: calc(100vh - 100px);
      min-height: calc(100vh - 100px); } }

/* sections */
/* v2 */
#page-header {
  top: 0;
  position: fixed;
  overflow-y: visible;
  overflow-x: hidden;
  width: 100%;
  z-index: 2; }
  #page-header.menu-open {
    bottom: 0; }
  #page-header #header-inner-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background-color: #464E5A;
    padding: 10px 0;
    opacity: 0.98;
    height: 38px;
    margin-bottom: 14px;
    position: relative;
    z-index: 3; }
    @media (min-width: 1025px) {
      #page-header #header-inner-top {
        margin-bottom: 9px;
        height: 100px;
        grid-template-columns: 1fr 1000px 1fr; } }
    #page-header #header-inner-top #logo {
      height: 38px;
      display: block;
      position: relative;
      z-index: 10; }
      @media (min-width: 1025px) {
        #page-header #header-inner-top #logo {
          padding: 0 0 0 40px;
          height: auto; } }
    #page-header #header-inner-top #header-menu {
      display: block;
      position: relative;
      z-index: 10; }
  #page-header #header-inner-bottom {
    display: block;
    position: relative;
    z-index: 4; }

#page-header #logo svg {
  max-height: 40px; }
  @media (min-width: 1025px) {
    #page-header #logo svg {
      max-height: 100%; } }
#page-header .inner.menu-open {
  bottom: 0;
  overflow-y: hidden;
  max-height: 100vh; }
#page-header .footer-bg-top {
  background-color: #464E5A;
  padding: 20px 0;
  opacity: 0.98;
  height: 84px;
  margin-bottom: 9px; }
#page-header #typo-logo {
  position: absolute;
  max-width: 300px;
  top: -48px;
  z-index: 299;
  right: 20px; }
  @media (min-width: 1025px) {
    #page-header #typo-logo {
      height: auto;
      max-width: calc(100vw - 300px);
      display: block;
      width: 877px;
      left: 0;
      right: initial;
      top: -84px; } }
#page-header #top-bar {
  display: block;
  height: 20px; }
  @media (min-width: 1025px) {
    #page-header #top-bar {
      height: 47px;
      position: relative;
      display: block; } }
  #page-header #top-bar .inner {
    z-index: 5;
    height: 20px;
    opacity: 0.98;
    background: #191E26;
    display: block;
    position: absolute;
    right: 0;
    top: -9px;
    width: calc(100vw); }
    @media (min-width: 1025px) {
      #page-header #top-bar .inner {
        top: 0px;
        height: 47px; } }
#page-header #bottom-bar {
  height: 20px;
  max-height: 20px;
  position: relative;
  top: 0; }
  @media (min-width: 1025px) {
    #page-header #bottom-bar {
      height: 51px;
      top: -22px; } }
  #page-header #bottom-bar .inner {
    display: block;
    z-index: 4;
    width: calc(100vw);
    height: 20px;
    position: absolute;
    top: -12px; }
    @media (min-width: 1025px) {
      #page-header #bottom-bar .inner {
        height: 51px;
        opacity: 0.98;
        background: #464E5A;
        top: 0;
        left: 0;
        width: calc(100vw);
        display: block; } }
#page-header #page-subtitle {
  display: block;
  position: relative;
  text-align: right;
  top: -32px;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 700;
  padding-right: 20px;
  z-index: 6; }
  @media (min-width: 1025px) {
    #page-header #page-subtitle {
      height: 51px;
      top: -44px;
      letter-spacing: 0;
      line-height: 80px;
      font-weight: 700;
      font-size: 3.9rem; } }

footer {
  background-color: #464E5A;
  padding: 20px 0;
  min-height: 60px;
  position: relative;
  bottom: 0;
  z-index: 1;
  color: white;
  padding: 20px;
  text-align: center; }
  footer a {
    color: white;
    text-decoration: none; }
  footer .logokultur {
    text-align: center;
    margin: 20px 0; }
    @media (min-width: 1025px) {
      footer .logokultur {
        margin: 0 0; } }
    footer .logokultur svg {
      display: inline-block;
      width: 40%; }
  footer .socialmedia {
    text-align: center;
    margin: 20px 0; }
    @media (min-width: 1025px) {
      footer .socialmedia {
        margin: 0px 0;
        text-align: right; } }
    footer .socialmedia img, footer .socialmedia svg {
      display: inline-block;
      margin: 0 20px; }
  footer .menu a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 5px 0;
    display: inline-block; }
    @media (min-width: 1025px) {
      footer .menu a {
        margin: 0 0; } }
  @media (min-width: 1025px) {
    footer {
      text-align: left;
      padding: 0 0px;
      padding: 20px 0;
      margin: 0 0 0 0; } }

figure {
  margin: 0;
  padding: 0;
  border: none;
  display: block; }

/* responsive images */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

a {
  color: #050505; }
  a:hover {
    opacity: 0.7; }

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

table {
  margin: 0;
  padding: 0; }
  table tr {
    margin: 0 0;
    padding: 0; }
    table tr td {
      margin: 0;
      padding: 20px 20px 20px 0;
      vertical-align: top; }
      table tr td p {
        margin: 0 0 20px 0;
        padding: 0 0 0 0; }

.detail-info {
  border-bottom: 1px solid #191E26;
  margin: 0 0 0 0;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 22px;
  padding-right: 20px; }
  @media (min-width: 1025px) {
    .detail-info {
      font-size: 2.1rem;
      line-height: 33px; } }
  @media (min-width: 1441px) {
    .detail-info {
      font-size: 2.4rem;
      line-height: 33px; } }
  .detail-info a {
    text-decoration: none;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='33px' viewBox='0 0 18 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Anwendungen' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Desktop-HD-/-Grundtemplate-/-IE-/-Kurs-solo-Copy' transform='translate(-1153.000000, -2019.000000)' stroke='%23FFFFFF' stroke-width='1.95'%3E%3Cg id='IE-/-Kurs-Shortlist-Copy' transform='translate(23.000000, 1892.000000)'%3E%3Cg id='pictos-/-Arrow-Right' transform='translate(1130.000000, 127.000000)'%3E%3Cpath d='M23.85,9.16707497 L9.6996,23.459075 C9.51414622,23.646669 9.26245822,23.7520807 9,23.7520807 C8.73754178,23.7520807 8.48585378,23.646669 8.3004,23.459075 L-5.85,9.16707497' id='Path' transform='translate(9.000000, 16.459578) rotate(-90.000000) translate(-9.000000, -16.459578) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right center;
    background-size: 18px 24px;
    background-repeat: no-repeat; }
    .detail-info a:hover {
      text-decoration: underline; }
      .detail-info a:hover time {
        text-decoration: underline; }

.news .detail-info {
  border-bottom: none; }

.max-width {
  max-width: 100vw;
  margin: 0px auto; }
  @media (min-width: 1025px) {
    .max-width {
      max-width: calc(1394px); } }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.bg-color-light-blue {
  background-color: #ECF2FE; }

.byline {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 22px;
  color: #464E5A;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media (min-width: 1025px) {
    .byline {
      font-size: 2.5rem;
      line-height: 30px; } }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0 0;
  min-height: 0.125rem; }
  @media (min-width: 1025px) {
    .row [class^="col"] {
      margin: 0 0.3%; } }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18 {
  width: 100%;
  position: relative; }

@media (min-width: 1025px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18 {
    padding: 0 0;
    width: 99%; }

  .col-1 {
    width: 4.5555555556%; }

  .col-2 {
    width: 10.5%; }

  .col-3 {
    width: 15.8333333333%; }

  .col-4 {
    width: 21.2222222222%; }

  .col-5 {
    width: 26.7777777778%; }

  .col-6 {
    width: 32.1666666667%; }

  .col-7 {
    width: 37.8888888889%; }

  .col-8 {
    width: 43.4444444444%; }

  .col-9 {
    width: 49%; }

  .col-10 {
    width: 54.5555555556%; }

  .col-11 {
    width: 60.1111111111%; }

  .col-12 {
    width: 65.6666666667%; }

  .col-13 {
    width: 71.2222222222%; }

  .col-14 {
    width: 76.7777777778%; }

  .col-15 {
    width: 82.3333333333%; }

  .col-16 {
    width: 87.8888888889%; }

  .col-17 {
    width: 93.4444444444%; }

  .col-18 {
    width: 99%; }

  .hidden-sm {
    display: block; } }
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

#icon-menu {
  background-image: url("/typo3conf/ext/fpbase/Resources/Public/Icons/menu.svg");
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 42px;
  top: 3px;
  right: 100px;
  display: none; }
  @media (min-width: 1025px) {
    #icon-menu {
      display: block; } }

#main-nav-toggle {
  background-color: transparent;
  border: none;
  width: 22px;
  height: 22px;
  right: 20px;
  top: 6px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20; }
  @media (min-width: 1025px) {
    #main-nav-toggle {
      width: 29px;
      height: 29px;
      top: 35px; } }
  #main-nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    height: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #main-nav-toggle:focus {
    border: none;
    outline: none; }

/* Icon 3 */
#main-nav-toggle span:nth-child(1) {
  top: 0px; }

#main-nav-toggle span:nth-child(2), #main-nav-toggle span:nth-child(3) {
  top: 8px; }
  @media (min-width: 1025px) {
    #main-nav-toggle span:nth-child(2), #main-nav-toggle span:nth-child(3) {
      top: 11px; } }

#main-nav-toggle span:nth-child(4) {
  top: 16px; }
  @media (min-width: 1025px) {
    #main-nav-toggle span:nth-child(4) {
      top: 22px; } }

#main-nav-toggle.close span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }
  @media (min-width: 1025px) {
    #main-nav-toggle.close span:nth-child(1) {
      top: 11px; } }

#main-nav-toggle.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#main-nav-toggle.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-nav-toggle.close span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

#main-nav {
  z-index: 1;
  right: -100000000000px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  padding-top: 0px; }
  @media (min-width: 1025px) {
    #main-nav {
      min-width: 100%;
      min-height: 100%; } }
  #main-nav.overlay {
    right: 0px;
    position: absolute;
    top: 58px;
    visibility: visible;
    opacity: 1;
    padding: 0 0 0 0;
    z-index: -1;
    width: 100vw;
    height: auto; }
    @media (min-width: 1025px) {
      #main-nav.overlay {
        height: calc(100vh - 104px);
        min-height: calc(100vh - 300px);
        top: 104px; } }
    #main-nav.overlay .main-nav-overlay {
      position: absolute;
      left: 0px;
      opacity: 0.52;
      background: #020202;
      width: 100vw;
      height: calc(100vh - 58px); }
      @media (min-width: 1025px) {
        #main-nav.overlay .main-nav-overlay {
          height: calc(100vh - 104px);
          min-height: calc(100vh - 300px); } }
    #main-nav.overlay ul {
      display: block; }
  #main-nav > ul {
    min-height: calc(100vh - 98px);
    padding: 20px 20px; }
    @media (min-width: 1025px) {
      #main-nav > ul {
        min-height: 0; } }
  #main-nav ul {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 201;
    height: auto;
    margin: 0;
    background: #383D43;
    width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
    overflow-y: auto; }
    @media (min-width: 1025px) {
      #main-nav ul {
        padding: 140px 20px 40px 40px;
        width: 310px;
        min-width: 310px;
        height: calc(100vh - 104px - 150px - 30px);
        min-height: 0;
        overflow-y: auto; } }
    #main-nav ul li {
      list-style-type: none;
      padding: 0px 0;
      margin: 0; }
      #main-nav ul li a {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 57px;
        color: white;
        padding: 0px;
        font-weight: 700;
        text-decoration: none; }
      #main-nav ul li ul {
        height: auto;
        padding: 0px 0 15px 0;
        position: relative;
        background: transparent;
        overflow-y: hidden; }
        #main-nav ul li ul li {
          padding: 0 0 0 0; }
          #main-nav ul li ul li a {
            text-decoration: underline;
            font-weight: 400;
            font-size: 22px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 29px;
            padding: 6px 0;
            display: inline-block; }

#subnav {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 120px 20px 0 20px;
  text-align: center;
  z-index: 1; }
  @media (min-width: 1025px) {
    #subnav {
      padding: 250px 20px 0 20px; } }
  #subnav li a {
    display: block;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: rgba(117, 117, 117, 0.5) 1px 0 20px;
    padding: 12px 0; }
    #subnav li a:hover {
      opacity: 0.7; }
    @media (min-width: 1025px) {
      #subnav li a {
        padding: 24px 0;
        line-height: 5rem;
        font-size: 5.4rem; } }
    @media (min-width: 1441px) {
      #subnav li a {
        padding: 36px 0;
        line-height: 8rem;
        font-size: 7.4rem; } }

#breadcrumb-nav {
  margin-top: 30px;
  margin-bottom: 0px;
  position: relative;
  z-index: 99999;
  display: none; }
  @media (min-width: 1025px) {
    #breadcrumb-nav {
      display: block; } }
  #breadcrumb-nav ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none; }
    #breadcrumb-nav ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: inline-block;
      font-size: 1.4rem;
      text-transform: uppercase; }
      #breadcrumb-nav ul li a {
        font-size: 1.4rem;
        text-decoration: none;
        letter-spacing: 0;
        padding-right: 10px;
        padding-left: 10px;
        text-transform: uppercase; }
        #breadcrumb-nav ul li a:hover {
          text-decoration: underline; }
      #breadcrumb-nav ul li:after {
        display: inline-block;
        content: '  |  '; }
      #breadcrumb-nav ul li:last-of-type:after {
        display: none;
        content: ''; }
      #breadcrumb-nav ul li:first-of-type a {
        padding-left: 0px; }

footer a:hover {
  text-decoration: underline; }
footer .socialmedia a {
  display: inline-block; }
  @media (min-width: 1025px) {
    footer .socialmedia a {
      text-align: right;
      margin-left: 35px; } }
footer .socialmedia img {
  display: inline-block;
  max-width: 50px;
  width: 50px;
  height: auto; }

.instrument .courses {
  margin: 20px 0; }
  @media (min-width: 1025px) {
    .instrument .courses {
      margin: 20px 0; } }
  @media (min-width: 1981px) {
    .instrument .courses {
      margin: 20px 0; } }
  .instrument .courses .course {
    margin: 20px 0; }
    @media (min-width: 1025px) {
      .instrument .courses .course {
        margin: 20px 0; } }
    @media (min-width: 1981px) {
      .instrument .courses .course {
        margin: 20px 0; } }
    .instrument .courses .course h3 {
      margin: 0;
      padding: 0; }
    .instrument .courses .course p {
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
.instrument h1 {
  margin-bottom: 0;
  padding-bottom: 0; }

.teacher-plugin-wrapper {
  margin-top: 120px; }
  @media (min-width: 1025px) {
    .teacher-plugin-wrapper {
      margin-top: 190px; } }

#teacher-detail {
  background: #ECF2FE;
  padding: 55px 0;
  margin-bottom: 112px;
  text-align: left;
  hyphens: initial;
  -webkit-hyphens: initial; }
  #teacher-detail p {
    text-align: left;
    hyphens: initial;
    -webkit-hyphens: initial; }
  #teacher-detail .inner {
    padding: 0 20px; }
  #teacher-detail h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
  #teacher-detail #teacher-image {
    position: relative; }
    #teacher-detail #teacher-image img {
      display: block;
      width: 100%;
      max-width: none; }
      @media (min-width: 1025px) {
        #teacher-detail #teacher-image img {
          width: 379px;
          height: auto;
          position: absolute;
          top: 112px;
          right: 0px; } }
  #teacher-detail .courses h2 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 60px;
    color: #464E5A; }
    @media (min-width: 1025px) {
      #teacher-detail .courses h2 {
        font-size: 2.4rem;
        line-height: 37px; } }
  #teacher-detail .courses ul {
    border-top: 1px solid #464E5A; }
    #teacher-detail .courses ul li {
      display: block;
      margin-bottom: 10px; }
      #teacher-detail .courses ul li a:hover {
        color: #464E5A; }

.course-detail-wrapper {
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .course-detail-wrapper {
      padding-bottom: 40px; } }
  .course-detail-wrapper .course-details .inner {
    padding: 10px; }
    @media (min-width: 1025px) {
      .course-detail-wrapper .course-details .inner {
        padding: 0; } }
  .course-detail-wrapper .course-details .row {
    padding-top: 10px;
    padding-bottom: 10px; }
    .course-detail-wrapper .course-details .row p {
      padding: 0;
      margin: 0 0 0 0; }

.summary .row {
  margin: 0 0 10px 0; }
  .summary .row p {
    padding: 0;
    margin: 0 0 10px 0; }

.course-dates {
  margin-top: 10px; }
  @media (min-width: 1025px) {
    .course-dates {
      margin-top: 50px; } }
  .course-dates .row {
    margin-bottom: 15px; }
  .course-dates h3 {
    font-size: 3rem;
    color: #000000;
    letter-spacing: 0;
    padding: 0 0 0 0;
    font-size: 2rem;
    margin: 0 0 0 0; }
    @media (min-width: 1025px) {
      .course-dates h3 {
        margin: 0 0 15px 0;
        font-size: 3rem; } }
  .course-dates p {
    padding: 0 0 0 0;
    margin: 0 0 15px 0; }
  .course-dates h4 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 37px;
    padding: 0 0 0 0;
    margin: 0 0 15px 0; }
  .course-dates .col-registration {
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center; }
    @media (min-width: 1025px) {
      .course-dates .col-registration {
        text-align: left;
        margin-bottom: 60px;
        padding-bottom: 30px;
        display: -moz-box;
        /* OLD - Firefox 19- (doesn't work very well) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }

.btn-registration, .btn {
  border: 1px solid #B20808;
  border-radius: 3px;
  font-size: 18px;
  color: #050505;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: white;
  box-shadow: none;
  margin: 5px 0;
  width: calc(100% - 40px); }
  @media (min-width: 1025px) {
    .btn-registration, .btn {
      margin: 10px 40px 10px 10px;
      margin-right: 40px;
      width: auto; }
      .btn-registration:last-of-type, .btn:last-of-type {
        margin-right: 0px; } }
  .btn-registration a, .btn a {
    text-decoration: none;
    color: #050505;
    padding: 10px;
    display: inline-block; }
    @media (min-width: 1025px) {
      .btn-registration a, .btn a {
        padding: 20px; } }
  .btn-registration:hover, .btn:hover {
    background: #B20808;
    color: white; }
    .btn-registration:hover a, .btn:hover a {
      color: white; }

.btn, .btn-prymary, .content-wrapper button {
  padding: 0px 20px;
  background-color: transparent;
  cursor: pointer;
  cursor: hand; }

.registration-form .submit {
  display: block;
  text-align: center; }
  .registration-form .submit button {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 20px; }

.course-list-item {
  background-color: #ECF2FE;
  margin: 44px 0;
  padding: 20px 25px; }
  .course-list-item .teacher-image img {
    margin-bottom: 10px; }
  .course-list-item .col {
    margin: 0 1%; }
  .course-list-item h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 0 0;
    padding: 15px 0; }
    @media (min-width: 1025px) {
      .course-list-item h3 {
        border-bottom: 1px solid #191E26;
        font-size: 2.4rem; } }
    @media (min-width: 1441px) {
      .course-list-item h3 {
        font-size: 3rem; } }

.detailinfo-summary .row {
  background-color: #ECF2FE;
  border-bottom: 1px solid #191E26;
  margin: 0 0 0 0;
  padding: 10px 10px;
  font-size: 2.4rem;
  line-height: 33px; }
  .detailinfo-summary .row:first-of-type {
    border-top: 1px solid #191E26; }

.registration-form {
  max-width: calc(100vw - 40px); }
  @media (min-width: 1025px) {
    .registration-form {
      max-width: 100%; } }
  .registration-form .row {
    width: auto; }
  .registration-form .static-text-hintRequired {
    margin-top: 40px;
    margin-bottom: 20px; }
  .registration-form .static-text-jugendtarif-text {
    margin-top: 40px;
    margin-bottom: 20px; }
  .registration-form .static-text-courseDetails .row {
    background-color: #ECF2FE;
    border-bottom: 1px solid #191E26;
    margin: 0 0 0 0;
    padding: 10px 10px;
    font-size: 1.8rem;
    line-height: 22px; }
    @media (min-width: 1025px) {
      .registration-form .static-text-courseDetails .row {
        font-size: 2.1rem;
        line-height: 33px; } }
    @media (min-width: 1441px) {
      .registration-form .static-text-courseDetails .row {
        font-size: 2.4rem;
        line-height: 33px; } }
    .registration-form .static-text-courseDetails .row:first-of-type {
      border-top: 1px solid #191E26; }
  .registration-form .form-group {
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .registration-form .form-group {
        margin-bottom: 20px; } }
    .registration-form .form-group label {
      color: #191E26;
      font-size: 1.8rem;
      line-height: 22px; }
      @media (min-width: 1025px) {
        .registration-form .form-group label {
          font-size: 2rem;
          line-height: 27px; } }
    .registration-form .form-group .error label {
      color: red; }
    .registration-form .form-group .error input {
      border-color: red;
      background-color: rgba(255, 0, 0, 0.2); }
    .registration-form .form-group input {
      border: 1px solid #464E5A;
      border-radius: 3px;
      width: calc(100% - 20px);
      line-height: 22px;
      padding: 5px; }
      @media (min-width: 1025px) {
        .registration-form .form-group input {
          line-height: 40px;
          padding: 10px;
          width: 100%; } }
    .registration-form .form-group .radio-wrapper {
      display: -moz-box;
      /* OLD - Firefox 19- (doesn't work very well) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .registration-form .form-group .radio-wrapper .radio-group {
        display: block;
        margin: 0 50px 0 0; }
        .registration-form .form-group .radio-wrapper .radio-group input {
          width: 20px; }
    .registration-form .form-group .form-check input {
      width: 20px; }
  .registration-form .static-text-header-anmeldungsadresse, .registration-form .static-text-header-rechnungsadresse {
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: bold; }
  .registration-form .c-el .row {
    display: block; }
    .registration-form .c-el .row .col {
      float: none;
      display: block; }
    .registration-form .c-el .row .col-3, .registration-form .c-el .row .col-12 {
      width: 100%; }

.course-detail-location p {
  margin: 0;
  padding: 0; }

.static-text-footer-text {
  font-size: 1.8rem; }
  @media (min-width: 1025px) {
    .static-text-footer-text {
      font-size: 2rem; } }

.foldout-wrapper a {
  cursor: pointer;
  cursor: hand;
  background-image: url(/typo3conf/ext/fpbase/Resources/Public/Icons/mw-button-akkordeon-open.svg);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  background-size: contain; }
  .foldout-wrapper a.show {
    background-image: url(/typo3conf/ext/fpbase/Resources/Public/Icons/mw-button-akkordeon-close.svg); }
.foldout-wrapper .foldout {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .foldout-wrapper .foldout .row {
    padding: 10px 0px;
    border-top: none;
    border-bottom: none; }
    .foldout-wrapper .foldout .row:first-of-type {
      border-top: none; }
  .foldout-wrapper .foldout.show {
    transition: max-height .5s ease-in-out;
    max-height: 99em; }
  .foldout-wrapper .foldout.hide {
    transition: max-height 600ms ease-out;
    max-height: 0px; }

#scrollindicator {
  background-image: url(/typo3conf/ext/fpbase/Resources/Public/Icons/mwb-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39px;
  height: 41px;
  display: none;
  position: fixed;
  top: calc(100vh - 120px);
  left: calc(50vw - 19px);
  z-index: 10000;
  opacity: 0.8; }
  @media (min-width: 1025px) {
    #scrollindicator {
      top: calc(100vh - 120px);
      left: calc(50vw - 38px);
      width: 78px;
      height: 83px;
      opacity: 0.9; } }
  #scrollindicator.show {
    display: block; }

body.menu-open #scrollindicator {
  display: none; }

.news-list-item {
  padding: 5px 15px;
  border: 1px solid #79818B;
  background-color: #79818B;
  font-size: 2.3rem;
  color: white; }
  .news-list-item a {
    color: white; }
  .news-list-item time {
    display: block; }
    @media (min-width: 1025px) {
      .news-list-item time {
        display: inline-block;
        padding-right: 40px; } }

.news {
  margin-bottom: 90px; }

.news-single {
  padding: 20px;
  margin-bottom: 100px; }
  @media (min-width: 1025px) {
    .news-single {
      padding: 0px; } }

.frame-type-news_newsliststicky, .frame-type-news_pi1 {
  padding: 20px; }
  @media (min-width: 1025px) {
    .frame-type-news_newsliststicky, .frame-type-news_pi1 {
      padding: 0px; } }

.content-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 0; }
  .content-wrapper.subnav-list {
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -100px;
    width: 100vw; }
    @media (min-width: 1025px) {
      .content-wrapper.subnav-list {
        max-height: calc(100vh - 100px);
        min-height: calc(100vh - 100px); } }

#mw-plugin-detail {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px; }
  @media (min-width: 1025px) {
    #mw-plugin-detail {
      padding: 0 0px;
      margin-top: 20px;
      margin-top: 0px;
      margin-bottom: 100px; } }

.c-el {
  margin: 20px auto; }
  @media (min-width: 1025px) {
    .c-el {
      margin: 20px auto; } }
  @media (min-width: 1981px) {
    .c-el {
      margin: 20px auto; } }
  .c-el h2 {
    margin-top: 0;
    padding-top: 0; }
  .c-el.gallery .row {
    margin-bottom: 10px; }
  .c-el.text {
    padding: 0 20px; }
    @media (min-width: 1025px) {
      .c-el.text {
        padding: 0 0; } }

.ImageRightTextLeft .row, .ImageLeftTextRight .row {
  background-color: #ECF2FE;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .ImageRightTextLeft .row, .ImageLeftTextRight .row {
      display: block; } }
.ImageRightTextLeft .text, .ImageLeftTextRight .text {
  padding: 20px; }
  @media (min-width: 1025px) {
    .ImageRightTextLeft .text, .ImageLeftTextRight .text {
      padding: 60px; } }

.ImageRightTextLeft .row {
  flex-direction: column-reverse; }

.ImageLeftTextRight .row [class^="col"], ImageRightTextLeft .row [class^="col"] {
  margin: 0 0 0 0; }

/*# sourceMappingURL=musikwerkstatt.css.map */
