/* BaWueSansWeb-regular - latin */
@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-Regular.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family:'BaWueSerif';
src: url('/fileadmin/templates/fonts/BaWueSerifWeb-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family:'BaWueSerif';
src: url('/fileadmin/templates/fonts/BaWueSerifWeb-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "BaWueSansWeb", Helvetica Neue, Helvetica, Arial, Verdana;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  color: #000000;
  box-sizing: padding-box;
  background: #fff;
  /* overflow: hidden; */
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 600;
}

a:hover {
  color: #cf205b;
}

a.ui-button:hover {
  color: #fff;
}

.content-outer .external-link, .content-outer .external-link-new-window,
.content-outer .internal-link, .content-outer .internal-link-new-window {
  padding-left: 14px;
  display: block;
}

.content-outer .content .external-link, .content-outer .content .external-link-new-window,
.content-outer .content .internal-link, .content-outer .content .internal-link-new-window {
  padding-left: 14px;
  display: inline-block;
}

.content-outer .external-link, .content-outer .external-link-new-window {
  background: url(../media/external-icon.gif) no-repeat left 6px;
}

.content-outer .content .external-link, .content-outer .content .external-link-new-window {
  background: url(../media/external-icon.gif) no-repeat left 8px;
}

.content-outer .internal-link, .content-outer .internal-link-new-window {
  background: url(../media/internal-icon.gif) no-repeat left 6px;
}
.content-outer .content .internal-link, .content-outer .content .internal-link-new-window {
  background: url(../media/external-icon.gif) no-repeat left 8px;
}

h1, h2, h3, h4, h5 ,h6 {
  font-family: "BaWueSerif", Times, serif;
  font-weight: normal;
}

h1 a {
  font-weight: 400;
  color: #ac3457;
}

h1 {
  font-size: 230%;
  color: #ac3457;
  line-height: 1.15em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content h1 {
  margin-bottom: 15px;
}

h2 {
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 15px 0 10px 0;
  color: #ac3457;
}
h3 {
  font-size: 1.4em;
  color: #444;
  margin: 15px 0 10px 0;
}
h4 {
  font-size: 1.25em;
  color: #444;
  margin: 10px 0 5px 0;
}

h5 {
  font-size: 1.3em;
  background: #cf205b;
  line-height: 1.6em;
  padding: 0 5px;
  color: #fff;
  width: auto;
  display: inline;
}

h6 {
  font-weight: bold;
}

.context h1 {
  font-size: 1.6em;
  margin: 10px 0;
}

.context h1 a {
  font-weight: normal;
}
.context h2 {
  color: #ac3457;
  margin: 10px 0;
  font-size: 1.25em;
  line-height: 1.1em;
}

p {
  margin: 10px 0
}

sup {
  line-height: 60%;
}

ul {
  margin: 0px 0 0 20px;
  padding: 0;
}

.mainnav ul {
  margin: 0;
}

table {
    text-align: left;
}

fieldset {
    border: none;
}

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

.clearer {
  clear: both !important;
  float:none !important;
}

.redtext {
  color:#ac3457;
}

.grey {
  color: #999;
}

#wrapper {
  width: 100%;
  box-sizing: padding-box;
}

.ce-intext .ce-gallery {
  max-width: 50%;
  padding-top: 10px;
}

.ce-gallery .image a {
  border-bottom: 2px solid #fff;
  display: inline-block;
}

#main-teaser-content .ce-gallery .image a,
#startseite .teaser .ce-gallery .image a {
  border-bottom: 0px solid #fff;
}

.ce-gallery .image a:hover {
  border-bottom: 2px solid #ac3457;
}

#main-teaser-content .ce-gallery .image a:hover,
#startseite .teaser .ce-gallery .image a:hover {
  border-bottom: 0px solid #fff;
}

#sbOverlay {
  display: none !important;
}

#sbCenter, #sbBottomContainer {
  box-shadow: 5px 5px 8px #5e5e5e;
}

/************************************/
/* accordion */
/************************************/

.accordion header {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #e6e6e6;
  margin-top: 8px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.accordion.active header,
.accordion header:hover {
  background: #ac3457;
}

.accordion h2 {
  margin: 0;
  color: 000;
  font-size: 120%;
  transition: all 0.3s linear;
}

.accordion.active header:after,
.accordion.active header h2,
.accordion header:hover:after,
.accordion header:hover h2 {
  color: #fff;
  letter-spacing: 0.2px;
}

.accordion header:after {
  content:"➔";
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
  width: 10px;
  height: 20px;
  transform-origin: center;
}

.accordion.active header:after {
  content:"➔";
  transform: rotate(-90deg);
}

div.content h3.accordion_open {
  background: #fbedf1;
}

.accordion .ce-textpic {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 1000ms;
  padding: 0 5px;
}

.accordion.active .ce-textpic {
  opacity: 1;
  overflow: all;
  max-height: 800px;
}

/************************************/
/* Kachel */
/************************************/

.kachel {
  position: relative;
}

.kachel header a {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgba(172, 52, 86, 0.5);
  padding: 5px;
  transition: all 1s;
}

.kachel h2 {
  font-size: 140%;
  font-weight: 100;
  font-family: "BaWueSansWeb", Helvetica Neue, Helvetica, Arial, Verdana;
}

@media (max-width: 1110px) {
  .kachel h2 {
    font-size: 110%;
  }
}

@media (max-width: 820px) {
  .kachel h2 {
    font-size: 100%;
  }
}

.kachel header a:hover {
  background: rgba(172, 52, 86, 0.85);
}

.kachel .ce-gallery img {
  transition: all 1s;
}

.kachel:hover .ce-gallery img {
  transform: scale(1.2);
}

.kachel .ce-gallery {
  margin-bottom: 0px !important;
}

/* pie chart */

.chartwrap {
  max-width: 100%;
  overflow: auto;
  min-height: 320px;
}

#chart-area {
  margin: 0 auto;
}

#canvas-holder {
  float:left;
  width:300px;
  text-align: center;

}


/* tabellen */
.tbl {
  color: #333333;
}

.tbl td {
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.tbl .t-header {
  background: #494949;
}

.tbl .t-header h3 {
  color: #e6e6e6 !important;
  margin: 0;
  text-transform: uppercase;
  font-family: "BaWueSansWeb", Helvetica, Arial, Verdana;
  font-size: 1em;
}

.tbl tr td ul {
  margin: 0 0 0 15px;
}

.tbl .t-cell:nth-of-type(odd){
  background: #e4849f;
}

.tbl .t-cell:nth-of-type(even) {
  background: #f1c1cf;
}

.tbl .t-row:nth-of-type(odd) {
  background: #e4849f;
}

.tbl .t-row:nth-of-type(even) {
  background: #f1c1cf;
}

.chart-table {
  padding-left: 10px;
}

.chart-table td {
  padding: 2px 15px 2px 0;
  vertical-align: top;
  min-width: 60px;
}


/* Header */

#header {
  position: fixed;
  z-index: 1111;
  width: 100%;
  transition: all 1000ms;
  background: #fffef9;
}

.topline {
  background: #fffef9;
  font-size: .85em;
  color: #5e6062;
  height: auto;
  transition: all 1000ms;
  height: 150px;
}

.smallHead .topline {
  height: 80px;
}

.topline .centering {
  padding: 0 10px !important;
  position: relative;
}

#header.smallHead .topline > .centering {
  height: 80px;
  display: flex;
  justify-content: flex-start;
}

.topline .mwk {
    transition: all 800ms;
    max-width: 280px;
    width: 280px;
    display: block;
    padding: 15px 0 0 0;
}

#header.smallHead .topline .mwk {

  position: absolute;
}

.logoMWK {
  width: 250px;
}

.logo h3 {
  color: #ac3457;
  font-size: 250%;
  padding: 10px 0;
  margin-top: 0px;
  line-height: 100%;
}

#header.smallHead .topline .mwk {
  transform-origin: top left;
  top: 8px;
  margin-top: -150px;
}

#header.smallHead .topline h3 {
  font-size: 160%;
  margin-top: 0px;
  padding-left: 0px;
  line-height: 110%;
}

#header.smallHead .topline .logo {
  margin-top: 6px;
  padding-left: 10px;
  width: 100%;
}

#header.smallHead .login {
  top: 6px;
  right: 60px;
}

#header.smallHead .lang {
  top: 12px;
}

.logo-small {
  position: absolute;
  height: 20px;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 0px;
    transition: all 600ms;
    opacity: 0;
}

#header.smallHead .logo-small {
  position: relative;
  margin-left: 0px;
  margin-top: 16px;
  opacity: 1;
  top: 0px;
}

.logo-small img {
  height: 20px;
  width: auto;
  max-width: none !important;
}

.centering {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px;
}

.mobile-switch {
  position: absolute;
  padding: 5px 0 5px 0;
  color: #ccc;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
  line-height: 26px;
  text-transform: uppercase;
}

.navline {
  background: #717171;
  height: 38px;
  padding: 0 10px;
  border-top: 0px solid #ac3457 ;
  transition: all 1000ms;
  padding: 0px;
}
.navline .centering {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.navline .centering {
  width: 100%;
}

label {
  color: #777;
  font-weight: 600;
}

textarea,
input {
  line-height: 130%;
  padding: 3px 5px;
  background-color: rgba(224, 224, 224, 0.5);
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

.topBar input[type=text],
.topBar input[type=password] {
  width: 106px;
  color: #444;
  margin: 0;
}

input:hover {
  background-color: rgba(230,209,209,0.7);
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #717171;
}

input[type=submit], button.submit, a.submit {
  background: #ac3457;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

button.submit, a.submit, .ui-widget input[type=submit] {
  font-size:110%;
  border:none;
  cursor:pointer;
}

a.submit, .content a.submit {
    padding:4px 20px;
    color:#fff;
}

input[type=submit]:hover, input[type=submit][disabled=disabled], button[disabled=disabled], button.submit:hover, a.submit:hover {
  background: #666;
}

.login input[type=text]:hover::-webkit-input-placeholder, .login input[type=password]:hover::-webkit-input-placeholder {
  color: #444;
  background: rgba(209,209,209,1);
  -webkit-transition: color 0.8s, background 0.8s;
}

.submit.minipfeil, .login .tx-felogin-pi1 form input.submit.minipfeil {
    width: 2.5em;
    height: 20px;
}

.login .tx-felogin-pi1 form {
  display: flex;
  color: #fff;
  padding: 4px 0px;
}

.login .tx-felogin-pi1 form input.submit.minipfeil {
    width: 2.5em;
    width: 40px;
    background: url(../media/submit_button_b.png) rgba(209,209,209,0.7) no-repeat center;
}

.login .tx-felogin-pi1 form input.submit.minipfeil:hover {
    background: url(../media/submit_button_b.png) rgba(209,209,209,1) no-repeat center;
    transition: color 0.8s, background 0.8s;
}

.login .tx-felogin-pi1 .username {
  margin-right: 5px;
}

/* fuer Content Fe-Login */
.tx-felogin-pi1 h3 {
    margin-bottom: 15px;
}

.tx-felogin-pi1 label {
  display: inline-block;
  width: 150px;
}

.tx-felogin-pi1 form input {
    width: 230px;
    margin: 3px 0;
}


.tx-felogin-pi1 form input[type=submit] {
    margin-left: 153px;
}

/* ENDE fuer Content Fe-Login */

.search {
  padding: 4px 5px;
}

.search .submit.minipfeil, .tx-nz-best-ext .submit.minipfeil  {
  background: url(../media/submit_button_w.png) rgba(0,0,0,0.8) no-repeat center;
  float: left;
  margin-left: 3px;
  width: 3.56em;
  width: 40px;
  margin: 0 0 0 3px;
}

.search .submit.minipfeil:hover  {
  background: url(../media/submit_button_w.png) rgba(0,0,0,1) no-repeat center;
}

.tx-nz-best-ext .submit.minipfeil {
    margin: 0;
    float: none;
}

.tx-nz-best-ext .submit.minipfeil:hover {
    background: url(../media/submit_button_b.png) rgba(209,209,209,1) no-repeat center;
    transition: color 0.8s, background 0.8s;
}

.search input[type=text] {
  float:left;
  background: rgba(255,255,255,0.8);
  color: #000;
  height: 20px;
}

.search input::placeholder {
  color: #666;
}

.search input:hover::placeholder {
  color: #000;
  transition: color 0.8s;
}

.search input[type=button]:hover {
  background:url(../media/submit_button_b.png) #dfdfda no-repeat center;
  transition: background 0.4s;
}


/* GLOBALE SUCHFUNKTION */
.tx-indexedsearch .percent-tmpl-css {
  margin-top: 0em !important;
}
.tx-indexedsearch .res-tmpl-css {
  margin-bottom: 2em !important;
}

.tx-indexedsearch .tx-indexedsearch-whatis,.tx-indexedsearch .tx-indexedsearch-browsebox {
  display: table;
  margin: 20px 0 !important;
  float: right;
}

.tx-indexedsearch .tx-indexedsearch-browsebox{
  float: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
  margin: 0;
}

.tx-indexedsearchsw {
    fontweight: bold;
    fontstyle: italic;
}

.tx-indexedsearch .tx-indexedsearchbrowsebox li {
  display: inline;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-sword {
  width: calc(100% - 110px) !important;
  display: inline-table;
  padding: 5px 5px 5px 6px;
}

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

.tx-indexedsearch .tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-form label{
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-button {
  margin: 0;
  display: inline-table;
}
.tx-indexedsearch .tx-indexedsearch-res h3 a {
  color: #717171;
}
.tx-indexedsearch .tx-indexedsearch-res h3 a:hover {
  color: #ac3457;
}

.tx-indexedsearch p.tx-indexedsearch-descr {
  line-height: 1.45em;
  margin: 5px 0 8px 0;
}

.tx-indexedsearch-redMarkup {
  color: #cf205b !important;
  background:  #f4d1dd;
  padding: 0 3px 0 2px;
  font-weight: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee;
}

dt.tx-indexedsearch-text-item-path {
  float:left;
}

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

.tx-indexedsearch .tx-indexedsearch-info {
  padding: 2px 4px 3px 7px;
}

.tx-indexedsearch .extended-search-fields {
  margin: 35px 0 27px 0;
  width: 93%;
}
.tx-indexedsearch .extended-search-fields .row-field {
  margin: 0;
}
.tx-indexedsearch .extended-search-fields .row-field label {
  width: 20% !important;
}
.tx-indexedsearch .extended-search-fields .row-field span.ui-selectmenu-button {
  width: calc(70% + 4px) !important;
}

.tx-indexedsearch .extended-search-fields .row-field.fifty span.ui-selectmenu-button {
  width: 35% !important;
}
.tx-indexedsearch .extended-search-fields .row-field input#tx_indexedsearch_extResume {
  position: relative;
  top: 6px;
}


/* GLOBALE SUCHFUNKTION - ende */

input[type=button], input[type=submit] {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
}

ul.mainnav {
  margin: 0px 0 3px 0;
}

ul.mainnav, ul.footnav_main {
  font-size: .85em;
}
ul.mainnav > li, ul.footnav_main li, ul.footnav_nav li {
  float: left;
  white-space: nowrap;
  line-height: 29px
}
ul.footnav_main li a, ul.footnav_nav li a {
  height: 100%;
  padding: 0 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  box-sizing: padding-box;

}

.mainnav li {
  list-style: none;
}

.mainnav > li > a {
  height: 100%;
  padding: 0 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  line-height: 38px;
}

@media (max-width: 820px) {
  .mainnav > li > a {
    padding: 0 8px;
  }
}

.mainnav > li.active > a{
  color:#ac3457;
  text-decoration: none;
  background: #ac3457;
  color: #fff;
}

.mainnav > li > a:hover,
.mainnav > li:hover > a {
  color: #000;
  text-decoration: none;
  background: #e6e6e6;
}

.dropdown {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 100%;
  background: #eee;
  border-bottom: 3px solid rgba(115,115,115,.4);
  box-shadow: 0px 7px 9px rgba(0,0,0,.1);
  z-index: 1000;
  column-count: 3;
  column-gap: 40px;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  min-width: 300px;
}

.dropdown.noColumns {
  column-count: 1;
  left: auto;
  width: auto;
}

.mainnav li:hover .dropdown {
  display: block;
  pointer-events: auto;
}

ul.main_dropdown li {
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.main_dropdown ul {
  column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
}

ul.main_dropdown li a {
  font-family: "BaWueSerif", Times, serif;
  font-weight: 700;
  font-size: 135%;
}

ul.main_dropdown li ul li a {
  font-family: "BaWueSansWeb", Helvetica, Arial, Verdana;
  font-weight: normal;
  font-size: 110%;
}

ul.main_dropdown li {
  margin-bottom: 20px;
}

ul.main_dropdown li li {
  margin-bottom: 0px;
}
.main_dropdown li.active > a {
  color: #ac3457;
}

.main_dropdown li a:hover {
  font-weight: 700;
  color: #000;
}

.main-teaser {
  background: #e6e6e6;
  background: radial-gradient(center center, closest-side, #fafafa 38%, #e6e6e6 90%);
  padding-top: 200px;
}

.main-teaser h2 {
  font-size: 25px;
  color: #949494;
  margin: 0;
}

.main-teaser .ce-right .ce-gallery {
  margin-left: 10px;
}

.main-teaser li img {
  max-height: 250px;
}

.mobilemenu {
  display: none;
  opacity: 0.9;
}

.mobilemenu:hover {
  cursor: pointer;
  opacity: 1;
}

.mobile-button-login {
  display: none;
}

.csc-textpic-caption {
  line-height: 1.2em;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 5px 0;
  color: #717171;
}


a.closemenu {
  width: 100%;
  display: table;
  text-align: center;
  margin: 0px auto 10px auto;
  padding: 9px 0 8px 0 !important;
}

a.closemenu:hover {
  border-top: 1px solid #cacaca;
  margin: -1px auto 9px auto;
}

section {
  display: block;
}

.topBar {
  background: #666;
}

.topBar .centering {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.lang {
  padding: 7px 10px 0 0;
}

.lang span {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
}

.login .tx-felogin-pi1 form input {
  width: 105px;
  box-sizing: border-box;
  margin-left: 3px;
  background: rgba(255,255,255,0.8);
  height: 20px;
  font-size: 90%;
  margin: 0px 5px 0 0;
  color: #000;
}

@media only screen and (max-width:460px) {
  .login .tx-felogin-pi1 form input {
    width: 75px;
  }
  .search input[type="text"] {
    width: 75px;
  }
}

.login input[type=submit] {
  margin: 0;
  clear: none;
}

.breadcrumb {
  font-size: .78em;
  padding: 10px 0;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:active{
  color: #717171;
  font-weight: normal;
}
.breadcrumb a:hover {
  color: #333;
}

.breadcrumb span {
  margin: 0 3px;
}
.breadcrumb .active {
  color:#4a4a4a;
}

.content a.active, .active {
  color: #000;
}

.content-outer {
  margin: 180px 0 35px 0;
  position: relative;
}

.content {
  line-height: 1.5em;
  color: #5a5a5a;
  margin: 0px 0px 0px 0px;
  display: table-row;
  float: left;
  width: 65%;
  position: relative;
  box-sizing: border-box;
}

body#full-width .content {
    width: 100%;
    float: none;
    display: block;
}

body#realFullWidth .content {
    width: auto;
    float: none;
    display: block;
    margin: 0 15px;
}

.content ul, .content ol {
  padding-left: 24px !important;
  margin: revert;
}

#main-teaser-content h1 a {
    font-weight:normal;
}

.content a,
#main-teaser-content a{
  border-bottom: 2px solid #cf205b;
}

.content a:hover,
#main-teaser-content a:hover{
  border-bottom: 2px solid #000;
}

.content h5 a {
  color: #fff;
}

.content h5 a:hover {
  color: #000;
}

.contenttable td {
  vertical-align: top;
}

.contenttable img {
  padding: 0 5px;
}

td.content {
  width: auto;
}

.accordion-headline {
  background: #e6e6e6;
  cursor:pointer;
  margin-bottom:5px;
  padding:8px 15px;
}
.accordion-headline.trigger_active {
  background:#fbedf1;
}
.accordion-headline h3 {
  margin: 0;
}

.right-wrap {
  float: right;
  width: 35%;
  position: relative;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .right-wrap {
    padding: 0 0 0 20px;
  }
}

.context-wrap {
  padding: 0 25px 0 0px;
}

.context {
  line-height: 1.5em;
  color: #5a5a5a;
  margin: 25px 0 0 0;
}

.context a {
  font-weight: 600;
}

.context p {
  margin-bottom: 10px;
}

.download {
  padding-left: 14px;
  background: url(../media/download-icon.gif) left 5px no-repeat;
  display: inline-block;
}

.mobilesub {
  display: none;
}

#subnav-wrap  {
  background: #f5f5f5;
  padding: 15px;
}

ul.subnav {
  margin: 0px 0 0 0px;
}

.subnav a {
  color: #717171;
  font-weight: normal;
}
.subnav .subnav-headline {
  color: #5a5a5a;
}

h2.subnav-headline {
  margin-top: 0px;
}

.subnav li {
  list-style: none;
  background: url(../media/list-style-2.gif) no-repeat 0 5px;
  padding-left: 16px;
  margin-top: 7px;
}

.subnav > li > a {
  font-weight: 600;
}

.subnav a,
.subnav a:visited,
.subnav a:active {
  color: #717171;
}

.subnav a:hover {
  color:#222;
}

.subnav li.active > a{
  color: #cf205b;
    color:#ac3457;
  font-weight: bold;
}

.subnav-2 li{
  margin-top: 1px;
}

.subnav-2,
.subnav-3 {
  margin: 7px 0 0 0;
}

.mobilesub {
  display: none;
}

#main-teaser-content {
  width: 70%;
  margin: 10px auto;
}



/************************* Cookie Consent **************************/


@media screen and (max-width: 1024px) {
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
   font-size: 90%;
  }
}


body .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
  bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
    height: 260px;
  }
}

body .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro > div {
  position: relative !important;
  height: auto !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer,
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header,
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header {
  padding-top: 20px !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.3) !important;
}

#klaro .purposes {
  display: none;
}

#klaro .cm-powered-by {
  display: none;
}
 
.klaro.we_cookie_consent .cookie-modal .cm-list-title {
  line-height: unset !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-footer-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

body #klaro .klaro.we_cookie_consent .cookie-modal .cm-btn {
  border: 2px solid rgba(207, 32, 91, 0.496);
}

body #klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-accept {
  margin-right: 30px;
}

body #klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-accept-all {
  background: #cf205b !important;
  color: #fff;
  margin-right: 30px;
  order: -1;
}

body .klaro.we_cookie_consent .cookie-modal h1,
body .klaro.we_cookie_consent .cookie-modal p {
  color: #000;
}

body #klaro .cm-body > .cm-services {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

body .klaro .cookie-modal li {
  margin-top: 0px;
}

/*************** Slick Slider ***************/

.slick-slider .slick-arrow {
  z-index: 1;
}

.slick-slider .slick-next::before {
  content:"⟩";
  color: #000;
  font-size: 40px;
}

.slick-slider .slick-prev::before {
  content:"⟨";
  color: #000;
  font-size: 40px;
}

@media (max-width: 580px) {
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    display: none;
  }
}

.slick-slider ul.slick-dots {
  margin: 0px;
}

.slick-slider .slick-dots li button::before {
  color: #cf205b;
  font-weight: bold;
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.slick-dotted.slick-slider #main-teaser-content {
  margin-bottom: 0px;
}

.slick-slider .video-embed {
  padding: 0 5px 0 0;
}

.slick-slider .ce-bodytext {
  padding: 0 5px;
}

/* Video Klimawandel */

.videoTeaser {
  text-align: center;
}

.videoContent {
  width: 60%;
  margin: 0 auto;
}

.videoTeaser .links {
  margin-top: 10px;
}
.videoTeaser .links a {
  padding: 0 10px;
}

#main-teaser-content .frame {
  text-align: center;
}

#main-teaser-content .ce-textpic {
  width: calc(100% - 70px);
  margin: 0 auto;
  text-align: left;
}

#startseite .zsb .centering {
  text-align: center;
}

#startseite .zsb .centering {
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

#startseite .zsb .centering a {
  color: #fff;
  transition: all 0.8s ease-in-out;
}

#startseite .zsb #my-video {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  width: 50%;
  height: auto;
}

#startseite .zsb #my-video video {
  height: auto !important;
}

.studiengangsuche {
  background: #cf205b;
  padding: 15px 10px 15px 10px;
  box-sizing: padding-box;
}

.studiengangsuche.zsb {
  background: #8b1038;
  letter-spacing: 1px;
}

#startseite .zsb a:hover {
letter-spacing: 2px;
  background: #834258;
}

.studiengangsuche h1 {
  font-size: 1.4em;
  line-height: 28px;
  color: #fff;
}

.stud_suche_elem {
  color: #5a5a5a;
  font-size: 2em;
  font-weight: 300;
  float: left;
}
.stud_suche_form {
  display: table;
  width: auto;
  margin: 0 auto;
}

#stud_suche_text {
  background: #e4839f;
  font-size: 1.1em;
  padding: 7px 5px 5px 5px;
  color: #fff;
  margin-left: 5px;
  width: 270px;
  line-height: 1em;
  font-weight: 300;
}

.studiengangsuche .centering {
  overflow: visible;
}

.studgangsuche #stud_suche_text {
  background: #ccc;
}

#stud_suche_text::-webkit-input-placeholder {color: #fff !important}
#stud_suche_text:-moz-placeholder {color: #fff !important}
#stud_suche_text::-moz-placeholder {color: #fff !important}
#stud_suche_text:-ms-input-placeholder {color: #fff !important}

.studgangsuche #stud_suche_text::-webkit-input-placeholder {color: #717171}
.studgangsuche #stud_suche_text:-moz-placeholder {color: #717171}
.studgangsuche #stud_suche_text::-moz-placeholder {color: #717171}
.studgangsuche #stud_suche_text:-ms-input-placeholder {color: #717171}

#stud_suche_subm {
  background: url(../media/submit_button_w_0.png) #dc5481 center center no-repeat;
  width: 50px;
  height:30px;
}

.stud_suche_form input[type=submit] {
  margin: 0;
}

.studgangsuche #stud_suche_subm {
  background-color:#8e8e8e;
}

#stud_suche_icon {
  position: relative;
  top: -17px;
  margin-left: 25px;
  transform: scale(0.6);
  display: none;

}

#stud_suche_adv {
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 25px;
  color: rgba(255,255,255,0.8);
}
#stud_suche_adv:visited,
#stud_suche_adv:active,
#stud_suche_adv:hover {
  color: rgba(255,255,255,1);
}

.footer {
  margin: 10px 0 0 0;
  padding: 16px 12px 40px 12px;
  color: #e6e6e6;
  background: url(../media/loewe.png) #717171 bottom right no-repeat;
  border-bottom: 5px solid #cf205b;
}

.footer ul {
  margin: 0;
}

.footer li {
  list-style-type: none;
  margin: 0 0 10px 0;
}

ul.footnav_main {
  margin-left: -12px;
}

.footnav_main {
  margin: 0 0 38px 0;
}

.footnav_nav {
  height: 34px;
  font-size: .85em;
  float: right;
}
.footnav_nav #totop {
  padding: 0 15px 0 0;
  background: url(../media/arrow_top.png) no-repeat right 2px;
}
.footnav_nav #totop:hover {
  background: url(../media/arrow_top_hov.png) no-repeat right 2px;
}

.footnav_sub h2 {
  font-size: 1.4em;
}

.footnav_sub_elem {
  padding-right: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.1em;
  font-size: .9em;
  width: 20%;
}

li.footnav_service {
  margin-top: 30px;
}

.footnav_sub_elem a,
.footnav_sub_elem a:visited,
.footnav_sub_elem a:active {
  color: #e6e6e6;
  display: block;
  font-weight: normal;
}

.footnav_sub_elem li.active a {
  color:#252525;
}
.footnav_sub_elem.active > h2 a,
.footnav_sub_elem .active > a {
  pointer-events: none;
}
.footnav_sub_elem h2 {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  font-size: 1.4em;
}
.footnav_sub_elem.active h2,
.footnav_sub_elem h2:hover{
  color: #333;
}

#bottombar {
  background: #fffef9;
  padding: 7px 10px 6px 10px;
}

#mwk-logo-footer {
  max-width: 250px;
}
.ce-menu.ce-menu-2 a:hover,
.teaser_elem p a:hover {
  color: #cf205b;
  color: #333;
}
.teaser_elem .ce-gallery img:hover {
  opacity: 0.9;
}

.ce-menu.ce-menu-2 li a {
  color: #717171;
  font-weight: normal;
}

ul.ce-menu.ce-menu-2 > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
ul.csc-menu {
  margin: 16px 0;
}
ul.csc-menu .csc-section,
ul.csc-menu .csc-section a {
  list-style: none;
  color: #717171;
}

label.error {
  color:#5a5a5a;
  font-weight: 600;
  font-size: 0.8em;
}

input.error, textarea.error {
  background-color:#e2849f;
}

.teaser_elem h1 a:hover,
#footnav a:hover,
.footnav_sub_elem a:hover,
.footnav_sub_elem.active h2 a,
ul.csc-menu .csc-section a:hover {
  color: #333;
}

label.radios {
    cursor: pointer;
}

label.radios.error {
    line-height: inherit;
    margin: inherit;
    display: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    background-color: #e2849f;
}

span.ui-selectmenu-button.error .ui-selectmenu-text {
    background-color: #e2849f;
}

.contentZweispaltig {
  column-count: 2;
}

.contentZweispaltig p {
  break-inside: avoid-column;
  margin: 5px 0 8px 0;
}



/************************** Startseite Teaser *****************************/
.content-teaser {
  background: #efefef;
  position: relative;
}

.content-teaser#row2, .content-teaser#row4 {
  background: #fafafa;
}

/* Grid Table */

.GridMehrspaltig {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.GridMehrspaltig > div {
  width: calc(20% - 10px);
}
@media (max-width: 620px) {
  .GridMehrspaltig {
  }
  .GridMehrspaltig > div {
    width: calc(50% - 10px);
  }
}

.zweispaltig {
  width: 100%;
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-column-gap: 10px;
}

.dreispaltig, .active .dreispaltig {
  display: grid;
  grid-template-columns: calc(33.3333% - 30px) calc(33.3333% - 30px) calc(33.3333% - 30px);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  padding: 10px 0px;
  width: 100%;
  transition: all 0.8s ease-in-out;
}

.dreispaltig {
  display: inline-grid;
  grid-template-columns: calc(33.3333% - 10px) calc(33.3333% - 10px) calc(33.3333% - 10px);
  grid-column-gap: 10px;
}

@media (max-width: 1240px) {
  #startseite .zweispaltig {
    display: block;
  }
}

.vierspaltig {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  padding: 10px 0px;
}

@media (max-width: 580px) {
  .vierspaltig {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    padding: 10px 0px;
  }
  #startseite .dreispaltig, #startseite .active .dreispaltig {
    grid-template-columns: calc(100% - 30px);
    grid-column-gap: 0px;
  }
}

.gridTable .tablerow:nth-child(even) {
  background: #eee;
}

#startseite .content-teaser .col {
  /*display: inline-grid;*/
  padding: 0 2px;
  box-sizing: border-box;
  position: relative;
}

.content-teaser h1 {
  font-size: 140%;
}

#startseite .content-teaser .col .ce-textpic {
  text-align: center;
  width: 100%;
  display: table;
}

#startseite .content-teaser .col .ce-textpic a {
  display: block;
  width: 100%;
  border-bottom: 0px solid #fff;
}

#startseite .content-teaser .col .ce-textpic .ce-gallery {
  height: 110px;
  vertical-align: middle !important;
  display: table-cell;
  text-align: center;
  width: 100%;
  transition: all 1000ms;
  transform: scale(0.85);
  cursor: pointer;
}

#startseite .content-teaser .col .ce-textpic .ce-gallery figure,
#startseite .content-teaser .col .ce-textpic .ce-gallery div {
  width: 100%;
  float: none;
  right: 0%;
  left: 0%;
  text-align: center;
}

#startseite .content-teaser .col .ce-textpic .ce-gallery img {
  /*filter: drop-shadow(2px 2px 0.6px rgba(0,0,0,0.4));*/
  transition: all 0.5s;
  margin: 0 auto;
}

#startseite .content-teaser .col .ce-textpic .ce-gallery:hover {
  transform: scale(1);
  pointer-events: all;
}

#startseite .content-teaser .col .ce-textpic .ce-bodytext {
  display: table-footer-group;
}

#startseite .content-teaser .col .ce-bodytext p {
  opacity: 0;
  width: 100%;
  position: absolute;
  background: rgba(230,230,230,0.8);
  z-index: 100;
  padding: 3px;
    transition: all 1000ms;
    pointer-events: none;
}

#startseite .content-teaser .ce-textpic:hover .ce-bodytext p {
  opacity: 1;
}

#startseite .dreispaltig .ce-bodytext h4 {
  overflow: hidden;
}

/*Floatbox*/

.floatbox .inner {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  padding: 10px 0px;
}
.floatbox .inner > div {
  margin-bottom: 20px;
}

.content-outer .floatbox .external-link-new-window {
  display: inline;
}

.highlight {
  color: #ac3457;
}

@media (max-width: 900px) {
  .floatbox .inner {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 440px) {
  .floatbox .inner {
    grid-template-columns: 100%;
  }
}

/************************** BESTOR *****************************/

.bestor-video div {
}

/************************** Studieninformations und Beratungsangebote *****************************/

.textfilter,
.filterOptions {
  display: flex;
}

.filterOptions > div {
  width: 33%;
}

.filterOptions {
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding: 3px 5px;
}


#infotagTermine .row {
    display: grid;
    grid-template-columns: 70px 100px 30% calc(70% - 200px);
    column-gap: 10px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    grid-template-areas: "datum ort hochschule titel";
}
@media (max-width: 649px) {
  #infotagTermine .row {
    grid-template-areas:
    "datum ort hochschule hochschule"
    "datum ort titel titel";
  }
}

#infotagTermine .datum {
  grid-area: datum;
}

#infotagTermine .ort {
  grid-area: ort;
}

#infotagTermine .hochschule {
  grid-area: hochschule;
}

#infotagTermine .titel {
  grid-area: titel;
}

#infotagTermine .row.header {
  color: #777;
  font-weight: 600;
}

#infotagTermine a {
  color: #ac3457;
}

#infotagTermine a:hover {
  color: #730827;
}

.tx-nz-studi-infotag form {
  width: 90%;
}

html[data-useragent*='Firefox'] .search .submit,
html[data-useragent*='Firefox'] .login .submit {
  top: 1px;
}

html[data-useragent*='Firefox'] #stud_suche_text {
  line-height: 1.2em;
}

html[data-useragent*='Firefox'] #stud_suche_subm {
  height: 31px;
}

html[data-useragent*='Firefox'] .studiengangsuche {
  height: auto;
}

html[data-useragent*='Firefox'] .labelblock {
  line-height: 1.4;
  padding: 0.4em auto 0.4em auto;
}

.number {color: #ff3636;}

#wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

.studiinfoDlg #tabs > ul:first-of-type {
  display: none;
}

/* YouTube iframe */

iframe {
  max-width: 100%;
}

.youtubeFrame {
  display: inline-block;
  position: relative;
  background-size: contain !important;
}

.youtubeFrame .click {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  color: #fff;
}

.youtubeFrame .click:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.6);
}

.youtubeFrame .click p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  text-align: center;
  pointer-events: none;
}

.youtubeFrame .click p a {
  pointer-events: all;
}

.youtubeFrame .click.hide {
  display: none;
}


/* Filme */

.filmeFilter {
  margin: 20px 0;
  height: 50px;
}

.filmeFilter .fachbereich, .filmeFilter .searchwrap {
  float: left;
}

.filmeFilter .fachbereich {
  margin-right: 10px;
}

.filmeFilter select {
  width: 300px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #cf205b;
  color: #fff;
  line-height: 26px;
  padding: 0 5px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}

.filmeFilter select::-ms-expand {
  display: none;
}

.filmeFilter select option {
  color: #fff;
  background-color: transparent;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  font-family: fontello;
  content: "+";
  font-size: 20px;
  position: absolute;
  right: 7px;
  top: 1px;
  color: #fff;
}

.filmeFilter input[type=submit] {
  margin: 0;
}

.filmeFilter input, .filmeFilter input.ui-button {
  line-height: 26px;
  padding: 0 6px;
}

.filmeContainer {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
  grid-column-gap: 0.5%;
}

.filmeContainer .filmWrapper {
  margin-bottom: 10px;
}

.filmeContainer .filmWrapper h4 {
  line-height: 20px;
  padding-top: 3px;
}

.filmeContainer .vjs-poster {
  background-size: 110% !important;
}

@media (max-width: 780px) {
  .filmeContainer {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 520px) {
  .filmeContainer .filmWrapper h4 {
    font-size: 100%;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .filmeContainer {
    grid-template-columns: 100%;
  }
}

a.buttonlink {
  background: #717171;
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
}

a.buttonlink:hover {
  background: #ac3457;
  color: #fff;
}

@media (max-width: 649px) {
  .dropdown {
    position: static;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .mainnav > li > a {
    display: block;
  }

  ul.main_dropdown li {
    margin-bottom: 10px;
  }
}

div.content-login div.loginField input {
    min-width: 30%;
}

div.wartungsarbeiten {
    background-color: #eee;
    padding: 5px;
    padding-top: 180px;
    margin-bottom: -160px;
}

body.best div.wartungsarbeiten {
    padding-top: 160px;
}

div.wartungsarbeiten img {
    float: left;
    margin-right: 15px;
}


/********** Media Queries *******/

@media only screen and (max-width:1700px) {
  .content-teaser {
    height: auto;
    position: relative
  }
}

@media only screen and (max-width:1220px) {

  table#anmeldungListe {
    width: 100% !important;
  }
}

@media only screen and (max-width:1180px) {
  #main-teaser-content {
    width: 80%;
  }
}

@media only screen and (max-width:1022px) {

  .ce-intext .ce-gallery {
    max-width: 40%;
  }

  #subnav-wrap {
    padding: 10px;
  }
  
  #main-teaser-content {
    width: 100%;
  }
}

@media only screen and (max-width:920px) {
  body {
    font-size: 0.80em;
    line-height: 1.2em;
  }
  #main-teaser-content .ce-textpic {
    width: 100%;
  }
}

@media only screen and (max-width:860px) {

  h1 {
    font-size: 180%;
  }

  .footnav_sub {
    display: none;
  }
  .footer {
    padding: 16px 12px 16px 12px;
  }

  .footer li {
    margin: 0;
  }

  ul.footnav_main,
  .footnav_nav {
    margin: 0;
    height: 12px;
  }

  .context .csc-textpic{
    display: none;
  }



  ul.main_dropdown li a {
    font-size: 125%;
  }

  #stud_suche_icon {
    display: none;
  }
}

@media only screen and (max-width:740px) {

  ul.mainnav {
    float: none;
  }

  ul.mainnav > li {
    float: none;
    height: auto;
  }

  .navline {
    height: auto;
    padding: 0 10px;
  }

  .navline .centering {
    display: block;
  }

  .lang {
    float: right;
    margin-top: -31px;
  }

  .mobilemenu {
    display: block;
    width:81%;
  }

  .mainnav {
    display: none;
  }

  .mainnav.show {
    display: block;
  }

  #main-teaser-content img {
    max-height: 200px;
  }

  .footer .centering {
    width:min-intrinsic;
    display: inline
  }

  ul.footnav_main li {
    /* width: 20%; */
    text-align: center;
    white-space: nowrap;
  }

  .dropdown {
    top: 64px;
  }

  .right-wrap {
    padding: 0 0 0 20px;
  }

  #subnav-wrap {
    padding: 15px 5px 15px 5px;
  }
}

@media only screen and (max-width:722px) {
  .dropdown {
    top: 93px;
  }
}

@media only screen and (max-width:647px) {
  #header {
    position: relative;
  }

  .content-outer {
    margin: 0px 0 35px 0;
  }

  ul.footnav_nav {
    float: left;
  }

  ul.footnav_main {
    margin-bottom: 0px !important;
  }

  .footer {
    padding-bottom: 16px !important;
  }

  .main-teaser {
    padding-top: 10px;
  }

  div.wartungsarbeiten {
    padding-top:0;
    margin-bottom:0;
  }  
}

@media only screen and (max-width:638px) {
  ul.footnav_nav {
    padding-top: 9px;
    float: left;
  }

  ul.footnav_main {
    margin-bottom: 0px !important;
  }

  .footer {
    padding-bottom: 16px !important;
  }
}

@media only screen and (max-width:640px) {
  body {
    font-size: 0.8em;
  }

  .main-teaser .csc-textpic-imagewrap {
    display: none;
  }

  .mainnav .active .dropdown {
    display: block;
    position: relative;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    top: 0px;
    pointer-events: all;
  }

 #startseite .dreispaltig {
    display: block;
  }
}

@media only screen and (max-width:660px) {
  #footnav {
    font-size: 0.75em;
  }

  ul.footnav_nav {
    float: none;
    clear : left;
  }
  
  #header h3 {
    font-size: 160%;
  }

  #header .mwk {
    max-width: 180px;
  }
  
  #header .topline {
  }

  .main-teaser header h2 {
    padding-top: 5px;
    font-size: 22px;
    line-height: 24px;
  }

  .main-teaser h2 {
    padding-top: 1px;
    font-size: 18px;
    line-height: 21px;
  }

  #canvas-holder {
    width:100%;
  }

  .right-wrap {
    width: 100%;
    padding: 0px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas:
    "rContent"
    "navi";
    column-gap: 0px;
    grid-row-gap: 10px;
  }

  #subnav-wrap {
    grid-area: navi;
  }

  .context-wrap {
    grid-area: rContent;
  }

  .mobilesub {
    display: block;
  }

  .mobilesub #subnav-wrap {
    display: block;
  }

  .content {
    width: 100%;
    margin: 0 ;
    padding: 0 5px;
  }
}

@media only screen and (max-width:500px) {
  .footnav_sub_elem {
    display: none;
  }

  ul.footnav_main li a, ul.footnav_nav li a {
    padding: 0 7px;
  }

  .chart-table {
    padding: 0;
  }

  #stud_suche_text {
    width: 145px;
  }
  #stud_suche_adv {
    font-size: 12px;
    font-weight: 700;
    margin-left: 2px;
  }
}

@media only screen and (max-width:474px) {
  .teaser {
    display: block;
    padding: 0px;
  }
}

@media only screen and (max-width:460px) {
  
  #header h3 {
    font-size: 150%;
  }
  
  .content-teaser .centering {
    width: 84%;
  }

  #main-teaser-content img {
    display: none;
  }

  #row4 .centering {
    padding: 0 0 35px 0;
  }

  ul.mainnav li .dropdown {
    position: relative;
    top:0;
    pointer-events: all;
    column-count: 1;
  }

  ul.mainnav {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 6px 0 3px 0;
    box-sizing: border-box;
  }

  ul.mainnav > .trenner {
    display: none;
  }

  ul.mainnav li {
    float: none;
    width: 100%;
    box-sizing: padding-box;
    /* display: block; */

  }

  ul.mainnav li > a {
    width: 100%;
    display: block;
    padding:2px 12% 0 10px;
  }

  ul.mainnav li > a {
    width: auto;
  }
}

@media only screen and (max-width:440px) {
  .main-teaser .teaser_konzeption .tage {
    padding-top:2px !important;
  }

    .studienbotschafterKontakt .studibot_picture {
        float: none;
        width: 100%;
    }

    div.studienbotschafterKontakt div.studibot_beschreibung {
        float: none;
        width: 100%;
    }

  #header .topline h1 {
    font-size: 126%;
  }
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}