@charset "UTF-8";
/*
*   File: main.scss
*   Project: MSA 
*
*   Copyright(c) 2017 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 30.08.2017, 14:07:59
*/
/*
*   File: _general.scss
*   Project: MSA 
*
*   Copyright(c) 2017 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 31.08.2017, 13:26:16
*/
body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

html {
  font-size: 8px; }
  @media (min-width: 576px) {
    html {
      font-size: 10px; } }

body {
  background-color: #79204b;
  background-image: url("../images/glitch_test2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: "Lato", sans-serif; }

@font-face {
  font-family: 'UnitBold';
  src: url("https://medienanstalt-sachsen-anhalt.de/cms/css/Unit-Bold.woff") format("woff"), url("https://medienanstalt-sachsen-anhalt.de/cms/css/unit-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UnitSlab';
  src: url("https://medienanstalt-sachsen-anhalt.de/cms/css/UnitSlabOffc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UnitSlabSc';
  src: url("https://medienanstalt-sachsen-anhalt.de/cms/css/UnitSlabScOffc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
#page-header {
  width: 100%;
  padding-left: 6rem; }
  @media (min-width: 768px) {
    #page-header {
      padding-left: 8rem; } }
  #page-header #back-to-top {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: calc( 100vh - 4rem );
    font-size: 3.2rem;
    z-index: 1030;
    color: #2c6fb7;
    display: none;
    cursor: pointer; }
  #page-header #logo {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 30px;
    height: 110px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (min-width: 768px) {
      #page-header #logo {
        height: 135px; } }
    #page-header #logo img {
      max-width: 90%; }
      #page-header #logo img.blue {
        display: none; }
  #page-header .logo-container {
    background-color: transparent;
    width: auto;
    padding: 0;
    padding-left: 6rem;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (min-width: 768px) {
      #page-header .logo-container {
        padding-left: 8rem; } }
    #page-header .logo-container.fixed-theme {
      background-color: #fff; }
      #page-header .logo-container.fixed-theme #logo img.white {
        display: none; }
      #page-header .logo-container.fixed-theme #logo img.blue {
        display: block; }

/*
*   File: _footer.scss
*   Project: MSA 
*
*   Copyright(c) 2017 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 15.09.2017, 15:28:40
*/
footer#page-footer {
  padding-left: calc( 6rem);
  width: 100%;
  color: white;
  margin-top: 90px;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (min-width: 768px) {
    footer#page-footer {
      padding-left: calc( 8rem); } }
  footer#page-footer > * {
    padding: 0 0 0 2rem; }
    @media (min-width: 768px) {
      footer#page-footer > * {
        padding: 0 0 0 3rem; } }
  footer#page-footer h3 {
    font-family: "Lato", sans-serif;
    font-size: 2.27rem;
    font-weight: bold;
    white-space: nowrap; }
  footer#page-footer a {
    color: white; }
  footer#page-footer .navigation {
    list-style-type: none;
    margin: 0; }
    footer#page-footer .navigation li {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      display: inline-block;
      font-size: 1.9rem;
      padding-right: 1rem; }
  footer#page-footer > .navigation {
    margin-top: 2rem; }
  footer#page-footer #copyright {
    font-size: 1.6rem; }
  footer#page-footer .footer_content {
    padding: 3rem 2rem 2rem 2.5rem;
    padding-left: calc( 2.5rem - 15px);
    background-image: url("../images/footer_bg.svg");
    background-size: fill;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      footer#page-footer .footer_content {
        padding-left: calc( 3.5rem - 15px); } }
    footer#page-footer .footer_content .col {
      margin-bottom: 2.5rem;
      padding: 0; }
    footer#page-footer .footer_content .col-12 {
      margin-bottom: 4rem; }
    footer#page-footer .footer_content h3 {
      margin-bottom: 2.5rem; }
    footer#page-footer .footer_content p {
      margin-bottom: 2.5rem;
      font-size: 1.7rem; }
      @media (min-width: 768px) {
        footer#page-footer .footer_content p {
          padding-right: 4rem; } }
    footer#page-footer .footer_content ul {
      padding-left: 0; }
      @media (min-width: 768px) {
        footer#page-footer .footer_content ul {
          padding-left: 0.5rem; } }
      footer#page-footer .footer_content ul li {
        display: block; }
        footer#page-footer .footer_content ul li a {
          text-decoration: underline;
          color: rgba(255, 255, 255, 0.4); }
          footer#page-footer .footer_content ul li a:hover {
            color: white; }
          footer#page-footer .footer_content ul li a span {
            color: white;
            text-decoration: none; }
    @media (min-width: 576px) {
      footer#page-footer .footer_content .addarticles {
        margin-top: calc(2.5rem + 2.27rem + 2px); } }

nav.navbar {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 1030;
  display: block;
  padding: 1rem;
  padding-top: calc( 110px - 32px - 8px ); }
  @media (min-width: 768px) {
    nav.navbar {
      padding: 1.6rem;
      width: 8rem;
      padding-top: calc( 135px - 32px - 8px ); } }
  @media (min-width: 1601px) {
    nav.navbar {
      padding-top: calc( 15rem - 32px - 8px ); } }
  nav.navbar .hideXL {
    display: none; }
    @media (min-width: 1601px) {
      nav.navbar .hideXL {
        display: initial; } }
  nav.navbar .navbar-toggler {
    color: #2c6fb7;
    font-size: 3.2rem; }
    nav.navbar .navbar-toggler:focus {
      border: 1px dashed; }
    @media (min-width: 1601px) {
      nav.navbar .navbar-toggler {
        display: none; } }
    nav.navbar .navbar-toggler:hover {
      cursor: pointer;
      color: #9da3a9; }
    nav.navbar .navbar-toggler .fa-bars {
      display: none; }
    nav.navbar .navbar-toggler.collapsed .fa-close {
      display: none; }
    nav.navbar .navbar-toggler.collapsed .fa-bars {
      display: inherit; }
  nav.navbar .navbar-nav {
    padding-bottom: 30px; }
    @media (min-width: 1601px) {
      nav.navbar .navbar-nav {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2rem 8.5rem 1rem 8.5rem; } }
    nav.navbar .navbar-nav .nav-link {
      font-size: 2.7rem;
      font-weight: bold;
      color: #2c6fb7;
      line-height: 1.0em; }
      nav.navbar .navbar-nav .nav-link:hover {
        text-decoration: underline; }
      @media (min-width: 1601px) {
        nav.navbar .navbar-nav .nav-link {
          font-size: 2rem; } }
    @media (min-width: 1601px) {
      nav.navbar .navbar-nav > .nav-item > ul {
        width: 0;
        overflow: visible; }
        nav.navbar .navbar-nav > .nav-item > ul li {
          min-width: 300px; } }
    @media (min-width: 1601px) {
      nav.navbar .navbar-nav .nav-item {
        padding-right: 1.5rem; }
        nav.navbar .navbar-nav .nav-item.hovered ul, nav.navbar .navbar-nav .nav-item:hover ul {
          display: block; } }
    nav.navbar .navbar-nav .nav-item ul {
      list-style-type: none;
      padding-bottom: 1em;
      padding-left: 2rem; }
      @media (min-width: 1601px) {
        nav.navbar .navbar-nav .nav-item ul {
          display: none; } }
      nav.navbar .navbar-nav .nav-item ul .nav-item {
        margin-right: 0; }
      @media (min-width: 1601px) {
        nav.navbar .navbar-nav .nav-item ul {
          padding-left: 0; } }
      nav.navbar .navbar-nav .nav-item ul .nav-link {
        font-size: 2.3rem;
        color: #9da3a9;
        line-height: 1.2em; }
        @media (min-width: 1601px) {
          nav.navbar .navbar-nav .nav-item ul .nav-link {
            font-size: 1.6rem;
            line-height: 1.4em;
            padding: 0; } }
  nav.navbar .navbar-collapse {
    position: absolute;
    background-color: #fff;
    width: 300px;
    overflow: hidden;
    padding: 2rem;
    padding-bottom: 5rem;
    z-index: 1050;
    top: 110px;
    height: calc(100vh - 110px);
    left: -300px;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out; }
    @media (min-width: 768px) {
      nav.navbar .navbar-collapse {
        top: 135px;
        height: calc(100vh - 135px); } }
    @media (min-width: 1601px) {
      nav.navbar .navbar-collapse {
        display: block;
        left: 8rem;
        top: calc( 110px );
        width: calc( 100vw - 8rem);
        height: auto;
        padding: 0;
        background-color: transparent;
        background-image: url("../images/nav_xxl_bg.svg");
        z-index: 1040;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none; } }
    nav.navbar .navbar-collapse.show {
      left: 0;
      display: block;
      overflow-y: auto; }
  nav.navbar h2 {
    overflow: visible;
    padding: 4rem 0.3rem 2rem 0;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 2.8rem;
    color: #9da3a9; }
    nav.navbar h2 a, nav.navbar h2 span {
      writing-mode: tb-rl;
      line-height: 4.6rem;
      transform: scale(-1);
      margin: 0; }
    @media (orientation: landscape) {
      nav.navbar h2 {
        display: none; } }
    @media (min-width: 768px) {
      nav.navbar h2 {
        display: block; } }
    nav.navbar h2:empty {
      display: none; }

#nav-contrast-container button {
  color: #2c6fb7;
  font-size: 3.2rem;
  z-index: 1040; }

.contrast #nav-contrast-container button {
  color: #000; }

#nav-searchform-container {
  z-index: 1040;
  position: relative; }
  #nav-searchform-container button, #nav-searchform-container input {
    position: relative; }
  #nav-searchform-container form {
    height: 0 !important; }
  #nav-searchform-container button {
    color: #2c6fb7;
    font-size: 3.2rem;
    z-index: 1070; }
    #nav-searchform-container button:hover {
      cursor: pointer; }
    #nav-searchform-container button:focus {
      border: 1px dashed; }
  #nav-searchform-container input {
    top: -5.2rem;
    left: -3rem;
    width: calc(100vw);
    height: 5.2rem;
    font-size: 3.2rem;
    padding-left: 10rem;
    z-index: 1060; }

.search-dim-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1040; }

/*
*   File: _layout.scss
*   Project: MSA 
*
*   Copyright(c) 2017 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 31.08.2017, 13:23:42
*/
#page {
  height: inherit; }

#content {
  padding-left: 6rem;
  padding-top: calc( 110px - 10px );
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 768px) {
    #content {
      padding-left: 8rem;
      padding-top: calc( 135px - 10px ); } }
  @media (min-width: 1601px) {
    #content {
      padding-top: 15rem; } }
  #content main {
    background-color: transparent;
    background-image: url("../images/nav_xxl_bg.svg");
    padding-top: 10px; }
    .layout-page_tiles_menu #content main {
      background-color: transparent; }
    @media (min-width: 1601px) {
      #content main {
        padding-top: 10px; } }

/*
*   File: cm_tile_menu.scss
*   Project: MSA 
*
*   Copyright(c) 2017 codemacher UG (haftungsbeschr├ñnkt) All Rights Reserved.
*
*   Created on : 06.09.2017, 15:48:58
*/
#vimeoplayer {
  height: 100%;
  width: 100%;
  background-color: black; }

ul.page-tiles-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 10px solid white;
  /* border-left: $tile_space solid white; */
  /* einspaltiges Grundlayout */
  /* zweispaltiges Layout */
  /* dreispaltiges Layout */
  /* f├╝nfspaltiges Layout */
  /* siebenspaltiges Layout */ }
  ul.page-tiles-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  ul.page-tiles-menu li {
    display: none;
    float: left;
    position: relative;
    background-color: white; }
  ul.page-tiles-menu .tile-type-1 {
    width: 100%;
    padding-bottom: 100%; }
  ul.page-tiles-menu .tile-type-2 {
    width: 100%;
    padding-bottom: 100%; }
    ul.page-tiles-menu .tile-type-2 p {
      font-weight: bold;
      margin-top: 1em; }
  ul.page-tiles-menu .tile-type-3 {
    display: none; }
  ul.page-tiles-menu .video {
    width: 100%;
    padding-bottom: calc( 100% * 2 / 3); }
    ul.page-tiles-menu .video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      /* Safari 6.0 - 9.0 */ }
      ul.page-tiles-menu .video .overlay .description {
        color: white;
        font-weight: bold;
        font-family: "Halant", serif;
        line-height: 1.1em; }
        @media (min-width: 768px) {
          ul.page-tiles-menu .video .overlay .description {
            top: 50%;
            left: 50%;
            display: flex;
            align-items: center;
            padding: 0 2rem 0 0;
            background: none;
            font-size: 2.47rem; } }
        ul.page-tiles-menu .video .overlay .description h2 {
          font-family: "Lato", sans-serif; }
          @media (min-width: 768px) {
            ul.page-tiles-menu .video .overlay .description h2 {
              font-size: 5.2rem; } }
          @media (min-width: 1601px) {
            ul.page-tiles-menu .video .overlay .description h2 {
              font-size: 4rem; } }
        ul.page-tiles-menu .video .overlay .description p {
          display: none; }
          @media (min-width: 576px) {
            ul.page-tiles-menu .video .overlay .description p {
              display: block; } }
      ul.page-tiles-menu .video .overlay .fa {
        color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        font-size: 15vw; }
        @media (min-width: 576px) {
          ul.page-tiles-menu .video .overlay .fa {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); } }
        @media (min-width: 768px) {
          ul.page-tiles-menu .video .overlay .fa {
            font-size: 9vw; } }
        @media (min-width: 1601px) {
          ul.page-tiles-menu .video .overlay .fa {
            font-size: 6vw; } }
  @media (min-width: 576px) {
    ul.page-tiles-menu .tile-type-1 {
      width: 50%;
      padding-bottom: 50%; }
      ul.page-tiles-menu .tile-type-1 p {
        display: none; }
    ul.page-tiles-menu .tile-type-2 {
      width: 100%;
      padding-bottom: 50%; }
    ul.page-tiles-menu .tile-type-3 {
      display: none; }
    ul.page-tiles-menu .video {
      width: 100%;
      padding-bottom: calc( 100% * 2 / 3 ); } }
  @media (min-width: 992px) {
    ul.page-tiles-menu .tile-type-1 {
      width: calc( 100% / 3.0 - 0.1px );
      padding-bottom: calc( 100% / 3.0 ); }
    ul.page-tiles-menu .tile-type-2 {
      width: calc( 100% / 3.0 * 2 );
      padding-bottom: calc( 100% / 3.0 ); }
    ul.page-tiles-menu .tile-type-3 {
      width: 100%;
      padding-bottom: calc( 100% / 3.0 ); }
    ul.page-tiles-menu .video {
      width: calc( 100% / 3.0 * 2 - 1px );
      padding-bottom: calc( 100% / 3.0 * 2  - 1px); } }
  @media (min-width: 1200px) {
    ul.page-tiles-menu .tile-type-1 {
      width: 20%;
      padding-bottom: 20%; }
    ul.page-tiles-menu .tile-type-2 {
      width: 40%;
      padding-bottom: 20%; }
    ul.page-tiles-menu .tile-type-3 {
      width: 60%;
      padding-bottom: 20%; }
    ul.page-tiles-menu .video {
      width: 60%;
      padding-bottom: calc( 40% - 1px); } }
  @media (min-width: 1601px) {
    ul.page-tiles-menu .tile-type-1 {
      width: calc( 100% / 7 - 0.1px );
      padding-bottom: calc( 100% / 7 ); }
    ul.page-tiles-menu .tile-type-2 {
      width: calc( 100% / 7 * 2 - 0.1px);
      padding-bottom: calc( 100% / 7 ); }
    ul.page-tiles-menu .tile-type-3 {
      width: calc( 100% / 7 * 3 - 0.1px);
      padding-bottom: calc( 100% / 7 ); }
    ul.page-tiles-menu .video {
      width: calc( 100% / 7 * 3 - 1px);
      padding-bottom: calc( 100% / 7 * 2 - 1px ); } }

.tile-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 10px 10px 0;
  /* von Thomas gesetzt*/ }
  .tile-content:focus .image {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    color: white; }
    .tile-content:focus .image img {
      transform: scale(1.1); }
  .tile-content:focus .description {
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    background-color: #a00050;
    padding: 1.6rem 1rem 1rem 2.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .tile-content h2 {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    /* von Thomas gesetzt */ }
  .tile-content time {
    display: block;
    font-family: "Halant", serif;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1em;
    margin-bottom: 0.5rem; }
  .tile-content p {
    font-family: "Lato", sans-serif;
    margin: 0; }
  .tile-content a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: white; }
  .tile-content video {
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .tile-content .description {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.6rem 1.5rem 1rem 3.5rem;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    background-color: rgba(160, 0, 80, 0.7);
    padding: 1.6rem 1rem 1rem 2.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .tile-content:hover .description {
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    background-color: #a00050;
    padding: 1.6rem 1rem 1rem 2.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .tile-content .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    overflow: hidden;
    -webkit-filter: grayscale(100);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tile-content .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tile-content:hover {
    color: white; }
    .tile-content:hover .image {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0);
      color: white; }
      .tile-content:hover .image img {
        transform: scale(1.1); }

ul.page-tiles-menu {
  /* zweispaltiges Layout */
  /* dreispaltiges Layout */
  /* f├╝nfspaltiges Layout */ }
  ul.page-tiles-menu li.alternative {
    color: black; }
    ul.page-tiles-menu li.alternative .description {
      background-color: rgba(255, 255, 255, 0.8); }
    ul.page-tiles-menu li.alternative a {
      color: #000; }
      ul.page-tiles-menu li.alternative a:hover {
        color: #2c6fb7; }
  ul.page-tiles-menu li.seminarTile2 {
    width: 100%;
    padding-bottom: 100%; }
  ul.page-tiles-menu li.seminarTile .tile-content {
    filter: none;
    background-color: lightgray;
    font-size: 1.3rem; }
    ul.page-tiles-menu li.seminarTile .tile-content .swrapper {
      height: 100%; }
    ul.page-tiles-menu li.seminarTile .tile-content .datepicker {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      padding-top: 1.0em; }
    ul.page-tiles-menu li.seminarTile .tile-content .ui-datepicker {
      width: 80%;
      display: inline-block !important;
      background-color: transparent;
      border: 0; }
    ul.page-tiles-menu li.seminarTile .tile-content .left {
      display: none; }
  ul.page-tiles-menu li.seminarTile ul {
    height: 100%;
    overflow-y: scroll;
    padding: 0; }
    ul.page-tiles-menu li.seminarTile ul li {
      display: block;
      float: none;
      background-color: transparent;
      padding: 5px 10px;
      background-color: #55ade4; }
      ul.page-tiles-menu li.seminarTile ul li.even {
        background-color: #285ab1; }
  @media (min-width: 576px) {
    ul.page-tiles-menu li.seminarTile2 {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 992px) {
    ul.page-tiles-menu li.seminarTile2 {
      width: calc( 100% / 3.0 );
      padding-bottom: calc( 100% / 3.0 ); } }
  @media (min-width: 1200px) {
    ul.page-tiles-menu li.seminarTile2 {
      width: 40%;
      padding-bottom: 20%; }
      ul.page-tiles-menu li.seminarTile2 .tile-content .left {
        display: inline-block; } }
  @media (min-width: 1601px) {
    ul.page-tiles-menu li.seminarTile2 {
      width: calc( 100% / 7 * 2 );
      padding-bottom: calc( 100% / 7 ); }
      ul.page-tiles-menu li.seminarTile2 .tile-content .datepicker {
        padding-top: 0.9em; } }
  ul.page-tiles-menu li.special .tile-content {
    filter: none;
    background-color: #79204b; }
  ul.page-tiles-menu li.special .tab-content {
    height: 90%;
    overflow: hidden; }
  ul.page-tiles-menu li.special ul.nav-tabs {
    height: 10%; }
    ul.page-tiles-menu li.special ul.nav-tabs li {
      display: block !important;
      background-color: transparent;
      float: none;
      font-size: 1.2rem; }
  ul.page-tiles-menu li.special .tab-pane {
    position: static;
    height: 100%; }
    ul.page-tiles-menu li.special .tab-pane a, ul.page-tiles-menu li.special .tab-pane .description {
      position: static;
      text-decoration: none; }
    ul.page-tiles-menu li.special .tab-pane .description {
      background: transparent;
      height: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 0; }
      ul.page-tiles-menu li.special .tab-pane .description:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 85%, #79204b); }
      ul.page-tiles-menu li.special .tab-pane .description time {
        padding-top: 4rem; }
      ul.page-tiles-menu li.special .tab-pane .description h2 {
        padding-bottom: 2.5rem; }
      ul.page-tiles-menu li.special .tab-pane .description p {
        font-size: 1.6rem;
        line-height: 1.2em;
        display: block;
        overflow: hidden; }

#content main article {
  background-color: white;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.7rem; }
  #content main article p, #content main article > div.row {
    padding-bottom: 1em;
    margin-bottom: 0; }
  #content main article img {
    max-width: 100%;
    height: auto; }
  #content main article header {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-family: 'UnitSlab', sans;
    font-weight: bold; }
    #content main article header h1 {
      font-family: 'UnitBold', sans;
      margin: 0;
      margin-bottom: 1.2rem;
      color: #2c6fb7;
      font-weight: bold; }
      #content main article header h1:empty {
        display: none; }
    #content main article header time {
      font-weight: normal;
      color: #2c6fb7; }
  #content main article footer {
    padding-bottom: 1.6rem; }
    #content main article footer:empty {
      display: none; }
  @media (min-width: 992px) {
    #content main article .content_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; } }
  @media (min-width: 1200px) {
    #content main article .content {
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; } }
  @media (min-width: 992px) {
    #content main article .content {
      -webkit-flex-basis: 66%;
      -moz-flex-basis: 66%;
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media (min-width: 992px) {
    #content main article .additional_content {
      -webkit-flex-basis: 33%;
      -moz-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      padding-left: 30px; } }
  #content main article .additional_content:empty {
    display: none; }
  #content main article .additional_content .mpDynamicContent:empty {
    display: none; }

@media (min-width: 1200px) {
  .layout_col_1 #content main .content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

#fb_share_link i {
  color: #3b5998; }

#twitter_share_link i {
  color: #00aced; }

/*# sourceMappingURL=main.css.map */
