@charset "UTF-8";
/* weight */
/* weight */
/*#2a71a5;*/
/* #2b74a9; */
/*#62b22f;*/
/*#61b300;*/
/*#7dc100;*/
/* Subnavi-Background abgedunkelt */
/*#444;*/
/***********************/
/* 1px padding-left des umgebenden UL abziehen */
/* war: 15px */
html {
  font-size: 93.75%;
  scroll-behavior: smooth;
}

@media (max-width: 30rem) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  html {
    overflow-y: scroll;
  }
}
body {
  overflow-x: hidden;
  color: #000;
  line-height: 1.4667em;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  font-family: "Nunito Sans", "Open Sans", Verdana;
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
}

h1, h2, h3, .h1, .h2, #instbar, .menu-main-inner ul.level-1 > li > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  outline: none;
  text-decoration: none;
  color: #00519e;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  outline: none;
  color: #459dd2;
  text-decoration: underline;
}
a.active {
  text-decoration: none;
  outline: none;
  color: #00519e;
}

#main a, #left a {
  text-decoration: underline;
}
#main a:not([href]):not([tabindex]), #main a:not([href]):not([tabindex]):focus, #main a:not([href]):not([tabindex]):hover, #left a:not([href]):not([tabindex]), #left a:not([href]):not([tabindex]):focus, #left a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
  text-transform: none !important;
  overflow-wrap: break-word;
}

h1 {
  line-height: 1.2;
  margin: 0 0 2rem;
  font-size: 32px;
}

@media (max-width: 480px) {
  h1 {
    font-size: 25px !important;
  }
}
#headline_content {
  display: none !important;
}

#headline_content + * {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  #headline h1 {
    display: none;
  }

  #headline_content {
    display: block !important;
  }
}
#p28341 #headline_content h1 {
  transform: scaleX(0.95);
  transform-origin: left;
  width: 105.2631%;
}

h2 {
  line-height: 1.23;
  font-size: 26px;
  margin: 0 0 1rem;
}

* + h2 {
  margin-top: 2rem;
}

@media (max-width: 600px) {
  h2 {
    font: normal normal 400 20px/1.2em "Nunito Sans", "Open Sans", Verdana;
  }
}
h3 {
  font-size: 21px;
  line-height: 26px;
  margin: 0 0 15px;
}

* + h3 {
  margin-top: 2rem;
}

@media (max-width: 600px) {
  h3 {
    font: normal normal 400 17px/1.294 "Nunito Sans", "Open Sans", Verdana;
  }
}
h4 {
  line-height: 1.5;
  margin: 0 0 1rem;
  font-size: inherit;
  color: #000;
}
#main h4 {
  font-size: 17px;
}
#content * + h4 {
  margin-top: 2rem;
}

h5 {
  margin: 0 0 1rem;
  font-size: 19px;
  line-height: 1.474 !important;
  color: #000;
  font-weight: 300;
}
* + h5 {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  h5 {
    font-size: 1rem;
  }
}
h4 + h5 {
  font-size: 15px;
}

h6 {
  line-height: 1.5;
  margin: 0 0 1rem;
  font-size: 12px;
}

#content header * + * {
  margin-top: 0;
}

iframe {
  margin: 0;
  padding: 0;
}

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

li {
  overflow-wrap: break-word;
}

td > ul:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
p > a[href="#top"] {
  display: none;
}
td > p:last-child {
  margin-bottom: 0;
}

div + p {
  margin-top: 10px;
}

strong, b {
  font-weight: 600;
  color: #333;
}

a strong, a b {
  color: #00519e;
}

::selection {
  background: #00519e;
  color: white;
}

button {
  outline: none;
}

input {
  outline: none;
}
input[type=text], input[type=search], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=number] {
  padding: 0 10px;
  height: 42px;
  line-height: 1;
  background-color: #ffffff;
  border: 2px solid #e9e9e9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: black;
  font-size: 13px;
  text-transform: none !important;
}
input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=number]:focus {
  border-color: #00519e;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
input[type=text]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=number]:-moz-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
input[type=checkbox]:focus {
  outline: 1px solid #00519e;
}
input[type=date] {
  padding: 0 10px;
  font-size: 12px;
  color: #bababa;
  height: 42px;
  line-height: 1;
  background-color: #ffffff;
  border: 2px solid #e9e9e9;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=date]:focus {
  border-color: #00519e;
}

select {
  outline: none;
  max-width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  padding: 0 10px;
  font-size: 12px;
  color: #bababa;
  height: 42px;
  line-height: 1;
  color: black;
  font-size: 13px;
}
select:focus {
  border-color: #00519e;
}

textarea {
  outline: none;
  padding: 0 10px;
  background-color: #ffffff;
  border: 2px solid #e9e9e9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: auto;
  line-height: 25px;
  color: black;
  font-size: 13px;
  text-transform: none !important;
}
textarea:focus {
  border-color: #00519e;
}
textarea::-webkit-input-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
textarea:-moz-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
textarea::-moz-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}
textarea:-ms-input-placeholder {
  color: #bababa;
  font-size: 12px;
  text-transform: uppercase;
}

#uoljs {
  display: block;
  width: 0;
  height: 0;
}

#home-portal #content > * div.frame, #home-portal #content > * div.container {
  margin-top: 30px;
}
#home-portal #content > * div.frame:first-child, #home-portal #content > * div.container:first-child {
  margin-top: 0px;
}

#main {
  outline: none;
}
#main div.frame, #main div.container {
  margin-top: 30px;
}
#main div.frame:first-child, #main div.container:first-child {
  margin-top: 0px;
}
#content_header + #main {
  margin-top: 0;
}
#main *:first-child header * {
  margin-top: 0 !important;
}
#main > div + div:first-child header.ka-handler > * {
  margin: 0 !important;
}
#main > div + div > header.ka-handler > * {
  margin: 0 !important;
}

td, th {
  overflow-wrap: break-word;
}
td.align-center, th.align-center {
  text-align: center;
}
td.keinwrap, th.keinwrap {
  white-space: nowrap;
}
td.farbe_lichtgrau, th.farbe_lichtgrau {
  border: 1px solid #e6ebde;
  background-color: #f2f2f2 !important;
  padding: 2px 4px;
}
td.farbe_hintergrund, th.farbe_hintergrund {
  background-color: #f2f2f2 !important;
  padding: 2px 4px;
}
td.farbe_mittelblau, th.farbe_mittelblau {
  background-color: #7aa2c4 !important;
  padding: 2px 5px;
}
td.farbe_hellblau, th.farbe_hellblau {
  background-color: #bbcdd3 !important;
  padding: 2px 5px;
}
td.farbe_kopfblau, th.farbe_kopfblau {
  background-color: #0d59ab !important;
  color: white;
  padding: 2px 5px;
}

table + * {
  margin-top: 1.5em;
}
table.gitter, table.cv {
  border-collapse: collapse;
  border: 2px solid white;
}
table.gitter td, table.gitter th, table.cv td, table.cv th {
  border: 2px solid #dddddd;
  padding: 5px;
}
table.weissgrau tr td, table.weissgrau tr th {
  padding: 5px !important;
}
table.weissgrau tr th {
  background-color: #d0d1d3;
}
table.weissgrau tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
table.luftig tr td, table.luftig tr th, table.gitter.luftig tr td, table.gitter.luftig tr th, table.weissgrau.luftig tr td, table.weissgrau.luftig tr th {
  padding: 10px !important;
}
table.cv {
  width: 100%;
  box-sizing: border-box;
}
table.cv td {
  vertical-align: top;
}
table.cv td:first-child {
  min-width: 7em;
}
table.contenttable td + td {
  padding-left: 8px;
}
table.contenttable tr td {
  vertical-align: top;
}
table.contenttable-1 {
  border-collapse: collapse;
  border: 2px solid white;
}
table.contenttable-1 td, table.contenttable-1 th {
  border: 2px solid #dddddd;
  padding: 5px;
}
table.gitterhorizontal {
  border-collapse: collapse;
  border-width: 0;
}
table.gitterhorizontal td, table.gitterhorizontal th {
  border: 0 solid #777;
  border-width: 1px 0;
  padding: 2px 0;
}
table.breite100 {
  width: 100%;
  box-sizing: border-box;
}
table.oben td {
  vertical-align: top;
}
table.farbe_lichtgrau td, table.farbe_lichtgrau th {
  border: 1px solid #e6ebde;
  background-color: #f2f2f2;
  padding: 2px 4px;
}
table.farbe_hintergrund td, table.farbe_hintergrund th {
  background-color: #f2f2f2;
  margin: 1px;
  padding: 2px 5px;
}
table.farbe_mittelblau td, table.farbe_mittelblau th {
  background-color: #7aa2c4;
  padding: 2px 5px;
}
table.farbe_hellblau td, table.farbe_hellblau th {
  background-color: #bbcdd3;
  padding: 2px 5px;
}
table.farbe_lichtblau td, table.farbe_lichtblau th {
  background-color: #d9e5f3;
  padding: 2px 5px;
}
table.farbe_kopfblau td {
  background-color: #0d59ab;
  color: white;
  padding: 2px 5px;
}

tr.keingitter {
  border-width: 0 !important;
}
tr.keingitter td, tr.keingitter th {
  border-width: 0 !important;
  padding: 0;
}
tr.farbe_hintergrund > * {
  background-color: #f2f2f2;
  padding: 5px;
  border-width: 2px;
}
tr.farbe_hintergrund td, tr.farbe_hintergrund th {
  background-color: #f2f2f2;
  margin: 1px;
  padding: 2px 5px;
}
tr.farbe_lichtgrau td, tr.farbe_lichtgrau th {
  border: 1px solid #e6ebde;
  background-color: #f2f2f2;
  padding: 2px 4px;
}
tr.farbe_mittelblau td, tr.farbe_mittelblau th {
  background-color: #7aa2c4;
  padding: 2px 5px;
}
tr.farbe_hellblau td, tr.farbe_hellblau th {
  background-color: #bbcdd3;
  padding: 2px 5px;
}
tr.farbe_lichtblau td, tr.farbe_lichtblau th {
  background-color: #d9e5f3;
  padding: 2px 5px;
}
tr.farbe_kopfblau td, tr.farbe_kopfblau th {
  background-color: #0d59ab;
  color: white;
  padding: 2px 5px;
}

tbody.align-center td, tbody.align-center th {
  text-align: center;
}

.farbe_mittelblau b {
  color: black;
  padding: 2px 5px;
}
.farbe_mittelblau strong {
  color: black;
  padding: 2px 5px;
}

.mit-icon {
  /* margin-left: 2.7143em;
  text-indent: -2.7143em; */
  margin-left: 32px;
  text-indent: -32px;
}

.mit-icon + .mit-icon.person,
.mit-icon + .mit-icon.users {
  margin-top: 1.5em !important;
}

.mit-icon.person + .mit-icon.person,
.mit-icon.person + .mit-icon.users,
.mit-icon.users + .mit-icon.person,
.mit-icon.users + .mit-icon.users {
  margin-top: 0.5em !important;
}

.mit-icon::before {
  margin-right: 1.1em;
  margin-left: 0 !important;
  margin-right: 13px;
  display: inline-block;
  width: 19px;
  text-align: center;
  text-indent: 0;
  font-family: FontAwesome;
  color: #aaa;
  font-size: 1.25em;
  line-height: 0.75em;
  vertical-align: -13%;
  content: "";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mit-icon.email::before {
  content: "";
  font-size: 18px;
}

.mit-icon.pin::before {
  content: "";
}

.mit-icon.tel::before {
  font-size: 17.82px;
  content: "";
}

.mit-icon.fax::before {
  font-size: 18px;
  content: "";
}

.mit-icon.web::before {
  content: "";
  font-size: 17.73px;
}

.mit-icon.sprech::before {
  content: "";
}

.mit-icon.person::before {
  content: "";
  font-size: 18.2px;
}

.mit-icon.users::before {
  font-size: 17.73px;
  content: "";
}

.mit-icon.map::before {
  content: "";
  font-size: 18px;
}

.mit-icon.raum::before {
  content: "";
}

.mit-icon.pdf::before {
  content: "";
}

.mit-icon.twitter::before {
  content: "";
}

.mit-icon.facebk::before {
  content: "";
}

.mit-icon.linkin::before {
  content: "";
}

.mit-icon.kalender::before {
  content: "";
}

.extlink.mit-icon::before {
  content: "";
}

.download.mit-icon::before {
  content: "";
}

.mit-icon.li::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #ccc;
  height: 7px;
  width: 14px;
  margin-right: 15px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.mit-icon.bullet::before {
  content: "";
  display: inline-block;
  border-top: 10px solid #aaa;
  width: 10px;
  margin-right: 17px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  border-radius: 10px;
}

p.mit-icon {
  margin-bottom: 0px !important;
}
p.mit-icon + p {
  margin-top: 1.5em;
}
p.mit-icon + p.mit-icon {
  margin-top: 0.5em;
}
p.mit-icon + ul {
  margin-top: 1.2em;
}

h4 + p.mit-icon {
  margin-top: 0.5em;
}

@media (max-width: 480px) {
  .mit-icon {
    text-indent: -26px;
  }

  .mit-icon::before {
    margin-right: 7px;
  }
}
.ce-textpic.ce-left.ce-intext > .ce-gallery + .ce-bodytext p.mit-icon {
  text-indent: -20px;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap > .ce-gallery + .ce-bodytext p.mit-icon {
  text-indent: -32px;
}
@media (max-width: 480px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap > .ce-gallery + .ce-bodytext p.mit-icon {
    text-indent: -26px;
  }
}

.fakinst_liste_abc .fak > ul > li > a {
  font-weight: bold;
}

.fak {
  border: 1px solid #bdbdbd;
  margin-bottom: 2em;
  padding-bottom: 0 !important;
}
.fak h4 {
  margin: 24px;
}
.fak ul {
  margin: 24px;
  padding-left: 0.2em !important;
  list-style: none !important;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAACCAIAAADn6Hr9AAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAFUlEQVQImWM8c+YMA3GAiUh1DAwMAMnSAmjTuxFrAAAAAElFTkSuQmCC");
}
.fak ul li {
  line-height: 1.5em;
  padding-left: 2em;
  text-indent: -2em;
}
.fak ul li + li {
  margin-top: 0.5em;
}
.fak ul li::before {
  content: "";
  display: inline-block;
  border: 2px solid #ccc;
  border-width: 2px 0 0 0;
  height: 7px;
  width: 1em;
  margin-right: 1em !important;
  position: relative;
  top: 1px;
}

@media (min-width: 750px) {
  .fakinst_liste {
    display: flex;
    flex-flow: wrap;
  }
  .fakinst_liste .fak {
    flex-grow: 1;
    max-width: 48%;
    margin-right: 4%;
  }
  .fakinst_liste .fak:nth-child(even) {
    margin-right: 0%;
  }
}
br.floatclear {
  clear: both;
}

.vk ul {
  list-style: none;
  padding-left: 0 !important;
}
.vk ul li {
  border-bottom-width: 0 !important;
  padding-bottom: 0;
}
.vk div.ortzeit {
  font-style: normal;
  margin-bottom: 0;
  border-top: 3px solid #94c11c;
  background-color: rgba(149, 193, 31, 0.3);
  color: #000;
  padding: 9px 24px;
}
.vk div.ortzeit abbr {
  background-color: transparent;
  border-width: 0;
}
.vk div.description {
  background-color: #f2f2f2;
  padding: 12px 24px 24px 24px;
}
.vk .dtstart {
  padding: 0;
  height: auto;
  background: none;
  border-bottom-width: 0;
}
.vk .titel {
  line-height: 1.5em;
}
.vk img.floatleft {
  margin: 0.1em 1.5em 0.3em 0;
}

.floatright {
  clear: right;
  float: right;
  width: 33%;
  margin-left: 3.2%;
  margin-bottom: 0.5em;
}

.floatright.rahmen {
  margin-top: 0;
  margin-left: 0.5em;
}

.floatright.schatten {
  margin-left: 0.5em !important;
}

img.floatright {
  clear: right;
  float: right;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  width: auto;
}

.floatleft {
  display: block;
  width: auto;
}

img.floatleft {
  clear: left;
  float: left;
  width: auto;
  margin: 0.3em 1em 0.3em 0;
}

.modal-dialog {
  max-width: 98vw;
  max-height: 98vh;
}

.unsichtbar {
  display: none;
}

.geweitet > li + li {
  margin-top: 0.6em;
}

ol.geweitet > li + li {
  margin-top: 0.6em;
}

.zitat {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 1.4em;
  line-height: 1em;
  color: #777 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

blockquote {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 15px 10px 0 !important;
  border-top: 1px dotted #ccc;
  display: inline-block;
  color: #777 !important;
  margin-left: 0 !important;
  text-indent: -9px;
}
blockquote p {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 21px;
  line-height: 28px;
  color: #777 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
blockquote + p {
  padding: 5px 10px 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  line-height: 1.6em;
}
blockquote:before {
  content: open-quote !important;
  quotes: "„" "“";
  color: #ddd !important;
  font-size: 3.3em;
  float: left;
  display: block;
  width: 30px;
  margin-top: -0.25em;
  margin-right: 5px;
}

.zit {
  color: #ddd !important;
  font-size: 3.5em;
  line-height: 0 !important;
}

.timeline {
  border-left: 10px solid #ddd;
  padding-left: 10px !important;
}
.timeline h4 {
  clear: both;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/Icons/dot_timeline.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  float: left;
  width: 4em !important;
  padding-left: 18px;
  margin-left: -19px;
  font-size: 1.5em !important;
  border-width: 0;
}
.timeline ul {
  margin-left: 4.5em !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.7em !important;
  display: block !important;
  clear: both !important;
}
.timeline ul li {
  background-image: none !important;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0 !important;
  padding-bottom: 1.5em !important;
  margin-top: 0 !important;
  padding-top: 2px !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.timeline ul li::before {
  content: none !important;
}
.timeline ul li + li {
  clear: both !important;
}
.timeline ul li img {
  vertical-align: baseline;
  padding-bottom: 20px;
}
.timeline ul li span.bu {
  font-size: 0.9em !important;
}
.timeline ul li:first-line {
  color: #777;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 0.9em !important;
}

@media (max-width: 375px) {
  .timeline ul {
    margin-left: 0 !important;
    padding-top: 1em !important;
  }
}
div.bibtex {
  display: none;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 5px;
}

.bibtexcontainer {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.bibtextoggle::before {
  content: "→ ";
  content: "↴ ";
  font-size: 15px;
}

div.sortierung {
  border: 0 solid #ccc;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0;
}
div.sortierung a {
  display: inline-block;
  width: auto;
  font-weight: 300;
  border: 1px solid #ccc;
  margin-right: 0.4em;
  padding: 2px 10px;
}
div.sortierung a:last-child {
  margin-right: 0;
}
div.sortierung span {
  display: inline-block;
  width: auto;
  padding: 2px 5px 2px 0;
}
div.sortierung div {
  width: 1em;
}

.klein {
  font-size: 0.9em;
  line-height: 18px;
}

.u-dotted {
  border-bottom: 1px dotted #ccc;
}

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

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

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

.rss {
  border: 1px solid #FC9 #630 #330 #F96;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background: #F60;
  text-decoration: none !important;
  margin: 0 10px 0 0;
  padding: 0 2px;
}

ul#lageplanliste {
  padding-left: 0 !important;
}
ul#lageplanliste ul {
  padding-left: 0 !important;
}

dl.bildunterschrift {
  width: auto;
  font-weight: 500;
  text-align: center;
  float: left;
  border: 1px dotted #aaa;
  font-size: 11px;
  border-width: 0 0 1px;
  margin: 0 20px 20px 0;
  padding: 0;
}
dl.bildunterschrift.floatleft {
  float: left;
  margin-right: 20px;
}
dl.bildunterschrift.floatright {
  float: right;
  margin-left: 20px;
}
dl.bildunterschrift dt {
  margin: 0;
  padding: 10px 0 0;
}
dl.bildunterschrift dd {
  margin: 0;
  padding: 5px 0 10px;
}
dl.bildunterschrift dd p {
  margin: 0;
  padding: 0;
}

.frame-uol-info,
div.uol-info,
p.uol-info {
  border: 1px solid #ee7203;
  padding: 8px 10px 8px 56px !important;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  min-height: 65px;
  background-color: #fff !important;
}

div.frame.uol-info, div.frame-uol-info {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
div.frame.uol-info > header > *, div.frame-uol-info > header > * {
  margin-top: 0 !important;
}

.uol-info::before,
.frame-uol-info::before {
  content: "i";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 48px;
  font-family: Serif;
  width: 40px;
  text-align: center;
  background-color: #ee7203;
  color: #fff;
  line-height: 64px;
  font-style: italic;
}

#uol_shortlink {
  display: inline-block;
  width: 10px;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.ce-above > .ce-gallery:last-child {
  margin-bottom: 0;
}

#headline h1 {
  margin: 65px 0 66px 0;
}

@media (min-width: 1100px) {
  body.scrolled .one-column #headline {
    padding-top: 80px;
  }
}
#sprungnavi {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}
#sprungnavi:focus-within {
  display: block;
  height: auto;
}

#subheader, div#content > h3 {
  display: none !important;
}

#content_header {
  min-height: 89px;
}
#content_header h1 {
  margin: 1rem 1rem 2rem;
}
#content_header h1 span {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
#content_header #headline:first-child {
  padding-top: 73px;
}
.scroll #content_header #headline:first-child {
  padding-top: 89px;
}
#content_header img + #headline {
  padding-top: 67px;
}
#content_header::after {
  clear: right;
  content: "";
  display: block;
  height: 0;
}

img#pagelogo {
  float: right;
  margin: 15px 15px 15px 30px;
  max-height: 100px;
  width: auto;
}
img#pagelogo + #headline {
  padding-top: 73px;
}

@media (max-width: 640px) {
  #content_header img {
    float: none;
    display: block;
    text-align: center;
    max-width: 90vw;
    margin: 30px auto 10px auto;
  }
}
.frame-type-form_formframework h2 {
  margin-top: 0 !important;
}

.frame ul, .frame ol, .frame p {
  margin-bottom: 1em;
}

.ce-bullets ul, .ce-bodytext ul, .suchliste ul, .studip_personendaten ul, div.stellenausschreibungen ul, .frame-type-menu_pages ul, .frame-type-menu_subpages ul, .frame-type-menu_abstract ul, .frame-type-menu_categorized_pages ul {
  padding-left: 1px;
  list-style: none;
}
.ce-bullets ul li, .ce-bodytext ul li, .suchliste ul li, .studip_personendaten ul li, div.stellenausschreibungen ul li, .frame-type-menu_pages ul li, .frame-type-menu_subpages ul li, .frame-type-menu_abstract ul li, .frame-type-menu_categorized_pages ul li {
  padding-left: 22px;
  text-indent: -22px;
}
.ce-bullets ul li::before, .ce-bodytext ul li::before, .suchliste ul li::before, .studip_personendaten ul li::before, div.stellenausschreibungen ul li::before, .frame-type-menu_pages ul li::before, .frame-type-menu_subpages ul li::before, .frame-type-menu_abstract ul li::before, .frame-type-menu_categorized_pages ul li::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #ccc;
  height: 7px;
  width: 11px;
  margin-right: 11px;
  position: relative;
  top: 1px;
}
.ce-bullets ul li *, .ce-bodytext ul li *, .suchliste ul li *, .studip_personendaten ul li *, div.stellenausschreibungen ul li *, .frame-type-menu_pages ul li *, .frame-type-menu_subpages ul li *, .frame-type-menu_abstract ul li *, .frame-type-menu_categorized_pages ul li * {
  text-indent: 0;
}
.ce-bullets ul li li, .ce-bodytext ul li li, .suchliste ul li li, .studip_personendaten ul li li, div.stellenausschreibungen ul li li, .frame-type-menu_pages ul li li, .frame-type-menu_subpages ul li li, .frame-type-menu_abstract ul li li, .frame-type-menu_categorized_pages ul li li {
  text-indent: -22px;
}
.ce-bullets ul li ul, .ce-bodytext ul li ul, .suchliste ul li ul, .studip_personendaten ul li ul, div.stellenausschreibungen ul li ul, .frame-type-menu_pages ul li ul, .frame-type-menu_subpages ul li ul, .frame-type-menu_abstract ul li ul, .frame-type-menu_categorized_pages ul li ul {
  margin-bottom: 0;
}
.ce-bullets ol, .ce-bodytext ol, .suchliste ol, .studip_personendaten ol, div.stellenausschreibungen ol, .frame-type-menu_pages ol, .frame-type-menu_subpages ol, .frame-type-menu_abstract ol, .frame-type-menu_categorized_pages ol {
  padding-left: 38px;
}
.ce-bullets ol > li, .ce-bodytext ol > li, .suchliste ol > li, .studip_personendaten ol > li, div.stellenausschreibungen ol > li, .frame-type-menu_pages ol > li, .frame-type-menu_subpages ol > li, .frame-type-menu_abstract ol > li, .frame-type-menu_categorized_pages ol > li {
  text-indent: 0;
}
.ce-bullets .buttons, .ce-bodytext .buttons, .suchliste .buttons, .studip_personendaten .buttons, div.stellenausschreibungen .buttons, .frame-type-menu_pages .buttons, .frame-type-menu_subpages .buttons, .frame-type-menu_abstract .buttons, .frame-type-menu_categorized_pages .buttons {
  padding-left: 0 !important;
}
.ce-bullets .buttons li, .ce-bodytext .buttons li, .suchliste .buttons li, .studip_personendaten .buttons li, div.stellenausschreibungen .buttons li, .frame-type-menu_pages .buttons li, .frame-type-menu_subpages .buttons li, .frame-type-menu_abstract .buttons li, .frame-type-menu_categorized_pages .buttons li {
  padding-left: 0;
  text-indent: 0;
}
.ce-bullets .buttons li::before, .ce-bodytext .buttons li::before, .suchliste .buttons li::before, .studip_personendaten .buttons li::before, div.stellenausschreibungen .buttons li::before, .frame-type-menu_pages .buttons li::before, .frame-type-menu_subpages .buttons li::before, .frame-type-menu_abstract .buttons li::before, .frame-type-menu_categorized_pages .buttons li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}
.ce-bullets > *:last-child, .ce-bodytext > *:last-child, .suchliste > *:last-child, .studip_personendaten > *:last-child, div.stellenausschreibungen > *:last-child, .frame-type-menu_pages > *:last-child, .frame-type-menu_subpages > *:last-child, .frame-type-menu_abstract > *:last-child, .frame-type-menu_categorized_pages > *:last-child {
  margin-bottom: 0;
}
.ce-bullets > *:first-child, .ce-bodytext > *:first-child, .suchliste > *:first-child, .studip_personendaten > *:first-child, div.stellenausschreibungen > *:first-child, .frame-type-menu_pages > *:first-child, .frame-type-menu_subpages > *:first-child, .frame-type-menu_abstract > *:first-child, .frame-type-menu_categorized_pages > *:first-child {
  margin-top: 0;
}

.frame-type-menu_pages ul li::before, .frame-type-menu_subpages ul li::before, .frame-type-menu_abstract ul li::before {
  margin-right: 7px !important;
}

@media (max-width: 480px) {
  /*.ce-bodytext, */
  .suchliste ul > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .suchliste ul > li::before {
    width: 0.5em;
    margin-right: 0.5em !important;
  }
}
h3.popover-header {
  margin-top: 0 !important;
  font-size: 16px !important;
}

.popover-body > *:last-child {
  margin-bottom: 0 !important;
}

.ce-popover .btn-warning {
  color: white;
}

main #left h2, main #left h3 {
  font: normal normal 400 19px/1.24 "Nunito Sans", "Open Sans", Verdana;
}
main #left #kontaktblock header > * {
  font-weight: 400 !important;
}

.ce-uploads {
  padding-left: 0 !important;
}
.ce-uploads img {
  box-sizing: content-box;
  padding: 0 !important;
  margin: 3px 16px 3px 3px;
  position: relative;
  top: 1px;
}
.ce-uploads li.hoverClick:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.ce-uploads.ce-uploads-type-2 li {
  display: flex;
  padding-bottom: 4px !important;
}
.ce-uploads.ce-uploads-type-2 li > a:first-child {
  flex-shrink: 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.ce-uploads.ce-uploads-type-2 li > div {
  align-self: center;
}
.ce-uploads.ce-uploads-type-2 li > div a {
  margin-left: 0 !important;
}
.ce-uploads.ce-uploads-type-2 img {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.ce-uploads-description {
  display: block;
}
.ce-uploads-description span.expand {
  display: none;
}
.ce-uploads-description.collapsed {
  position: relative;
  height: 3.5em;
  overflow: hidden;
}
.ce-uploads-description.collapsed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1.8em;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, white 87%);
}
.ce-uploads-description.collapsed span.expand {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  background: #f2f2f2;
  padding: 3px 10px;
  font-family: Fontawesome, "Nunito Sans";
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
}

.ce-uploads-filesize {
  font-size: 0.9em;
}

span.ce-uploads-fileName {
  line-height: 1.5em;
  display: inline;
}

.ce-gallery {
  max-width: 100%;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin-bottom: 1em;
}

.ce-intext.ce-right.ce-nowrap .ce-gallery, .ce-intext.ce-left.ce-nowrap .ce-gallery {
  margin-bottom: 0;
}

.ce-above .ce-gallery {
  margin-bottom: 1em;
}

.ce-gallery figcaption {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 0.3em;
}
.ce-gallery figure {
  margin-bottom: 10px;
  position: relative;
}
.ce-gallery figure .image-copyright {
  display: none;
}
.copyright .ce-gallery figure .image-copyright {
  display: table;
  margin-top: -1.4em;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 5px;
  height: 1.5em;
  z-index: 1;
  transform: translateY(0);
  font-size: 8px;
  line-height: 1.4;
  color: white;
  position: absolute;
  right: 0;
}
.copyright.foto .ce-gallery figure .image-copyright::before {
  content: "Image: ";
}
html[lang=DE] .copyright.foto .ce-gallery figure .image-copyright::before {
  content: "Foto: ";
}
.ce-gallery .ce-row {
  margin-bottom: 0;
}
.ce-gallery .ce-row:last-child .ce-column:last-child figure {
  margin-bottom: 4px;
}

.ce-border img, .ce-border iframe {
  box-shadow: #969696 0px 0px 4px !important;
  border-width: 0 !important;
  margin: 3px !important;
  max-width: calc(100% - 6px);
}

.ce-left .ce-gallery {
  margin-top: 5px;
}
.ce-left .ce-gallery:last-child {
  margin-top: 0;
}

.ce-below > .ce-gallery {
  margin-top: 1em !important;
}

.frame-type-menu_abstract li + li {
  margin-top: 6px;
}
.frame-type-menu_abstract p {
  margin-bottom: 0;
  text-indent: 0;
}

.frame-type-menu_section ul {
  list-style: none !important;
}
.frame-type-menu_section li {
  text-indent: -1.3em;
}
.frame-type-menu_section li::before {
  content: "⇩  ";
  content: "⬇  ";
}

.einr.rahmen {
  background-color: transparent !important;
}

.einr span.ausklappen {
  font-size: 0.75em;
  text-transform: uppercase;
}

main .kachel hr {
  border-top-width: 0;
  margin: 0 0 20px 0;
}
main hr {
  margin: 45px 0 30px 0;
}
main .ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
main .ce-intext.ce-left ol, main .ce-intext.ce-left ul {
  padding-left: initial;
}
main .col-lg-3 > div {
  background: #f2f2f2;
  padding: 35px 25px 10px 25px;
  margin-bottom: 15px;
}

#keyvisual {
  margin-bottom: 2em;
}

#keyvisual img {
  width: 100%;
}

.galerie-weit .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.galerie-weit .ce-gallery .ce-inner {
  float: none;
  right: 0;
}
.galerie-weit .ce-gallery .ce-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.galerie-weit .ce-gallery .ce-row > * {
  flex-grow: 1;
  margin-right: 0;
}
.galerie-weit .ce-gallery .ce-row figure {
  margin: auto;
  padding: 0.5em;
}

.flip-card {
  background-color: transparent;
  display: inline-block;
  perspective: 1000px;
}
.flip-card > div {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  overflow: unset;
}
.flip-card:hover .ce-bodytext, .flip-card.gewendet .ce-bodytext {
  transform: rotateY(0deg);
}
.flip-card:hover .ce-gallery, .flip-card.gewendet .ce-gallery {
  transform: rotateY(180deg);
}
.flip-card .ce-gallery, .flip-card .ce-bodytext {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card .ce-gallery {
  color: black;
  margin-bottom: 0;
  z-index: 2;
  transform: rotateY(0deg);
}
.flip-card .ce-gallery::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  font-family: fontawesome;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  opacity: 0.85;
}
.flip-card .ce-gallery figure {
  margin: 0 !important;
}
.flip-card .ce-gallery * {
  margin-bottom: 0;
}
.flip-card .ce-bodytext {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a73a8;
  color: white;
  transform: rotateY(-180deg);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 10px;
}
.flip-card .ce-bodytext a {
  color: #78c6ff;
}

.zentriert > .container > .row > * {
  display: flex;
  align-items: center;
}
.zentriert > .container > .row > * > .inner-wrap {
  flex-grow: 1;
}
.zentriert.frame-type-textmedia .ce-intext {
  display: flex;
  align-items: center;
}
.zentriert.frame-type-textmedia .ce-intext .ce-gallery {
  display: block;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.zentriert.frame-type-textmedia .ce-intext.img-ueber {
  display: block;
}
.zentriert.frame-type-textmedia .ce-intext.img-ueber .ce-gallery {
  display: table;
  flex-shrink: unset;
}

.img-ueber .ce-gallery {
  float: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: table;
}
.img-ueber .ce-gallery + .ce-bodytext {
  margin-top: 20px;
}

.playbutton .ce-gallery a[href$=".mp4"], .playbutton .ce-gallery a[href^="https://bbbstream.uol.de"] {
  position: relative;
  display: block;
}
.playbutton .ce-gallery a[href$=".mp4"]:after, .playbutton .ce-gallery a[href^="https://bbbstream.uol.de"]:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 100%;
  background: url("/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/Play-Button65.svg") center no-repeat;
  background-size: contain;
}
.playbutton .ce-gallery a[href^="https://youtu.be/"], .playbutton .ce-gallery [href*="youtube.com/watch"] {
  position: relative;
  display: block;
}
.playbutton .ce-gallery a[href^="https://youtu.be/"]:after, .playbutton .ce-gallery [href*="youtube.com/watch"]:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100%;
  background: url("/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/youtube-logo.png") center no-repeat;
  background-size: contain;
}

.bottom-buttons > div > div > div > div.inner-wrap {
  padding-bottom: 30px;
  position: relative;
}
.bottom-buttons .morelink {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.karten > div > div.frame {
  border: 1px solid rgba(30, 30, 30, 0.2);
  padding: 20px;
  display: flex;
}
.karten > div > div.frame > * {
  margin: auto;
}
.karten .ce-uploads.ce-uploads-type-2 li div a {
  font-weight: 600;
}
.karten .ce-uploads li {
  border: 1px solid rgba(30, 30, 30, 0.2);
  padding: 10px !important;
}

@media (min-width: 768px) {
  .karten > div {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .karten > div > div.frame {
    max-width: calc(49.98% - 30px);
    flex-grow: 1;
    margin-top: 0 !important;
    margin: 0 15px 30px;
  }
  .karten ul.ce-uploads {
    display: flex;
    flex-flow: row wrap;
  }
  .karten ul.ce-uploads li {
    width: 47.999%;
    margin-right: 4%;
  }
  .karten ul.ce-uploads li:nth-child(even) {
    margin-right: 0;
  }
  .karten ul.ce-uploads.ce-uploads-type-2 li > a:first-child {
    align-self: center;
  }
}
.img-zoom figure.image {
  overflow: hidden;
}
.img-zoom a img {
  transition: transform 0.8s;
}
.img-zoom a img:hover {
  transform: scale(1.1, 1.1);
}

.spalten ul li {
  break-inside: avoid;
}

@media (min-width: 720px) {
  .spalten ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .spalten ul {
    column-count: 3;
  }

  .col-md-7 .spalten ul,
.col-md-8 .spalten ul,
.col-md-9 .spalten ul {
    column-count: 2;
  }
}
@media (max-width: 850px) {
  .col-md-7 .spalten ul,
.col-md-8 .spalten ul {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .order-21 > div > .row > div:first-child {
    order: 2;
  }
}
#alle-veranstaltungen {
  padding: 40px 0 40px 0;
  text-align: right;
}
#alle-veranstaltungen a {
  float: none;
}

#left > div {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
#left > div + div {
  margin-top: 2rem;
}
#left > div > div {
  background: #f2f2f2;
  padding: 9px 23px;
  margin-top: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  #left > div > div {
    padding: 9px 10px;
  }
}
#left > div > div + div {
  margin-top: 2rem;
}
#left > div > div.frame-type-shortcut {
  background: white;
  padding: 0;
}
#left > div > div.frame-type-shortcut > div {
  background: #f2f2f2;
  padding: 15px 23px;
}
#left > div > div.frame-type-shortcut > div.ka-panel {
  padding: 0px;
}
#left .ce-bodytext h2 {
  margin-top: 0 !important;
}
#left header * {
  margin-top: 0 !important;
}
#left .frame-type-html {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
#left .frame-type-shortcut > div + div {
  margin-top: 20px;
}
#left .frame-type-shortcut > div + div {
  background: #f2f2f2;
  padding: 15px 23px;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
#left .rahmen:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  #left > div > div {
    padding: 15px 23px;
  }
}
.scroll_wrap {
  width: 100%;
  overflow-x: auto;
}

.fadeout {
  opacity: 0;
  transition: 1s;
}

.inaktiv {
  opacity: 0.25;
  transition: 1s;
}

ul.kacheln {
  padding-left: 0 !important;
}

.kacheln {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 10px;
}
.kacheln li::before {
  border-color: #fff !important;
}
.kacheln li:hover a {
  text-decoration: none;
}
.kacheln > * {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 28px;
  text-align: center;
  padding: 4em 1em !important;
  background: url("/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/kachel.png") center center #2b74a9;
  background-size: cover;
  position: relative;
}
.kacheln > *:nth-child(even) {
  margin-right: 0;
}
.kacheln a {
  color: white !important;
  font-weight: 400;
  font-size: 1.2em;
}

.aufklappen {
  width: auto;
  display: table;
  color: #00519e;
  background-color: rgba(0, 0, 0, 0.05);
  /* border-radius: 0px; */
  margin: 1em 0px 0.5em;
  padding: 5px 10px 5px 6px !important;
  text-decoration: none !important;
}

.aufklapp_button {
  display: inline-block;
  margin-bottom: -2px;
  background: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/Icons/expand-down.png) top left no-repeat;
  width: 18px;
  height: 14px;
}

.offen .aufklapp_button {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/Icons/expand-up.png);
}

a.flaeche_gruen, a.button {
  display: block;
  text-align: center;
  border-top: 0 solid #c2f797;
  color: white !important;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none !important;
  vertical-align: middle;
  padding: 10px 9px;
  padding: 9px 16px 9px;
  background: #007878;
}

a.button_inline {
  display: inline-block;
  text-decoration: none !important;
  padding: 5px 1em 5px 0.9em;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  margin: 0.3em 0;
  text-indent: 0;
}
a.button_inline::before {
  content: "➜";
  display: inline-block;
  padding-right: 0.5em;
  color: #777;
}
a.button_inline.back::before {
  padding-right: 0;
  padding-left: 0.5em;
  transform: rotate(180deg);
}

.buttons {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 10px;
}
.buttons li {
  list-style: none;
}

a.flaeche, a.flaeche2, ul.buttons a {
  display: block;
  color: black !important;
  list-style: none;
  line-height: 1.29412em !important;
  vertical-align: middle;
  text-align: left;
  margin: 6px 1px;
  font-size: 17px;
  padding: 9px 16px 9px 20px;
  border-width: 0;
  border-left: 3px solid #94c11c;
  text-decoration: none !important;
  background: rgba(0, 0, 0, 0.05);
}
a.flaeche:hover, a.flaeche2:hover, ul.buttons a:hover {
  background: #e0e1e4;
  color: black !important;
}
a.flaeche:active, a.flaeche2:active, ul.buttons a:active {
  background: #d8d9dc;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
a.flaeche.pfeil, a.flaeche2.pfeil, ul.buttons a.pfeil {
  text-align: left !important;
}
a.flaeche.pfeil::before, a.flaeche2.pfeil::before, ul.buttons a.pfeil::before {
  content: "➜";
  display: inline-block;
  padding-right: 0.5em;
  color: #777;
}

.flaeche, .flaeche2 {
  display: block;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  vertical-align: middle;
  color: black !important;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  margin: 6px 0;
  font-size: 15px;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e0e1e4));
  background: -webkit-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -o-linear-gradient(top, #f8f9fc, #f2f2f2);
}
.flaeche:hover, .flaeche2:hover {
  color: black !important;
  background: #d8d9dc;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

p + p .flaeche {
  margin-top: 20px;
}

p:last-child a.flaeche:last-child {
  margin-bottom: 0;
}

p:first-child a.flaeche:first-child {
  margin-top: 0;
}

#left a.flaeche, #left a.flaeche2 {
  text-align: center;
  padding-left: 10px;
}
#left a.flaeche *, #left a.flaeche2 * {
  font-weight: 400;
  font-style: normal;
}

.rahmen {
  border: 1px solid rgba(30, 30, 30, 0.15);
  border-color: #bdbdbd;
  padding: 22px;
  margin: 1.5em 0;
}
.rahmen > *:last-child {
  margin-bottom: 0;
}

img.rahmen {
  padding: 2px !important;
  border-width: 2px !important;
}

ul.rahmen {
  padding-left: 22px;
}

.innovation-button {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 15px !important;
}
.innovation-button:hover, .innovation-button:focus {
  text-decoration: none !important;
  outline: none !important;
}
.innovation-button:active {
  text-decoration: none !important;
  outline: none !important;
}
.innovation-button.style1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 42px;
  display: table;
  margin: 0 0 0 auto;
  background: transparent;
  border: 1px solid #94c11c;
  color: #000;
}
.innovation-button.style1:hover, .innovation-button.style1:focus {
  background-color: transparent !important;
  border-color: #000;
}
.innovation-button.style2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #00519e;
  color: white;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 24px;
  border: none;
}
.innovation-button.style2:hover, .innovation-button.style2:focus {
  background-color: #333333;
  color: white;
}
.innovation-button.style3 {
  border: 2px solid #00519e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #00519e;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 22px;
}
.innovation-button.style3:hover, .innovation-button.style3:focus {
  background-color: #00519e;
  border-color: #FFFFFF;
  color: white;
}

.innovation-call-action {
  padding: 23px 0;
  background: #00519e;
  text-align: right;
  height: 80px;
}
.innovation-call-action h6 {
  display: inline-block;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 60px;
  margin: 0;
}
.innovation-call-action a {
  display: inline-block;
  margin: 0 6px;
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .innovation-button.style1 {
    padding: 8px 21px;
  }
}
.btn {
  border-radius: 0 !important;
  padding: 9px 16px;
}

.btn-warning {
  background-color: #d83614 !important;
  border-width: 0 !important;
}

.frame-layout-imgshadow img {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  padding: 0;
  margin: 3px 20px 3px 3px;
}
.frame-layout-imgshadow img:hover {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.frame-layout-buttons_gruen ul {
  list-style: none;
  padding: 0 !important;
  margin-top: 10px;
}
.frame-layout-buttons_gruen ul li {
  padding-left: 0;
  text-indent: 0;
}
.frame-layout-buttons_gruen ul:first-child {
  margin-top: 0;
}
.frame-layout-buttons_gruen li {
  margin: 0 0 6px 0px;
  border-left: 3px solid #62b22f;
  margin-top: 0 !important;
}
.frame-layout-buttons_gruen li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}
.frame-layout-buttons_gruen li a {
  list-style: none;
  line-height: 1.5em !important;
  line-height: 1.29412em !important;
  display: block;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  padding: 6px 10px 7px 20px;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e0e1e4));
  background: -webkit-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: -o-linear-gradient(top, #f8f9fc, #f2f2f2);
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  border-width: 0;
  color: black;
  margin-top: 0 !important;
}
.frame-layout-buttons_gruen li a:hover, .frame-layout-buttons_gruen li a:focus {
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, .3); */
  background: rgba(0, 0, 0, 0.1);
}
.frame-layout-buttons_gruen li:first-child a {
  margin-top: 0;
}
.frame-layout-buttons_gruen li ul {
  margin-top: 0;
  margin-bottom: 6px;
}
.frame-layout-buttons_gruen li li {
  border-left-width: 0;
  margin-bottom: 0;
}
.frame-layout-buttons_gruen li li a {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  text-indent: -2em;
  padding-left: 3.4em;
}
.frame-layout-buttons_gruen li li a::before {
  content: "";
  display: inline-block;
  border: 2px solid #ccc;
  border-width: 2px 0 0 0;
  height: 7px;
  width: 1em;
  margin-right: 1em !important;
  position: relative;
  top: 1px;
}
.frame-layout-buttons_gruen li li:first-child a {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 15px !important;
}

.frame-layout-kacheln ul {
  display: flex;
  flex-flow: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin-top: 10px;
}
.frame-layout-kacheln ul li {
  padding: 0;
  text-indent: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-left: 3px solid #94c11c;
  background: #f2f2f2;
  min-height: 8em;
}
.frame-layout-kacheln ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.frame-layout-kacheln ul li a {
  display: block;
  padding: 1em;
  text-decoration: none !important;
}
.frame-layout-kacheln ul li a:hover {
  color: #000;
  text-decoration: underline !important;
}
.frame-layout-kacheln li {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
}
.frame-layout-kacheln li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}
.frame-layout-kacheln li:hover a {
  text-decoration: none;
}
.frame-layout-kacheln li:nth-child(even) {
  margin-right: 0;
}
.frame-layout-kacheln li a {
  font-weight: 500;
  font-size: 1.2em;
}
.frame-layout-kacheln .geweitet > li + li {
  margin-top: 0em;
}

#left .frame-layout-kacheln li {
  width: 100%;
}

@media (max-width: 479px) {
  .frame-layout-kacheln li {
    width: 100%;
    margin-right: 0;
    padding: 2em 1em !important;
    margin-bottom: 14px !important;
  }
}
.frame-layout-buttons ul {
  list-style: none;
  padding: 0;
}
.frame-layout-buttons ul li {
  padding: 9px 16px 9px 20px;
  text-indent: 0 !important;
  line-height: 1.29412em;
  border-left: 3px solid #94c11c;
  margin-top: 0 !important;
  margin: 6px 0px;
}
.frame-layout-buttons ul li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}
.frame-layout-buttons ul li a {
  list-style: none;
  line-height: 1.29412em !important;
  display: block;
  vertical-align: middle;
  text-align: left;
  font-size: 17px;
  padding: 9px 16px 9px 20px;
  margin: -9px -16px -9px -20px;
  text-decoration: none !important;
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.5s;
  border-width: 0;
  color: black;
}
.frame-layout-buttons ul li a:hover {
  transition: background 0s;
}
.frame-layout-buttons ul li a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.frame-layout-buttons ul li a span {
  color: #000;
}
.frame-layout-buttons ul li a + br + a {
  margin-top: -1em !important;
}
.frame-layout-buttons ul li ul {
  margin: 0 -16px -9px -20px !important;
}
.frame-layout-buttons ul li li {
  border-left-width: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.frame-layout-buttons ul li li a {
  margin-bottom: 0px !important;
  font-size: 15px !important;
  text-indent: -22px;
  padding-left: 43px;
}
.frame-layout-buttons ul li li a::before {
  content: "";
  display: inline-block;
  border: 2px solid #808080;
  border-width: 2px 0 0 0;
  height: 7px;
  width: 11px;
  border-color: #ccc;
  margin-right: 11px !important;
  position: relative;
  top: 1px;
}
.frame-layout-buttons ul li li:first-child a {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 15px !important;
}
.frame-layout-buttons .ce-uploads li {
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.5s;
  padding: 7px 14px 7px 20px;
  margin-bottom: 6px;
}
.frame-layout-buttons .ce-uploads li.hoverClick:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: background 0s;
}
.frame-layout-buttons .ce-uploads li a {
  display: inline;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.frame-layout-buttons .ce-uploads li a:hover {
  box-shadow: none;
}
.frame-layout-buttons .ce-uploads li span.ce-uploads-fileName {
  color: #0059ab;
}
.frame-layout-buttons .ce-uploads img {
  margin: 3px 12px 3px 18px;
  top: 2px;
}
.frame-layout-buttons .ce-uploads-type-1 li, .frame-layout-buttons .ce-uploads-type-2 li {
  display: flex;
  align-items: center;
}
.frame-layout-buttons .ce-uploads-type-1 img, .frame-layout-buttons .ce-uploads-type-2 img {
  margin-left: 0;
  top: 0;
  flex-shrink: 0;
}
.frame-layout-buttons .ce-uploads-type-1 a:hover, .frame-layout-buttons .ce-uploads-type-2 a:hover {
  background: transparent;
}
.frame-layout-buttons .ce-uploads-type-2 img {
  background: #fff;
}
.frame-layout-buttons.frame-type-menu_abstract li a {
  padding-bottom: 1px;
}
.frame-layout-buttons.frame-type-menu_abstract li a:last-child {
  padding-bottom: 8px;
}
.frame-layout-buttons.frame-type-menu_abstract li a + p {
  background: #f2f2f2;
  padding: 2px 10px 7px 20px;
  margin: 7px -10px -7px -20px;
  font-size: 15px;
}
.frame-layout-buttons.frame-type-menu_abstract li.hoverClick {
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.5s;
}
.frame-layout-buttons.frame-type-menu_abstract li.hoverClick > * {
  background-color: transparent !important;
}
.frame-layout-buttons.frame-type-menu_abstract li.hoverClick:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0s;
  cursor: pointer;
}
.frame-layout-buttons.flex {
  /* Buttons mit flexibler Größe schachteln */
}
.frame-layout-buttons.flex ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -3px;
}
.frame-layout-buttons.flex li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  flex-grow: 1;
  width: auto !important;
}
.frame-layout-buttons[class*=hg-farbig-] ul li a, [class*=hg-farbig-] .frame-layout-buttons ul li a {
  background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
  .frame-layout-buttons ul li.halb {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .frame-layout-buttons ul li.halb + li {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 480px) {
  .frame-layout-buttons ul li.halb.w480 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .frame-layout-buttons ul li.halb.w480 + li {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 360px) {
  .frame-layout-buttons ul li.halb.w360 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .frame-layout-buttons ul li.halb.w360 + li {
    display: inline-block;
    width: 49%;
  }
}

@media (min-width: 480px) {
  .frame-layout-buttons ul li.halb + li + li {
    clear: left;
  }
}
@media (max-width: 479px) {
  .frame-layout-buttons ul li a {
    padding: 9px 6px 9px 10px;
  }
  .frame-layout-buttons ul li li a {
    padding-left: 33px;
  }
}
.frame-layout-bu_im_bild figure, .bu-im-bild figure {
  position: relative;
}
.frame-layout-bu_im_bild figcaption, .bu-im-bild figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.3em 0.3em 0.3em;
  background-color: rgba(50, 50, 50, 0.6);
  color: white;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2em;
  float: right;
  text-align: right;
}
.frame-layout-bu_im_bild.bu-klein figcaption, .bu-im-bild.bu-klein figcaption {
  background-color: rgba(50, 50, 50, 0.5);
  font-size: 11px;
}

.frame-layout-bu_im_bild_klein figure, .bu-im-bild-klein figure {
  position: relative;
}
.frame-layout-bu_im_bild_klein figcaption, .bu-im-bild-klein figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.3em 0.3em 0.3em;
  background-color: rgba(50, 50, 50, 0.5);
  color: white;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2em;
  float: right;
  text-align: right;
}

.frame-hggrau, .frame-hggruen, .frame-hgblau {
  padding: 17px 23px 15px;
}

.frame-hggrau {
  background-color: #f2f2f2;
}

.frame-hggruen {
  background-color: rgba(149, 193, 31, 0.15);
}

.frame-hgblau {
  background-color: rgba(0, 81, 158, 0.15);
}

.frame-hgweiss {
  background-color: #fff !important;
  padding: 10px 23px 8px !important;
}

#main div.frame.frame-hgblau > header > * {
  margin-top: 0 !important;
}
#main div.frame.frame-hggruen > header > * {
  margin-top: 0 !important;
}
#main div.frame.frame-hggrau > header > * {
  margin-top: 0 !important;
}
#main div.frame.frame-rahmen > header > * {
  margin-top: 0 !important;
}

@media (max-width: 479px) {
  #main .frame-hggrau, #main .frame-hggruen, #main .frame-hgblau, #main .frame-hgweiss {
    padding: 12px 10px 8px !important;
  }

  .frame.frame-rahmen {
    padding: 12px 9px 8px;
  }
}
/*.frame*/
.frame-rahmen {
  border: 1px solid rgba(30, 30, 30, 0.15);
  border-color: #bdbdbd;
  /*padding: 1.4285em;*/
  padding: 16px 20px;
  /* 20px; */
  margin: 1.5em 0;
}
.frame-rahmen > *:last-child {
  margin-bottom: 0;
}
#left .frame-rahmen {
  background-color: #fff;
}

.frame-space-before-extra-small {
  margin-top: 0em !important;
}

.frame-space-before-small {
  margin-top: 1em !important;
}

.frame-space-before-medium {
  margin-top: 3em !important;
}

.frame-space-before-large {
  margin-top: 4em !important;
}

.frame-space-before-extra-large {
  margin-top: 5em !important;
}

@media (max-width: 600px) {
  .frame-space-before-extra-large {
    margin-top: 1em;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 0em !important;
}

.frame-space-after-small {
  margin-bottom: 1em !important;
}

.frame-space-after-medium {
  margin-bottom: 3em !important;
}

.frame-space-after-large {
  margin-bottom: 4em !important;
}

.frame-space-after-extra-large {
  margin-bottom: 5em !important;
}

#left .frame-space-after-extra-small + div {
  padding-top: 0;
}

/* ----------------------------------------------------------------------------
 * 2.0 - Animate
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes "bounceIn" {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes "bounceIn" {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes "tada" {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes "tada" {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes "bounceInUp" {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes "bounceInUp" {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes "fadein" {
  100% {
    opacity: 1;
  }
}
@keyframes "fadein" {
  100% {
    opacity: 1;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.tada {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

header#header {
  background: white;
  position: absolute;
  width: 100%;
  z-index: 997;
  background: linear-gradient(#fff, #fff 145px, transparent 146px);
}
header#header > .container {
  position: relative;
  display: table;
}
header#header > .menu-wrapper > .container {
  position: relative;
  display: table;
}
header#header .header-icon-wrapper {
  position: absolute;
  top: 13px;
  right: 15px;
  margin: auto;
  font-size: 18px;
}
header#header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
  padding: 10px 0;
  line-height: 24px;
}
header#header b.x-caret {
  color: #191919 !important;
}
header#header b.x-caret:before {
  color: #191919 !important;
}
.scroll header#header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 58px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.scroll header#header.in {
  top: 0;
}
@media (max-width: 1023px) {
  header#header {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}

#uol_logo {
  padding: 0 0 0 4px;
  left: 20px;
  right: auto;
  text-align: left;
  z-index: 2;
  flex-grow: 0;
  min-width: 131px;
}
.scroll #uol_logo {
  padding: 0 1px 0 3px;
  width: 135px;
}
@media (max-width: 1199px) {
  #uol_logo {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #uol_logo {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  #uol_logo {
    padding-left: 5px !important;
  }
}
#uol_logo > a {
  display: table-cell;
  vertical-align: middle;
}
#uol_logo > a:hover > img {
  background-color: #f2f2f2;
  border-bottom: 4px solid rgba(0, 171, 218, 0.8);
}
#uol_logo > a > img {
  transition: 0s;
  max-height: 145px;
  height: auto;
  padding-top: 24.43%;
  padding-bottom: calc(21.37% - 4px);
  border-bottom: 4px solid transparent;
}
.scroll #uol_logo > a > img {
  max-height: 58px;
  width: 67px !important;
  margin-right: 55px;
  padding: 10px 0;
  border-bottom-width: 0;
}

#top-bar {
  text-align: right;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 18px 0 16px;
  display: none;
}
@media (max-width: 1100px) {
  #top-bar {
    display: none;
  }
}

#service_nav {
  flex-grow: 0;
  justify-content: flex-end;
  position: static;
  align-content: flex-end;
}
#service_nav li {
  margin-bottom: 0;
}
#service_nav li i.fa {
  line-height: 46px;
  font-size: 28px;
  position: relative;
  color: #00406b !important;
}
#service_nav > li > a {
  display: block;
  position: relative;
  padding: 4px 10px 14px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
#service_nav > li > a:hover .fa::after {
  display: block;
  position: absolute;
  top: 67px;
  font-family: "Nunito Sans", Arial;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  margin-left: 12px;
  background: #fff;
  white-space: nowrap;
  z-index: 1;
  padding: 2px 5px;
  color: #00406b;
}
body.scroll #service_nav > li > a:hover .fa::after {
  top: 60px;
}
#service_nav > li > a:hover .fa-globe.fa::after {
  content: "Change language";
}
#service_nav > li > a:hover .fa-search::after {
  content: "Search";
  margin-left: 13px;
}
html[lang=de] #service_nav > li > a:hover .fa-search::after {
  content: "Suche";
}
#service_nav > li > a:hover .fa-info::after {
  margin-left: 5px;
  content: "Information for ...";
}
html[lang=de] #service_nav > li > a:hover .fa-info::after {
  content: "Informationen für ...";
}
#service_nav > li > a:hover .fa-sign-in::after {
  content: "Login";
}
@media (max-width: 400px) {
  #service_nav > li > a {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
#service_nav > li > a:hover, #service_nav > li > a:focus {
  background: #f2f2f2;
  border-bottom-color: #00abd9;
}
@media (min-width: 1024px) {
  #service_nav {
    display: flex;
  }
}
#service_nav .fa-search {
  font-size: 26px;
}
.scroll #service_nav > li > a {
  padding-bottom: 4px;
}

#social-bar {
  margin: 10px 0 0 auto;
}
#social-bar ul {
  margin: 0;
}

#tab-login-mobile {
  font-size: 15px;
  margin-top: 1px;
  padding-top: 5px;
  border-top: 1px solid #fff;
}
#tab-login-mobile ul {
  list-style: none;
  padding-left: 0;
}
#tab-login-mobile a {
  display: block;
  line-height: 1.5em !important;
  cursor: pointer;
  padding: 5px 10px 5px 39px !important;
  text-indent: -1em;
}
#tab-login-mobile a::before {
  content: "—";
  display: inline-block;
  margin-right: 1em;
}
#tab-login-mobile h4 {
  display: inline-block;
  white-space: nowrap;
  padding: 12px 10px 5px;
  margin-bottom: 0;
}

.nav-login a:hover,
#zielgruppen-button:hover,
#language_menu a:hover {
  background: rgba(0, 0, 0, 0.05);
}

#tab-login-mobile {
  max-width: 300px;
}
#tab-login-mobile #bewerbungsportale {
  border-top-color: #ddd;
}
#tab-login-mobile #bewerbungsportale h4 {
  padding-left: 0;
  padding-top: 10px;
}
#tab-login-mobile #bewerbungsportale li {
  border-top-width: 0;
}

#wrapper-content {
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 145px;
}

@media (min-width: 1101px) {
  header#header .top-bar {
    position: absolute;
    z-index: 998;
    width: 810px;
    top: 0px;
    right: 15px;
    background: transparent;
  }

  #header .container {
    max-width: 1200px;
  }
}
.mobile-hide-search {
  display: none !important;
}

.mobile-hide-shopping-cart {
  display: none !important;
}

.mobile-top-bar-hide {
  display: none !important;
}

.menu-main-inner {
  display: block !important;
  position: relative;
  z-index: 1;
}
.menu-main-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main-inner ul li a {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: none;
  text-align: left;
}
.menu-main-inner ul li a:hover, .menu-main-inner ul li a.focus, .menu-main-inner ul li a.open {
  background: rgba(0, 0, 0, 0.05);
}
.menu-main-inner ul li:hover a {
  background: none;
}
.menu-main-inner ul li:hover a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.menu-main-inner ul.level-1 {
  max-width: 1170px;
  margin: 0 auto;
  height: auto;
  position: static;
  text-align: center;
  display: flex;
  justify-content: center;
}
.menu-main-inner ul.level-1 > li {
  position: static;
  display: inline-block;
}
.menu-main-inner ul.level-1 > li > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: 4px solid #00519e;
  display: block;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 21px;
  color: #00406b;
  padding: 17px 24px 23px;
}
.menu-main-inner ul.level-1 > li > a.focus, .menu-main-inner ul.level-1 > li > a.open, .menu-main-inner ul.level-1 > li > a:hover {
  border-bottom: 4px solid #62b22f;
}
@media (max-width: 1100px) {
  .menu-main-inner ul.level-1 > li > a {
    padding: 17px 21px 13px;
  }
}
.menu-main-inner ul.level-1 > li .nav-open {
  display: none;
}
.menu-main-inner ul.level-1 > li:hover > a, .menu-main-inner ul.level-1 > li.focus > a, .menu-main-inner ul.level-1 > li.open > a {
  border-bottom: 4px solid #f2f2f2;
}
.menu-main-inner ul.level-1 > li:hover > a {
  border-bottom: 4px solid #62b22f;
}
.menu-main-inner ul.level-1 > li.active > a {
  border-bottom: 4px solid #7ea3c5;
}
.menu-main-inner #menu-item-57002 ul {
  columns: 2;
}
.menu-main-inner ul.uol-submenu.level-2 {
  display: none;
  overflow-y: hidden;
  transition-property: max-height;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-delay: 0s;
  position: absolute;
  z-index: 2;
  top: 145px;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px 4px 5px -2px #777777;
  -moz-box-shadow: 0px 4px 5px -2px #777777;
  box-shadow: 0px 4px 5px -2px #777777;
}
.scroll .menu-main-inner ul.uol-submenu.level-2 {
  top: 58px;
}
.menu-main-inner ul.uol-submenu.level-2[aria-hidden=false] {
  display: flex;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-item {
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #ddd;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-item:last-child {
  border-right-width: 0;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-item > a {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 400;
  display: block;
  padding: 5px 20px;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-item > a:hover, .menu-main-inner ul.uol-submenu.level-2 > li.menu-item > a:focus {
  text-decoration: none;
  color: #000;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-item.active > a {
  font-size: 16px;
  color: #7ea3c5;
}
.menu-main-inner ul.uol-submenu.level-2 > li:first-child {
  width: 100%;
  font-size: 16px;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.menu-main-inner ul.uol-submenu.level-2 > li:first-child span {
  font-size: 16px;
  display: none;
}
.menu-main-inner ul.uol-submenu.level-2 > li:first-child a {
  display: block;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #00519e;
  text-decoration: none;
}
.menu-main-inner ul.uol-submenu.level-2 > li:first-child a:hover, .menu-main-inner ul.uol-submenu.level-2 > li:first-child a:focus {
  color: #000;
}
.menu-main-inner ul.uol-submenu.level-2 > li {
  width: 25%;
  display: block;
  float: left;
  padding-right: 20px;
}
.menu-main-inner ul.uol-submenu.level-2 > li.menu-col-mode-1 {
  width: 50%;
}
.menu-main-inner ul.uol-submenu.level-2.max-items-3 > li:nth-child(4) {
  display: none;
}
.menu-main-inner ul.level-3 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-main-inner ul.level-3 li a {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px;
}
.menu-main-inner ul.level-3 li a:hover, .menu-main-inner ul.level-3 li a:focus {
  text-decoration: none;
  color: #222;
}
.menu-main-inner ul.level-3 li a.active {
  color: #7ea3c5;
}
.menu-main-inner ul.level-3 li.active a {
  text-decoration: underline;
  font-size: 16px;
}
.menu-main-inner ul.level-3 li.active a:hover {
  text-decoration: underline;
}
.menu-main-inner a:focus {
  outline: none;
}

html[lang=DE] .btn-portal a::before {
  content: "Zum ";
}

#social-bar {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#social-bar li {
  display: inline-block;
  vertical-align: middle;
}
#social-bar li + li {
  margin-left: 10px;
}
#social-bar li a {
  display: inline-block;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#social-bar li a i.fa {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0px;
  font-size: 22px;
  color: #afafaf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  border-color: #444444;
  line-height: 22px;
}
#social-bar li a:hover i.fa {
  border-color: #fff !important;
  background-color: transparent !important;
  color: black !important;
}

#service-bar {
  margin: 24px 0 0 0;
  border: 0;
  background: none;
  padding: 0;
}
#service-bar * {
  vertical-align: middle;
}
#service-bar > * + * {
  margin-left: 10px;
}
#service-bar > :last-child .dropdown-menu {
  right: 5px;
  left: auto;
}
#service-bar .dropdown-toggle {
  padding: 15px;
}
#service-bar .dropdown-toggle::after {
  display: none;
}
#service-bar .dropdown-menu {
  background-color: #f2f2f2;
  padding: 0;
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-width: 0;
  border-radius: 0;
}
#service-bar .dropdown-menu .submenu {
  margin-top: 5px;
}
#service-bar li a {
  position: relative;
  line-height: 46px;
  font-size: 15px;
  color: #333333;
  color: #00406b;
  margin: 0;
  padding: 0 15px;
}
#service-bar .open > a {
  background: none;
}
#service-bar .open > a:focus {
  background: none;
}
#service-bar .open > a:hover {
  background: none;
}
#service-bar .navbar-form {
  margin: 0;
  padding: 0;
}
#service-bar .navbar-form .input-group {
  align-items: center;
}
#service-bar .navbar-form .btn.btn-default {
  margin: 0;
  padding: 10px;
  border: 0;
  background: none;
}
#service-bar .navbar-form .btn.btn-default:hover {
  background: #f2f2f2;
}
#service-bar .navbar-form i.fa {
  font-size: 26px;
  color: #00406b;
}
#service-bar .navbar-form .form-control {
  height: 30px;
  border-radius: 0;
}
#service-bar .nav i.fa {
  line-height: 46px;
  font-size: 30px;
  position: relative;
  color: #00406b !important;
  padding-right: 10px;
}
#service-bar .nav-studip .dropdown-menu, #service-bar .nav-login .dropdown-menu {
  padding: 10px;
}
#service-bar .nav-studip a.loginlink, #service-bar .nav-login a.loginlink {
  display: block;
  padding: 0 10px !important;
  font-weight: 400;
  text-decoration: none;
}
#service-bar .nav-studip #studip-desktop, #service-bar .nav-login #studip-desktop {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

ul#language_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-self: stretch;
  align-items: stretch;
}
ul#language_menu li {
  display: block;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  width: 34px;
  text-align: center;
}
ul#language_menu li.NO {
  display: flex;
  align-items: stretch;
  width: 34px;
}
ul#language_menu li.CUR {
  font-weight: 600;
  color: #00406b;
  line-height: 46px;
}
ul#language_menu li:first-child:before {
  color: #00406b;
  content: "";
  font-family: "FontAwesome";
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -36px;
}
ul#language_menu li:first-child:last-child {
  display: none;
}
ul#language_menu li a.linked-language {
  display: block;
  padding: 0;
  position: relative;
  flex-grow: 1;
}

#header-container {
  display: flex !important;
  flex-flow: row wrap;
  align-content: flex-end;
}

html[lang=en] .lang_de,
html[lang=de] .lang_en {
  display: none;
}

#tab-mobile .popover {
  width: 90vw;
  padding: 23px;
  background-color: #f2f2f2 !important;
}
#tab-mobile #suchfeld {
  font-size: 16px;
  border: 2px solid #ccc;
}
#tab-mobile #suchfeld + button {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  border-width: 0px;
  color: white;
  background-color: #00406b;
  padding: 8px 20px;
  line-height: 1.1em;
}

#tab-login-mobile a {
  display: block;
  padding: 10px 0;
}

#siplogo img, #siplogo_mobile img {
  width: 80px;
  vertical-align: baseline;
}

#siplogo:focus img {
  box-shadow: none !important;
}

ul.cleanmenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 0 !important;
}
ul.cleanmenu li + li a {
  padding-top: 3px;
}
ul.cleanmenu a {
  display: block;
  padding: 10px 0;
  font-weight: 400;
}

.nav-info .dropdown .dropdown-menu {
  width: auto;
  padding: 10px;
}
.nav-info .dropdown .dropdown-menu ul.sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0 !important;
}
.nav-info .dropdown .dropdown-menu ul.sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}
.nav-info .dropdown .dropdown-menu ul.sub-menu li a {
  display: block;
  line-height: 130% !important;
  margin: 0 5px 5px 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #fff !important;
}
.nav-info .dropdown .dropdown-menu ul.sub-menu li a:hover {
  color: #2b74a9 !important;
  text-decoration: none;
}
.nav-info .dropdown .dropdown-menu ul.sub-menu li:last-child a {
  border-bottom: 0 !important;
}

.top-bar.mobile-top-bar-show {
  z-index: 998;
  top: 0;
  background: #fff;
  position: static;
  width: 180px;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service {
  top: 65px;
  position: absolute;
  right: 23px;
  z-index: 1;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service * {
  vertical-align: middle;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li {
  margin-left: 20px;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li:first-child {
  margin-left: 0px;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li a {
  position: relative;
  line-height: 46px;
  font-size: 15px;
  color: #333333;
  margin: 0;
  padding: 0;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li i.fa {
  line-height: 46px;
  font-size: 30px;
  position: relative;
  color: #555 !important;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li > a {
  background: none;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service li > a:hover {
  background: none;
}
.top-bar.mobile-top-bar-show .nav.nav-pills.nav-service .li > a:focus {
  background: none;
}

#unilogin-container form#unilogin {
  background: #f2f2f2;
  display: block;
}
#unilogin-container form#unilogin a#siplogo, #unilogin-container form#unilogin a#siplogo_mobile {
  display: block;
  background-color: #666;
  padding: 0;
  margin: 5px;
  text-align: center;
}
#unilogin-container form#unilogin a#siplogo:hover, #unilogin-container form#unilogin a#siplogo_mobile:hover {
  transition: 0.5s ease all;
  background-color: #2b74a9;
  padding: 0;
}
#unilogin-container form#unilogin .form-goup .col-xs-6 {
  padding: 5px;
}
#unilogin-container form#unilogin .form-goup .control-label {
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
  font-weight: 300 !important;
  font-size: 13px !important;
}
#unilogin-container form#unilogin .form-goup span * {
  font-weight: 300 !important;
  font-size: 13px !important;
}
#unilogin-container form#unilogin .form-goup .uni {
  font-weight: 300 !important;
  font-size: 13px !important;
}
#unilogin-container form#unilogin .form-goup .accesskey {
  font-weight: 300 !important;
  font-size: 13px !important;
}
#unilogin-container form#unilogin .form-goup .form-control {
  margin: 0;
  padding: 0;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

a.studiplogo {
  display: block;
  background-color: #666;
  text-align: center;
  margin: 5px 0 !important;
  padding: 5px 0;
}

#tab-mobile .tab-pane {
  padding: 23px;
  background-color: #f2f2f2;
  z-index: 1000;
  position: fixed;
  width: 100vw;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  left: 50%;
  top: 140px;
  left: auto;
  right: 15px;
}
@media (min-width: 1101px) {
  #tab-mobile .tab-pane {
    top: 145px;
    transform: none;
    right: 20px;
    left: auto;
    position: absolute;
  }
}
.scroll #tab-mobile .tab-pane {
  top: 58px;
}
#tab-mobile .tab-pane .btn-close {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  padding: 5px;
}
#tab-mobile .tab-pane .btn-close i.fa {
  font-size: 21px;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 2px;
}
#tab-mobile .tab-pane i.mobile-icon.fa.fa-globe {
  display: none !important;
}
#tab-mobile .tab-pane ul {
  max-width: 30em;
  margin: 0 auto !important;
}
#tab-mobile .tab-pane form {
  max-width: 30em;
  margin: 0 auto !important;
}
#tab-mobile .tab-pane ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tab-mobile .tab-pane ul.sub-menu li a {
  display: block;
  line-height: 25px;
  padding-bottom: 8px;
}
#tab-mobile .tab-pane #search-wrap {
  padding: 0 30px 0 10px;
}
#tab-mobile .tab-pane #search-wrap #suchfeld {
  margin-bottom: 1em;
  width: 100%;
}
#tab-mobile .tab-pane #search-wrap #suchfeld + button {
  display: block;
  margin: 0 auto;
}
#tab-mobile .tab-pane #unilogin-container_m {
  height: auto;
  background-color: #f2f2f2;
}
#tab-mobile .tab-pane #unilogin-container_m label {
  margin-top: 20px;
  min-width: 150px;
}
#tab-mobile .tab-pane #unilogin-container_m .btn-submit {
  margin-top: 20px;
}

ul#language_menu_mobile {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#language_menu_mobile li {
  margin: 0;
  margin-right: 20px !important;
  font-size: 20px;
  line-height: 25px;
  padding: 0.4em;
  text-align: center;
}
ul#language_menu_mobile li > a {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.mobile-icon {
  display: block;
  float: left;
  width: 20px;
  font-size: 20px;
  color: white;
  margin: 6px 10px 0 0;
}
@media (min-width: 576px) {
  .mobile-icon {
    display: none;
  }
}

.slicknav_menu {
  z-index: 99;
  position: fixed;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 10px;
  top: 145px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}
@media (min-width: 481px) {
  .slicknav_menu {
    padding: 0 15px;
  }
}
.slicknav_menu #navigation_language {
  position: absolute;
  z-index: 1;
  right: 55px;
  top: 26px;
  font-size: 12px;
}
.slicknav_menu #navigation_language a {
  text-decoration: none;
  color: #000;
}
.slicknav_menu #navigation_language a.active {
  color: #00519e;
}
.slicknav_menu div.logout {
  position: absolute;
  z-index: 1;
  right: 120px;
  top: 26px;
  font-size: 12px;
}
.slicknav_menu a {
  color: #00406b;
}
.slicknav_menu li .dropdown {
  display: block;
  position: relative;
  width: 100%;
}
.slicknav_menu li ul.dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slicknav_menu .slicknav_btn {
  position: relative;
  vertical-align: middle;
  float: right;
  padding: 10px;
  line-height: 120%;
  cursor: pointer;
  display: none;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 4px;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 120%;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_menu .slicknav_nav {
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.slicknav_menu .slicknav_nav ul {
  display: block;
}
.slicknav_menu .slicknav_nav li.btn-portal,
.slicknav_menu .slicknav_nav .menu-main-inner li.menu-item:first-child {
  display: none;
}
.slicknav_menu .slicknav_nav li {
  display: block;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 0;
}
.slicknav_menu .slicknav_nav li ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav li:last-child {
  border-bottom: 1px solid #ccc;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  padding: 0 10px 0 10px;
  font-size: 20px !important;
  height: 40px;
  line-height: 40px;
  margin: 0;
  float: right;
  width: 40px;
  text-align: center;
  background-color: #f2f2f2;
  color: #000;
}
.slicknav_menu .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  display: inline-block;
  width: 80%;
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav a {
  display: block;
  margin: 0;
  padding: 0 0 0 24px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 600;
}
.slicknav_menu .slicknav_nav a:hover {
  text-decoration: none;
}
.slicknav_menu .slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_menu .slicknav_nav ul.level-2.uol-submenu {
  background: #f2f2f2;
  border: 0;
}
.slicknav_menu .slicknav_nav ul.level-2.uol-submenu li:last-child {
  border-bottom: 0;
}
.slicknav_menu .slicknav_nav ul.level-2.uol-submenu a {
  color: #000;
  font-weight: 400;
}
.slicknav_menu .slicknav_nav ul.level-2.uol-submenu .slicknav_open > a {
  background-color: #E6EDF4;
}
.slicknav_menu .slicknav_nav ul.level-2.uol-submenu .slicknav_arrow {
  background-color: #e6e6e6;
}
.slicknav_menu .slicknav_nav ul.level-3 {
  border: 0;
}
.slicknav_menu .slicknav_nav ul.level-3 li {
  border-top: 0;
  border-bottom: 1px solid #cccccc;
}
.slicknav_menu .slicknav_nav ul.level-3 li a {
  line-height: 150%;
  padding: 10px 10px 10px 34px;
  font-weight: 300 !important;
}
.slicknav_menu .slicknav_nav ul.level-3 li:first-child {
  border-top: 1px solid #cccccc;
}
.slicknav_menu .slicknav_brand {
  display: none;
}

#unilogin_reset {
  display: none;
}

#g5plus-social-profile-8,
#social-bar {
  position: relative;
  top: 5px;
}

#unilogin i {
  position: absolute;
  top: 9px;
  left: 10px !important;
  display: block;
  font-size: 30px;
  color: #555;
}

#search-5 i {
  font-size: 27px !important;
}

#s {
  order: 2;
}

#mainmenu {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
  position: static;
  top: -5px;
  width: auto;
  order: initial;
  background: transparent;
}
@media (min-width: 1024px) {
  #mainmenu {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  #mainmenu {
    margin-left: 0;
    margin-right: 0;
  }
}
#mainmenu ul.level-1 > li > a {
  color: #00406b;
  font-size: 21px;
  padding: 17px 24px 23px;
  border-bottom: 4px solid transparent;
}
#mainmenu ul.level-1 > li:hover > a,
#mainmenu ul.level-1 > li > a.focus,
#mainmenu ul.level-1 > li > a.open {
  border-bottom: 4px solid #00abd9;
}
#mainmenu ul.level-2 {
  top: 145px;
}
.scroll #mainmenu ul.level-1 > li > a {
  padding-bottom: 13px;
}
.scroll #mainmenu ul.level-2 {
  top: 58px;
}
#mainmenu #searchform {
  position: absolute;
  right: 15px;
  top: 13px;
}
#mainmenu #searchform * {
  border-width: 0;
  border-radius: 0;
}
#mainmenu #searchform button {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
#mainmenu #searchform input {
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#mainmenu #searchform input::placeholder {
  color: #6a99c6;
}

@media (max-width: 320px) {
  #uol_logo {
    width: 100px;
  }
}
@media (min-width: 1101px) {
  #search-wrap {
    display: none;
  }

  #menu-home-praes > li:first-child {
    margin-left: 240px;
  }
}
@media (max-width: 1100px) {
  .x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon {
    margin-right: 20px;
  }

  .x-nav-menu-toggle-icon span:hover {
    background: #f2f2f2;
  }

  #header.down {
    margin-top: 40px;
    transition: all 0.6s ease-in-out;
  }

  .header-sticky {
    background: #fff;
  }
  .header-sticky .container {
    padding-left: 0;
    padding-right: 0;
  }

  header#header {
    position: fixed;
    padding-bottom: 0;
    top: 0;
    transition: all 0.4s;
    min-height: 145px;
  }
  header#header.out {
    top: -300px;
  }

  header.header-3 .menu-wrapper .menu-main-inner {
    background-color: transparent;
  }

  #undefined-sticky-wrapper .header-sticky {
    position: absolute !important;
    top: 0;
  }

  .menu-wrapper.header-sticky.schatten {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 900px) {
  #search-wrap .search-form input[type=text] {
    width: 80%;
  }
}
@media (max-width: 500px) {
  #search-wrap .search-form input[type=text] {
    width: 70%;
  }
}
@media (max-width: 359px) {
  #uol_logo {
    left: 10px;
    top: 5px;
  }
  #uol_logo > a > img {
    margin-top: 0px;
    max-width: 35vw !important;
    min-width: 85px !important;
    width: auto;
  }
}
@media (max-width: 330px) {
  #uol_logo {
    top: 21px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1100px) {
  header.header-3 {
    padding-bottom: 0;
  }
  header.header-3 .sticky-wrapper {
    top: 0;
  }
  header.header-3 .menu-wrapper .menu-main-inner {
    background-color: transparent;
  }

  .header-3 .top-bar {
    top: 0px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #undefined-sticky-wrapper .container {
    width: 100% !important;
    top: 0;
  }
}
.x-nav-menu-toggle {
  display: block;
  color: black;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 62%;
  text-align: right;
}
@media (min-width: 1024px) {
  .x-nav-menu-toggle {
    display: none;
  }
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon:hover {
  background-color: #f2f2f2;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #00406b;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon > span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #00406b;
  margin: auto;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 7px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon > span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #00406b;
  margin: auto;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: -7px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner .x-nav-menu-toggle-icon + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner.x-in .x-nav-menu-toggle-icon > span {
  background: transparent;
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner.x-in .x-nav-menu-toggle-icon > span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu-toggle .x-nav-menu-toggle-inner.x-in .x-nav-menu-toggle-icon > span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1px) and (max-width: 1023px) {
  ul#nav-top {
    display: none;
  }

  .menu-wrapper.header-sticky .container {
    width: 100%;
  }
}
#menu-home-praes > li {
  position: relative;
}
#menu-home-praes > li > ul.x-sub-menu {
  left: 0 !important;
  margin-left: 30px;
}
#menu-home-praes > li > a > span {
  text-transform: uppercase;
}
#menu-home-praes .x-sub-menu .x-caret:before {
  display: none;
}
#menu-home-praes .x-sub-menu .menu-item-has-children .x-caret:before {
  display: block;
}

.x-sub-menu a {
  text-transform: none !important;
  font-size: 12px !important;
}

#instbar {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 100%;
  opacity: 1;
  z-index: 20;
  position: relative;
  background-image: url(https://uol.de/fileadmin/user_upload/dienste/typo3/cd2020/hsz-blau-blank.png), url(https://uol.de/fileadmin/user_upload/dienste/typo3/cd2020/kreiselement-gruen2.png);
  padding-top: 0px;
  height: 122px;
  background-color: #00406b;
}
#instbar .inner {
  width: 1170px;
  max-width: 100vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  padding: 0px 10px;
  box-sizing: border-box;
  color: white;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  padding-left: 0px;
}
@media (max-width: 1199px) {
  #instbar .inner #instbar .inner {
    width: 100vw;
    padding-left: 11px;
  }
}
#instbar .inner > * {
  font-weight: 400;
  padding: 2px 10px 1px 0;
}
#instbar .inner > *:last-child {
  font-weight: 400;
  color: white !important;
}
#instbar .inner .fk.kurz {
  line-height: 1em;
  display: inline-block;
  padding-right: 0;
}
#instbar .inner .fk.kurz a {
  padding-right: 0;
}
#instbar .inner .fk.kurz a::after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -2px;
  padding-left: 10px;
  color: white;
}
#instbar .inner .fk.kurz + .einr {
  display: inline;
}
#instbar .inner a {
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 4px 11px;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #00406b;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #instbar .inner a {
    padding-left: 21px;
  }
}
#instbar .inner :last-child a {
  color: white !important;
}
#instbar .inner .einr .pipe {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  top: -0.1em;
}
@media (max-width: 1100px) {
  #instbar {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  #instbar {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  #instbar {
    background-position: right, left;
    background-size: contain, cover;
  }
  #instbar .inner {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  #instbar {
    height: 120px;
  }
  #instbar .inner {
    font-size: 16px;
    line-height: 1.5em;
  }
  #instbar .inner > * {
    padding: 0.1em 1em 0.1em 0;
    line-height: 1.5em;
  }
  #instbar .inner a {
    padding: 0.1em 15px;
  }
}
@media (max-width: 540px) {
  #instbar {
    background-position: left;
    background-size: cover;
  }
}

#navizeile {
  text-align: left;
  padding-left: 1em;
  border: 4px solid transparent;
  border-width: 4px 2px;
  position: relative;
  padding-top: 0 !important;
  /* Untermenü ausblenden: */
}
@media (min-width: 992px) {
  #navizeile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  #navizeile {
    border-width: 0;
    padding-left: 6px;
    padding-right: 9px;
  }
  #navizeile #bclabel {
    display: none !important;
  }
}
#navizeile.sticky {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff;
  box-shadow: none;
}
#instbar + .site-content-page #navizeile {
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
#navizeile ol {
  display: inline;
  visibility: visible;
  z-index: 2000;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
#navizeile ol a {
  display: block;
  width: auto;
  letter-spacing: 0;
  color: #333;
  font-style: normal;
  padding: 3px 5px;
}
#navizeile ol a:hover {
  color: white !important;
  text-decoration: none;
  background-color: #00406b !important;
}
#navizeile li.bcitem {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin: 0 0 0 3px;
  padding: 0;
}
#navizeile li.bcitem:hover ul, #navizeile li.bcitem.hover ul {
  display: block !important;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1111;
}
#navizeile li.bcitem:hover > a, #navizeile li.bcitem.hover > a {
  color: white !important;
  background-color: #00406b !important;
}
#navizeile li.bcitem.open > a {
  color: #333;
  font-weight: 600;
  display: block;
}
#navizeile li.bcitem::after {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  color: #888;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}
#navizeile li.bcitem:last-child::after {
  content: "";
}
#navizeile .bclink {
  display: inline-block !important;
  font-weight: 600;
  height: 31px;
  padding: 3px 6px 3px 6px !important;
  color: #2a73a8 !important;
}
#navizeile .bclink:not(:last-child) span::after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 8.1px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
#navizeile .bclink:last-child span::after {
  content: " ";
}
#navizeile ul.sublinks {
  display: none;
  position: absolute;
  top: 100%;
  width: auto;
  height: auto;
  text-align: left;
  z-index: 1111;
  background-color: #f2f2f2 !important;
  min-width: 15em !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 5px 0 !important;
  left: 0;
}
#navizeile ul.sublinks li {
  display: block !important;
  margin-top: 0;
}
#navizeile ul.sublinks a {
  display: block !important;
  white-space: normal !important;
  line-height: 1.4em;
  color: black;
  padding: 4px 10px;
  white-space: nowrap;
  min-width: 8em;
}
li.cur #navizeile ul.sublinks a {
  text-decoration: none;
  color: white !important;
  background-color: #00406b;
}
#navizeile ul.sublinks a:hover {
  color: white !important;
  background-color: #00406b;
}
#navizeile ul.sublinks a.aktiv {
  color: white !important;
  background-color: #00406b;
}
#navizeile h2 {
  font-size: 13px !important;
  display: inline-block;
}
#navizeile #bclabel {
  font-size: 15px;
  display: inline-block;
  padding: 5px 5px 3px 0;
  font-weight: 300 !important;
}
#navizeile #navp10582 {
  display: none !important;
}
#navizeile #navp5647 > a > span::after, #navizeile #navp73517 > a > span::after {
  content: unset;
}
#navizeile #navp5647 > ul, #navizeile #navp73517 > ul {
  display: none;
}
#navizeile a.bclink {
  color: #00406b !important;
}
#navizeile a.bclink span::after {
  padding: 0px 2px 0 1px !important;
  position: relative;
  top: 1px;
}
#navizeile a.bclink:last-child span {
  padding-top: 1px;
  display: inline-block;
}
#navizeile a.bclink:last-child span::after {
  content: "";
}
#navizeile_cont #navizeile {
  box-shadow: none;
  border-width: 0 2px;
}
#navizeile_cont #navizeile::before {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
}

@media (min-width: 1024px) {
  #navizeile_cont {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  #navizeile_cont {
    padding-left: 0;
    padding-right: 0;
  }
}

footer {
  position: relative;
  z-index: 1;
}
footer .main-footer {
  padding-top: 65px;
  padding-bottom: 70px;
}
footer .main-footer .subscribe {
  position: relative;
  padding-top: 48px;
}
footer .main-footer .subscribe .mc4wp-form {
  margin-top: 2px;
}
footer .main-footer .subscribe label {
  display: none;
}
footer .main-footer .subscribe i {
  position: absolute;
  top: 62px;
  left: 14px;
}
footer .main-footer .subscribe #mc4wp_email {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-left: 30px;
  text-transform: none;
  background-color: #363636;
  border-color: #3f3f3f;
  height: 38px;
}
footer .main-footer .subscribe input[type=submit] {
  border: none;
  width: 118px;
  color: white;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #00519e;
}
footer .main-footer .subscribe input[type=submit]:hover {
  background-color: #3f3f3f;
}
footer .main-footer h4 {
  padding-top: 10px;
  margin-bottom: 0px;
  color: white;
}
footer .main-footer .widget_nav_menu ul.menu {
  list-style: none;
  padding-left: 0;
  padding-top: 36px;
  display: inline-block;
  width: 100%;
}
footer .main-footer .widget_nav_menu ul.menu li {
  display: inline-block;
  min-width: 50%;
  float: left;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  border-bottom: dotted 1px;
  -webkit-transition: padding-left 0.3s;
  -moz-transition: padding-left 0.3s;
  -ms-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
footer .main-footer .widget_nav_menu ul.menu li a {
  font-size: 13px;
  padding-left: 10px;
}
footer .main-footer .widget_nav_menu ul.menu li:before {
  content: "";
  font-family: "FontAwesome";
}
footer .main-footer .widget_nav_menu ul.menu li:hover {
  color: #00519e;
  padding-left: 5px;
}
footer .main-footer .widget_nav_menu ul.menu li ul {
  display: none;
}
footer .main-footer .widget-recent-portfolio ul {
  font-size: 0;
  list-style: none;
  padding-left: 0;
  margin-left: -4px;
  padding-top: 46px;
}
footer .main-footer .widget-recent-portfolio ul li {
  display: inline-block;
  padding: 5px 4px;
}
footer .main-footer .widget-recent-portfolio ul li img {
  max-width: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .main-footer .widget-recent-portfolio ul li:hover img {
  opacity: 0.5;
}
footer .main-footer .footer-logo .sub-description {
  padding-top: 36px;
}
footer .dark {
  background-color: #2f2f2f;
  color: #afafaf;
}
footer .footer_bottom_holder {
  background-color: #282728;
  font-size: 12px;
}
footer .footer_bottom_holder .sidebar-bottom-right {
  text-align: right;
}
footer .widget-social-profile i.fa {
  font-size: 18px;
  position: relative;
  top: 1px;
  left: -4px;
}
footer .social-share-wrap {
  text-align: right;
}
footer .social-share-wrap label {
  display: none;
}
footer .social-share-wrap ul.social-share li a {
  border: none;
  background-color: transparent;
}
footer .social-share-wrap ul.social-share li a:hover {
  color: #00519e;
  background-color: transparent;
}
footer .sidebar .widget_nav_menu > div > ul.menu {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
}
footer .sidebar .widget_nav_menu > div > ul.menu li {
  display: inline-block;
  position: relative;
}
footer .sidebar .widget_nav_menu > div > ul.menu li:before {
  display: none;
}
footer .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
  display: block;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li {
  padding: 0;
  margin: 0;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li + li {
  margin-left: 20px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul {
  display: none;
  border-bottom: solid 2px #00519e;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 100%;
  background-color: #fff;
  color: #000;
  text-align: left;
  margin: 0;
  min-width: 150px;
  padding-left: 0;
  padding-top: 5px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul li {
  display: block;
  line-height: 26px;
  padding: 0 15px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
  border-top: solid 1px #e9e9e9;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
  left: 100%;
  top: 0;
}
footer .collapse {
  display: block;
  visibility: visible;
  cursor: pointer;
}
footer .collapse:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}
footer .expanded {
  display: block;
  visibility: visible;
  cursor: pointer;
}
footer .expanded:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}

#wrapper-footer a {
  color: white;
}

body.footer-static {
  padding-bottom: 0px !important;
}
body.footer-static footer.enable-parallax {
  position: static;
}

.uol_footer_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uol_footer_links li {
  margin: 0;
}
.uol_footer_links a {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1em 0 0 0;
  text-decoration: none !important;
}
.uol_footer_links a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
  .uol_footer_links li {
    display: inline-block;
    width: 49%;
    min-width: 49% !important;
  }
  .uol_footer_links a {
    margin: 1em 1em 0 0;
  }
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }

  body.boxed footer.enable-parallax {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_inner .col-pos-3 .footer-1 {
    clear: both;
  }

  .col-pos-3 {
    padding-top: 20px;
  }

  .col-pos-4 {
    padding-top: 20px;
  }

  .col-pos-2 {
    padding-top: 20px;
  }

  .sidebar-bottom-left {
    text-align: center;
  }

  .sidebar-bottom-right {
    text-align: center;
  }
  .sidebar-bottom-right .widget_nav_menu ul.menu {
    text-align: center;
  }

  .widget_nav_menu ul.menu {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 415px) and (max-width: 600px) {
  footer .main-footer .widget-recent-portfolio ul li {
    padding: 10px;
  }
  footer .main-footer .widget-recent-portfolio ul li img {
    max-width: 120px;
  }
}
@media (max-width: 600px) {
  footer .main-footer {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  footer .main-footer .widget_nav_menu ul.menu {
    padding-top: 0;
  }
}
/* Container mit blauem unterem Rand */
.cont-blau-rand {
  background: #4295d4;
  border-bottom: #005baa 50px solid;
  background-size: cover;
  background-position: center;
}
.cont-blau-rand * {
  color: white;
}
.cont-blau-rand .owl-item h4, .cont-blau-rand .owl-item p {
  color: #000;
}
.cont-blau-rand .frame-layout-buttons li {
  color: #000;
  background: rgba(255, 255, 255, 0.85);
}
.cont-blau-rand .frame-layout-buttons li * {
  color: #000;
}
.cont-blau-rand .frame-layout-buttons li a:hover, .cont-blau-rand .frame-layout-buttons li a:focus {
  background: white;
  outline: none;
}

.cont-grau {
  background-color: #f2f2f2;
}
.cont-grau .frame-layout-buttons li a {
  color: #000;
  background: white;
}
.cont-grau .frame-layout-buttons li a:hover, .cont-grau .frame-layout-buttons li a:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}

div.banner-studium {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/banner-studium.jpg);
  background-size: cover;
  background-position: center;
}

div.cont-blau-rand.studium1 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/ssc-panorama.jpg);
}

div.cont-blau-rand.studium2 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/wechloy.jpg);
}

div.banner-universitaet {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/banner-universitaet.jpg);
  background-size: cover;
  background-position: center;
}

div.cont-blau-rand.universitaet1 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/Bibliothek1.jpg);
}

div.cont-blau-rand.universitaet2 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/a5-haarentor.jpg);
  background-size: cover;
  background-position: center;
}

div.banner-forschung {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/banner-forschung.jpg);
  background-size: cover;
  background-position: center;
}

div.cont-blau-rand.forschung1 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/forschung1.jpg);
}

div.cont-blau-rand.forschung2 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/forschung2.jpg);
}

div.banner-international {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/map.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

div.banner-international::after {
  content: "Foto: lileilana/Photocase";
  display: block;
  padding: 0 5px;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

div.cont-blau-rand.international1 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/Bibliothek2.jpg);
}

div.cont-blau-rand.international2 {
  background-image: url(https://uol.de/fileadmin/user_upload/portale/hoersaal-a14.jpg);
  background-size: cover;
  background-position: center;
}

.spalten ul li {
  break-inside: avoid;
}

@media (min-width: 720px) {
  .spalten ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .spalten ul {
    column-count: 3;
  }

  .col-md-7 .spalten ul,
.col-md-8 .spalten ul,
.col-md-9 .spalten ul {
    column-count: 2;
  }
}
@media (max-width: 850px) {
  .col-md-7 .spalten ul,
.col-md-8 .spalten ul {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .order-21 > div > .row > div:first-child {
    order: 2;
  }
}
.portalkopf {
  margin: 6vw 0 !important;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  display: table;
  max-width: 575px;
}
.portalkopf h2 {
  font-size: 36px;
}
.portalkopf h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #0059ab;
  margin-top: 21px;
}
.portalkopf h3 {
  font-size: 19px !important;
  font-weight: 400 !important;
}

@media (min-width: 800px) {
  .portalkopf {
    margin: 48px 0 !important;
  }
}
@media (min-width: 1101px) {
  .portalkopf {
    margin: 60px 0 48px !important;
  }
}
@media (max-width: 600px) {
  .portalkopf h2 {
    font-size: 6vw;
    margin-bottom: 4vw !important;
  }
}
@media (max-width: 479px) {
  .portalkopf {
    display: block;
    padding: 3vw 4vw !important;
  }
  .portalkopf h2 {
    font-size: 6vw;
    margin-bottom: 4vw !important;
  }
  .portalkopf h3 {
    font-size: 4vw !important;
    margin-top: 4vw !important;
  }
}
a.bt-kreis {
  display: block !important;
  margin: 0 auto 1em;
  width: 150px !important;
  height: 150px !important;
  max-width: 25vw;
  max-height: 25vw;
  background-size: contain !important;
  padding-top: 95px !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  border-radius: 50%;
  background-color: #007878;
  font-weight: 400;
}
a.bt-kreis:hover {
  background-color: #2e9090;
}
a.bt-kreis.bt-team {
  background-image: url(/fileadmin/user_upload/uni/Kontakt.svg);
  background-position-y: -7px !important;
}
a.bt-kreis.bt-pin {
  background-image: url(/fileadmin/user_upload/uni/Anfahrt.svg);
}
a.bt-kreis.bt-map {
  background-image: url(/fileadmin/user_upload/uni/Lageplan.svg);
}
@media screen and (max-width: 590px) {
  a.bt-kreis {
    padding-top: 15vw !important;
  }
}
@media screen and (max-width: 480px) {
  a.bt-kreis {
    font-size: 3.5vw;
  }
}

.spalten-3 {
  columns: 3;
}

#home-portal > .fullwidth:first-child {
  background: #f2f2f2;
  background: #b4e396;
  /* padding: 50px 0; */
}

.bottom-buttons .row > div {
  display: flex;
}
.bottom-buttons .row > div > div.inner-wrap {
  padding-bottom: 15px;
  position: relative;
  width: inherit;
}
.bottom-buttons .morelink {
  position: absolute;
  bottom: 0;
  right: 0;
}

.spalten ul li {
  break-inside: avoid;
}
@media (min-width: 720px) {
  .spalten ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .spalten ul {
    column-count: 3;
  }
  .col-md-7 .spalten ul, .col-md-8 .spalten ul, .col-md-9 .spalten ul {
    column-count: 2;
  }
}
@media (max-width: 850px) {
  .col-md-7 .spalten ul, .col-md-8 .spalten ul {
    column-count: 1;
  }
}

@media (max-width: 767px) {
  .order-21 > div > .row > div:first-child {
    order: 2;
  }
}
div[class*=hg-farbig-] {
  background-color: #398ece;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
div[class*=hg-farbig-] * {
  color: #fff;
}
div[class*=hg-farbig-] .innovation-button.style1 {
  border-color: #fff;
  border-width: 1px;
  background-color: transparent;
  color: #fff;
}
div[class*=hg-farbig-] .innovation-button.style1:hover {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.hg-farbig-blaubalken {
  background: #004e9f !important;
  min-height: 40px;
  padding: 1rem 0 !important;
  background: #00406b !important;
}
.hg-farbig-blaubalken a.innovation-button.style1 {
  padding: 8px 0 !important;
  border-width: 0 !important;
}
.hg-farbig-blaubalken a.innovation-button.style1::after {
  content: "";
  font-family: fontawesome;
  display: inline-block;
  margin-left: 10px;
}

.hg-farbig-schloss {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/uo_studieren_schloss.jpg);
  background-position: center bottom !important;
}

.hg-farbig-3leute {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-3leute.jpg);
  background-position: center;
}

.hg-farbig-hsstudis {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/uo_zahlenfakten_studis.jpg);
  background-position: center;
}

.hg-farbig-netz {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/uol_hg_netz.jpg);
  background-position: center;
}

.hg-farbig-a5 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-a5-streifen.jpg);
  background-position: center;
}

.hg-farbig-a14 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-a14.jpg);
  background-position: center;
}

.hg-farbig-bibl1 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-bibliothek.jpg);
  background-position: center;
}

.hg-farbig-bibl2 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-bibliothek2.jpg);
  background-position: center;
}

.hg-farbig-for1 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-forschung1.jpg);
  background-position: center;
}

.hg-farbig-for2 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-forschung2.jpg);
  background-position: center;
}

.hg-farbig-sscpano {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-ssc-panorama.jpg);
  background-position: center;
}

.hg-farbig-w32 {
  background-image: url(/typo3conf/ext/unioltemplate/Resources/Public/Assets/Images/hg-w32.jpg);
  background-position: center;
}

/*
Styles für Tastaturbedienung / Barrierefreiheit
 */
#g5plus-social-profile-8 a:focus,
#social-bar a:focus {
  color: black;
}
#g5plus-social-profile-8 a:focus i.fa,
#social-bar a:focus i.fa {
  color: black;
}

figure.image {
  margin-top: 2px;
}

a:focus {
  text-decoration: underline !important;
}
a:focus figure.image, a:focus img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
a:focus img {
  filter: brightness(1.2);
}

#nav-mega a:focus, .nav-tabs a:focus {
  text-decoration: none !important;
}

/*
a:focus {
    outline: 2px solid $gruen;
}
*/
.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
}

.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 1199px) {
  .site-content-page > .container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .site-content-page > .container {
    overflow: hidden;
  }
}
#home-portal .frame > .container {
  padding-top: 0.01px;
}

@media (max-width: 480px) {
  #content {
    margin: 0 -5px;
  }
}

.fixed {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gotop {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #94c11c;
  border-radius: 0;
  color: #000;
}
.gotop:hover {
  border-color: #000;
  text-decoration: none;
  color: #1e1e1e;
}
.scroll .gotop {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.gotop i {
  font-size: 22px;
}

#headline {
  min-height: 20px;
}
.noleft #headline {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .noleft #headline {
    max-width: 66.67%;
  }
}

@media (max-width: 480px) {
  #home-portal {
    overflow-x: hidden;
  }
}

#main #infosblock {
  margin-top: 2em;
}

.noleft #left {
  display: none;
}
#left:empty {
  display: none;
}
#left:empty + #main {
  margin-left: auto;
  margin-right: auto;
}

#left-nav {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
#left-nav h4 {
  display: none;
  margin-bottom: 2px;
}
#left-nav li {
  margin-bottom: 2px;
}
#left-nav a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  padding: 12px 15px;
  color: #000 !important;
  background-color: rgba(149, 193, 31, 0.3);
}
#left-nav a:hover {
  text-decoration: none;
  background-color: rgba(149, 193, 31, 0.6);
}
#left-nav a.aktiv {
  border-left-color: #94c11c;
}
h4 #left-nav a {
  background-color: #94c11c;
  font-weight: 400;
}
#left-nav .level-2 {
  margin-left: 40px;
}
#left-nav .level-3 {
  margin-left: 40px;
}
#left-nav .level-4 {
  margin-left: 40px;
}
#left-nav ul {
  padding-left: 0;
  list-style: none;
}
#left-nav.projektnavi > li > a {
  background-color: #94c11c;
  font-weight: 400;
}
#left-nav.projektnavi > li > a:hover {
  background-color: #bfda79;
}
#left-nav.projektnavi ul {
  margin-top: 2px;
}
#left-nav.projektnavi ul li {
  color: #444;
}
#left-nav.projektnavi ul li a {
  background-color: rgba(149, 193, 31, 0.3);
  color: #000;
  width: 100%;
}
#left-nav.projektnavi ul li a.aktiv {
  padding-left: calc(1em - 3px);
  border-left: 3px solid #94c11c;
}
#left-nav.projektnavi ul li a:hover {
  background-color: #bfda79;
}
#left-nav h4 a {
  margin-bottom: 2px;
  width: 100%;
  background: #94c11c;
}
@media (max-width: 991px) {
  #left-nav {
    margin: 0 -1px 25px;
  }
  #left-nav h4 {
    display: none;
  }
  #left-nav, #left-nav ul {
    display: flex;
    flex-flow: row wrap;
  }
  #left-nav ul {
    margin: 0 -1px;
  }
  #left-nav li {
    display: flex;
    margin: 1px;
    flex-grow: 1;
    text-align: center;
  }
  #left-nav a {
    display: block;
    flex-grow: 1;
  }
  #left-nav.projektnavi > li > a {
    display: none;
  }
  #left-nav.projektnavi ul a.aktiv {
    color: rgba(0, 0, 0, 0.7);
    background-color: #bfda79;
  }
}

.noleft #main {
  margin: 0 auto;
}

.ps-container > .ps-scrollbar-y-rail {
  width: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
}

@media (max-width: 991px) {
  main .col-lg-4 + .col-lg-4 {
    margin-top: 30px;
  }

  #kontaktblock > *:last-child {
    margin-bottom: 3em;
  }
}
#inhalt_infos {
  text-align: right;
  font-size: 0.85em;
  margin-top: 4em;
  background: #f2f2f2;
}
#inhalt_infos .container > div {
  padding: 2px 0;
}

#partnerlogos {
  border-top: 1px #eee solid;
  margin: 45px 0 30px 0;
  padding: 64px 0 40px 0;
}
#partnerlogos h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.44;
  letter-spacing: 0.075em;
}

@media (min-width: 992px) {
  #left-nav h4 {
    display: block;
  }

  #left {
    padding-left: 10px !important;
    padding-right: 20px !important;
  }

  #main {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .noleft #main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.page-title-wrap {
  height: 250px;
  text-align: center;
  width: 100%;
  position: relative;
  color: white;
  margin-bottom: 80px;
  background-color: #ffffff;
}
.page-title-wrap .block-center-inner {
  text-align: center;
}

.page-title-inner {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.page-title-inner h1 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-title-inner .page-sub-title {
  font-size: 16px;
  color: #c9c9c9;
  font-style: italic;
  margin-top: 0;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .page-title-inner h1 {
    font-size: 42px;
  }
}
.page-title-wrap-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-title-overlay {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
}

.page-title-no-margin-bottom {
  margin-bottom: 0 !important;
}

ul.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  color: #000;
  top: 150px;
  margin-left: -755px;
}
ul.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
}
ul.breadcrumbs li a {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
ul.breadcrumbs li a:hover {
  color: #333 !important;
}
ul.breadcrumbs li + li:before {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  padding: 0 10px;
  content: "|";
}
ul.breadcrumbs li span {
  color: #337ab7;
  font-weight: bold;
  font-size: 12px;
}

.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
}
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  max-width: 95%;
}
.block-center-inner > * {
  margin: auto;
}

.error404 section.page-title-wrap {
  margin-bottom: 0;
}
.error404 .page-title-inner {
  font-size: 32px;
}

.page404 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.page404 h2 {
  text-align: center;
  font-size: 200px;
  font-weight: 600;
  color: #00519e;
  line-height: 1;
}
.page404 h4.description {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}
.page404 div.return {
  text-align: center;
  font-size: 13px;
  line-height: 1px;
}

#site-loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  margin-top: 0;
  top: 0;
}

.site-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.accordion {
  outline: none;
  outline: none;
}
.accordion > br {
  display: none;
  display: none;
}

.accordion-title {
  border-bottom: 2px solid #fff !important;
  background: #f8f8f8;
  color: #666;
  height: 45px;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  padding-left: 20px;
}
.accordion-title:before {
  display: block;
  float: left;
  content: "";
  font-family: "FontAwesome";
  color: #666;
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px;
  margin-right: 14px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
.accordion-title:hover {
  border: none;
  outline: none;
  background: #f2f2f2;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
.accordion-title:first-child {
  border: none;
}

.accordion-title.open {
  cursor: default;
  border: none;
  outline: none;
}
.accordion-title.open:before {
  margin-top: 2px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}

.accordion-content {
  padding: 14px 20px;
}

.innovation-ourteam img {
  width: 100%;
}
.innovation-ourteam figure {
  margin: 0;
}
.innovation-ourteam .owl-wrapper .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.innovation-ourteam .innovation-ourteam-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.innovation-ourteam .ourteam-item {
  position: relative;
  margin-bottom: 30px;
}
.innovation-ourteam .ourteam-item:hover .over-ourteam {
  height: 100%;
}
.innovation-ourteam .content-middle {
  width: 100%;
  height: 284px;
  display: table;
}
.innovation-ourteam .over-ourteam {
  background-color: rgba(0, 81, 158, 0.75);
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 30px;
  box-sizing: border-box;
  padding-top: 4px;
}
.innovation-ourteam .content-middle {
  height: inherit;
}
.innovation-ourteam .ourteam-detail {
  height: 284px;
  height: inherit;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.innovation-ourteam .ourteam-link {
  display: inline-block;
  padding: 3px 10px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 10px;
}
.innovation-ourteam .ourteam-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.innovation-ourteam .ourteam-social {
  margin: 0;
  padding: 0;
}
.innovation-ourteam .ourteam-social li {
  display: inline-block;
}
.innovation-ourteam .ourteam-social li a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.innovation-ourteam .ourteam-social li a i {
  line-height: 27px;
  color: white;
  font-size: 13px;
}
.innovation-ourteam .ourteam-social li a:hover {
  border-color: transparent;
}
.innovation-ourteam .ourteam-name {
  font-size: 15px;
  color: white;
  line-height: 1.56;
  font-weight: 400;
  margin: 0;
  display: block;
}
.innovation-ourteam .ourteam-job {
  font-size: 13px;
  font-style: italic;
  color: white;
  line-height: 1.5em;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
  display: block;
}
.innovation-ourteam .ourteam-des {
  color: white;
}

.home .news-aktuell h3 {
  margin: 5px 0 10px 0 !important;
}

@media (min-width: 640px) {
  .home .news-aktuell h3 {
    min-height: 2.5em !important;
    height: 2.5em !important;
  }
}
.news-aktuell {
  padding-bottom: 0 !important;
}
.news-aktuell figure.image {
  position: relative;
  overflow: hidden;
}
.news-aktuell .more-link {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
.news-aktuell .owl-stage {
  display: flex;
}
.news-aktuell .label-info {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 2px;
}

.innovation-button.style1.read-more.aktuell:hover {
  background-color: #333;
}

.news .page-navigation {
  min-height: 60px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.news .page-navigation p {
  display: none;
}

ul.f3-widget-paginator, ul.pagination {
  padding-left: 0 !important;
  padding: 10px 0;
  display: inline-block;
  width: auto;
  list-style-type: none;
}
ul.f3-widget-paginator li, ul.pagination li {
  padding: 0;
  border-right: 3px solid #fff;
  text-align: center;
  float: left;
  margin-top: 0;
}
ul.f3-widget-paginator li a, ul.pagination li a {
  display: inline-block;
  padding: 5px 8px;
  min-width: 32px;
  background-color: #f2f2f2;
  text-decoration: none !important;
}
ul.f3-widget-paginator li a:hover, ul.pagination li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
ul.f3-widget-paginator li.current, ul.f3-widget-paginator li.active, ul.pagination li.current, ul.pagination li.active {
  display: inline-block;
  padding: 5px 8px;
  min-width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
}
ul.f3-widget-paginator li.current a, ul.f3-widget-paginator li.active a, ul.pagination li.current a, ul.pagination li.active a {
  color: #000;
  display: inline;
  padding: 0;
}

.news-minikachel .news-kacheloptik .kachel:nth-child(even) figure {
  float: right !important;
  margin: 6px 0 10px 18px !important;
}
.news-minikachel .news-kacheloptik .kachel figure img {
  box-shadow: 0 0 4px #ccc;
}
.news-minikachel .news-kacheloptik .kachel .innovation-button.style1 {
  right: 15px;
  bottom: 15px;
}
.news-minikachel .news-kacheloptik .kachel .extra {
  margin-bottom: 10px;
}

.owl-theme {
  z-index: 2;
}
.owl-theme .owl-nav {
  text-align: right;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: -63px;
  width: 106px;
  text-align: right;
  display: flex;
  padding: 0 !important;
}
.owl-theme .owl-nav.campus {
  top: -63px;
}
.owl-theme .owl-nav [class*=owl-] {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  margin: 0 !important;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 5px !important;
}
.owl-theme .owl-nav .owl-next {
  margin-left: 5px !important;
}

@media (max-width: 639px) {
  .owl-theme .owl-nav {
    display: flex;
    clear: both;
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 15px !important;
    position: static;
    text-align: center;
  }
  .owl-theme .owl-nav .owl-prev {
    margin: 0 !important;
  }
  .owl-theme .owl-nav .owl-next {
    margin: 0 0 0 auto !important;
  }

  .owl-calendar .owl-nav {
    position: absolute;
    top: -60px;
  }

  #content .owl-calendar .owl-stage-outer {
    margin-top: 74px;
  }
}
.owl-rahmen .owl-aktuell .owl-item {
  position: relative;
  padding-bottom: 42px;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.owl-rahmen .owl-aktuell .owl-item:focus-within {
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.owl-rahmen .owl-aktuell .innovation-button.style1 {
  position: absolute;
  bottom: 0;
  right: 0 !important;
}

.owl-stage::before {
  display: block;
  border: 1px solid red;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  z-index: 5;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}
.owl-stage::after {
  content: "" !important;
}

.vevent p.titel.summary {
  font-size: 20px;
  font-weight: 600;
}
.vevent i.fa {
  color: #777;
}

.blaettern-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  border: 1px solid #94c11c;
  transition: 0.5s;
}
.blaettern-button:hover {
  background-color: transparent;
  border-color: #000;
}
.blaettern-button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  font-size: 0;
  border-color: #000;
}
.blaettern-button.prev {
  padding-left: 5px;
}
.blaettern-button.prev span {
  transform: rotate(225deg);
}
.blaettern-button.next {
  padding-right: 5px;
}
.blaettern-button.prev + .next {
  margin-left: 10px;
}
[class*=hg-farbig-] .blaettern-button {
  border-color: #fff;
}
[class*=hg-farbig-] .blaettern-button span {
  border-color: #fff;
}

.owl-rahmen .news-aktuell .owl-item {
  border: 1px solid #ccc;
  padding: 0 1rem;
  padding-bottom: 56px;
}
.owl-rahmen .news-aktuell .owl-item > div {
  margin-left: -1rem;
  margin-right: -1rem;
}
.owl-rahmen .news-aktuell .owl-item .extra, .owl-rahmen .news-aktuell .owl-item h3, .owl-rahmen .news-aktuell .owl-item .teaser {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.owl-rahmen .news-aktuell .owl-item h3 {
  margin-top: 1rem !important;
}
.owl-rahmen .news-aktuell .owl-item .read-more {
  right: 1rem !important;
  bottom: 1rem;
}

.ohnedatum .news .extra {
  display: none;
}

.calendarize .calendarize-item .media-body {
  order: -1;
}
.calendarize .owl-stage-outer {
  overflow: hidden;
}
.calendarize .owl-stage {
  display: flex;
}

.tx-cal-controller, .calendarize {
  position: relative;
}
.tx-cal-controller .calendarize-list, .calendarize .calendarize-list {
  position: relative;
}
.tx-cal-controller .vevent .event-content, .calendarize .vevent .event-content {
  color: #000 !important;
}
.tx-cal-controller .vevent .event-content h2, .tx-cal-controller .vevent .event-content h3, .calendarize .vevent .event-content h2, .calendarize .vevent .event-content h3 {
  font-size: 18px;
  line-height: 1.333;
}
.tx-cal-controller .vevent .event-content h2 a, .tx-cal-controller .vevent .event-content h3 a, .calendarize .vevent .event-content h2 a, .calendarize .vevent .event-content h3 a {
  text-decoration: none !important;
}
.kal-ohnemehr .tx-cal-controller .vevent .event-content h2 a, .kal-ohnemehr .tx-cal-controller .vevent .event-content h3 a, .kal-ohnemehr .calendarize .vevent .event-content h2 a, .kal-ohnemehr .calendarize .vevent .event-content h3 a {
  text-decoration: underline !important;
}
.tx-cal-controller .vevent .event-content .text p, .calendarize .vevent .event-content .text p {
  font-weight: 300;
}
.tx-cal-controller .cal_kats, .calendarize .cal_kats {
  position: relative;
  top: -10px;
  font-size: 13px;
  font-weight: 300;
}
.tx-cal-controller .owl-calendar .vevent .event-content, .calendarize .owl-calendar .vevent .event-content {
  height: 200px !important;
}
.tx-cal-controller .owl-calendar .event-content h2, .tx-cal-controller .owl-calendar .event-content h3, .calendarize .owl-calendar .event-content h2, .calendarize .owl-calendar .event-content h3 {
  margin-top: 0 !important;
}
.tx-cal-controller .owl-calendar .event-content img, .calendarize .owl-calendar .event-content img {
  max-width: 100%;
  width: unset;
}
.tx-cal-controller .event-content > a, .calendarize .event-content > a {
  color: #00519e;
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 35px 10px 10px 0;
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.9) 70%, #f2f2f2 87%);
  background: -webkit-linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.9) 70%, #f2f2f2 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f2f2f2", endColorstr="#f2f2f2", GradientType=0);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.8) 50%, #f2f2f2);
  text-decoration: none !important;
}
.tx-cal-controller .event-content a span, .calendarize .event-content a span {
  position: static;
}
.tx-cal-controller .innovation-button, .calendarize .innovation-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin-bottom: 0 !important;
}
.tx-cal-controller .date, .calendarize .date {
  font-weight: 600;
}
.tx-cal-controller .text, .calendarize .text {
  color: #000;
}

.kalender-rueck .owl-stage, .kal-rueck .owl-stage {
  display: flex;
  flex-direction: row-reverse;
}
.kalender-rueck .owl-stage .owl-item, .kal-rueck .owl-stage .owl-item {
  flex-shrink: 0;
}
.kalender-rueck .owl-calendar, .kal-rueck .owl-calendar {
  flex-direction: row-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.kalenderarchiv .vevent, .kal-archiv .vevent {
  position: relative;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}
.kalenderarchiv .vevent + .vevent, .kal-archiv .vevent + .vevent {
  margin-top: 20px;
}
.kalenderarchiv.kal-ohnemehr .vevent, .kal-archiv.kal-ohnemehr .vevent {
  padding-bottom: 0;
}
.kalenderarchiv .owl-calendar .vevent .event-content, .kal-archiv .owl-calendar .vevent .event-content {
  height: auto !important;
}

#main .kalenderarchiv.kompakt .vevent, #main .kal-kompakt .vevent {
  display: flex;
  margin-bottom: 10px !important;
}

.kalenderarchiv.kompakt .owl-calendar, .kal-kompakt .owl-calendar {
  display: table;
}
.kalenderarchiv.kompakt .vevent, .kal-kompakt .vevent {
  display: table;
  width: 100%;
  font-size: 15px !important;
  margin-top: 0;
  margin-bottom: 2px;
  padding-bottom: 0;
}
.kalenderarchiv.kompakt .vevent *, .kal-kompakt .vevent * {
  font-size: inherit !important;
}
.kalenderarchiv.kompakt .vevent h2, .kal-kompakt .vevent h2 {
  margin-bottom: 0 !important;
}
.kalenderarchiv.kompakt .dtstart-container, .kal-kompakt .dtstart-container {
  display: flex;
  width: 100%;
  line-height: 1.5em;
}
.kalenderarchiv.kompakt .dtstart, .kal-kompakt .dtstart {
  /* display: table-cell; */
  height: auto;
  width: 8.5em;
  flex-shrink: 0;
  padding: 10px 15px;
}
.kalenderarchiv.kompakt .dtstart span, .kal-kompakt .dtstart span {
  margin-left: 0;
}
.kalenderarchiv.kompakt .dtstart span.time, .kal-kompakt .dtstart span.time {
  font-weight: normal;
}
.kalenderarchiv.kompakt .event-content, .kal-kompakt .event-content {
  display: table-cell;
  flex-grow: 1 !important;
  padding: 14px 15px;
}
.kalenderarchiv.kompakt .event-content * + *, .kal-kompakt .event-content * + * {
  margin-top: 10px;
}
.kalenderarchiv.kompakt .event-content a, .kal-kompakt .event-content a {
  position: static;
  background-color: transparent;
  padding: 10px 0 0 0;
  margin: 0;
}
.kalenderarchiv.kompakt .cal_kats, .kal-kompakt .cal_kats {
  position: static;
  top: 0;
  font-size: 13px !important;
  font-weight: 300;
}
.kalenderarchiv.kompakt h2, .kal-kompakt h2 {
  word-break: break-word;
}
.kalenderarchiv.kompakt h2 a, .kal-kompakt h2 a {
  display: block;
  padding: 0 !important;
}
.kalenderarchiv.kompakt .mehr, .kal-kompakt .mehr {
  display: none !important;
}

.vevent .innovation-button.style1 {
  background-color: #f2f2f2;
}
.vevent .dtstart {
  color: #000;
  background-color: rgba(149, 193, 31, 0.3);
  border-top: 3px solid #94c11c;
}

.kalender-ohnekats .cal_kats, .kal-ohnekats .cal_kats {
  display: none;
}

.kal-ohnemehr .mehr, .kal-ohnemehr .event-content > a {
  display: none !important;
}

.kal-ohnetext .text {
  display: none !important;
}

#left .event-content {
  background: white;
}
#left .tx-cal-controller, #left .calendarize {
  margin-top: 30px;
}

div#calendar-event-backlink::before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #888;
  margin: 2em 0 1em;
}

.ourteam-detail p {
  color: white;
}

.ourteam-name a {
  color: white;
}

.news-list-container-3 {
  display: table;
  background: #fff;
  padding: 40px;
}

.owl-campus .owl-stage {
  display: flex;
}
.owl-campus .owl-item {
  float: none;
  flex-shrink: 0;
}
.owl-campus .innovation-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.owl-campus h4 {
  padding-top: 20px !important;
  margin-top: 0 !important;
}

.news-campus-leben {
  /* margin-top: 30px; */
}
.news-campus-leben .label-info {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 2px;
}
.news-campus-leben h3 {
  margin-top: 10px !important;
}

main #main .news {
  margin-top: 0;
}
main .news {
  position: relative;
}
main .news figure.image {
  margin-top: 0;
}
main .tx-cal-controller dt.vevent h2, main .calendarize dt.vevent h2 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
main .tx-cal-controller dt.vevent h3, main .calendarize dt.vevent h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.news .campusleben-text .innovation-button {
  margin-right: 15px;
  margin-bottom: 15px;
}

.news-kacheloptik {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
.news-kacheloptik .kachel {
  position: relative;
  width: 49.9%;
  padding: 0 15px 60px;
  margin-bottom: 2em;
}
.news-kacheloptik .kachel::after {
  display: block;
  content: "";
  height: 9px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -9px;
  width: calc(100% - 30px);
}
.news-kacheloptik .kachel h3 {
  margin: 14px 0 !important;
}
.news-kacheloptik .kachel .label-info {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 2px;
}
.news-kacheloptik .kachel .innovation-button.style1 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.news-zweispaltig-ohne-bild .label-info {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  /* line-height: 28px; */
  font-weight: 300;
  padding-left: 2px;
}
.news-zweispaltig-ohne-bild .extra {
  margin: -15px -15px 0 -15px;
  padding: 6px 15px;
  color: white !important;
  background-color: rgba(149, 193, 31, 0.3) !important;
  border-top: 3px solid #95c11f;
}
.news-zweispaltig-ohne-bild .extra * {
  font-weight: 600;
  color: #000 !important;
}
.news-zweispaltig-ohne-bild h4 {
  font-size: 18px !important;
  line-height: 1.333;
  margin-top: 15px !important;
}

.news-zweispaltig-ohne-bild .extra {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000 !important;
}

.owl-zweispaltig-ohne-bild .owl-stage {
  display: flex;
}
.owl-zweispaltig-ohne-bild .owl-item {
  padding: 15px;
  background-color: #fff;
  background: linear-gradient(#fff, #fff 36px, #f6F6F6 37px, #f2f2f2 57px);
}
[class*=hg-farbig-] .owl-zweispaltig-ohne-bild .owl-item {
  background-color: rgba 255, 255, 255, 0.85;
}
[class*=hg-farbig-] .owl-zweispaltig-ohne-bild .owl-item * {
  color: #000;
}
.owl-zweispaltig-ohne-bild .owl-item > div {
  padding-bottom: 30px;
}
.owl-zweispaltig-ohne-bild .owl-item > div hr {
  position: absolute;
  top: 350px;
  width: 100%;
  height: 1px;
  color: #f2f2f2;
}
.owl-zweispaltig-ohne-bild .innovation-button.style1 {
  position: absolute;
  right: 13px;
  bottom: 13px;
}
[class*=hg-farbig-] .owl-zweispaltig-ohne-bild .innovation-button.style1 {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
[class*=hg-farbig-] .owl-zweispaltig-ohne-bild .innovation-button.style1:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.event-content {
  height: 300px;
  padding: 15px;
  background: #fff;
  border-top-width: 0;
  background: linear-gradient(#f6f6f6, #f2f2f2 20px);
}

.owl-calendar-nav-left-col {
  position: absolute;
  right: 0;
  width: 106px;
  text-align: right;
  margin: 5px 0 45px 0;
  top: -57px;
}
.owl-calendar-nav-left-col .owl-prev {
  margin: 5px;
  margin-left: 0;
  float: left;
}
.owl-calendar-nav-left-col .owl-next {
  margin: 5px;
  margin-right: 0;
}

.owl-calendar-nav.owl-nav-left-col [class*=owl-] {
  background: #6cb100;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.dtstart {
  padding: 6px 15px;
  height: 56px;
  background: #62b22f;
}

.owl-prev {
  margin-left: 0 !important;
  cursor: pointer;
}

.owl-next {
  margin-right: 0 !important;
  cursor: pointer;
}

.owl-prev.disabled {
  opacity: 0.5;
}

.owl-next.disabled {
  opacity: 0.5;
}

.owl-stage-verlauf {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0;
  z-index: 5;
}

.news-single {
  margin-top: 0 !important;
}
.news-single .news-list-date {
  border-right-width: 0 !important;
  padding-right: 0 !important;
}
.news-single .news-list-category {
  font-size: 15px !important;
  border-right-width: 0 !important;
  padding-right: 0 !important;
}
.news-single .footer {
  border-top-width: 0 !important;
  padding-bottom: 10px !important;
}
.news-single .article .teaser-text {
  display: none !important;
}
.news-single .news-img-caption {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0.5em;
  color: #666;
}
.news-single .news-slider-wrap {
  display: none;
  position: relative;
  border: 0;
  margin-bottom: 40px;
}
.news-single .news-slider-wrap::after {
  display: block;
  content: "";
  clear: both;
}
.news-single .news-slider-wrap ul {
  padding-left: 0 !important;
}
.news-single .news-slider-wrap .caption {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.7em 0 0 0;
  background-color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 13px;
  margin-bottom: 0;
  position: static;
}
.news-single .flex-control-thumbs img {
  border-width: 0px;
}
.news-single .flex-direction-nav {
  margin-bottom: 0 !important;
}
.news-single .flex-direction-nav a {
  background-color: #61b300;
  padding: 13px 18px;
  height: 48px !important;
  width: 48px;
  top: -60px;
  margin-top: 0;
  opacity: 0.7 !important;
}
.news-single .flex-direction-nav a::before {
  font-size: 16px;
  color: white;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
}
.news-single .flex-direction-nav a:hover {
  opacity: 1 !important;
}
.news-single .flex-direction-nav .flex-next {
  right: 0px !important;
}
.news-single .flex-direction-nav .flex-prev {
  left: 0px !important;
}
.news-single header > * {
  display: block;
  padding: 28px 0;
}

.news .extra .news-list-category > span::before {
  content: " | ";
}
.news .extra .news-list-category > span:first-child::before {
  content: " ";
}

.tx_uniolnewsextra-contact-info *:last-child {
  margin-bottom: 0;
}

.news-search-form div + fieldset {
  margin-top: 0 !important;
}

.news-search-result .count-msg {
  width: 100%;
  padding: 1em 15px;
  font-size: 20px;
}

@media (max-width: 800px) {
  .innovation-call-action h6 {
    padding-right: 0 !important;
    width: 100%;
  }

  .news-aktuell {
    padding-bottom: 0px;
  }

  .owl-aktuell .owl-item.active {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .news-kacheloptik .kachel {
    float: none;
    width: 100%;
  }

  .news.news-single .news-img-wrap .outer {
    max-width: 47%;
    margin-right: 3%;
    float: left;
  }
}
@media (min-width: 640px) {
  #main .kalenderarchiv .tx-cal-controller, #main .kalenderarchiv .calendarize-list, #main .kal-archiv .tx-cal-controller, #main .kal-archiv .calendarize-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  #main .kalenderarchiv .owl-calendar, #main .kal-archiv .owl-calendar {
    display: flex !important;
    flex-flow: wrap;
  }
  #main .kalenderarchiv .vevent, #main .kal-archiv .vevent {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 49.999%;
    border: 10px solid #fff;
    border-width: 0 10px;
  }
}
@media (max-width: 500px) {
  #owl-neuberufene-nav {
    margin: 0 !important;
    height: 65px;
    width: 100%;
    padding-left: 0px;
  }
  #owl-neuberufene-nav .owl-prev {
    float: left;
    margin-left: 0;
  }
  #owl-neuberufene-nav .owl-next {
    float: right;
    margin-right: 15px;
  }
}
@media (max-width: 720px) {
  .news-kacheloptik .kachel {
    height: auto;
    padding-bottom: 30px;
  }
  .news-kacheloptik .kachel .innovation-button.style1 {
    right: 15px;
    bottom: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .owl-item h3 {
    font-size: 18px;
  }

  .home .news h3 {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .news-single .news-slider-wrap {
    margin-top: 60px;
  }
  .news-single .flex-control-nav {
    position: absolute;
    bottom: auto;
    top: -40px;
    padding: 0 55px;
  }
  .news-single .flex-control-paging li a {
    background: rgba(0, 0, 0, 0.2);
  }
  .news-single .flex-control-paging li a:hover {
    background: #61b300;
  }
  .news-single .flex-control-paging li a.flex-active {
    background: #61b300;
  }
}
@media (max-width: 599px) {
  .news.news-single .news-img-wrap {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .news.news-single .news-img-wrap .outer {
    max-width: 30%;
    margin-right: 3%;
    float: left;
  }
  .news.news-single .news-img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 319px) {
  .news.news-single .news-img-wrap .outer {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media (min-width: 768px) {
  .news-dreier .news-kacheloptik .kachel {
    width: 33.33%;
  }

  .news-vierer .news-kacheloptik .kachel {
    width: 24.99%;
  }
}
.owl-prev {
  margin-left: 0 !important;
  cursor: pointer;
}

.owl-next {
  margin-right: 0 !important;
  cursor: pointer;
}

.owl-prev.disabled {
  opacity: 0.5;
}

.owl-next.disabled {
  opacity: 0.5;
}

.owl-stage-verlauf {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0;
  z-index: 5;
}

.flexslider {
  margin: 0 0 7px 0;
}
.flexslider .slides figure {
  margin: 0 !important;
}
.flexslider .slides figure img {
  border-width: 0 !important;
}

.flex-direction-nav a {
  height: 80px;
}

#slider.flexslider {
  border-width: 0;
}

#carousel.flexslider {
  border-width: 0;
}

.flex-control-thumbs img {
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  transition: all 0.3s ease !important;
}
.flex-control-thumbs img:hover {
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.flex-control-thumbs img.aktiv {
  border-bottom: 5px solid #ccc;
  padding-bottom: 2px;
}
.flex-control-thumbs img.flex-active {
  border-bottom: 5px solid #ccc;
  padding-bottom: 2px;
}
.flex-control-thumbs li {
  padding: 5px 2px;
}

.tparrows.preview1 {
  width: 34px;
}
.tparrows.preview1:after {
  width: 34px;
  font-size: 26px;
  font-family: "FontAwesome";
  background: rgba(0, 0, 0, 0.4);
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  opacity: 0;
}
.tparrows.preview1:hover:after {
  color: white;
  background-color: #00519e;
}

.tp-leftarrow.preview1:after {
  content: "";
}

.tp-rightarrow.preview1:after {
  content: "";
}

ul.parsley-errors-list {
  list-style: none;
  padding-left: 0 !important;
}

li.parsley-custom-error-message, .parsley-required {
  border: 2px solid #f00;
  padding: 2px 10px;
  background: rgba(255, 0, 0, 0.05);
  margin: 2px 0;
}

.tx-powermail > .container-fluid {
  padding: 0 !important;
}

form.powermail_form > div:first-child + h3 {
  margin-top: 0 !important;
}

.powermail_field {
  margin-bottom: 3px;
}

.powermail_input {
  width: 100%;
}

.powermail_textarea {
  width: 100%;
}

.powermail_label {
  margin: 5px 0 0 0 !important;
  font-weight: 600;
}

.powermail_legend {
  font-size: 19px !important;
  border-width: 0;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
}

.powermail_fieldwrap_type_submit {
  margin-top: 1em;
}

#content_body fieldset {
  border: 2px solid #ccc;
  padding: 15px;
}
#content_body * + fieldset {
  margin-top: 30px;
}

#left .tx-powermail {
  margin: -15px -23px;
  background: white;
}

/* ----------
 * Claimslider
 * ----------
*/
.uol_claimslider {
  border-width: 0;
  margin: 0 0 56px 0;
  background-color: #2a73a8;
  background-color: #badaf2;
  padding-left: 0 !important;
  height: 44vw;
  max-height: 231px;
}
.uol_claimslider .slider_image {
  height: 44vw;
  max-height: 231px;
  background-size: cover;
  background-position: 50% 50%;
}
.uol_claimslider img {
  height: auto;
  max-width: 30%;
}
.uol_claimslider a {
  text-decoration: none;
}
.uol_claimslider a:hover .flex-caption {
  background: white;
}
.uol_claimslider figure {
  margin: 0 !important;
}
.uol_claimslider figure img {
  border-width: 0 !important;
}
.uol_claimslider .flex-cont {
  height: 44vw;
  max-height: 231px;
}
.uol_claimslider .h1 {
  font-size: 6vw;
  font-weight: 600;
  color: #1e1e1e;
}
.uol_claimslider .h2 {
  font-size: 4vw;
  font-weight: 400;
  color: #1e1e1e;
}
.uol_claimslider .h2::before {
  display: block;
  content: "";
  height: 3px;
  width: 100px;
  max-width: 20vw;
  background: #0059ab;
  margin-top: 16px;
  margin-bottom: 16px;
  transition-duration: 0.5s;
}
.uol_claimslider a:hover .h2::before {
  width: 100%;
  max-width: 100%;
}
.uol_claimslider .flex-caption {
  padding: 18px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: auto;
  margin: 0 18px;
  background: rgba(255, 255, 255, 0.85);
  transition-duration: 0.5s;
}
.uol_claimslider .flex-caption img {
  float: right;
  margin-left: 20px;
}
.uol_claimslider .innovation-button.style2 {
  display: none;
}
.uol_claimslider .carousel-indicators {
  bottom: -44px;
}
.uol_claimslider .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: rgba(149, 193, 31, 0.3);
}
.uol_claimslider .carousel-indicators li:last-child {
  display: none;
}
.uol_claimslider .carousel-indicators li + li {
  display: list-item !important;
}
.uol_claimslider .carousel-indicators .active {
  background-color: #94c11c;
}
.uol_claimslider.carousel-fade .carousel-item {
  transition-duration: 1.6s !important;
}
.uol_claimslider .flex-control-nav {
  bottom: -54px;
}
.uol_claimslider .flex-direction-nav {
  display: none;
}
.uol_claimslider .flex-control-paging li a {
  background: #62b22f;
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
  border-radius: 0;
  opacity: 0.4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.uol_claimslider .flex-control-paging li a.flex-active {
  background: #62b22f;
  opacity: 1;
}
.uol_claimslider .flex-control-paging li a:hover {
  background: #62b22f;
  opacity: 1;
}

@media (min-width: 525px) {
  .uol_claimslider .flex-caption {
    width: auto;
    max-width: 75%;
  }
  .uol_claimslider .h1 {
    font-size: 30px;
  }
  .uol_claimslider .h2 {
    font-size: 18px;
  }
  .uol_claimslider .slides img {
    max-width: 31%;
    margin-top: 5px;
  }
}
@media (min-width: 640px) {
  .uol_claimslider .innovation-button.style2 {
    display: inline-block;
    margin-top: 14px;
  }
  .uol_claimslider .flex-caption {
    padding: 3.4vw;
  }
}
@media (min-width: 800px) {
  .uol_claimslider .flex-caption {
    max-width: 60%;
  }
}
@media (min-width: 884px) {
  .uol_claimslider .flex-caption {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .uol_claimslider .flex-cont {
    width: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .uol_claimslider .flex-caption {
    padding: 30px 40px;
  }
}
.flex-control-paging li a {
  background: #94c11c;
}
.flex-control-paging li a.flex-active {
  background: #94c11c;
}

.nav-tabs {
  border-bottom: 0;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.nav-tabs > li {
  margin-right: 14px;
  display: block;
}
.nav-tabs > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 8px;
  border-bottom-color: #f2f2f2;
  text-decoration: none !important;
  display: block;
  text-align: center;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: none;
  border-bottom-color: rgba(41, 122, 204, 0.3);
}
.nav-tabs > li > a.active {
  border-bottom-color: #00519e !important;
}

* + .col-sm-1, * + .col-sm-2, * + .col-sm-3, * + .col-sm-4, * + .col-sm-5, * + .col-sm-6, * + .col-sm-7, * + .col-sm-8, * + .col-sm-9, * + .col-sm-10, * + .col-sm-11, * + .col-sm-12 {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  * + .col-sm-1, * + .col-sm-2, * + .col-sm-3, * + .col-sm-4, * + .col-sm-5, * + .col-sm-6, * + .col-sm-7, * + .col-sm-8, * + .col-sm-9, * + .col-sm-10, * + .col-sm-11, * + .col-sm-12 {
    margin-top: 0;
  }
}
* + .col-md-1, * + .col-md-2, * + .col-md-3, * + .col-md-4, * + .col-md-5, * + .col-md-6, * + .col-md-7, * + .col-md-8, * + .col-md-9, * + .col-md-10, * + .col-md-11, * + .col-md-12 {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  * + .col-md-1, * + .col-md-2, * + .col-md-3, * + .col-md-4, * + .col-md-5, * + .col-md-6, * + .col-md-7, * + .col-md-8, * + .col-md-9, * + .col-md-10, * + .col-md-11, * + .col-md-12 {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .nav-tabs > li {
    margin-right: 0;
    flex-grow: 1;
  }
  .nav-tabs > li + li {
    margin-left: 1vw;
  }
  .nav-tabs > li > a {
    font-size: 3.5vw;
    padding: 10px 1vw;
  }
}
main .tab-pane {
  padding-top: 1rem;
}

.tab-content > h3 {
  display: none;
}

@media (min-width: 480px) {
  .halb div.grid-1c, .halb div.studip_person_container, .drittel div.grid-1c, .drittel div.studip_person_container, .viertel div.grid-1c, .viertel div.studip_person_container {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .halb div.grid-1c > div.frame, .halb div.grid-1c > .studip_personendaten, .halb div.studip_person_container > div.frame, .halb div.studip_person_container > .studip_personendaten, .drittel div.grid-1c > div.frame, .drittel div.grid-1c > .studip_personendaten, .drittel div.studip_person_container > div.frame, .drittel div.studip_person_container > .studip_personendaten, .viertel div.grid-1c > div.frame, .viertel div.grid-1c > .studip_personendaten, .viertel div.studip_person_container > div.frame, .viertel div.studip_person_container > .studip_personendaten {
    padding-left: 15px;
    padding-right: 15px;
    width: 49.999%;
    margin: 0 0 20px 0;
  }
  .halb div.grid-1c > div.frame + div.frame, .halb div.grid-1c > .studip_personendaten + div.frame, .halb div.studip_person_container > div.frame + div.frame, .halb div.studip_person_container > .studip_personendaten + div.frame, .drittel div.grid-1c > div.frame + div.frame, .drittel div.grid-1c > .studip_personendaten + div.frame, .drittel div.studip_person_container > div.frame + div.frame, .drittel div.studip_person_container > .studip_personendaten + div.frame, .viertel div.grid-1c > div.frame + div.frame, .viertel div.grid-1c > .studip_personendaten + div.frame, .viertel div.studip_person_container > div.frame + div.frame, .viertel div.studip_person_container > .studip_personendaten + div.frame {
    margin-top: 0 !important;
  }
  .halb div.grid-1c > div.frame-hggrau, .halb div.grid-1c > div.frame-hgblau, .halb div.studip_person_container > div.frame-hggrau, .halb div.studip_person_container > div.frame-hgblau, .drittel div.grid-1c > div.frame-hggrau, .drittel div.grid-1c > div.frame-hgblau, .drittel div.studip_person_container > div.frame-hggrau, .drittel div.studip_person_container > div.frame-hgblau, .viertel div.grid-1c > div.frame-hggrau, .viertel div.grid-1c > div.frame-hgblau, .viertel div.studip_person_container > div.frame-hggrau, .viertel div.studip_person_container > div.frame-hgblau {
    border-left: 15px solid white;
    border-right: 15px solid white;
  }
}
@media (min-width: 640px) {
  .drittel div.grid-1c > div.frame, .drittel div.grid-1c > .studip_personendaten, .drittel div.studip_person_container > div.frame, .drittel div.studip_person_container > .studip_personendaten {
    width: 33.333%;
  }
}
@media (min-width: 720px) {
  .halb div.grid-1c, .halb div.studip_person_container, .drittel div.grid-1c, .drittel div.studip_person_container, .viertel div.grid-1c, .viertel div.studip_person_container {
    margin-left: -15px;
    margin-right: -15px;
  }

  .viertel div.grid-1c > div.frame, .viertel div.grid-1c > .studip_personendaten {
    width: 24.999%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 520px) and (max-width: 719px), (min-width: 992px) and (max-width: 1079px) {
  .viertel div.grid-1c > div.frame, .viertel div.grid-1c > .studip_personendaten {
    width: 33.333% !important;
  }
}
.mfp-content h3 {
  position: absolute !important;
  top: -34px;
  left: 0;
  background: #2b74a9;
  padding: 6px 20px;
  border-radius: 1px;
  width: 100%;
  color: white;
  font-size: 19px;
  font-weight: 500;
  z-index: 1;
}

.mfp-iframe-scaler {
  padding-top: 80vh !important;
  border-radius: 1px;
  background-color: #fff;
}
.mfp-iframe-scaler > h3 {
  margin-top: 0 !important;
}

.mfp-iframe {
  border: 10px solid #fff;
  border-width: 15px 10px !important;
  border-radius: 1px;
  background-color: #fff;
}

.mfp-bg {
  opacity: 0.5 !important;
}

.mfp-image-holder .mfp-close {
  right: 2px !important;
}

.mfp-iframe-holder .mfp-close {
  right: 2px !important;
}

.mfp-arrow {
  width: 70px;
  height: 50px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #62b22f !important;
  transform: scale(1) !important;
}
.mfp-arrow:before {
  opacity: 0.7;
  border-left-width: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  margin-left: 17px;
  margin-top: 20px;
}

.mfp-arrow-right {
  margin-right: 10px;
}
.mfp-arrow-right:after {
  border-left-width: 0;
  margin-left: 0;
}

.mfp-arrow-left {
  margin-left: 10px;
}
.mfp-arrow-left:before {
  transform: rotate(225deg);
  margin-left: 20px;
}
.mfp-arrow-left:after {
  border-right-width: 0;
  margin-left: 0;
}

.tt_address_list .vcard + .vcard {
  margin-top: 2em;
}
.tt_address_list div.address + a {
  position: relative;
  top: -16px;
}
.tt_address_list * + .description {
  margin-top: 1em;
}

ul.tx-rssdisplay-list {
  list-style: none;
  padding-left: 0 !important;
}

li.tx-rssdisplay-item + li.tx-rssdisplay-item {
  margin-top: 2em;
}

span.tx-rssdisplay-item-title {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  padding: 0.5em 0 !important;
}

.tx-iframes-pi1 > iframe {
  border-width: 0;
}

.tx-felogin-pi1 form {
  margin-top: 1em;
}
.tx-felogin-pi1 legend {
  font-size: 19px !important;
  border-width: 0;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
}
.tx-felogin-pi1 div {
  margin-bottom: 3px;
}
.tx-felogin-pi1 label {
  min-width: 5.9em;
}

#uoljs + #wrapper main .ka-panel.closed > div > header + div {
  height: 0;
  overflow: hidden;
}
#uoljs + #wrapper main .ka-panel.closed > div > header + div.ka-content {
  height: auto;
  overflow: initial;
}

@media (max-width: 991px) {
  #uoljs + #wrapper #kontaktblock > div > header + div {
    height: 0;
    overflow: hidden;
  }
  #uoljs + #wrapper #kontaktblock > div > header + div.ka-content {
    height: auto;
    overflow: initial;
  }
  #uoljs + #wrapper #kontaktblock > div > header > * {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 640px) {
  #uoljs + #wrapper #kontaktblock > div > header > * {
    font: normal normal 400 16px/1.3125 "Nunito Sans", "Open Sans", Verdana !important;
  }
}
#main > div + div header.ka-handler > *:first-child {
  margin-top: 0 !important;
}
#main > div + div:first-child header.ka-handler > * {
  margin: 0 !important;
}
#main > div + div > header.ka-handler > * {
  margin: 0 !important;
}

#left > div > div.frame-type-shortcut > div.ka-panel {
  padding: 0px;
}
#left .frame .ka-panel .ka-content, #left .frame .ka-content .ka-content {
  border-left-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#left .frame.frame-type-shortcut > .ka-panel .ka-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#left .ka-content {
  border-width: 0;
}

main header.ka-handler {
  display: flex;
  flex-flow: row wrap;
}
main header.ka-handler > *:first-child {
  width: calc(100% - 12em);
}
main header.ka-handler > *:first-child:last-child {
  width: 100%;
}
main header.ka-handler time {
  text-align: right;
  padding: 0 !important;
  white-space: nowrap;
}
main header.ka-handler > h2 + h3, main header.ka-handler > h3 + h4, main header.ka-handler > h4 + h5 {
  order: 1;
  width: 100%;
  margin-top: 0 !important;
}
main header.ka-handler > * {
  flex-grow: 1;
}
main header.ka-handler p {
  max-width: 12em;
  padding-left: 20px !important;
  box-sizing: content-box;
  flex-grow: 0;
}
main .ka-panel .ka-handler {
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.5s;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
main .ka-panel .ka-handler:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: background 0s;
}
main .ka-panel .ka-handler > * {
  padding: 9px 34px 9px 20px;
  display: block !important;
  line-height: 1.5em !important;
  height: auto !important;
  background-position: right 9px center;
  margin: 0 !important;
  flex-grow: 1;
}
@media (max-width: 479px) {
  main .ka-panel .ka-handler > * {
    padding-right: 29px;
  }
}
main .ka-panel .ka-handler > h2, main .ka-panel .ka-handler > h3, main .ka-panel .ka-handler > h4 {
  font-size: 17px !important;
}
main .ka-panel .ka-handler > h2 + h3, main .ka-panel .ka-handler > h3 + h4 {
  font-weight: 300 !important;
}
main .ka-panel .ka-handler > h2 + h3, main .ka-panel .ka-handler > h3 + h4, main .ka-panel .ka-handler > h4 + h5 {
  padding-top: 0 !important;
}
main .ka-panel .ka-handler h5 {
  font-size: 15px !important;
}
main .ka-panel .ka-handler p {
  max-width: 12em;
  flex-grow: 0;
}
main .ka-panel .ka-handler time {
  padding-right: 15px !important;
}
main .ka-panel .ka-handler:hover {
  cursor: pointer;
}
main .ka-panel .ka-handler::after, main .ka-panel .ka-handler::before {
  display: block;
  position: absolute;
  right: 18px !important;
  top: 50%;
  transform: translateY(-1px) !important;
  content: "" !important;
  height: 13px;
  border: 1px solid #777;
  border-width: 3px 0 0 0;
  width: 13px;
}
@media (max-width: 479px) {
  main .ka-panel .ka-handler::after, main .ka-panel .ka-handler::before {
    right: 13px !important;
  }
}
main .ka-panel .ka-handler::before {
  width: 0px;
  border-width: 0 3px 0 0;
  right: 23px !important;
  transform: translateY(-6px) !important;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 479px) {
  main .ka-panel .ka-handler::before {
    right: 18px !important;
  }
}
main .ka-panel .ka-handler > *:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  overflow-wrap: initial;
}
main .ka-panel.open > * > header.ka-handler, main .ka-panel.open > header.ka-handler {
  background: rgba(0, 0, 0, 0.1) !important;
}
main .ka-panel.open > * > header.ka-handler::before,
main .ka-panel.open > .frame-type-shortcut > * > header.ka-handler::before,
main .ka-panel.open > header.ka-handler::before {
  opacity: 0;
  transition: 0.4s;
  transform: rotate(90deg) !important;
  transform-origin: 4px 3px;
}
main .ka-panel .neu1 > .ka-handler > * {
  padding-left: 56px !important;
  transition: padding-left 0.5s;
}
main .ka-panel .neu1 > .ka-handler > *:first-child::before {
  background: #62b22f;
  bottom: 0;
  box-sizing: border-box;
  color: white;
  content: "neu";
  font-size: 13px;
  font-weight: 400;
  height: 100%;
  left: -3px;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  top: 0;
  transition: width 0.5s;
  width: 40px;
  background: #94c11c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
main .ka-panel .ka-panel .neu1 > .ka-handler > *:first-child::before {
  left: 0;
}
main #left .ka-panel {
  padding: 0;
}
main #left .ka-panel .ka-handler {
  padding: 0;
}
main #left > div > .ka-panel > .ka-handler, main #left > div > .ka-panel > div > .ka-handler, main #left > div > div.frame-type-shortcut > .ka-panel > .ka-handler, main #left > div > div.frame-type-shortcut > .ka-panel > div > .ka-handler, main #left > div > div.frame-type-shortcut > div > .ka-panel > .ka-handler, main #left > div > div.frame-type-shortcut > div > .ka-panel > div > .ka-handler {
  background-color: transparent !important;
}
main #left > div > .ka-panel.open > .ka-handler, main #left > div > .ka-panel.open > div > .ka-handler, main #left > div > div.frame-type-shortcut > .ka-panel.open > .ka-handler, main #left > div > div.frame-type-shortcut > .ka-panel.open > div > .ka-handler, main #left > div > div.frame-type-shortcut > div > .ka-panel.open > .ka-handler, main #left > div > div.frame-type-shortcut > div > .ka-panel.open > div > .ka-handler {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-left-color: transparent !important;
}
main #left > div > .ka-panel > .ka-content, main #left > div > div.frame-type-shortcut > .ka-panel > .ka-content, main #left > div > div.frame-type-shortcut > div > .ka-panel > .ka-content {
  border-color: #f2f2f2 !important;
  padding-left: 23px;
  padding-right: 23px;
}
main .ka-content {
  border: 3px solid #f2f2f2;
  border-top-width: 0;
  padding: 15px 23px;
  margin-top: 0 !important;
}
main .ka-content:first-child {
  margin-top: 0 !important;
}
main .ka-content h2, main .ka-content h3 {
  font-size: 17px !important;
  margin-bottom: 17px !important;
}
main .ka-content > ul {
  padding-left: 1px !important;
}
main .ka-content > .tx-cal-controller {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
main .ka-content > .ce-bullets {
  padding-left: 18px !important;
}
main .ka-content > .ce-textpic > .ce-bodytext:first-child {
  margin-top: 0;
}
main .ka-content .ka-content {
  border-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}
main .ka-panel header.ka-handler {
  border-left: 3px solid #94c11c !important;
}
main .ka-panel .ka-panel header.ka-handler {
  border-left-width: 0px !important;
}
main #left .ka-panel header.ka-handler {
  border-left-color: #f2f2f2 !important;
  border-left-width: 0 !important;
}
main #main .frame-type-shortcut + div.ka-panel {
  margin-top: 2rem;
}
main .ce-textpic.ce-nowrap .ka-content {
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin-top: 0 !important;
  border-top-width: 0;
}
main .ce-textpic.ce-nowrap .ka-content > * {
  border-width: 0;
}
main * + div.ka-panel {
  margin-top: 2rem;
}
main > div + div.ka-panel .ka-handler * {
  margin: 0 !important;
}
main .ka-panel.closed {
  float: none;
  opacity: 1;
}
main .ka-panel.closed:last-child {
  margin-bottom: 0;
}
main .multicolumnLayout10 li.column2 .ka-panel .ka-handler {
  padding: 0 !important;
}
main .ka-content {
  margin: 0 !important;
}
main .ka-content > *:first-child {
  /* margin-top: 12px !important; */
  margin-bottom: 0px !important;
}
main .ka-content > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#uoljs + #wrapper main div.ka-panel + div.ka-panel,
#uoljs + #wrapper main div.closed + div.ka-panel {
  margin-top: 6px;
}

#left .ka-panel .ka-handler > *, #left .ka-panel .ka-content {
  padding-left: 23px;
}
#left .ka-panel.frame-rahmen .ka-handler > *, #left .ka-panel.frame-rahmen .ka-content {
  padding-left: 22px;
}

#main .ka-content {
  background: #fff;
}

html[lang=en] #main .neu1 > header.ka-handler *::before {
  content: "new";
}

.ka-panel.closed .ka-handler * {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  main .ka-panel .ka-handler > *, main #left > div > .ka-panel .ka-handler > * {
    padding-left: 10px;
  }
  main .ka-panel > .ka-content, main #left > div > .ka-panel > .ka-content {
    padding-left: 10px;
    padding-right: 6px;
  }
  main .ka-panel > .ka-content .ka-content, main #left > div > .ka-panel > .ka-content .ka-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  main .ka-panel.frame-rahmen .ka-handler > *, main .ka-panel.frame-rahmen .ka-content, main #left > div > .ka-panel.frame-rahmen .ka-handler > *, main #left > div > .ka-panel.frame-rahmen .ka-content {
    padding-left: 9px;
  }
}
.ka-content .ce-uploads li:first-child {
  margin-top: 0;
}
.ka-content .ce-uploads li:last-child {
  margin-bottom: 0;
}

.ka-panel.frame-type-menu_section li {
  margin-left: 1.1em;
}

@media (max-width: 640px) {
  main .ka-panel .ka-handler > h2, main .ka-panel .ka-handler > h3 {
    font: normal normal 400 16px/1.3125 "Nunito Sans", "Open Sans", Verdana !important;
  }
}
@media print {
  html {
    font-size: 14pt;
  }

  .row {
    display: block !important;
  }

  #main .row, #content .row {
    display: flex !important;
  }

  #main, #left {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content > #content_body.row {
    flex-flow: column;
    padding-left: 20px !important;
  }

  #wrapper > header {
    position: static !important;
  }
  #wrapper #undefined-sticky-wrapper {
    display: none !important;
  }
  #wrapper > footer {
    display: none !important;
  }

  #wrapper-content {
    margin-top: 140px;
    margin-top: 0 !important;
  }

  #left {
    order: 2;
    padding-top: 2em !important;
  }

  #mainmenu, #service_nav, #left-nav, #navizeile, #social-bar, div.top-bar, .top-bar-right,
.noprint {
    display: none !important;
  }

  #instbar {
    margin-top: 20px !important;
    height: auto !important;
    width: auto !important;
  }

  #instbar .inner {
    width: auto !important;
    padding-left: 5px;
  }

  #instbar a {
    text-decoration: none !important;
  }

  h1, h2, h3, h4, h5, h6, a, .news-zweispaltig-ohne-bild .extra *, #instbar .inner a, #instbar .inner :last-child a {
    color: black !important;
  }

  a.gotop {
    display: none !important;
  }

  p#layout2018 {
    display: none !important;
  }

  * {
    transition: none !important;
  }
}
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1101px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
#id-238805 {
  max-width: 1140px !important;
}

#content_body.row {
  margin-right: 0;
  margin-left: 0;
}

.prototip .tooltip {
  opacity: 1 !important;
}

.leaflet-container {
  max-height: 90vh;
}

.leaflet-popup-content {
  /* Bei zu langem Inhalt wird das Popup scrollbar */
  max-height: 300px !important;
  overflow-y: auto;
}

@media (min-width: 1101px) {
  .top-bar.mobile-top-bar-show {
    display: none;
  }

  #search-wrap {
    display: block;
    /* display: none; */
  }
}

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