@charset "UTF-8";
@font-face {
  font-family: "mvp";
  src: url("../fonts/mvp.ttf?iqo0fv") format("truetype"), url("../fonts/mvp.woff?iqo0fv") format("woff"), url("../fonts/mvp.svg?iqo0fv#mvp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.icon, [class^="icon-"], [class*=" icon-"], .images .next,
.images .previous, .social-links a:before, .anchor-menu a {
  /* use !important to prevent issues with browser extensions that change fonts */ }
  .icon:before, [class^="icon-"]:before, [class*=" icon-"]:before, .images .next:before,
  .images .previous:before, .social-links a:before, .anchor-menu a:before {
    font-family: "mvp" !important;
    speak: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    height: 1em;
    line-height: 1;
    text-decoration: none !important;
    letter-spacing: 0;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-akkordeon_minus:before {
  content: ""; }

.icon-akkordeon_plus:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-legal:before,
.icon-datenschutz:before {
  content: ""; }

.icon-facebook_weiss:before {
  content: ""; }

.icon-instagram_weiss:before {
  content: ""; }

.icon-play_button:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-suche_weiss:before {
  content: ""; }

.icon-zurueck-blau:before {
  content: ""; }

.icon-weiter-blau:before {
  content: ""; }

.icon-youtube_weiss:before {
  content: ""; }

/*! Copyright (c) 2014 A&B One Digital */
/*                                                                   main.css */
* {
  box-sizing: inherit; }

html,
button,
input,
select,
textarea {
  color: #282828; }

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  font: 16px/1.5em "Myriad Pro", Helvetica, sans-serif;
  box-sizing: border-box; }

.wf-active {
  font-family: "myriad-pro", Helvetica, sans-serif; }

.wf-loading body {
  visibility: hidden; }

body {
  background-color: #fff;
  /*min-height: 100%;*/
  position: relative;
  border-top: 10px solid #007fa8;
  border-bottom: 10px solid #fbc33d; }

.complete-wrapper {
  max-width: 100%;
  /* 1024px default width */
  margin: 0 auto; }

.wrapper {
  max-width: 97.5%;
  /* 1024px default width */
  margin: 0 auto; }

@media (min-width: 1200px) {
  .complete-wrapper {
    max-width: 1200px; }
  .wrapper {
    max-width: 1170px; } }

.no-js .js {
  display: none; }

::-moz-selection {
  background: #333;
  color: white;
  text-shadow: none; }

::selection {
  background: #333;
  color: white;
  text-shadow: none; }

/* colours */
.blackblue {
  color: #203f5a; }

.darkerblue {
  color: #366a89; }

.blue {
  color: #287ba8; }

.bluish {
  color: #e7f5fb; }

.lightblue {
  color: #ccdae2; }

.lightgrey {
  color: #EBF0F3; }

.grey {
  color: #bababa; }

.lightyellow {
  color: #fdeeb3; }

h1, h2, h3, h4 {
  color: #287ba8;
  font-weight: 600; }

a {
  text-decoration: none;
  color: #287ba8;
  /*display: inline-block;*/
  max-width: 100%;
  cursor: pointer; }

a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
  color: #287ba8; }

a:focus img, button:focus {
  outline: 1px dotted #287ba8; }

/*#page-content a:before,*/
/*.quick-links a:before {*/
/*content: '';*/
/*font-family: monospace;*/
/*display: inline-block;*/
/*width: 0.3rem;*/
/*height: 0.3rem;*/
/*border-right: 2px solid $textcolor;*/
/*border-top: 2px solid $textcolor;*/
/*transform: rotate(45deg);*/
/*margin-right: 0.4em;*/
/*position: relative;*/
/*top: -0.155rem;*/
/*}*/
/*#page-content a:before,*/
.miniteaser a:before,
.start-content a:before,
.main-content a:before,
.quick-links a:before,
#page-content .start-content h2 a[href^="http"]:before,
#page-content .main-content h2 a[href^="http"]:before,
.flyout a:before {
  content: "";
  font-family: "mvp";
  font-size: .5em;
  vertical-align: middle;
  height: .3em;
  margin-right: 0.5em;
  line-height: 0;
  display: inline-block; }

[data-ua*="Safari/"][data-ua*="Version/7"] .start-content a:before,
[data-ua*="Safari/"][data-ua*="Version/7"] .main-content a:before,
[data-ua*="Safari/"][data-ua*="Version/7"] .quick-links a:before,
[data-ua*="Safari/"][data-ua*="Version/7"] #page-content .start-content h2 a[href^="http"]:before,
[data-ua*="Safari/"][data-ua*="Version/7"] #page-content .main-content h2 a[href^="http"]:before,
[data-ua*="Safari/"][data-ua*="Version/7"] .flyout a:before {
  height: 1em; }

.start-content a.download:before,
.main-content a.download:before,
.quick-links a.download:before,
.flyout a.download:before,
a[href$=".pdf"]:before, a[href$=".zip"]:before {
  content: url(../img/download.svg);
  width: 0.83em;
  font-size: 1em;
  height: 1em; }

.start-content a.external-link:before,
.main-content a.external-link:before,
.start-content a.external:before,
.main-content a.external:before {
  content: url(../img/link-ext.svg);
  font-size: 1em;
  width: 0.7em;
  height: 1em;
  margin-right: 0.2em;
  line-height: 1;
  margin-top: -.35rem; }

/* separate rule because IE discards the whole rule if it does not understand the syntax */
.start-content a[href^="http"]:not(.internal-link):not(.download):before,
.main-content a[href^="http"]:not(.internal-link):not(.download):before {
  content: url(../img/link-ext.svg);
  font-size: 1em;
  width: 0.7em;
  height: 1em;
  margin-right: 0.2em;
  line-height: 1;
  margin-top: -.35rem; }

.quick-links a[href^="http"]:before,
.flyout a[href^="http"]:before,
.quick-links a.external-link:before,
.flyout a.external-link:before,
.quick-links a.external:before,
.flyout a.external:before {
  content: url(../img/link-ext-dark.svg);
  width: 0.83em;
  font-size: 1em;
  height: 1em; }

.cal-browse .next a::before,
.cal-browse .prev a::before,
.main-content figure > a::before,
a.no-arrow::before {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.grossbuchstaben {
  text-transform: uppercase; }

header {
  border-bottom: 1px solid #ccdae2;
  margin-bottom: 2.6rem; }

.mobile-menu .service a,
#service-navigation a {
  text-transform: uppercase;
  color: #282828; }

.mobile-menu .service a:hover,
.mobile-menu .service a:focus,
#service-navigation a:hover,
#service-navigation a:focus {
  color: #287ba8; }

header h1 {
  position: relative;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 4rem;
  padding-bottom: 1.8rem; }

header h1.wrapper {
  margin-top: 2.9rem;
  margin-bottom: 0; }

h1 .logo-link {
  float: right; }

.efre-logo {
  max-height: 49.3827px;
  float: left;
  position: relative;
  top: 0; }

@media (min-width: 1024px) {
  h1 .logo-link {
    position: relative;
    right: -0.2%; } }

.logo-break {
  display: none; }

h1 .claim {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 1.25rem;
  line-height: 1em;
  color: #203f5a;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -0.8em;
  left: -0.4em;
  padding: 0.4em; }

[ua*="WebKit"]:not([ua*="Edge/"]) h1 .site-title {
  background: -webkit-linear-gradient(#287ba8, #366a89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

ul, li {
  padding: 0;
  margin: 0; }

#direct-navigation {
  position: relative;
  list-style-type: none; }

#direct-navigation a {
  position: absolute;
  top: -60px;
  margin-top: 1.5em;
  /* synchronize with margin-top of #service-navigation */ }

#direct-navigation a:focus {
  top: 0; }

#mobile-navigation .service,
#service-navigation {
  text-align: right;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 0.94em; }

#mobile-navigation .service form,
#mobile-navigation .service ul,
#mobile-navigation .service li,
#service-navigation form,
#service-navigation ul,
#service-navigation li {
  display: inline-block; }

#mobile-navigation .service ul,
#service-navigation ul {
  margin: 0 0.3em; }

#mobile-navigation .service form,
#service-navigation form {
  margin-left: 2em; }

.quick-search input, .search input {
  border: 1px solid #ccdae2; }

#searchword_content, #tx-indexedsearch-searchbox-sword {
  margin-left: 1em;
  width: 18em; }

.quick-search button, .search button, .search .tx-indexedsearch-searchbox-button {
  background-color: #203f5a;
  color: #fff;
  border-color: #203f5a;
  border-style: solid;
  border-radius: 2px; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  list-style: none; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
  display: none; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline;
  padding-left: 0; }

.quick-search button:focus, .search button:focus {
  color: #203f5a;
  background-color: #fff; }

#mobile-navigation .service .pages li,
#service-navigation .pages li {
  padding: 0 0.6em;
  line-height: 1.5em; }

#mobile-navigation .service .pages li + li,
#service-navigation .pages li + li {
  border-left: 1px solid #ccdae2; }

/* lang icons
#service-navigation .languages {
    position: relative;
    top: -2px;
}
*/
/* lang text */
#service-navigation .pages {
  margin-right: 1em; }

#service-navigation .languages {
  margin: 0; }

#service-navigation .languages li {
  padding: 0 0.6em;
  line-height: 1.5em; }
  #service-navigation .languages li:last-child {
    padding-right: 0; }

#service-navigation .languages li + li {
  border-left: 1px solid #ccdae2; }

#service-navigation .languages strong {
  color: #203f5a; }

/**/
#mobile-navigation,
#main-navigation {
  position: relative;
  background-color: #203f5a;
  /*padding: 0.2em 0;*/
  /*padding-bottom: 0;*/ }

#mobile-navigation {
  display: none; }

#mobile-navigation .service {
  background-color: #fff;
  margin: 0;
  padding: 0.3em 0; }

#mobile-navigation .mobile-menu-buttons {
  /*padding: 0.2em 1.25%;*/
  padding: 0; }

#open-mobile-quicksearch.active .open,
#open-mobile-quicksearch .close,
#open-mobile-menu.active .open,
#open-mobile-menu .close {
  display: none; }

#open-mobile-quicksearch.active .close,
#open-mobile-menu.active .close {
  display: block; }

#open-mobile-menu {
  float: left;
  padding-left: 34px;
  background-image: url("/fileadmin/layout/img/menu.svg");
  background-repeat: no-repeat;
  background-size: auto 19px;
  background-position: 7px center; }

[data-ua*="Trident/"] #open-mobile-menu {
  background-position: -9px center; }

#open-mobile-menu.active,
#open-mobile-menu:focus {
  background-image: url("/fileadmin/layout/img/menu-hover.svg"); }

#open-mobile-quicksearch {
  float: right;
  padding-left: 34px;
  background-image: url("/fileadmin/layout/img/lupe.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 10px center; }

[data-ua*="Trident/"] #open-mobile-quicksearch {
  background-position: -6px center; }

#open-mobile-quicksearch.active,
#open-mobile-quicksearch:focus {
  background-image: url("/fileadmin/layout/img/lupe-hover.svg"); }

#open-mobile-menu,
#open-mobile-quicksearch {
  background-color: #203f5a;
  color: #fff;
  border: none;
  /*border-radius: 2px;*/
  padding-top: 0.15em;
  border-top: 1px solid #203f5a;
  border-bottom: 1px solid #203f5a;
  height: 31px; }

#open-mobile-menu:focus,
#open-mobile-quicksearch:focus {
  background-color: #fff;
  color: #203f5a; }

#open-mobile-menu.active,
#open-mobile-quicksearch.active {
  background-color: #fff;
  color: #203f5a;
  border-top: 1px solid #203f5a;
  border-bottom-color: transparent; }

#open-mobile-menu.active:focus,
#open-mobile-quicksearch.active:focus {
  border-bottom-color: transparent; }

#mobile-navigation .mobile-menu {
  display: none;
  border-left: 3px solid white;
  border-right: 3px solid white; }

#mobile-navigation.mobile-menu-open .mobile-menu {
  display: block; }

#mobile-navigation .mobile-quicksearch {
  display: none;
  background-color: #fff;
  padding: 0.3em 1.25%;
  text-align: right; }

#mobile-navigation.mobile-quicksearch-open .mobile-quicksearch {
  display: block; }

.main-bar {
  /*padding-bottom: 0.2em;*/ }

.main-bar > li {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0.2em 1.25%;
  /* separate properties non-calc support */
  padding-top: calc(0.2em - 1px);
  padding-bottom: calc(0.2em - 1px);
  border-top: 1px solid #203f5a;
  border-bottom: 1px solid #203f5a;
  cursor: pointer; }

#mobile-navigation .main-bar > li {
  display: block; }

.main-bar > li > a {
  color: #fff; }

.main-bar > li:after {
  content: '';
  display: inline-block;
  /*margin: 0 0.4em;*/
  height: 16px;
  position: absolute;
  right: -1px;
  top: 0.45em;
  border-right: 1px solid #fff; }

.main-bar > li.active:after {
  display: none; }

.main-bar > li:last-child:after {
  display: none; }

/*.main-bar > li > a:hover,*/
/*.main-bar > li > a:focus,*/
.main-bar > li.active {
  background-color: #ccdae2; }

.main-bar > li.active.open {
  border-bottom-color: #ccdae2; }

/*.main-bar > li > a:hover,*/
/*.main-bar > li > a:focus,*/
.main-bar > li.active,
.main-bar > li.active a {
  color: #203f5a; }

.flyout-wrap {
  background-color: #fff;
  /*background-color: rgb(32, 63, 90);*/
  position: relative; }

.flyout {
  position: relative;
  background-color: #fff;
  /*border: 1px solid rgb(32, 63, 90);*/
  /*margin-top: -1px;*/
  display: none;
  border-bottom: none;
  /*transition: height 2s;*/
  box-sizing: content-box; }

.flyout.active {
  display: block;
  border: 1px solid #203f5a;
  border-top: none;
  position: absolute;
  left: -1px;
  z-index: 200;
  width: 100%;
  width: calc(100% - 1px); }

.csc-sitemap a,
.flyout a {
  color: #282828; }

.csc-sitemap a:hover,
.csc-sitemap a:focus,
.flyout li.rubrik a:hover,
.flyout li.rubrik a:focus,
.flyout a:hover,
.flyout a:focus {
  color: #287ba8; }

.flyout .overview {
  /*display: block;*/
  margin: 0.8em 1.25% 0.1em 1.25%;
  /*font-size: 1.5em;*/ }

.flyout .overview a {
  color: #287ba8; }

.flyout .close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  width: 2em;
  height: 2em;
  margin: 0.2em;
  padding: 0.1em; }

.flyout ul {
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
  /*width: 47%; */
  /* 2 columns + 1 gutter */
  max-width: 10.625rem;
  margin: 0.6em 1.25%;
  margin-bottom: 0.6rem;
  margin-right: 0;
  text-align: left;
  /*float: left;*/ }

.flyout.cols-1 ul,
.flyout.cols-2 ul,
.flyout.cols-3 ul {
  max-width: 15.125rem; }

.flyout li {
  font-size: 0.88em;
  /*display: inline-block;*/ }

.flyout li.rubrik {
  font-size: 1em; }

.flyout li.rubrik a {
  color: #203f5a; }

.flyout ul.flyout-level-2 {
  position: relative; }
  .flyout ul.flyout-level-2 > li > a {
    display: block;
    padding: .25em 1em; }

.flyout ul.flyout-level-3 {
  display: none;
  position: absolute;
  width: 15.125rem;
  top: 0;
  left: 100%;
  padding-left: 2rem; }

.flyout li.hasSubpages.open > a {
  background: #ccdae2;
  color: #282828;
  text-decoration: underline; }

.flyout li.hasSubpages.open ul.flyout-level-3 {
  display: block; }

.csc-sitemap > ul > li > ul > li > ul > li a:before,
.flyout li a:before {
  /*background-position: 0 58%;*/
  /*background-image: url(../img/small_gt_grey.svg);*/
  content: url(../img/small_gt_grey.svg); }

.flyout .columns {
  /*-moz-column-width: 10rem;*/
  max-height: 26rem; }

.flyout .teaser-box {
  display: none;
  float: right;
  border-left: 1px solid #ccdae2;
  padding: 0 1.5em;
  margin: 1em 0; }
  .flyout .teaser-box .more-link-wrap {
    display: none; }
  .flyout .teaser-box h1 .subline, .flyout .teaser-box h2 .subline, .flyout .teaser-box h3 .subline, .flyout .teaser-box h4 .subline {
    color: #555555;
    text-transform: uppercase;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: .3em 0; }
  .flyout .teaser-box a {
    color: #287ba8; }

.flyout .teaser-box.small {
  /*box-sizing: content-box;*/
  width: 10.625em; }

.flyout .teaser-box.big {
  /*box-sizing: content-box;*/
  width: 23em; }

.flyout .teaser-box h3 {
  margin-top: 0;
  color: #287ba8;
  font-weight: 400;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.flyout .teaser-box h3 span {
  display: block;
  margin-bottom: 0.4em;
  font-size: 0.88em;
  color: #282828;
  text-transform: uppercase; }

.flyout .teaser-box a.more {
  display: block;
  float: right;
  color: #287ba8; }

.layout-start #breadcrumb {
  margin-bottom: 0.7em;
  font-size: 0.9em; }

#breadcrumb {
  padding: 0.7em 0; }

#breadcrumb li {
  display: inline; }

#breadcrumb li:after {
  content: ' — '; }

#breadcrumb li:last-child::after {
  content: ''; }

h1 {
  font-size: 2.5rem;
  margin: 0.35em 0;
  line-height: 2.5rem; }

h1.wrapper {
  margin-top: 0.35em;
  margin-bottom: 1em; }

h3:first-child,
h2:first-child,
h1:first-child {
  margin-top: 0; }

h1, h2, h3 {
  /*-webkit-hyphens: auto;*/
  /*-moz-hyphens: auto;*/
  /*-ms-hyphens: auto;*/
  /*hyphens: auto;*/ }

#page-content h2 {
  font-size: 1.5rem;
  line-height: 1.9rem; }

#page-content h2 > span {
  color: #555555;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: .3em 0; }

.service-area h2 > span {
  color: #282828;
  text-transform: uppercase;
  display: block;
  font-size: 0.625em;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em; }

h3 {
  color: #282828;
  font-weight: 600; }

h4 {
  text-transform: uppercase;
  color: #282828; }

.content-wrap {
  background-color: #EBF0F3;
  border-top: 1px solid #ccdae2;
  /*border-bottom: 1px solid $lightblue;*/
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.just-content .content-wrap {
  padding-top: 0.5em; }

.content-wrap.additional {
  /*border-top: none;*/
  background-color: #EBF0F3; }

.content-wrap.additional-teasers {
  background-color: white; }

.content-wrap.start-content {
  background-color: #fff;
  border: none; }

.content-wrap > .wrapper {
  position: relative; }

#sub-navigation {
  margin-bottom: 1.5em;
  margin-left: 1.25%;
  margin-right: 1.25%; }

.main-content.rubrik-content,
.main-content.standard-content,
.additional .main-content {
  padding: 0 1.25%; }

.main-content.standard-content a.out:first-child + h2,
.main-content.standard-content a.out:first-child + h3,
.main-content.standard-content a.out:first-child + div > p:first-child {
  margin-top: 0; }

@media (min-width: 768px) {
  #sub-navigation {
    width: 22.5%;
    display: inline-block;
    vertical-align: top;
    /*position: absolute;
    left: 0;
    top: 0;*/ }
  #page-content > h1:first-child {
    padding-left: 25%; }
  #page-content.just-content > h1 {
    margin-top: 0.5em;
    padding-left: 0;
    text-align: left; }
  .layout-start #page-content > h1:first-child {
    padding-left: 0; }
  .content-wrap.additional-teasers .main-content,
  .content-wrap.additional .main-content {
    margin-left: 25%; }
  #sub-navigation + .main-content {
    /*padding-left: 16rem;*/
    display: inline-block;
    vertical-align: top;
    width: 75%;
    /* 100 - 22.5 - 2*1.25 */ } }

@media (min-width: 1024px) {
  /*.main-content  {*/
  /*max-width: 46.4rem; */
  /* 64 - 14.4 - 1.6 - 1.6 */
  /*}*/
  #page-content > h1:first-child {
    padding-left: 15.7rem; } }

@media (min-width: 1200px) {
  /*#sub-navigation {*/
  /*width: 16.875rem;*/
  /*margin-right: 1.875rem;*/
  /*}*/
  #page-content > h1:first-child {
    padding-left: 18.75rem; }
  /*.main-content {*/
  /*max-width: 54.375rem;*/
  /*}*/ }

#sub-navigation li {
  color: #203f5a; }

#sub-navigation li a {
  display: block;
  color: #203f5a;
  background-color: #fff; }

#sub-navigation li.active span.item {
  display: block; }

#sub-navigation li a,
#sub-navigation li span.item {
  padding: 0.6em 1em 0.6em 0.6em;
  border-left: 0.4em solid transparent; }

#sub-navigation li.active > a,
#sub-navigation li.active > span.item {
  /*border-bottom: 1px solid rgb(32, 63, 90);*/ }

#sub-navigation li.active ul {
  padding-left: 1em;
  border-top: 2px solid #203f5a;
  margin-bottom: -1px; }

#sub-navigation li.current span.item {
  color: #fff;
  background-color: #203f5a; }

#sub-navigation li.active ul li {
  position: relative;
  top: -1px; }

#sub-navigation li a:hover,
#sub-navigation li a:focus {
  border-left: 0.4em solid #203f5a;
  padding-left: 0.6em;
  text-decoration: none; }

table {
  width: 100%;
  border-collapse: separate;
  /*border-spacing:  2em 0;*/
  margin-bottom: 3em; }

table td {
  /*border-top: 1px solid $blue;*/
  vertical-align: top;
  padding: 0; }

table tr:last-child td {
  /*border-bottom: 1px solid $blue;*/ }

.table .td-content {
  border-top: 1px solid #287ba8;
  padding: 0 0.3em;
  height: 100%; }

.table .td-content p:first-child {
  margin-top: 0.6em; }

.table .td-content p:last-child {
  margin-bottom: 0.6em; }

.table2 .col1 {
  width: 30%; }

.table3 .col1 {
  width: 33%; }

.table3 .col2 {
  width: 33%; }

.table2 .col1 .td-content,
.table3 .col2 .td-content,
.table3 .col1 .td-content {
  margin-right: 2em; }

.images {
  max-width: 100%;
  margin-top: 0.4em;
  position: relative;
  overflow: visible;
  text-align: center; }

figure .images {
  margin-top: 0; }

.images .dimensioner {
  opacity: 0;
  /*position: relative;*/
  /*top: -1em;*/ }

.images .mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0; }

.images .gallery {
  position: absolute;
  top: 0;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -ms-transition: left 0.6s;
  -o-transition: left 0.6s;
  transition: left 0.6s;
  max-height: 100%;
  width: 100%; }

.images .gallery-text .gallery {
  background: white;
  top: 100%;
  z-index: 10;
  display: none;
  -webkit-transition: display 0.6s;
  -moz-transition: display 0.6s;
  -ms-transition: display 0.6s;
  -o-transition: display 0.6s;
  transition: display 0.6s;
  text-align: left; }

.gallery-text-dimensioner {
  visibility: hidden;
  float: left;
  margin-right: -100%;
  width: 100%; }

.images .next,
.images .previous {
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: .15em;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0.5em 0.5em;
  background: rgba(40, 123, 168, 0.7);
  color: white;
  border-radius: .5rem;
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  z-index: 100; }
  .images .next:before,
  .images .previous:before {
    font-size: 1em;
    margin: 0;
    width: auto;
    width: .7em; }

.images .next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0; }
  .images .next:before {
    content: ""; }

.images .previous {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 0; }
  .images .previous:before {
    content: ""; }

.images-wrap a[href*="youtu"]:after,
.images-wrap a[href*="vimeo.com"]:after,
.gallery-wrap.gallery-images a[href*="youtu"]:after,
.gallery-wrap.gallery-images a[href*="vimeo.com"]:after {
  content: '';
  background-image: url("../img/play_button.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.teaser-big .images-wrap a[href*="youtu"]:after,
.teaser-big .images-wrap a[href*="vimeo.com"]:after,
.teaser-big .gallery-wrap.gallery-images a[href*="youtu"]:after,
.teaser-big .gallery-wrap.gallery-images a[href*="vimeo.com"]:after {
  width: 8rem;
  height: 8rem; }

a[href*="vimeo.com"]:after,
a[href*="youtu"]:after {
  background-size: 63px auto; }

.images-wrap a {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block; }

.images .gallery-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.images .gallery-wrap.gallery-text {
  overflow: visible; }

.images .gallery-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .images .gallery-all:after {
    content: "";
    background: rgba(40, 123, 168, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    width: 100%; }

.gallery-text-dimensioner p,
.gallery-text .gallery p {
  margin: 0; }

.gallery-text-dimensioner p + p,
.gallery-text .gallery p + p {
  margin-top: 1em; }

.images label {
  margin-right: 0.7em;
  position: relative;
  top: calc(100% - 30px); }

.images label:after {
  content: '';
  display: block;
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  left: -14px;
  top: 4px;
  z-index: 102;
  cursor: pointer; }

.images input[type="radio"]:checked + label:after {
  background-color: white;
  border: none; }

.images input[type="radio"] {
  position: relative;
  top: 89%;
  z-index: 100;
  opacity: 0; }

@media (max-width: 320px) {
  .images input[type="radio"] {
    top: auto;
    /* FIX for iOS 7 :( */ } }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: 0;
  display: block; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: 100%; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: 200%; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: 300%; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: 400%; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 500%; }

.images input[data-index="0"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 600%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -100%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: 0;
  display: block; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: 100%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: 200%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: 300%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 400%; }

.images input[data-index="1"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 500%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -200%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: -100%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: 0%;
  display: block; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: 100%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: 200%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 300%; }

.images input[data-index="2"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 400%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -300%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: -200%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: -100%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: 0%;
  display: block; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: 100%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 200%; }

.images input[data-index="3"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 300%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -400%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: -300%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: -200%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: -100%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: 0%;
  display: block; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 100%; }

.images input[data-index="4"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 200%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -500%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: -400%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: -300%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: -200%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: -100%; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: 0%;
  display: block; }

.images input[data-index="5"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 100%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(1) {
  left: -600%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(2) {
  left: -500%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(3) {
  left: -400%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(4) {
  left: -300%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(5) {
  left: -200%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(6) {
  left: -100%; }

.images input[data-index="6"]:checked ~ .gallery-wrap .gallery:nth-child(7) {
  left: 0%;
  display: block; }

.pagination-image {
  display: none; }

.teaser-top,
.teaser-small,
.teaser-big {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25%;
  max-width: 97.5%; }

.teaser-top {
  margin-bottom: 2em;
  width: 100%; }

.teaser-whole {
  margin-bottom: 1.7em;
  padding-bottom: 1.7em;
  border-bottom: 1px solid #ccdae2; }
  .teaser-whole .more-link-wrap {
    display: none; }

.teaser-whole h2 {
  margin-top: 0; }

.teaser-whole .images {
  margin: 0; }

.teaser-big .more-link-wrap {
  display: none; }

.teaser-big img,
.teaser-small img {
  width: 100%; }

.link-list {
  list-style-type: none; }

.teaser-small {
  margin-bottom: 2em; }

.teaser-ticker h2 {
  min-height: 0.88em;
  margin-bottom: 0.2em; }

.teaser-ticker ul {
  list-style-type: none;
  border: 1px solid #ccdae2;
  border-radius: 5px;
  background-color: #fff;
  height: 30rem;
  overflow-y: scroll; }

.teaser-ticker ul li + li {
  border-top: 1px solid #ccdae2; }

.teaser-ticker h3 {
  font-size: 1.24em;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: -0.2em; }
  .teaser-ticker h3 a {
    font-size: 1.5rem;
    font-weight: 600; }

.teaser-ticker h3 span {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  display: block; }

.teaser-ticker h3 a:before {
  position: relative;
  top: -1px; }

.teaser-facebook-stream {
  float: right; }

.teaser-facebook-stream ul {
  height: 20rem; }

.start-content .teaser-big h2 a:before {
  width: 0.37em; }

.start-content .teaser-big h2 a.download:before,
.start-content .teaser-big h2 a[href^="http"]:before,
.start-content .teaser-big h2 a.external-link:before,
.start-content .teaser-big h2 a.external:before {
  width: 0.63em; }

@media (min-width: 480px) {
  .teaser-top .images-wrap {
    display: inline-block;
    float: left;
    margin-right: 3.333333%; }
  .teaser-small {
    /* 2 columns */
    width: 47.5%;
    /*margin: 1.25%;*/ } }

@media (min-width: 36em) {
  .teaser-whole.right .images-wrap {
    display: inline-block;
    float: right;
    margin-left: 3.333333%; }
  .teaser-whole.left .images-wrap {
    display: inline-block;
    float: left;
    margin-right: 3.333333%;
    max-width: 50%; } }

/*.teaser-small {*/
/* dimensions at 100% parent container width => 4 columns */
/*width: 22.5%;*/
/*margin: 1.25%;*/
/*}*/
@media (min-width: 42em) {
  .start-content .teaser-small,
  .main-content .teaser-small {
    /* 3 columns */
    width: 30.7333333%; }
  .teaser-big {
    /* 2 columns */
    width: 47.5%; } }

@media (min-width: 768px) {
  /* sub-nav is on left side of page */
  .teaser-top .images-wrap,
  .teaser-whole .images-wrap {
    max-width: 23.125rem; }
  .main-content > figure.large {
    width: auto; }
  .main-content .teaser-top,
  .main-content .teaser-small,
  .main-content .teaser-big {
    margin-left: 1.25%;
    margin-right: 1.25%; }
  /*.standard-content .teaser-top,*/
  /*.standard-content .teaser-small,*/
  /*.standard-content .teaser-big {*/
  /*margin-left: 0;*/
  /*margin-right: 0;*/
  /*}*/
  .main-content .teaser-small {
    /* 2 columns  */
    width: 46.66666666%; }
  .main-content .teaser-big {
    /* 1 column */
    width: 96.666666%; } }

@media (min-width: 1024px) {
  .main-content .teaser-small {
    /* 3 columns */
    width: 30%; }
  .main-content .teaser-big {
    /* 2 columns */
    width: 46.6666666%; }
  .additional .main-content .link-list-wrap.half {
    display: inline-block;
    width: 50%;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .main-content .teaser-big {
    /* 2 columns but with double gutter in between */
    width: 44.16666666%; }
  .main-content .teaser-big:nth-of-type(2n+1) {
    margin-right: 4.16666666%; }
  .main-content .teaser-big:nth-of-type(2n) {
    margin-left: 4.16666666%; } }

figure {
  display: inline-block;
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 1em;
  position: relative; }

@media (min-width: 480px) {
  figure.left {
    float: left;
    margin-right: 2.5%; }
  figure.right {
    float: right;
    margin-left: 2.5%; } }

figcaption,
.teaser-top .gallery-text .gallery,
.teaser-top .gallery-text-dimensioner,
figure .gallery-text .gallery,
figure .gallery-text-dimensioner {
  padding: 1em;
  font-size: 0.88em; }

.teaser-big .gallery-text .gallery,
.teaser-big .gallery-text-dimensioner {
  padding: 1em 0; }

.teaser-box .gallery-text .gallery .teaser-box .gallery-text-dimensioner,
.teaser-small .gallery-text .gallery,
.teaser-small .gallery-text-dimensioner {
  padding: 1em 2rem 0;
  margin-bottom: 1rem; }

figcaption p {
  margin: 0; }

figcaption p + p {
  margin-top: 1em; }

figure.medium {
  width: 100%;
  margin-bottom: 1.6em; }

@media (min-width: 380px) {
  figure.medium {
    width: 23.125rem; } }

figure.large {
  width: 100%;
  margin-bottom: 1.6em; }

@media (min-width: 1024px) {
  figure.left {
    margin-right: 1.6em; }
  figure.right {
    margin-left: 1.6em; } }

@media (min-width: 1200px) {
  figure.left {
    margin-right: 1.875em; }
  figure.right {
    margin-left: 1.875em; } }

/* special case: no hero slider but lone image element -- centred for zoom out */
.layout-start #page-content > figure.large img {
  display: block;
  margin: 0 auto; }

blockquote {
  border-left: 0.6em solid #287ba8;
  padding-left: 1.4em;
  font-style: italic; }

.service-area {
  border-top: 1px solid #ccdae2;
  background: #fff;
  padding: 1.5em 0; }

.service-links {
  margin-top: 1.5em; }

.service-links h2 {
  display: inline-block;
  width: 97.5%;
  vertical-align: top;
  margin: 1.25%; }

.service-links h2 span {
  margin-bottom: 0.75em; }

.service-links img {
  float: left;
  margin-top: -0.5em; }

.service-links a {
  /*display: inline-block;*/
  vertical-align: top; }

@media (min-width: 52em) {
  .service-links h2 {
    width: 30.8333333%; } }

.social-links-wrap {
  position: relative;
  background: #EBF0F3;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.social-links {
  text-align: right; }
  .social-links > span {
    vertical-align: top;
    font-size: 0.9rem; }
  .social-links a {
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: .15em;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0.5rem 0.5rem;
    background: #287ba8;
    color: white;
    border-radius: .5rem;
    text-decoration: none !important;
    margin-left: .5rem; }
    .social-links a:before {
      font-size: 1.3rem; }
    .social-links a.facebook:before {
      content: ""; }
    .social-links a.instagram:before {
      content: ""; }
    .social-links a.youtube:before {
      content: ""; }
    .social-links a img {
      display: none; }

body.mvtag2018 .social-links-wrap {
  padding-top: .5em;
  padding-bottom: .5em;
  background: transparent; }
  body.mvtag2018 .social-links-wrap .social-links a {
    background: transparent;
    margin: 0; }
    body.mvtag2018 .social-links-wrap .social-links a img {
      display: inline-block;
      height: 30px;
      max-width: 100%; }

.quick-links {
  background-color: #e7f5fb;
  padding: 2.4em 0; }

.quick-links .link-list-wrap {
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
  width: 97.5%;
  margin: 1.25%;
  text-align: left;
  padding: 0; }

.quick-links li {
  margin: 0.7em 0;
  font-size: 1em; }

.quick-links li a {
  color: #282828; }

.quick-links li a:hover,
.quick-links li a:focus {
  color: #287ba8; }

.quick-links li:first-child a {
  color: #203f5a;
  font-size: 1.2em;
  display: block; }

.quick-links li:first-child a:hover,
.quick-links li:first-child a:focus {
  color: #287ba8; }

.quick-links a:before {
  /*background-image: url(../img/small_gt_grey.svg);*/
  content: url(../img/small_gt_grey.svg); }

@media (min-width: 480px) {
  .quick-links .link-list-wrap {
    width: 47.5%; } }

@media (min-width: 42em) {
  .quick-links .link-list-wrap {
    width: 30.8333333%; } }

@media (min-width: 1024px) {
  .quick-links .link-list-wrap {
    width: 14.1666666%; } }

@media (min-width: 1200px) {
  .flyout .teaser-box {
    display: inline-block; } }

footer {
  border-top: 1px solid #ccdae2;
  padding-top: 1.8em; }

footer .link-list-wrap {
  display: inline-block; }

footer ul {
  list-style-type: none;
  display: inline-block; }

footer li {
  display: inline-block;
  margin-right: 2em; }

footer a {
  color: #287ba8;
  font-size: 0.94em;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  line-height: 0.9rem; }
  footer a:before {
    margin-right: .5rem;
    font-size: 1.2rem;
    line-height: 0.9rem;
    vertical-align: middle; }

footer a.to-top {
  display: inline-block;
  text-transform: none; }
  footer a.to-top img {
    margin-left: 1.5rem;
    display: inline-block;
    width: 3.5rem; }

footer .wrapper {
  text-align: justify; }

footer .wrapper::after {
  width: 100%;
  display: inline-block; }

/* tx_cal */
.cal-browse p {
  margin-top: 0.2em; }

.cal-browse .next,
.cal-browse .prev {
  display: inline-block;
  vertical-align: middle; }

.cal-browse .next a,
.cal-browse .prev a {
  display: inline-block;
  vertical-align: middle;
  /*height: 15%;*/
  /*width: 6.5%;*/
  /*opacity: 0.8;*/
  cursor: pointer;
  /*padding: 9px;*/
  background-color: #203f5a;
  background-color: rgba(32, 63, 90, 0.8);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center center;
  z-index: 100;
  height: 30px;
  width: 25px;
  margin-right: 1px;
  /* to fix outline for previous:hover/focus state */ }

.cal-browse .prev a {
  background-image: url("../img/small_lt_yellow.svg");
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.cal-browse .next a {
  background-image: url("../img/small_gt_yellow.svg");
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.cal-browse strong.current {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 9em;
  background-color: white;
  /*padding: 0 10px;*/
  color: #287ba8;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center; }

.cal-browse .next a:focus,
.cal-browse .next a:hover,
.cal-browse .prev a:focus,
.cal-browse .prev a:hover {
  outline: 1px dotted #203f5a;
  background-color: transparent; }

.calendar ul,
.press-list ul {
  list-style-type: none;
  padding: 0; }

.calendar .current-category {
  display: inline-block; }

.backlink {
  float: right; }

.backlink a:before {
  transform: rotate(180deg);
  transform-origin: center top; }

.dates {
  margin-bottom: 1em; }

.dates li {
  padding: 0 0 1.5em 0; }

.dates li + li {
  padding-top: 2em; }

.press-items li {
  padding-bottom: 1.5em; }

.press-items li + li {
  padding-top: 1.5em; }

.dates p {
  margin: 0; }

.dates p + p {
  margin-top: 1em; }

.dates li + li,
.press-items li + li {
  border-top: 1px solid #ccdae2; }

.dates .opts:not([data-location=""]):not([data-organizer=""]) .location:after {
  content: ' / '; }

.dates .start-end-times:not([data-times=""]):before {
  content: ' — '; }

.dates p.opts,
.start-end-dates {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.press-content > h2,
.press-list li > h2 {
  margin-top: 0; }

#page-content h2 > span.tag {
  text-transform: none;
  font-size: 0.5em;
  line-height: 0.9em; }

#page-content h2 > span.categories {
  text-transform: none;
  font-weight: 800;
  font-size: 0.6em; }

ul {
  list-style-type: none; }

.rubrik-content ul li,
.standard-content ul li {
  padding-left: 1em; }

.tx-indexedsearch-res ul li,
.standard-content ul.dates > li,
.standard-content ul.press-items > li {
  padding-left: 0; }

.tx-indexedsearch-res ul li {
  margin-top: 2em; }

.tx-indexedsearch-res ul li h3 {
  margin-bottom: 0; }

.rubrik-content ul li:before,
.standard-content ul li:before {
  content: '•';
  color: #287ba8;
  font-size: 1.8em;
  vertical-align: sub;
  position: relative;
  left: -0.5em;
  margin-right: -0.27em; }

.csc-sitemap ul li:before, .tx-indexedsearch-res ul li:before {
  display: none; }

.dates > li:before,
.press-items > li:before {
  display: none; }

.standard-content ul.link-list li:before {
  display: none; }

.issuuembed {
  height: 500px; }

.issuuembed > div:first-of-type > div:first-of-type {
  background-color: #dedede; }

.issuuembed > div:first-of-type > div:first-of-type a:before {
  display: none; }

.csc-bulletlist {
  margin-bottom: 1em; }

.standard-content .link-list-wrap {
  display: inline-block; }

.main-content.rubrik-content div.text,
.main-content.standard-content div.text {
  margin-bottom: 2em; }

.main-content.standard-content div.text + .trenner {
  margin-top: 2em; }

.trenner.linie {
  margin: 1.7em 0;
  border-bottom: 1px solid #ccdae2; }

.portal-links {
  padding: 2em 0 4em 0; }
  @media (min-width: 768px) {
    .portal-links {
      padding: 6em 0 4em 0; } }
  .portal-links .complete-wrapper {
    max-width: none !important; }
  .portal-links .link-list {
    text-align: center; }
  .portal-links li {
    display: inline-block;
    width: 16.66667%;
    padding: 0 0;
    position: relative;
    vertical-align: bottom;
    height: 12rem; }
    .portal-links li img {
      height: 5rem;
      margin: 0 0 1rem;
      width: auto; }
    .portal-links li span {
      display: block;
      font-size: 1.25rem;
      text-transform: uppercase;
      font-weight: 600; }
    .portal-links li a:before {
      display: none; }

.content-wrap.portal-links {
  border: none;
  background-color: #fff; }

@media all and (max-width: 1023px) {
  .portal-links li {
    width: 30%; }
    .portal-links li span {
      font-size: 1em; } }

@media all and (max-width: 480px) {
  .portal-links li {
    width: 45%; }
    .portal-links li span {
      font-size: 1em; } }

.csc-sitemap > ul > li {
  padding-left: 0; }

.csc-sitemap > ul > li > a,
.csc-sitemap > ul > li > ul > li > a {
  color: #287ba8;
  font-size: 1.17em;
  font-size: 1.17rem;
  font-weight: 600;
  line-height: 150%;
  margin: 0.2em 0 0.1em;
  display: block; }

.csc-sitemap > ul > li > a {
  margin-bottom: 1em; }

.csc-sitemap > ul > li > ul > li > ul > li > a {
  color: #203f5a; }

.csc-sitemap > ul > li > ul > li {
  margin-top: 0.5em; }

.csc-sitemap > ul > li > ul > li + li {
  margin-top: 1.3em; }

/* ----------------------------- Kontaktformular ---------------------------- */
/* ----------------------------- Login-Formular ----------------------------- */
.tx-felogin-pi1 form,
.form.contact {
  max-width: 742px;
  margin-bottom: 2em; }

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password],
.form.contact textarea,
.form.contact input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #bababa;
  padding: 8px 10px 5px 10px;
  -webkit-box-shadow: inset 0 1px 3px gainsboro;
  -moz-box-shadow: inset 0 1px 3px gainsboro;
  box-shadow: inset 0 1px 3px gainsboro; }

.form.contact .formelement {
  margin-bottom: 1.5em;
  display: block;
  max-width: 410px; }

.tx-felogin-pi1 label,
.form.contact label {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.3em; }

.form.contact .formelement_street {
  max-width: 100%; }

.form.contact .formelement_zip {
  width: 75px;
  display: inline-block;
  margin-right: 25px; }

.form.contact .formelement_city {
  display: inline-block;
  max-width: 307px;
  width: 100%; }

.form.contact .formelement_message {
  max-width: 100%; }

.tx-felogin-pi1 input[type=submit],
.form.contact input[type=submit] {
  background-color: #203f5a;
  color: #fff;
  border: 1px solid #203f5a;
  border-radius: 2px;
  padding: 3px 6px;
  font-weight: bold;
  float: right; }

.form.contact ul.error a:before {
  display: none; }

.form.contact .powermail_field_error input,
.form.contact .powermail_field_error textarea {
  outline: 2px solid indianred; }

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
  max-width: 410px; }

.tx-felogin-pi1 fieldset > div {
  margin-bottom: 1.5em;
  max-width: 410px; }

.tx-felogin-pi1 fieldset > legend {
  display: none; }

.tx-felogin-pi1 form {
  margin-top: 1.7em;
  margin-top: 1.7rem; }

/* ---------------------------  miniteaser ----------------------- */
.miniteaser {
  padding: 0;
  margin-top: 2em;
  background: white;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.miniteaser h3, .miniteaser p {
  padding: 0 1em; }

.miniteaser h3 {
  margin-top: 1em; }

.miniteaser img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 361px) and (max-width: 767px) {
  .miniteaser {
    margin-right: 2%;
    width: 49%; }
  .miniteaser:nth-of-type(2n) {
    margin-right: 0; }
  .efre-logo {
    top: 0; } }

@media screen and (max-width: 768px) {
  header h1 .site-title {
    font-size: 2.3rem; }
  #service-navigation .pages {
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  #main-navigation {
    display: none; }
  #service-navigation > *:not(.efre-logo) {
    display: none !important; }
  #service-navigation .efre-logo {
    display: inline-block;
    width: 40vw; }
  #mobile-navigation {
    display: block; }
  #mobile-navigation .flyout {
    position: static;
    border-top: 1px solid;
    margin-top: 0.25em; }
  #mobile-navigation .flyout ul {
    max-width: 100%;
    width: 100%;
    margin-top: 0.2em;
    margin-bottom: 0; }
  header h1 .site-title {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block; }
  header h1.wrapper {
    margin-top: 0.4em;
    padding-bottom: 0.4em; }
  h1 .claim {
    font-size: 36%; }
  h1 .logo-link {
    width: 40vw;
    margin-left: 12vw;
    margin-right: 0.4em;
    vertical-align: top; }
  .quick-links li a {
    display: none;
    /* overridden by .quick-links li:first-child a */ }
  footer .wrapper {
    text-align: center; }
  footer li {
    margin-right: 0; }
  footer li + li {
    margin-left: 0.5em; }
  footer li a {
    font-size: 0.81em; }
  footer li a::before {
    height: 20px;
    width: 20px;
    background-size: auto 100%; }
  footer .wrapper > img {
    width: 30%;
    margin-left: 1em; }
  footer .link-list-wrap {
    margin-bottom: 0.3em; } }

@media screen and (max-width: 410px) {
  #service-navigation .efre-logo {
    top: 1px; } }

@media screen and (min-width: 400px) and (max-width: 480px) {
  header h1 .site-title {
    font-size: 1.9rem; } }

@media screen and (min-width: 457px) and (max-width: 480px) {
  header h1 .site-title {
    font-size: 2.2rem; } }

@media screen and (max-width: 480px) {
  .logo-break {
    display: block;
    clear: both; } }

/* ------- leichte sprache ------- */
#page-content > h1.no-side-navigation {
  padding-left: 0; }

body.layout-simple #service-navigation .languages,
body.layout-simple .quick-links,
body.layout-simple .service-area > *,
body.layout-simple #main-navigation {
  display: none; }

body.layout-simple #breadcrumb {
  border-top: 4px solid #203f5a; }

.simple-language--blue {
  background: #e8f7fd;
  padding: 0 2em;
  margin-bottom: 2em;
  margin-top: 0.5em;
  border: 1px solid currentColor; }

.simple-language a {
  font-weight: 600; }

.simple-language--flexwrap {
  display: flex; }

.simple-language--right {
  order: 2;
  margin-left: 15px;
  flex-shrink: 0; }

@media (min-width: 480px) {
  .simple-language--right {
    max-width: 42.52%; } }

.simple-language--left {
  flex-shrink: 1;
  flex-grow: 1; }

.simple-language--left p {
  margin-top: 0; }

#page-content.simple-language-page h1 {
  font-size: 3em;
  line-height: 1.5;
  font-weight: 600; }

#page-content .simple-language h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 600; }

#page-content.simple-language-page .additional h2,
#page-content .simple-language h3 {
  font-size: 2.3em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #555;
  font-weight: 600; }

.simple-language p {
  font-size: 1.85em;
  margin-top: 1em;
  line-height: 2;
  color: #555; }

.simple-language figure {
  margin-top: 1em; }

.simple-language ul {
  color: #555;
  margin-bottom: 1.85em; }

.simple-language li {
  font-size: 1.85em;
  line-height: 2; }

.standard-content .simple-language ul li::before {
  line-height: 1.5rem; }

.simple-language-page .link-list li {
  font-size: 1.85em;
  line-height: 1.5;
  margin-bottom: 0.3em; }

.simple-language strong {
  font-weight: 600; }

.mobile-menu .service li[data-layout="11"] > strong::before,
.mobile-menu .service li[data-layout="11"] > a::before,
#service-navigation li[data-layout="11"] > strong::before,
#service-navigation li[data-layout="11"] > a::before {
  content: '';
  display: inline-block;
  background: url(../img/icon-geb.svg) no-repeat center center;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 3px; }

.simple-language-page .main-content .anker + .simple-language h2 {
  margin-top: 0.5em; }

.simple-language-page .main-content a {
  /*border-bottom: 2px solid currentColor;*/
  text-decoration: none;
  box-shadow: inset 0 -4px 0 #f6f6f6, inset 0 -6px 0 currentColor; }

.simple-language-page .main-content a:hover,
.simple-language-page .main-content a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: 1px dotted currentColor; }

@media (max-width: 479px) {
  .simple-language--flexwrap {
    display: block; }
  .simple-language--right {
    margin-left: 0;
    margin-bottom: 15px; }
  .simple-language--right,
  .simple-language--left {
    width: 100%; }
  #page-content.simple-language-page h1 {
    font-size: 2.5rem; }
  #page-content .simple-language h2 {
    font-size: 2.1em; }
  #page-content.simple-language-page .additional h2,
  #page-content .simple-language h3 {
    font-size: 1.7em; }
  .simple-language-page .link-list li,
  .simple-language li,
  .simple-language p {
    font-size: 1.5em; } }

.mobile-menu .languages li + li {
  margin-left: 0.5em; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick {
  position: relative; }
  .slick .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "mvp";
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: .15em;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 1em 2em;
    background: rgba(40, 123, 168, 0.7);
    color: white;
    border-radius: .5rem;
    text-decoration: none !important; }
    .slick .slick-arrow.slick-next {
      right: 2rem; }
      .slick .slick-arrow.slick-next:before {
        content: ""; }
    .slick .slick-arrow.slick-prev {
      left: 2rem; }
      .slick .slick-arrow.slick-prev:before {
        content: ""; }
    .slick .slick-arrow.slick-disabled {
      display: none !important; }
  .slick.slick-dotted ul.slick-dots {
    position: absolute;
    bottom: 0;
    height: 2.6rem;
    width: 100%;
    text-align: center; }
    .slick.slick-dotted ul.slick-dots li {
      display: inline-block;
      padding: .8rem .3rem;
      cursor: pointer; }
      .slick.slick-dotted ul.slick-dots li button {
        display: none; }
      .slick.slick-dotted ul.slick-dots li:before {
        content: "";
        display: block;
        box-sizing: border-box;
        height: 13px;
        width: 13px;
        background: transparent;
        border-radius: 50%;
        border: 2px solid white; }
      .slick.slick-dotted ul.slick-dots li.slick-active:before {
        background: white; }

.hero-slider {
  overflow: hidden; }
  .hero-slider .slick-arrow {
    font-size: 1em;
    display: none !important; }
    @media (min-width: 1024px) {
      .hero-slider .slick-arrow {
        display: block !important; } }
    @media (min-width: 95em) {
      .hero-slider .slick-arrow {
        font-size: 1.5em; } }
  .hero-slider ul.slick-dots {
    background: rgba(40, 123, 168, 0.7);
    top: 43.5vw;
    transform: translate(0, -100%); }
    @media (min-width: 1024px) {
      .hero-slider ul.slick-dots {
        background: none;
        top: auto;
        bottom: 0 !important; } }
    @media (min-width: 1400px) {
      .hero-slider ul.slick-dots {
        width: 50rem !important;
        max-width: 70% !important;
        transform: translate(calc((100vw - 1200px) * .5), -3rem); } }
  .hero-slider .hero-slider-item {
    position: relative; }
    .hero-slider .hero-slider-item .hero-slider-image {
      position: relative;
      height: 0;
      padding-top: 43.5%;
      background: #EBF0F3 center;
      background-size: cover; }
      .hero-slider .hero-slider-item .hero-slider-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        z-index: 20; }
    .hero-slider .hero-slider-item .play-stop {
      position: absolute;
      top: 21.75vw;
      font-size: 12vw;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      z-index: 100;
      color: #287ba8;
      opacity: .7; }
      @media (min-width: 1024px) {
        .hero-slider .hero-slider-item .play-stop {
          top: 50%;
          font-size: 6vw; } }
    .hero-slider .hero-slider-item .video-wrap {
      border: 0;
      width: 100%;
      height: 0;
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0;
      overflow: hidden;
      padding-bottom: 43.5%;
      opacity: 0; }
      .hero-slider .hero-slider-item .video-wrap video,
      .hero-slider .hero-slider-item .video-wrap iframe {
        border: 0;
        width: 100%;
        height: 56.25vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        height: 56.25vw; }
      .hero-slider .hero-slider-item .video-wrap.playing {
        opacity: 1; }
      .hero-slider .hero-slider-item .video-wrap.playing + .play-stop {
        opacity: 0; }
      .hero-slider .hero-slider-item .video-wrap.local-video-wrap {
        opacity: 1; }
    .hero-slider .hero-slider-item .hero-slider-text {
      bottom: auto;
      top: 100%;
      width: 100%;
      z-index: 30;
      padding: 1rem;
      left: 0;
      background: white; }
      @media (min-width: 1024px) {
        .hero-slider .hero-slider-item .hero-slider-text {
          position: absolute;
          margin-top: 0;
          top: auto;
          bottom: 3rem;
          padding: 2rem 3rem 3rem;
          width: 60vw;
          border-radius: .5rem;
          left: 50%;
          transform: translateX(-50%);
          background: rgba(40, 123, 168, 0.7);
          color: white; }
          .hero-slider .hero-slider-item .hero-slider-text * {
            color: white; } }
      @media (min-width: 1400px) {
        .hero-slider .hero-slider-item .hero-slider-text {
          width: 50rem;
          max-width: 70%;
          left: auto;
          transform: none; } }
      .hero-slider .hero-slider-item .hero-slider-text h2 {
        font-size: 1.25rem !important;
        line-height: 1.2 !important; }
        .hero-slider .hero-slider-item .hero-slider-text h2 .icon-weiter-blau {
          margin-right: 1rem;
          display: inline-block;
          font-size: 0.6em;
          line-height: 2;
          vertical-align: top; }
        .hero-slider .hero-slider-item .hero-slider-text h2 .icon-play_button {
          display: inline-block;
          margin-right: 1rem;
          font-size: 0.8em;
          line-height: 1.4;
          vertical-align: top; }
      @media (min-width: 1024px) {
        .hero-slider .hero-slider-item .hero-slider-text p {
          font-size: 1.25rem;
          font-weight: 600; }
        .hero-slider .hero-slider-item .hero-slider-text h2 {
          font-size: 2rem !important;
          line-height: 2.5rem !important; } }
      @media (min-width: 1400px) {
        .hero-slider .hero-slider-item .hero-slider-text h2 {
          font-size: 2.5rem !important;
          line-height: 3rem !important; } }

.teaser-small {
  position: relative;
  border: 1px solid #ccdae2;
  background: white;
  border-radius: 3px;
  min-height: auto; }
  .teaser-small > * {
    padding-left: 2rem;
    padding-right: 2rem; }
  .teaser-small #fb-root,
  .teaser-small .fb-page,
  .teaser-small > .images-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .teaser-small > h2 {
    margin-bottom: 0;
    padding: 1rem 2rem; }
  .teaser-small.teaser-small--image-top > h2 {
    padding: 0 2rem; }
  .teaser-small .more-link-wrap {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: 0; }
    .teaser-small .more-link-wrap a {
      text-transform: uppercase;
      line-height: 1rem;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: .15em;
      width: auto;
      height: auto;
      display: inline-block;
      padding: 0.7rem 2rem;
      background: #287ba8;
      color: white;
      border-radius: .5rem;
      text-decoration: none !important; }
      .teaser-small .more-link-wrap a:before {
        display: none; }
  .teaser-small .images {
    margin-top: 0; }
  .teaser-small.teaser-ticker > h2 {
    min-height: auto;
    padding: 1rem 2rem; }
  .teaser-small.teaser-ticker > ul {
    border: none;
    height: 36rem; }

.teaser-cal {
  width: 97.5% !important; }
  @media (min-width: 64em) {
    .teaser-cal {
      width: 63.9% !important; } }
  .teaser-cal > h2 {
    background: #C8D6DA;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .teaser-cal h2 span:first-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .teaser-cal h2 span:last-child {
    padding-top: .3rem !important; }
  .teaser-cal .teaser-cal-item,
  .teaser-cal .teaser-cal-first-item {
    margin-bottom: 1rem; }
    @media (min-width: 480px) {
      .teaser-cal .teaser-cal-item .teaser-cal-image,
      .teaser-cal .teaser-cal-first-item .teaser-cal-image {
        width: 20%;
        margin-right: 2rem;
        float: left; } }
    .teaser-cal .teaser-cal-item p,
    .teaser-cal .teaser-cal-first-item p {
      font-weight: 600; }
    .teaser-cal .teaser-cal-item:after,
    .teaser-cal .teaser-cal-first-item:after {
      content: "";
      display: block;
      clear: both; }
  .teaser-cal .teaser-cal-first-item {
    background: #C8D6DA;
    padding-bottom: 2rem; }
    .teaser-cal .teaser-cal-first-item h2 {
      margin: 0; }
      .teaser-cal .teaser-cal-first-item h2 a {
        color: #2F617E !important; }
    @media (min-width: 480px) {
      .teaser-cal .teaser-cal-first-item .teaser-cal-image {
        width: 46%; }
      .teaser-cal .teaser-cal-first-item .teaser-cal-content {
        margin-left: 46%;
        padding-left: 2rem; } }

.top-link {
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .top-link a {
    text-transform: uppercase;
    font-weight: 600; }
    .top-link a:before {
      display: none; }
    .top-link a:after {
      display: inline-block;
      content: "";
      font-family: "mvp";
      transform: rotate(-90deg);
      margin-left: .5em; }

.anchor-menu li {
  padding-left: 0 !important; }
  .anchor-menu li:before {
    content: none !important; }

.anchor-menu a {
  text-transform: uppercase;
  font-weight: 600; }
  .anchor-menu a:before {
    line-height: 0 !important;
    margin-top: 0 !important;
    height: .3em !important;
    width: auto !important;
    display: inline-block !important;
    content: "" !important;
    font-family: "mvp" !important;
    font-size: 0.5em !important;
    transform: rotate(90deg) !important;
    margin-right: .5em !important; }

.space-1 {
  height: 1rem; }

.space-2 {
  height: 2rem; }

.space-3 {
  height: 3rem; }

.space-4 {
  height: 4rem; }

.accordion {
  border-bottom: 1px solid #ccdae2;
  margin-bottom: 2rem; }
  .accordion .accordion-trigger {
    cursor: pointer;
    color: #287ba8;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem;
    border-top: 1px solid #ccdae2; }
    .accordion .accordion-trigger:before {
      font-family: "mvp";
      display: inline-block;
      width: 2rem;
      content: "";
      font-weight: normal;
      vertical-align: top; }
    .accordion .accordion-trigger.active:before {
      content: ""; }
  .accordion .accordion-content {
    padding-left: 3.33rem;
    padding-right: 1rem;
    padding-bottom: 1rem; }
    .accordion .accordion-content h1, .accordion .accordion-content h2, .accordion .accordion-content h3, .accordion .accordion-content h4 {
      display: none; }

.mv-quiz {
  color: #287ba8;
  font-size: 18px;
  line-height: 1.6; }
  .mv-quiz p {
    margin: 0 0 1.6em 0; }
  .mv-quiz img {
    width: 100%;
    max-width: none; }
  .mv-quiz .button {
    cursor: pointer;
    width: auto;
    height: auto;
    display: inline-block;
    padding: .5rem 2rem;
    background: #287ba8;
    font-weight: 600;
    color: white;
    border: 1x solid #287ba8;
    border-radius: .5rem;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 268px;
    border: 1px solid #287ba8;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: .3rem; }
    .mv-quiz .button:before {
      display: none !important; }
    .mv-quiz .button.button--white {
      background: white;
      color: #287ba8; }
    .mv-quiz .button.button--disabled {
      color: rgba(40, 123, 168, 0.7);
      background: white;
      cursor: default; }
  .mv-quiz .mv-quiz-bigimage {
    margin-bottom: 1.5rem; }
  .mv-quiz .mv-quiz-label {
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    background: #287ba8;
    padding: 0 2rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .mv-quiz .mv-quiz-question-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 1em; }
  .mv-quiz .mv-quiz-question .button,
  .mv-quiz .mv-quiz-result .button {
    font-size: 14px; }
    .mv-quiz .mv-quiz-question .button.button--disabled,
    .mv-quiz .mv-quiz-result .button.button--disabled {
      display: inline-block; }
  .mv-quiz .mv-quiz-question {
    display: none; }
    .mv-quiz .mv-quiz-question .button {
      display: none; }
    .mv-quiz .mv-quiz-question.answered .button {
      display: inline-block; }
      .mv-quiz .mv-quiz-question.answered .button.button--disabled {
        display: none; }
  .mv-quiz .mv-quiz-result {
    display: none; }
  .mv-quiz.mv-quiz--landingpage .mv-quiz-result {
    display: block; }
  .mv-quiz .mv-quiz-answers {
    display: flex; }
    .mv-quiz .mv-quiz-answers .mv-quiz-answers-image {
      flex: 1;
      max-width: 270px; }
    .mv-quiz .mv-quiz-answers .mv-quiz-answers-options {
      flex: 1;
      position: relative; }
      .mv-quiz .mv-quiz-answers .mv-quiz-answers-options.mv-quiz-answers-options--result-text {
        padding-left: 2rem; }
      .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label {
        width: calc(100% - 2rem);
        font-size: 20px;
        background: white;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label:nth-child(3) {
          bottom: 0; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label input {
          display: none; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label span {
          display: block;
          width: 100%;
          height: 100%;
          padding: 20px;
          border: 1px solid #287ba8;
          border-radius: 3px;
          font-weight: 600;
          transition: all .3s; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label input:checked + span {
          color: white;
          background: #287ba8; }
  .mv-quiz .mv-quiz-buttons {
    padding-top: 3rem;
    text-align: right; }
  .mv-quiz .mv-quiz-intro .mv-quiz-buttons {
    padding-top: 1.4rem;
    text-align: left; }
  .mv-quiz .mv-quiz-correct-answers {
    display: none; }
    .mv-quiz .mv-quiz-correct-answers ol li {
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 1rem; }
      .mv-quiz .mv-quiz-correct-answers ol li span {
        display: block;
        padding: .5rem 0;
        font-size: 18px; }
  .mv-quiz .mv-quiz-share {
    margin-top: .3rem;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    float: left;
    max-width: 30%; }
    .mv-quiz .mv-quiz-share * {
      vertical-align: middle; }
    .mv-quiz .mv-quiz-share a {
      display: inline-block;
      margin: 0 .2em; }
      .mv-quiz .mv-quiz-share a:before {
        display: none !important; }
      .mv-quiz .mv-quiz-share a img {
        width: 1.5rem;
        height: auto; }
  @media (max-width: 1120px) {
    .mv-quiz .mv-quiz-share {
      float: none;
      display: block;
      max-width: none;
      margin-bottom: 2rem; } }
  @media (max-width: 840px) {
    .mv-quiz .mv-quiz-answers {
      display: block; }
      .mv-quiz .mv-quiz-answers .mv-quiz-answers-image {
        flex: none;
        max-width: 240px;
        margin: 0 0 2rem 0; }
      .mv-quiz .mv-quiz-answers .mv-quiz-answers-options {
        flex: none; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options.mv-quiz-answers-options--result-text {
          padding-left: 0rem; }
        .mv-quiz .mv-quiz-answers .mv-quiz-answers-options label {
          margin: 0 0 1rem 0;
          width: 100%;
          font-size: 20px;
          background: white;
          display: block;
          cursor: pointer;
          position: static;
          transform: none !important; } }

body.layout-30jahremv .teaser-cal > h2,
body.layout-30jahremv .teaser-cal .teaser-cal-first-item {
  background: #fbc33d; }

body.layout-30jahremv h1 .logo-link {
  max-width: 5em; }

body.layout-pagets__30jahremv .blue-gradient {
  background: linear-gradient(white, #287DA8); }

body.layout-pagets__30jahremv .green-gradient {
  background: linear-gradient(white, #018D56); }

body.layout-pagets__30jahremv .social-links-wrap {
  background: #018D56;
  color: white; }

.autocomplete__wrapper {
  position: relative;
  display: inline-block; }

.autocomplete__hint, .autocomplete__input {
  -webkit-appearance: none;
  border: 2px solid;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  width: 100%; }

.autocomplete__input {
  background-color: transparent;
  padding-top: 2em;
  border: none;
  border-bottom: 1px solid white;
  position: relative; }
  .autocomplete__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-size: 1.2em;
    opacity: 0.7; }
  .autocomplete__input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-size: 1.2em;
    opacity: 0.7; }
  .autocomplete__input:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-size: 1.2em;
    opacity: 0.7; }
  .autocomplete__input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-size: 1.2em;
    opacity: 0.7; }

.autocomplete__hint {
  color: #bfc1c3;
  position: absolute; }

.autocomplete__input--focused {
  outline-offset: 0; }

.autocomplete__input--show-all-values {
  padding: 4px 34px 4px 4px;
  cursor: pointer; }

.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px; }

.autocomplete__menu {
  /*border-top: 0;*/
  text-align: left;
  margin: 0;
  padding: 0.5em 0;
  width: 100%; }

.autocomplete__menu--visible {
  display: block; }

.autocomplete__menu--hidden {
  display: none; }

.autocomplete__menu--overlay {
  /*box-shadow: rgba(0, 0, 0, .256863) 0 2px 6px;*/
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100; }

.autocomplete__menu--inline {
  position: relative; }

.autocomplete__option {
  /*border-bottom: solid #bfc1c3;*/
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative; }

.autocomplete__option > * {
  pointer-events: none; }

.autocomplete__option:first-of-type {
  border-top-width: 0; }

.autocomplete__option:last-of-type {
  border-bottom-width: 0; }

/*.autocomplete__option--odd {*/
/*background-color: #fafafa*/
/*}*/
.autocomplete__option--focused, .autocomplete__option:hover {
  background-color: #287ba8;
  border-color: #287ba8;
  color: #fff;
  outline: 0; }

.autocomplete__option--no-results {
  background-color: #fafafa;
  color: #646b6f;
  cursor: not-allowed; }

.autocomplete__hint, .autocomplete__input, .autocomplete__option {
  font-size: 16px;
  line-height: 1.25; }

.autocomplete__hint, .autocomplete__option {
  padding: 0.4em 0.88em; }

@media (min-width: 641px) {
  .autocomplete__hint, .autocomplete__input, .autocomplete__option {
    font-size: 19px;
    line-height: 1.31579; } }

#service-navigation .mini-search {
  position: fixed;
  right: 0;
  top: 286px;
  z-index: 1000;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    #service-navigation .mini-search {
      top: auto;
      bottom: 1%; } }
  #service-navigation .mini-search .search-field {
    background-color: #287ba8;
    color: white;
    width: 51em;
    height: auto;
    min-height: 7em;
    padding: 2em 9em 0 2.5em;
    transition-duration: 0.6s;
    transition-property: transform;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: absolute;
    display: flex; }
    #service-navigation .mini-search .search-field > div {
      flex-grow: 1; }
    @media (max-width: 1024px) {
      #service-navigation .mini-search .search-field {
        width: 45em;
        min-height: 5em;
        padding: 1.25em 8em 0 1.5em; } }
    @media (max-width: 640px) {
      #service-navigation .mini-search .search-field {
        width: 100vw; } }
  #service-navigation .mini-search .search-field[data-state="open"] {
    transform: translateX(calc(-99% + 7em)); }
  #service-navigation .mini-search .autocomplete__input, #service-navigation .mini-search .input-search.ab1d-autocomplete {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    box-sizing: border-box;
    width: 100%;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent; }
    #service-navigation .mini-search .autocomplete__input:focus, #service-navigation .mini-search .input-search.ab1d-autocomplete:focus {
      outline: 1px dotted white; }
    #service-navigation .mini-search .autocomplete__input:invalid, #service-navigation .mini-search .input-search.ab1d-autocomplete:invalid {
      box-shadow: none; }
    @media (max-width: 1024px) {
      #service-navigation .mini-search .autocomplete__input, #service-navigation .mini-search .input-search.ab1d-autocomplete {
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        font-size: 21px; } }
  #service-navigation .mini-search .autocomplete__wrapper {
    display: block; }
  #service-navigation .mini-search .autocomplete__menu--hidden {
    display: block; }
    #service-navigation .mini-search .autocomplete__menu--hidden li {
      display: none; }
  #service-navigation .mini-search .autocomplete__option {
    color: white;
    padding: 0.4em;
    margin-left: 0;
    width: 100%;
    margin-bottom: 4px; }
    #service-navigation .mini-search .autocomplete__option:first-child {
      margin-top: 1em; }
      @media (max-width: 1024px) {
        #service-navigation .mini-search .autocomplete__option:first-child {
          margin-top: 0; } }
  #service-navigation .mini-search .autocomplete__option:hover {
    background: #287ba8;
    text-decoration: underline; }
  #service-navigation .mini-search .autocomplete__menu--visible:after {
    content: "Schließen \000D7";
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    right: -7em; }
    @media (max-width: 1024px) {
      #service-navigation .mini-search .autocomplete__menu--visible:after {
        right: -3em; } }
  #service-navigation .mini-search .autocomplete__option:focus,
  #service-navigation .mini-search .autocomplete__option--focused {
    background: transparent;
    outline: 1px dashed currentColor;
    text-decoration: underline; }
    #service-navigation .mini-search .autocomplete__option:focus:hover,
    #service-navigation .mini-search .autocomplete__option--focused:hover {
      background: #287ba8; }
  #service-navigation .mini-search .autocomplete__option--no-results {
    background-color: transparent; }
    #service-navigation .mini-search .autocomplete__option--no-results:hover, #service-navigation .mini-search .autocomplete__option--no-results:focus {
      text-decoration: none;
      background-color: transparent; }
  #service-navigation .mini-search button.search-icon-container {
    background-color: #287ba8;
    position: relative;
    z-index: 1001;
    border: none;
    width: 7em;
    height: 7em;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px; }
    #service-navigation .mini-search button.search-icon-container:focus {
      outline: 2px dotted white;
      outline-offset: -2px; }
    #service-navigation .mini-search button.search-icon-container .icon-suche_weiss {
      display: block;
      font-size: 2.7em;
      color: white;
      padding: 0.5em;
      padding-right: 0.8em; }
      #service-navigation .mini-search button.search-icon-container .icon-suche_weiss span {
        font-size: 0.4em;
        margin: 0;
        display: block; }
    @media (max-width: 1024px) {
      #service-navigation .mini-search button.search-icon-container {
        width: 5em;
        height: 5em; }
        #service-navigation .mini-search button.search-icon-container .icon-suche_weiss {
          font-size: 2em; } }
  #service-navigation .mini-search .autocomplete__option,
  #service-navigation .mini-search .autocomplete__menu {
    margin-left: 0;
    padding-left: 0; }

#mini-search-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  border: none;
  background-color: rgba(0, 0, 0, 0.7); }

#mobile-quick-search .formwrapper {
  display: flex; }
  #mobile-quick-search .formwrapper label {
    flex-grow: 1; }
  #mobile-quick-search .formwrapper input {
    width: 100%; }

#ab1dsearch_plugin {
  display: flex; }
  @media (max-width: 900px) {
    #ab1dsearch_plugin {
      display: block; } }
  #ab1dsearch_plugin p {
    margin-bottom: 0.3em;
    margin-top: 0;
    font-size: 1.125rem; }
  #ab1dsearch_plugin .wrapper-search h4 {
    text-transform: none;
    font-size: 1.4em;
    margin: 0 0 0.4em 0; }
  #ab1dsearch_plugin .ab1dsearch--result-container .list-teaser-item {
    margin-bottom: 2em; }
  #ab1dsearch_plugin .search-filter-portal {
    text-transform: uppercase;
    color: #287ba8;
    background: transparent;
    font-weight: bold;
    font-family: inherit;
    border: none;
    font-size: 1em;
    padding: 0; }
    #ab1dsearch_plugin .search-filter-portal:hover, #ab1dsearch_plugin .search-filter-portal:focus {
      text-decoration: underline; }
  #ab1dsearch_plugin .search-selected-portal {
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    color: #444; }
    #ab1dsearch_plugin .search-selected-portal:before {
      content: '';
      display: block;
      width: 0.2em;
      height: 1.5em;
      position: absolute;
      background: #203f5a;
      background: #287ba8;
      left: -0.6em; }
  #ab1dsearch_plugin .search-filter-portal + span {
    color: #287ba8; }
  #ab1dsearch_plugin .filter-list-search-results {
    min-width: 19em;
    margin-bottom: 2em; }
    #ab1dsearch_plugin .filter-list-search-results form {
      margin-bottom: 0.3em; }
  #ab1dsearch_plugin .wrapper-search {
    flex-grow: 1; }
  #ab1dsearch_plugin .ab1dsearch--result-sentence {
    color: #287ba8;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 2.5em;
    max-width: 40em; }
    #ab1dsearch_plugin .ab1dsearch--result-sentence em {
      font-weight: 700; }
  #ab1dsearch_plugin .ab1dsearch--pagination ul {
    display: flex;
    align-items: baseline; }
    @media (max-width: 768px) {
      #ab1dsearch_plugin .ab1dsearch--pagination ul {
        flex-flow: row wrap; } }
  #ab1dsearch_plugin .ab1dsearch--pagination li:first-child {
    padding-left: 0; }
  #ab1dsearch_plugin .ab1dsearch--pagination li::before {
    content: '';
    font-size: 0em; }
  #ab1dsearch_plugin .ab1dsearch--pagination li form {
    text-transform: uppercase;
    color: #287ba8;
    background: transparent;
    font-weight: 400;
    border: none;
    font-size: 1em;
    padding: 0; }
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--next {
    margin-left: auto; }
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--next button[disabled="1"] {
    background-color: #3F3F3F;
    opacity: 0.4; }
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--previous button[disabled="1"] {
    background-color: #3F3F3F;
    opacity: 0.4; }
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--previous {
    margin-right: auto; }
  @media (max-width: 768px) {
    #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--previous,
    #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--next {
      display: none; } }
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--next button,
  #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--previous button {
    border: none;
    background-color: #287ba8;
    padding: 0.4em 2.5em;
    border-radius: 5px; }
    #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--next button span,
    #ab1dsearch_plugin .ab1dsearch--pagination .ab1dsearch--previous button span {
      color: white; }
  #ab1dsearch_plugin .ab1dsearch--pagination .current-page {
    background: #C8D6DA;
    padding: 0.2em 0.7em;
    display: block; }
  #ab1dsearch_plugin .ab1dsearch--pagination button {
    background-color: transparent;
    border: none;
    padding: 0.5em 0.7em;
    font-family: inherit;
    color: #287ba8;
    font-weight: bold; }
  #ab1dsearch_plugin .ab1dsearch--internal-link {
    color: #287ba8;
    font-size: 1.2em; }
    #ab1dsearch_plugin .ab1dsearch--internal-link:before {
      content: '/&#62;';
      color: #287ba8;
      font-size: 1.2em; }
  #ab1dsearch_plugin .portal-icon-container {
    display: inline-block; }
    #ab1dsearch_plugin .portal-icon-container .portal-icon {
      width: 100%;
      height: 3em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center; }
    #ab1dsearch_plugin .portal-icon-container p {
      text-transform: uppercase;
      margin-top: 0;
      display: inline-block;
      text-align: left;
      font-size: 0.9em; }
  #ab1dsearch_plugin .portal-icon[data-portal="Landesportal"] {
    background-image: url("portal-icons/landesportal.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Digitales MV"] {
    background-image: url("portal-icons/digitalportal.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Serviceportal"] {
    background-image: url("portal-icons/stempel.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Europaportal"] {
    background-image: url("portal-icons/europaportal.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Willkommen in MV"] {
    background-image: url("portal-icons/willkommen_in_mv_2.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Karriereportal"] {
    background-image: url("portal-icons/karriere.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Regierungsportal"] {
    background-image: url("portal-icons/staatskanzlei_2.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Studieren mit Meerwert"] {
    background-image: url("portal-icons/studieren_mit_meerwert.svg"); }
  #ab1dsearch_plugin .portal-icon[data-portal="Kulturportal"] {
    background-image: url("portal-icons/kulturportal.svg"); }
