@charset "UTF-8";

iframe,
img,
table {
  max-width: 100%;
}


/*
 * artif grid system - DO NOT TOUCH
 */


/* grid container, contains divs with class row */

.container {
  margin: 0 auto;
  padding: 0;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}


/* grid row, contains divs with class col */

.row {
  margin: 0;
  padding: 0;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}


/* grid column, use custom 'w' classes for a propper segmenting. see section 'artif page layout' below */

.col {
  position: relative;
  min-height: 1em;
  padding: 0;
  float: left;
}


/*
 * LISTS
 */

.list {
  margin: 0;
  padding: 0;
}

.list > li {
  display: inline-block;
}


/* Stacked list */

.list--stacked > li {
  display: block;
}


/*
 * Quality guidelines
 *
 * Keep the code clean: Remove unused directives and useless comments. Preserve tab indention. Think!
 * Distinguish between block of different levels with differnet mubers of empty lines. Mayor blocks three, inferior block two ...
 * Document what you are doing. Comments are your friend.
 * In generall: Optimize readability for humans. Source optimization is done by TYPO3 or other helpers.
 * Prefer relative dimensions ('em' and '%') to static dimensions ('px'), but think!
 */


/*
 * artif page layout - fit to system needs
 * .w[Num]p := [Num]% (prefered)
 * .w[Num]px := [Num]px (try to avoid)
 */

.container {
  max-width: 974px;
}

.w50p {
  width: 50%;
}


/*
 * global styles - fit to system needs
 */

#login.hide-in-archive-mode,
#topnav.hide-in-archive-mode a[title="Volltextsuche"] {
  display: none;
}

body {
  color: #3e3d40;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 81.3%;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
  -ms-overflow-style: scrollbar;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 .65em 0;
  word-wrap: break-word;
  word-break: break-word;
}

h1 {
  /* see also color profiles */
  font-size: 1.538em;
  line-height: 1.2em;
}

h2 {
  font-size: 1.384em;
}

h3 {
  color: #919191;
  font-size: 1.384em;
}

h4 {
  font-size: 1em;
}

p {
  margin: 1em 0;
}

ul {
  list-style-image: url(../Images/bullet_lightgray.png);
}

ol {
}

li {
  font-weight: bold;
}

blockquote {
}

blockquote p {
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  outline: 0;
}

b,
strong {
}


/* tables */
.mfp-zoom-out-cur .table-responsiv,
.overlay--active .table-responsiv,
.overflow--hidden .table-responsiv {
  overflow-x: hidden;
}

.table-responsiv {
  overflow-x: scroll;
  width: calc(100vw - 40px);
  margin: 1.5em 0 2em;
}

@media (min-width: 768px) {
  .table-responsiv {
    width: 100%;
    overflow: inherit;
  }
}

table,
.ce-table,
.contenttable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
  max-width: 100%;
}

caption {
  color: #919191;
  font-size: 1.384em;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

.table caption,
.ce-table caption,
.contenttable caption {
  padding-left: 0;
}

td,
th {
  border: 1px solid #929292;
  padding: 0 15px;
  text-align: left;
  vertical-align: top;
}

table[border="0"] th,
table[border="0"] td {
  border: 0 none;
}

th[scope="col"] {
  border-bottom: 3px solid #3e3d40;
}

th[scope="row"] {
  border-right: 3px solid #3e3d40;
}


/* forms */

fieldset {
  padding: .5em 1em;
}

label {
  display: inline-block;
  width: 200px;
}

input {
  vertical-align: middle;
}

input[type="password"],
input[type="text"],
input.textfeld {
  border-width: 1px;
  border-top-color: #616161;
  border-right-color: #989898;
  width: 260px;
}

textarea {
  width: calc(100% - 20px);
}

@media (min-width: 980px) {
  textarea {
    width: 340px;
  }
}

input[type="password"],
input[type="text"],
input.textfeld,
textarea {
  padding: .25em .5em;
  background: #c7c7c7;
}

input[type="submit"],
input.btn,
input.button,
button {
  background: #c7c7c7;
  border: 0 none;
  padding: .25em 1em;
}

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


/* FCS CE-Table */

.contenttable th,
.ce-table th,
.contenttable td,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.contenttable thead th,
.ce-table thead th {
  font-weight: bold;
  border-bottom: 2px solid #dadada;
}

.contenttable th,
.contenttable td,
.ce-table th,
.ce-table td {
  border-top: 1px solid #dadada;
}

.contenttable-striped tbody tr:nth-of-type(odd),
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.contenttable-bordered th,
.contenttable-bordered td,
.ce-table-bordered th,
.ce-table-bordered td {
  border: 1px solid #dadada;
}

.radiobuttongroup label {
  display: inline;
}

.csc-mailform-check,
.csc-mailform-radio {
  margin-right: 10px;
}


/* filelists */

.csc-uploads td,
.csc-uploads td p {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.csc-uploads td.csc-uploads-icon {
  padding-right: 5px;
}

.csc-uploads td.csc-uploads-icon img {
  vertical-align: middle;
}


/*@media (max-width: 376px) {
  [data-ce-columns] .ce-column,
  [data-ce-columns] .image,
  [data-ce-columns] img {
    width: 100%;
  }

  [data-ce-columns] .image {
    margin-bottom: 10px;
  }
}*/


/* CKEditor */

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}


/*
 * HEAD
 */

#head {
  /* see also color profiles */
  display: block;
  position: relative;
  min-height: 166px;
  color: #fff;
  background-size: contain;
  word-wrap: break-word;
}

#head a {
  color: #fff;
}

#head h1 {
  font-size: 2.462em;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  padding: 110px 20px 20px 20px;
  margin: 0;
  top: auto;
}

@media (min-width: 980px) {
  #head h1 {
    text-align: left;
    font-size: 2.462em;
    line-height: 1.2em;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 35px;
    left: 20px;
    right: auto;
  }
}

#head .school {
  font-weight: 300;
}

#head #logo {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
}

#head #logo img {
  max-height: 72px;
  width: auto;
}

@media (min-width: 980px) {
  #head #logo {
    display: block;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
  }

  #head #logo img {
    height: auto;
    width: auto;
  }
}

#login {
  bottom: auto;
  left: auto;
  right: 80px;
  top: 20px;
  position: absolute;
  text-transform: uppercase;
}

#login p {
  margin: 0;
}

#login a {
  font-weight: bold;
  padding: 10px;
}

@media (min-width: 980px) {
  #login {
    bottom: 0;
    left: 20px;
    right: auto;
    top: auto;
  }

  #login p {
    margin: 1em 0;
  }

  #login a {
    padding: 0;
  }
}


/*!
 * Hamburgers
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
}

.hamburger {
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 11px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  right: 0;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}


/** Hamburger Spin **/

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.js-is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.js-is-active {
  position: fixed;
}

.hamburger--spin.js-is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.js-is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-navigation {
  z-index: 15;
  display: none;
}

.overlay {
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: #1c98be;
}

.mobile-navigation__list {
  list-style-image: none;
  margin: 50px 20px 10px 20px;
  text-align: right;
}

.mobile-navigation__link {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-navigation__item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
}

.mobile-navigation__item:last-child {
  border-bottom: none;
}


/*Has Sub*/

.mobile-navigation__list-sub {
  margin: 0 20px 10px 0;
}

.mobile-navigation__list-sub .mobile-navigation__item:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.3);
}

.mobile-navigation__item--has-sub > .mobile-navigation__link,
.mobile-navigation__item--has-sub .mobile-navigation__item--has-sub > .mobile-navigation__link,
.mobile-navigation__item--has-sub .mobile-navigation__item--has-sub .mobile-navigation__item--has-sub > .mobile-navigation__link {
  margin-left: -20px;
}

.mobile-navigation__item--has-sub .mobile-navigation__link-icon {
  position: relative;
  -webkit-transition: -webkit-transform 90ms ease;
  transition: -webkit-transform 90ms ease;
  -o-transition: transform 90ms ease;
  transition: transform 90ms ease;
  transition: transform 90ms ease, -webkit-transform 90ms ease;
}

.mobile-navigation__item--has-sub .mobile-navigation__link-icon:after {
  content: "";
  bottom: 3px;
  left: 8px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  -webkit-transition: -webkit-transform 90ms ease;
  transition: -webkit-transform 90ms ease;
  -o-transition: transform 90ms ease;
  transition: transform 90ms ease;
  transition: transform 90ms ease, -webkit-transform 90ms ease;
}

.mobile-navigation__item--has-sub .mobile-navigation__link-icon:hover:after {
  border-color: transparent transparent transparent #000000;
}

.js-mobile-navigation__item--active > .mobile-navigation__link > .mobile-navigation__link-icon:after,
.mobile-navigation__item--current.js-mobile-navigation__item > .mobile-navigation__link > .mobile-navigation__link-icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent transparent transparent #ffffff;
}

.mobile-navigation__item--current.js-mobile-navigation__item > .mobile-navigation__link--current > .mobile-navigation__link-icon:after {
  border-color: transparent transparent transparent #000000;
}

#head .mobile-navigation__link--active,
#head .js-mobile-navigation__item--active > .mobile-navigation__link {

}

.js-mobile-navigation__list {
  display: none;
  -webkit-transition: display 0.2s ease;
  -o-transition: display 0.2s ease;
  transition: display 0.2s ease;
}

.js-mobile-navigation__item--active > .js-mobile-navigation__list {
  display: block;
  -webkit-transition: display 0.5s ease;
  -o-transition: display 0.5s ease;
  transition: display 0.5s ease;
}

.mobile-navigation__item--current.mobile-navigation__item--has-sub > .js-mobile-navigation__list {
  display: block;
}

.top-nav.mobile-navigation__list {
  margin-top: 10px;
}

.top-nav.mobile-navigation__list:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  margin-top: -5px;
}


.mobile-navigation__list {
  margin: 0;
  padding: 50px 20px 10px 20px;
}

.mobile-navigation__list-sub {
  background: rgba(0, 0, 0, 0.0125);
  padding: 0 20px 0 0;
}

#topnav {
  bottom: 0;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  word-spacing: 10px;
}

#topnav a {
  margin-left: 15px;
}

#topnav a:hover,
#topnav a.act {
  color: #000;
}

#head .mobile-navigation__link:hover {
  color: #000;
}

#head .mobile-navigation__item--active > .mobile-navigation__link--active {
  color: #000;
  font-weight: normal;
}

#head .mobile-navigation__item--active > .mobile-navigation__link--active .mobile-navigation__link-icon:after {
  border-color: transparent transparent transparent #000000;
}

#head .mobile-navigation__item--active > .mobile-navigation__link--active.mobile-navigation__link--current {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#head .mobile-navigation__item--active > .mobile-navigation__link--active {
  font-weight: normal;
}

#head .siegel {
  display: none;
  position: absolute;
  right: -30px;
  top: 265px;
}

@media (min-width: 980px) {
  #head .siegel {
    display: block;
  }
}


/*
 * Teaser
 */

#teaser {
  border-bottom: 1px solid #fff;
  line-height: 0;
  overflow: hidden;
}

#teaser img {
  border-top: 1px solid #fff;
  display: block;
}


/*
 * Horizontal navigation
 */

#hnav {
  background: #353535;
  font-size: .846em;
  text-transform: uppercase;
}

#hnav p {
  font-weight: bold;
  line-height: 2em;
  margin: 0 0 0 20px;
}

#hnav a {
  color: #c7c7c7;
  margin-right: 25px;
}

#hnav a:hover,
#hnav a.act {
  color: #fff;
}


/*
 * Rootline
 */

#rootline {
  background: #fff;
  font-size: .846em;
}

#rootline p {
  margin: 15px 0 15px 20px;
  text-transform: uppercase;
}

#rootline a {
  background: #fff url(../Images/bullet_gray.png) 0 50% no-repeat;
  color: #3e3d40;
  margin-right: 9px;
  padding-left: 15px;
}


/*
 * LBAR
 */

#lbar {
  width: 240px;
  padding: 0 0 0 20px;
}


/* Vertical navigation */

#vnav ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style-image: none;
  list-style: none;
}

#vnav a {
  color: #3e3d40;
  font-size: .923em;
  font-weight: bold;
}

#vnav a:hover {
  color: #919191;
}

#vnav .lvl1 > a {
  font-size: 1.077em;
}

#vnav .lvl2, #vnav  {
  /* see also color profiles */
  margin-left: 18px;
}

#vnav .lvl2.act {
  /* see also color profiles */
}

#vnav .lvl2.act > a,
#vnav .lvl3.act > a,
#vnav .lvl4.act > a,
#vnav .lvl5.act > a,
#vnav .lvl6.act > a
{
  color: #919191;
}

#vnav .lvl3,
#vnav .lvl4,
#vnav .lvl5,
#vnav .lvl6 {
  line-height: 1.4em;
  padding-bottom: .3em;
  margin-left: .5rem;
}


/*
 * MAIN
 */

#main {
  padding: 20px;
  max-width: 934px;
  word-wrap: break-word;
}

@media (min-width: 980px) {
  #main {
    max-width: 627px;
    padding: 0 36px;
  }
}

#main a:hover {
  text-decoration: underline;
}


/* indexed_search */

.tx-indexedsearch-res {
  margin: 2em 0;
}

.tx-indexedsearch-res p {
  font-style: italic;
}

.tx-indexedsearch-res p.metadata {
  padding: 5px;
  background-color: #F1F2F4;
  border: 1px solid #D2D3D5;
  border-width: 1px 0;
  font-style: normal;
  font-size: 0.9em;
}

.tx-indexedsearch-res p.percent {
  float: right;
  width: 4em;
  text-align: right;
  font-style: normal;
  font-size: 0.9em;
  background-color: transparent;
}

.tx-indexedsearch-redMarkup {
  background-color: #ffff66;
}

.tx-indexedsearch-sw {
  font-weight: bold;
  font-style: italic;
}

.tx-indexedsearch-browsebox {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tx-indexedsearch-browsebox > li {
  display: inline-block;
  margin-right: 0.5em;
}

.tx-indexedsearch-browsebox > li a {
  background: #f6f6f6;
  border: 1px solid #dddd;
  display: inline-block;
  padding: 0.5em 1em;
}

.ce-intext .image-caption {
  font-size: 80%;
  line-height: 1.3em;
  margin-top: 5px;
  color: #757575;
}


/*
 * FOOT
 */

#foot {
  border-top: 1px solid #6f6f6f;
  color: #6f6f6f;
  margin-top: 20px;
  text-transform: uppercase;
}

#foot a {
  color: #6f6f6f;
}

#foot .sub {
  font-size: 1.4em;
}

#foot .sub b {
  display: inline-block;
}

#foot .meta {
  font-size: .8em;
}

#foot .meta,
#foot .sub {
  margin: 20px;
  text-align: center;
  word-break: break-word;
}

@media (min-width: 640px) {
  #foot {
    margin-bottom: 40px;
  }

  #foot .sub {
    float: left;
    margin: 10px 0 0 20px;
    word-break: keep-all;
  }

  #foot .meta {
    margin: 12px 0 0 371px;
  }

  #foot .meta,
  #foot .sub {
    text-align: left;
  }
}

/* Magnific Popup*/
.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}

.mfp-bg {
  background-color: #fff;
  opacity: 0.9;
}

.mfp-figure::after {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  background: transparent;
}

.mfp-arrow {
  z-index: 2000;
}

.mfp-arrow {
  opacity: 0.35;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close,
.mfp-close,
.mfp-title,
.mfp-counter {
  color: #3e3d40;
}

.mfp-title {
  padding-right: 55px;
}

.mfp-ajax-holder .mfp-content #loginbox {
  display: none;
}

/*
 * Loginbox
 */

#loginbox {
  background: white;
  margin: 0 auto;
  padding: 16px;
  max-width: 306px;
  position: relative;
  display: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.mfp-content #loginbox {
  display: block;
}

#loginbox p {
  margin-top: 0;
}

#loginbox .csc-mailform-field {
  display: block;
  padding-bottom: 15px;
}

#loginbox .csc-mailform-field.last {
  text-align: right;
}

#loginbox fieldset div {
  padding-right: 1em;
}

#loginbox label {
  max-width: 125px;
}

#loginbox input[type="password"],
#loginbox input[type="text"] {
  width: 100%;
}

#loginbox input[type="submit"] {
  margin-top: 8px;
}

#loginbox .csc-mailform-submit {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}


/* Datenschutzerklärung in magnific popup */

.mfp-close-btn-in #loginbox .mfp-close {
  position: absolute;
  top: -36px;
  right: -16px
}

.mfp-ajax-holder .mfp-content {
  max-width: 700px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  margin-top: 40px;
  height: calc(100% - 40px);
  overflow-y: auto;
}

.mfp-ajax-holder {
  padding: 0;
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .mfp-ajax-holder .mfp-content {
    margin-bottom: 40px;
    height: calc(100% - 80px);
  }

  .mfp-ajax-holder {
    padding: 0 20px;
  }
}

.mfp-ajax-holder.mfp-container::before {
  height: auto;
}

.mfp-ajax-holder .mfp-content #head h1 {
  padding-top: 40px;
}

@media (min-height: 980px) {
  .mfp-ajax-holder .mfp-content #head h1 {
    padding-top: 0;
  }
}

.mfp-ajax-holder .mfp-close {
  right: 4px;
}

.overflow--hidden {
  overflow: hidden;
}

@media (min-width: 980px) {
  .overflow--hidden {
    overflow: auto;
  }
}


/*
 * HIDDEN & VISIBLE
 *
 * Must be last as it has to overwrite other display-rules.
 */

.hidden {
  display: none;
}

.visible {
  display: block;
}

.visible-inline {
  display: inline;
}

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


/*
 * MEDIA QUERY - XS
 */

@media (min-width: 330px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Width classes
   */
  .w20p--xxs {
    width: 20%;
  }

  .w25p--xxs {
    width: 25%;
  }

  .w33p--xxs {
    width: 33.3333333333%;
  }

  .w40p--xxs {
    width: 40%;
  }

  .w50p--xxs {
    width: 50%;
  }

  .w60p--xxs {
    width: 60%;
  }

  .w80p--xxs {
    width: 80%;
  }

  .w100p--xxs {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--xxs {
    display: none;
  }

  .visible--xxs {
    display: block;
  }
}


/*
 * MEDIA QUERY - XS
 */

@media (min-width: 480px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Width classes
   */
  .w20p--xs {
    width: 20%;
  }

  .w25p--xs {
    width: 25%;
  }

  .w33p--xs {
    width: 33.3333333333%;
  }

  .w40p--xs {
    width: 40%;
  }

  .w50p--xs {
    width: 50%;
  }

  .w60p--xs {
    width: 60%;
  }

  .w80p--xs {
    width: 80%;
  }

  .w100p--xs {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--xs {
    display: none;
  }

  .visible--xs {
    display: block;
  }
}


/*
 * MEDIA QUERY - S
 */

@media (min-width: 640px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Width classes
   */
  .w20p--s {
    width: 20%;
  }

  .w25p--s {
    width: 25%;
  }

  .w33p--s {
    width: 33.3333333333%;
  }

  .w40p--s {
    width: 40%;
  }

  .w50p--s {
    width: 50%;
  }

  .w60p--s {
    width: 60%;
  }

  .w80p--s {
    width: 80%;
  }

  .w100p--s {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--s {
    display: none;
  }

  .visible--s {
    display: block;
  }

  .visible-inline--s {
    display: inline;
  }

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


/*
 * MEDIA QUERY - M
 */

@media (min-width: 768px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Width classes
   */
  .w20p--m {
    width: 20%;
  }

  .w25p--m {
    width: 25%;
  }

  .w33p--m {
    width: 33.3333333333%;
  }

  .w40p--m {
    width: 40%;
  }

  .w50p--m {
    width: 50%;
  }

  .w60p--m {
    width: 60%;
  }

  .w80p--m {
    width: 80%;
  }

  .w100p--m {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--m {
    display: none;
  }

  .visible--m {
    display: block;
  }

  .visible-inline--m {
    display: inline;
  }

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

@media (min-width: 980px) {
  /*
  * HIDDEN & VISIBLE
  */
  .hidden--ml {
    display: none;
  }

  .visible--ml {
    display: block;
  }

  .visible-inline--ml {
    display: inline;
  }

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


/*
 * MEDIA QUERY - L
 */

@media (min-width: 1024px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Width classes
   */
  .w20p--l {
    width: 20%;
  }

  .w25p--l {
    width: 25%;
  }

  .w33p--l {
    width: 33.3333333333%;
  }

  .w40p--l {
    width: 40%;
  }

  .w50p--l {
    width: 50%;
  }

  .w60p--l {
    width: 60%;
  }

  .w80p--l {
    width: 80%;
  }

  .w100p--l {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--l {
    display: none;
  }

  .visible--l {
    display: block;
  }
}


/*
 * MEDIA QUERY - XL
 */

@media (min-width: 1200px) {
  /*
   * HELPER & COMPONENTS
   */
  /*
   * Page layout
   */
  /*
   * Width classes
   */
  .w20p--xl {
    width: 20%;
  }

  .w25p--xl {
    width: 25%;
  }

  .w33p--xl {
    width: 33.3333333333%;
  }

  .w40p--xl {
    width: 40%;
  }

  .w50p--xl {
    width: 50%;
  }

  .w60p--xl {
    width: 60%;
  }

  .w80p--xl {
    width: 80%;
  }

  .w100p--xl {
    width: 100%;
  }

  /*
   * HIDDEN & VISIBLE
   */
  .hidden--xl {
    display: none;
  }

  .visible--xl {
    display: block;
  }
}
