﻿/* ===== Header Styles =====  */
/*@h1-fontsize: 40px;
@h2-fontsize: 32px;
@h3-fontsize: 18px;
@h4-fontsize: 18px;
@h5-fontsize: 17px;
@h6-fontsize: 16px;

@big-fontsize: 30px;

@default-fontsize: 16px;*/
/* ===== Media Query Ranges  =====  */
/* ===== Major Breakpoints =====  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  padding: env(safe-area-inset);
}
main {
  padding-top: 160px;
}
@media only screen and (max-width: 991.5px) {
  main {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767.5px) {
  main {
    padding-top: 80px;
  }
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
@media only screen and (max-width: 991.5px) {
  body {
    padding-bottom: 40px;
  }
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  line-height: 1.4;
  font-size: 16px;
  font-family: 'Source Sans Pro', helvetica neue, helvetica, arial, sans-serif;
  font-weight: normal;
  color: #606466;
}
@media only screen and (min-width: 1199.5px) {
  html,
  body {
    font-size: 18px;
  }
}
:not(.anmeldung) {
  /* ==========================================================================
   Typography
   ========================================================================== */
  /* ===== Headline Styles =====  */
  /* ===== Text Styles =====  */
}
:not(.anmeldung) span {
  color: #606466;
}
:not(.anmeldung) h1,
:not(.anmeldung) h2,
:not(.anmeldung) h3,
:not(.anmeldung) h4,
:not(.anmeldung) h5,
:not(.anmeldung) h6,
:not(.anmeldung) .h1,
:not(.anmeldung) .h2,
:not(.anmeldung) .h3,
:not(.anmeldung) .h4,
:not(.anmeldung) .h5,
:not(.anmeldung) .h6 {
  font-weight: 600;
  line-height: 1.35;
  color: #606466;
  hyphens: auto;
  -webkit-hyphens: auto;
}
:not(.anmeldung) .h1,
:not(.anmeldung) .h2,
:not(.anmeldung) .h3,
:not(.anmeldung) .h4,
:not(.anmeldung) .h5,
:not(.anmeldung) .h6 {
  display: block;
  hyphens: auto;
  -webkit-hyphens: auto;
}
:not(.anmeldung) h1 a,
:not(.anmeldung) h2 a,
:not(.anmeldung) h3 a,
:not(.anmeldung) h4 a,
:not(.anmeldung) h5 a,
:not(.anmeldung) h6 a {
  font-weight: inherit;
}
:not(.anmeldung) h1,
:not(.anmeldung) .h1 {
  font-size: 24px;
  margin: 0px 0 10px 0;
}
:not(.anmeldung) h2,
:not(.anmeldung) .h2 {
  font-size: 20px;
  margin: 15px 0 0.35rem 0;
}
:not(.anmeldung) h3,
:not(.anmeldung) .h3 {
  font-size: 18px;
  margin: 13px 0 0;
}
:not(.anmeldung) h4,
:not(.anmeldung) .h4 {
  font-size: 18px;
  margin: 18px 0 0;
}
:not(.anmeldung) h5,
:not(.anmeldung) .h5 {
  font-size: 17px;
  margin: 17px 0 0;
}
:not(.anmeldung) h6,
:not(.anmeldung) .h6 {
  font-size: 16px;
  margin: 16px 0 0;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) h2,
  :not(.anmeldung) .h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  :not(.anmeldung) h1,
  :not(.anmeldung) .h1 {
    font-size: 40px;
  }
  :not(.anmeldung) h2,
  :not(.anmeldung) .h2 {
    font-size: 32px;
  }
  :not(.anmeldung) h3,
  :not(.anmeldung) .h3 {
    font-size: 20px;
  }
}
:not(.anmeldung) h4 {
  color: #006ab3;
}
:not(.anmeldung) em {
  font-style: italic;
}
:not(.anmeldung) strong {
  font-weight: 700;
}
:not(.anmeldung) small {
  font-size: 75%;
}
:not(.anmeldung) p {
  line-height: 1.25;
  margin: 0 0 1rem 0;
  color: #606466;
}
:not(.anmeldung) p:last-child {
  margin-bottom: 0;
}
:not(.anmeldung) li {
  color: #606466;
}
:not(.anmeldung) .container-fluid div {
  color: #606466;
}
:not(.anmeldung) .fw-600 {
  font-weight: 600;
}
:not(.anmeldung) ul,
:not(.anmeldung) ol {
  padding-left: 1em;
  line-height: 1.6;
}
:not(.anmeldung) a {
  color: #006ab3;
  text-decoration: none;
}
:not(.anmeldung) em.fa-light,
:not(.anmeldung) em.fa-duotone,
:not(.anmeldung) em.fa-regular,
:not(.anmeldung) em.fa-sharp,
:not(.anmeldung) em.fa-solid {
  font-style: unset !important;
}
:not(.anmeldung) footer {
  background: #006ab3;
  padding: 25px 0;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) footer {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) footer .copyright {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 13px;
  }
}
:not(.anmeldung) footer *,
:not(.anmeldung) footer .h2 {
  color: white;
}
:not(.anmeldung) footer ul {
  list-style: none;
  padding-left: 0;
}
:not(.anmeldung) footer .social-icons {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-top: auto;
}
:not(.anmeldung) footer .social-icons i {
  font-size: 40px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) footer .social-icons {
    margin-bottom: 0;
  }
  :not(.anmeldung) footer .social-icons i {
    font-size: 24px;
  }
}
:not(.anmeldung) footer .kontakt-bar li {
  margin-bottom: 25px;
  display: flex;
}
:not(.anmeldung) footer .kontakt-bar b {
  display: inline-block;
}
:not(.anmeldung) footer .kontakt-bar i {
  width: 24px;
  font-size: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) footer .kontakt-bar {
    margin-bottom: 0px;
  }
  :not(.anmeldung) footer .kontakt-bar i {
    font-size: 24px;
  }
}
:not(.anmeldung) footer .link-bar {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) footer .link-bar {
    font-size: 13px;
  }
}
:not(.anmeldung) footer .link-bar a {
  text-decoration: none;
}
:not(.anmeldung) footer .right-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
:not(.anmeldung) .mobile-bar {
  background: white;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px -3pt 6pt 5px #00000029;
  height: 58px;
}
:not(.anmeldung) .mobile-bar .btn-infomaterial {
  background: #b31574;
  padding: 15px;
  font-size: 14pt;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px -3pt 6pt 5px #00000029;
  margin-top: -30px;
  border-radius: 5px 5px 0 0;
}
:not(.anmeldung) .mobile-bar .btn-infomaterial:hover {
  background: #006ab3;
}
:not(.anmeldung) .mobile-bar .btn-infomaterial a {
  color: white !important;
}
:not(.anmeldung) .mobile-bar .icons {
  margin-left: auto;
  gap: 30px;
}
:not(.anmeldung) .mobile-bar i {
  font-size: 24px;
}
:not(.anmeldung) header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 10000;
}
:not(.anmeldung) header .top-bar {
  padding: 25px 100px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) header .top-bar {
    padding: 15px 30px;
  }
  :not(.anmeldung) header .top-bar .logo {
    max-width: 85%;
  }
}
:not(.anmeldung) header .top-bar .btn-infomaterial {
  background: #fcbb2e;
  padding: 16px 16px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -15px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  box-shadow: 0px 3px 6px #00000029;
}
:not(.anmeldung) header .top-bar .btn-infomaterial.btn-anmeldung {
  background: #b31574;
}
:not(.anmeldung) header .top-bar .icons-right {
  float: right;
  gap: 30px;
  margin-top: -15px;
}
:not(.anmeldung) header .top-bar .icons-right i {
  color: #006ab3;
  font-size: 35px;
}
:not(.anmeldung) header .top-bar .icons-right i:hover {
  color: #fcbb2e;
}
:not(.anmeldung) header .top-bar .icons-right a i {
  padding-top: 10px;
}
:not(.anmeldung) .header {
  background: #006ab3;
  width: 100%;
  overflow-x: clip;
  height: 500px;
}
:not(.anmeldung) .header h1 {
  color: white;
}
:not(.anmeldung) .header .homebtn {
  background: white !important;
  color: #006ab3 !important;
  font-size: 18px;
  font-weight: bold;
  border-width: 2px !important;
}
:not(.anmeldung) .header .homebtn:hover {
  background: #006ab3 !important;
  color: white !important;
}
:not(.anmeldung) .header h1.title.h1 {
  margin-bottom: 10px;
}
:not(.anmeldung) .header .header-box {
  padding: 20px;
  background-color: #67a6d1;
  color: white;
}
:not(.anmeldung) .header .header-box * {
  color: white;
}
:not(.anmeldung) .header .sub-title,
:not(.anmeldung) .header .sub-title * {
  color: white;
  hyphens: none !important;
  -ms-hyphens: none !important;
  /* ab IE10 */
  -moz-hyphens: none !important;
  /* seit Firefox 6 */
  -webkit-hyphens: none !important;
  /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
}
:not(.anmeldung) .header img {
  max-height: 500px;
}
@media only screen and (max-width: 1919.5px) {
  :not(.anmeldung) .header {
    height: 400px;
  }
  :not(.anmeldung) .header img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 1919.5px) {
  :not(.anmeldung) .header.header-home {
    height: 500px;
  }
  :not(.anmeldung) .header.header-home img {
    object-position: -150px;
    max-height: 500px;
  }
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .header.header-home {
    height: auto;
  }
  :not(.anmeldung) .header.header-home img {
    object-position: unset;
    height: 150px;
  }
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .header {
    height: auto;
  }
  :not(.anmeldung) .header img {
    height: 150px;
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
:not(.anmeldung) .header .left-col {
  padding: 40px 80px 0 80px;
}
:not(.anmeldung) .header .title {
  display: inline-block;
  hyphens: none;
  color: white;
  margin-bottom: 30px;
  font-weight: normal;
}
:not(.anmeldung) .header select {
  color: white;
  border-color: white;
}
:not(.anmeldung) .header input[type=button] {
  color: #006ab3;
  background: white;
  border-radius: 5px;
  height: 60px;
  padding: 15px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .header .left-col {
    padding: 30px;
  }
  :not(.anmeldung) .header .title {
    margin-bottom: 30px;
  }
}
:not(.anmeldung) .kursinfobox {
  margin: auto;
  max-width: 649px;
}
:not(.anmeldung) .kursinfobox .btn.btn-secondary {
  background-color: #38B500;
  border-color: #38B500;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  margin-top: 15px;
}
:not(.anmeldung) .kursinfobox .btn.btn-infomaterial {
  background-color: #006ab3;
  color: white;
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  margin-top: 15px;
}
:not(.anmeldung) .kurszusfas {
  color: white;
  font-size: 18px;
  text-align: left;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.5px) {
  :not(.anmeldung) .kurszusfas {
    font-size: 16px;
  }
}
:not(.anmeldung) .reviewinfowrapper {
  z-index: 0;
  position: absolute;
  right: 100px;
  bottom: 10px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .reviewinfowrapper {
    z-index: 0;
    position: absolute;
    right: 20px;
  }
  :not(.anmeldung) .reviewinfowrapper .note {
    font-size: 30px;
  }
}
:not(.anmeldung) .reviewinfo {
  position: relative;
  background-color: rgba(237, 236, 231, 0.9);
  width: 210px;
  height: 150px;
  z-index: 2;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .reviewinfo {
    width: 270px;
    height: auto;
    z-index: 2;
    border-radius: 3px;
    text-align: center;
    max-width: 175px;
    max-height: 175px;
  }
}
:not(.anmeldung) .reviewinfo .note {
  font-size: 36px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .reviewinfo .note {
    font-size: 36px;
  }
}
:not(.anmeldung) .reviewinfo .text {
  font-size: 16px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .reviewinfo .text {
    font-size: 14px;
    padding-top: 10px;
  }
}
:not(.anmeldung) .tippfensterwrapper {
  z-index: 5;
  position: absolute;
  /*    bottom: -190px;
    right: 130px;*/
  bottom: -50px;
  right: 130px;
}
:not(.anmeldung) .tippfenster {
  position: relative;
  background-color: #abcee6;
  font-size: 24px;
  text-align: left;
  width: 308px;
  height: auto;
  z-index: 2;
  border-radius: 3px;
  color: #006ab3;
}
:not(.anmeldung) .tipp {
  transform: matrix(1, -0.25, 0.25, 1, 0, 0);
  background: #b31574;
  z-index: 0;
  position: relative;
  font-size: 24px;
  line-height: 51px;
  width: 130px;
  height: 123px;
  top: 65px;
  right: -150px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
}
:not(.anmeldung) .tipp span {
  color: #ffffff;
  display: block;
  transform: matrix(1, 0.25, -0.25, 1, 0, 0);
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 17px;
  font-weight: bold;
}
:not(.anmeldung) .titelfachbereich {
  color: white;
  font-size: 50px;
  line-height: 70px;
  padding-top: 157px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .titelfachbereich {
    padding-top: 75px;
  }
}
:not(.anmeldung) .dropdownitem {
  color: #606466;
  font-size: 25px;
  padding: 10px 5px;
}
:not(.anmeldung) .page-anforderung .header {
  padding-bottom: 20px !important;
  height: auto !important;
}
:not(.anmeldung) #merkliste-dropdown .dropdown-menu {
  width: 325px;
  padding: 10px;
  font-size: 15px;
}
:not(.anmeldung) #merkliste-dropdown .dropdown-menu a,
:not(.anmeldung) #merkliste-dropdown .dropdown-menu i {
  font-size: 15px;
}
:not(.anmeldung) #merkliste-dropdown .dropdown-menu i {
  margin-right: 0.5em;
}
:not(.anmeldung) .topkurse a {
  text-align: center;
}
@media only screen and (max-width: 1199.5px) {
  :not(.anmeldung) .topkurse a {
    text-align: left;
  }
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .topkurse a {
    text-align: center;
  }
}
@media only screen and (max-width: 767.5px) {
  :not(.anmeldung) .topkurse a {
    text-align: left;
  }
}
:not(.anmeldung) .topkurse a:hover {
  font-weight: bold;
}
:not(.anmeldung) .topkurse a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
:not(.anmeldung) .anmbutton {
  z-index: 10;
  bottom: -5px;
  position: fixed;
  float: right;
  right: 0;
}
@media only screen and (max-width: 1919.5px) {
  :not(.anmeldung) .anmbutton {
    right: 150px;
  }
}
@media only screen and (max-width: 1199.5px) {
  :not(.anmeldung) .anmbutton {
    right: 100px;
  }
}
@media only screen and (max-width: 767.5px) {
  :not(.anmeldung) .anmbutton {
    bottom: 58px;
    right: 25px;
  }
}
:not(.anmeldung) .anmbutton a {
  color: white;
  background: #b31574;
  text-align: center;
  width: 270px;
}
@media only screen and (max-width: 991.5px) {
  :not(.anmeldung) .anmbutton a {
    width: 175px;
  }
}
:not(.anmeldung) .anmbutton a:hover {
  font-weight: 700;
}
.textBlocks {
  border: none;
  height: auto;
  margin-top: 15px;
  background-color: #CCCCCC;
  color: #3C68AF;
  font-weight: bold;
}
.blockHeader {
  margin-top: 8px;
  margin-bottom: 8px;
  /*font-size: 23px;*/
  font-size: 26px;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 767.5px) {
  .blockHeader {
    font-size: 18px;
  }
}
.blockHeaderAnforderung {
  padding: 15px;
  margin: 0px;
  /*font-size: 23px;*/
  font-size: 26px;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 767.5px) {
  .blockHeaderAnforderung {
    font-size: 18px;
  }
}
.accordionLinkAnforderung:hover {
  color: white !important;
  text-decoration: none !important;
}
kontaktTextboxAnsprechpartner {
  line-height: 0.5;
}
kontaktTextboxAnsprechpartner input::placeholder {
  color: #3C68AF !important;
  opacity: 1;
  font-size: 22px;
  text-align: left !important;
}
kontaktTextboxAnsprechpartner :-ms-input-placeholder {
  color: #3C68AF !important;
  opacity: 1;
}
kontaktTextboxAnsprechpartner ::-webkit-input-placeholder {
  line-height: 1;
}
kontaktTextboxAnsprechpartner textarea::placeholder {
  text-align: left !important;
  opacity: 1;
  color: #3C68AF;
  line-height: 125px;
}
kontaktTextboxAnsprechpartner textarea:-ms-input-placeholder {
  text-align: left !important;
  opacity: 1;
  color: #3C68AF;
  line-height: 125px;
}
.bewertungen {
  padding-top: 60px;
  padding-bottom: 75px;
}
.bewertungen h2,
.bewertungen .h2 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 991.5px) {
  .bewertungen h2,
  .bewertungen .h2 {
    font-size: 33px;
  }
}
.bewertungen .bewertung {
  text-align: center;
  /*max-width: 300px;*/
  margin-left: auto;
  margin-right: auto;
}
.bewertungen .bewertung .bewertung-image {
  border-radius: 50%;
  border: 15px solid #ffffff;
  box-shadow: 0px 7px 15px #00000029;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}
.bewertungen .bewertung .bewertung-stars {
  margin-bottom: 30px;
  font-size: 32px;
}
.bewertungen .bewertung .bewertung-stars i {
  color: #FCBB2E;
}
.bewertungen .bewertung .bewertung-zitat {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bewertungen .bewertung .bewertung-zitat a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.bewertungen .bewertung .bewertung-title {
  font-size: 20px;
}
.bewertungen .bewertung .bewertung-name {
  font-size: 20px;
  font-weight: bold;
}
.bewertungen #bewertung-prev,
.bewertungen #bewertung-next {
  display: none;
}
.bewertungen #bewertung-prev i,
.bewertungen #bewertung-next i {
  color: #F2F1E6;
  font-size: 140px;
  position: absolute;
  top: 60px;
}
@media only screen and (max-width: 991.5px) {
  .bewertungen #bewertung-prev,
  .bewertungen #bewertung-next {
    display: block;
  }
}
.bewertungen #bewertung-prev i {
  left: 25px;
}
@media only screen and (max-width: 767.5px) {
  .bewertungen #bewertung-prev i {
    left: 0;
  }
}
.bewertungen #bewertung-next i {
  right: 25px;
}
@media only screen and (max-width: 767.5px) {
  .bewertungen #bewertung-next i {
    right: 0;
  }
}
.bild-text {
  background: #006ab3;
}
.bild-text img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.bild-text .text {
  padding: 60px 60px 60px 120px;
}
.bild-text .text h2 {
  color: white;
  font-weight: 600;
  margin-bottom: 28px;
}
.bild-text .text .content {
  color: white;
  line-height: 1.4;
}
@media only screen and (max-width: 991.5px) {
  .bild-text .text {
    padding: 30px;
  }
  .bild-text img {
    width: 100%;
    height: auto;
  }
}
.branchenstimme {
  background-color: #006ab3;
  color: white;
  width: 100%;
  height: 261px;
  margin-bottom: 20px;
  min-height: 261px;
  border-radius: 20px;
}
.branchenstimme a,
.branchenstimme span {
  color: white;
  font-size: 24px;
  line-height: 1.2;
}
.branchenstimme a:hover,
.branchenstimme span:hover {
  color: white;
}
.branchenstimme .referenceText {
  height: 265px;
  width: 100%;
}
.breadcrumb {
  padding-left: 0 !important;
  padding-top: 20px;
}
.breadcrumb.reverse li a {
  color: #606466;
}
.breadcrumb li a {
  color: #606466;
  font-size: 16px;
}
.breadcrumb li:after {
  content: "|";
  color: #606466;
  padding-left: 10px;
  padding-right: 12px;
}
.breadcrumb li:last-child {
  font-weight: bold;
}
.breadcrumb li:last-child:after {
  content: none;
  color: #606466;
  padding-left: 0;
  padding-right: 0;
}
.burger {
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ small devices ============ */
  /* ============ small devices .end// ============ */
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
.burger .nav-burgermenu ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.burger .nav-burgermenu ul li {
  padding-left: 0;
  padding-right: 0;
}
.burger .nav-burgermenu .burger-dropdown {
  width: 100%;
  top: 30px !important;
  border-radius: 0;
  background: #606466;
}
.burger .nav-burgermenu .burger-dropdown a,
.burger .nav-burgermenu .burger-dropdown a span {
  color: white !important;
}
@media all and (min-width: 992px) {
  .burger .dropdown-menu {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .burger .dropdown-menu li {
    position: relative;
  }
  .burger .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .burger .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .burger .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .burger .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .burger .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
    transform: none !important;
    position: relative !important;
  }
}
.burger .dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
  width: 100% !important;
  border-radius: 0;
}
.burger .dropdown-menu .submenu {
  margin-left: 0 !important;
}
.burger .dropdown-menu .submenu a,
.burger .dropdown-menu .submenu a span {
  color: #006ab3 !important;
}
.burger .dropdown-menu .submenu .dropdown-item[data-bs-toggle="dropdown"] {
  font-weight: bold;
}
.burger .dropdown-menu::-webkit-scrollbar {
  display: none;
}
.burger .dropdown-menu {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.burger .burger-dropdown li:not(:first-child) {
  border-top: 1px solid white;
}
.burger .dropdown-item:hover,
.burger .dropdown-item:focus {
  background: none;
}
.burger .dropdown-item .show i {
  transform: rotate(180deg);
}
.dozent-item {
  display: flex;
  justify-content: end;
}
.dozent-item img {
  height: 100%;
  width: 100%;
}
.dozent-item a {
  position: relative;
}
.dozentname {
  position: absolute;
  bottom: 0px;
  height: 60px;
  color: white;
  background: rgba(0, 106, 179, 0.5);
  z-index: 1;
  padding: 10px;
  width: 100%;
}
.dozentname :hover {
  background: rgba(179, 21, 116, 0.5);
}
.dozentname i {
  float: right;
  padding-right: 15px;
  font-size: 25px;
}
.dozentenbox {
  width: 100%;
  font-size: 10px;
}
.dozentenbox h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767.5px) {
  .dozentenbox h3 {
    font-size: 21px;
  }
}
.dozentbild {
  max-width: 100%;
}
.modal-dialog,
.modal-content {
  min-height: 50%;
  height: 80%;
}
.modal-body {
  overflow-x: hidden;
  max-height: 100%;
  overflow-y: scroll;
}
.modal-body .dozenttext {
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .modal-body .dozentenbox .dozenttext {
    font-size: 16px;
  }
  .modal-body .dozentenbox h3 {
    font-size: 18px;
  }
}
.kursetitel {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.kurse {
  font-size: 20px;
  color: #abcee6;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .kurse {
    font-size: 12px;
  }
}
.kursbox {
  width: 100%;
}
.einleitung {
  background: #AFD2EA;
  padding-bottom: 40px;
  box-shadow: 0px 10px 20px #00000029;
}
.einleitung h2 {
  font-weight: bold;
}
.einleitung p.subtitle {
  font-weight: bold;
}
.fachbereichboxen {
  background: #EDECE7;
  padding: 25px 0 215px 0;
  margin-bottom: 350px;
}
.fachbereichboxen h3.title {
  margin-bottom: 1em;
}
.fachbereichboxen .fachbereich-studiengang-box {
  height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  aspect-ratio: 380 / 420;
}
.fachbereichboxen .fachbereich-studiengang-box .box-title {
  color: white;
  height: 90px;
  width: 100%;
  background: rgba(0, 106, 179, 0.5);
  padding: 0 30px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 0;
}
.fachbereichboxen .fachbereich-studiengang-box .box-title span,
.fachbereichboxen .fachbereich-studiengang-box .box-title h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.fachbereichboxen .fachbereich-studiengang-box .box-details {
  background: #006ab3;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  z-index: 3;
  font-size: 16px;
}
.fachbereichboxen .fachbereich-studiengang-box .box-details span {
  color: white;
  line-height: 1.4;
}
.fachbereichboxen .fachbereich-studiengang-box .box-details span i {
  color: white;
}
.fachbereichboxen .fachbereich-studiengang-box a {
  z-index: 2;
}
@media only screen and (max-width: 991.5px) {
  .fachbereichboxen {
    padding: 1px 0 215px 0;
  }
  .fachbereichboxen h2 {
    font-size: 33px;
    margin: 30px 0;
  }
  .fachbereichboxen .vorteile {
    margin-top: 10px;
  }
}
.form-input {
  border: 1px solid #606466;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
}
@media only screen and (max-width: 767.5px) {
  .form-input {
    height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
  }
}
.dropdownlist {
  position: relative;
}
.dropdownlist i {
  float: right;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 8px) !important;
  font-size: 14px;
  right: 10px;
  color: #606466;
  padding-left: 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  color: #606466 !important;
}
.customCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheckbox input:checked ~ .checkmark {
  background-color: transparent;
}
.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.customCheckbox .checkmark:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
  left: 2px;
  top: -2px;
}
@media only screen and (max-width: 991.5px) {
  .customCheckbox {
    font-size: 14px;
  }
  .customCheckbox .checkmark:after {
    top: 0px;
  }
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: 3px;
  background-color: transparent;
  border: 1px solid #606466;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
@media only screen and (max-width: 991.5px) {
  .checkmark {
    width: 20px;
    height: 20px;
  }
}
textarea.form-input {
  margin-top: 0;
  padding: 14px;
}
.input-validation-error,
.input-validation-error + .checkmark {
  border-color: red!important;
}
.btn {
  background: #006ab3;
  border-radius: 5px;
  color: white;
}
.btn:hover {
  background: #fcbb2e;
}
.btn.btn-secondary {
  background: #b31574;
  color: white;
}
.top-bar .searchbox {
  margin-top: 8px;
}
.top-bar .searchbox i {
  top: calc(50% - 17px) !important;
}
.top-bar .searchbox:hover i,
.top-bar .searchbox:focus i,
.top-bar .searchbox:active i,
.top-bar .searchbox:focus-visible i {
  top: calc(50% - 17px) !important;
}
.searchbox {
  position: relative;
}
.searchbox input {
  border-color: transparent;
  font-size: 14px;
  padding: 10px 5px;
}
.searchbox:hover input,
.searchbox:focus input,
.searchbox:active input,
.searchbox:focus-visible input {
  border: 1px solid #fcbb2e;
  outline: none;
  padding: 11px 6px;
}
.searchbox:hover i,
.searchbox:focus i,
.searchbox:active i,
.searchbox:focus-visible i {
  color: #fcbb2e !important;
  top: calc(50% - 7px) !important;
}
.searchbox i {
  float: right;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px) !important;
  font-size: 14px;
  right: 10px;
  color: #606466;
  padding-left: 5px;
}
.searchbutton {
  font-size: 16px;
  background: white;
  font-weight: bold;
  color: #006ab3;
  border-radius: 5px;
  border: 2px solid white;
}
.searchbutton:hover {
  background: #006ab3;
  color: white;
}
.button-primary {
  border: none;
  width: 340px;
  height: auto;
  background-color: #3C68AF;
  color: white;
  margin-top: 15px;
  cursor: pointer;
  max-width: 100%;
}
@media only screen and (max-width: 767.5px) {
  .button-primary {
    font-size: 22px;
  }
}
.k-button-text {
  color: white !important;
}
.k-list-item.k-selected span {
  color: white !important;
}
/*.form-input {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #CCCCCC;
    width: 100%;
    height: 68px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;

    @media @small-and-down {
        height: 45px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 20px;
    }
}

.infomaterialPlaceholder {
    input::placeholder {
        color: #CCCCCC;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #CCCCCC;
        opacity: 1;
    }

    input { 
        color: #707070;
    }
}
.form-input-footer {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: 68px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;

    @media @small-and-down {
        height: 50px;
        font-size: 16px;
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }
}
.textareaFooter {
    min-height: 156px;
    resize: none;
    line-height: 25px;
    padding-top: 13px;
    padding-bottom: 10px;
    width: 100%;
}

.form-input-Ansprechpartner {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: 68px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:solid;
}
.textareaAnsprechpartner {
    min-height: 156px;
    resize: none;
    line-height: 25px;
    padding-top: 13px;
    padding-bottom: 10px;
    width: 100%;
    border-color: #CCCCCC;
}

.kontaktTerminTextBox {
    width: 340px;
    height: 3em;
    background-color: white;
}

.dateTextBox:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f273";
    font-weight: 800;
    color: black;
    font-size: 18px;
    position: absolute;
    right: 10px;
}

.timeTextBox::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f017";
    font-weight: 800;
    color: black;
    font-size: 18px;
    position: absolute;
    left: 195px;
}*/
/*#datepicker, #timepicker {
    float: left;
    width: 140px;
    border: none;
}*/
/*.datepicker {
    width:40%; 
    height:68px; 
    padding-right:0px;
    pointer-events:none; 
    border: none;
    float:left;

    @media @small-and-down {
        height: 50px;
    }
}
.timepicker {
    float: left;
    width: 60%;
    height: 68px;
    padding-left: 0px;
    pointer-events: none;
    border: none;

    @media @small-and-down {
        height: 50px;
    }
}
.ui-datepicker {
    color: black !important;
    font-size: 22px !important;

    @media @small-and-down {
        width: 15em !important;
    }
}



.textArea {
    height: 8em;
}

.button-fachbereich {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    width: 100%;
    height: 150px;

    @media @small-and-down {
        height: auto !important;
    }
}
.button-fachbereich-text {
    @media @small-and-down {
        font-size: 16px !important;
    }
}
.fachbereich-chevron-right {
    @media @small-and-down {
        padding-top:0 !important;
        margin-top: -5px !important;
    }
}
.button-primary-footer {
    border: none;
    width: 340px;
    height: auto;
    background-color: #3C68AF;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    max-width: 100%;

    @media @small-and-down {
        font-size: 22px;
        height: 50px !important;
        margin-top: 8px !important;
    }
}

.ui-timepicker {
    font-size: 22px !important;
}*/
/*--------- Eigene erstellte Checkbox ---------*/
/*.customCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
/* Hide the browser's default checkbox */
/*.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/
/* Create a custom checkbox */
/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-top:3px;
    background-color: transparent;
    border-style: solid;
    border-width: 3px;
    border-color: #CCCCCC;
}*/
/* When the checkbox is checked, add a blue background */
/*.customCheckbox input:checked ~ .checkmark {
    background-color: transparent;
}*/
/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/
/* Show the checkmark when checked */
/*.customCheckbox input:checked ~ .checkmark:after {
    display: block;
}*/
/* Style the checkmark/indicator */
/*.customCheckbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-color: #3C68AF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
/*------------------------------------------------------------------*/
/*Popup Ansprechpartner Kontakt*/
/* Button used to open the contact form - fixed at the bottom of the page */
/*.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    bottom: 23px;
    right: 28px;
    width: 280px;
}*/
/* The popup form - hidden by default */
/*.form-popup {
    display: none;*/
/*bottom: 0;*/
/*position: absolute;*/
/*left: 40%;*/
/*right: 15px;*/
/*border: 3px solid #f1f1f1;
    z-index: 10;

    @media @medium-and-down {
        position: relative !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }
}*/
/* Add styles to the form container */
/*.form-container {
    width: 500px;
    padding: 10px;
    background-color: white;
}*/
/* Full-width input fields */
/*.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 5px 0;*/
/*border: none;
  background: #f1f1f1;*/
/*}*/
/* When the inputs get focus, do something */
/*.form-container input[type=text]:focus, .form-container input[type=password]:focus {*/
/*background-color: #ddd;*/
/*outline: none;
}*/
/* Set a style for the submit/login button */
/*.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}*/
/* Add a red background color to the cancel button */
/*.form-container .cancel {
    background-color: red;
}*/
/* Add some hover effects to buttons */
/*.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

select
{
    -webkit-appearance:none;
    -moz-appearance:none;
}

.ComboBox {
    width: 100%;
    padding-left: 0;
    height: 66px !important;

    @media @small-and-down {
        height: 46px !important;
    }

    span {
        border-radius: 0;
    }

    .k-select {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;

        @media @small-and-down {
            padding-right: 5px;
        }
    }

    .k-input {
        text-indent: 0 !important;
        padding-left: 15px !important;
    }

    .k-icon {

        &.k-i-arrow-60-down {
            &:before {
                content: "\f078" !important;
                color: #bbb !important;
                font-weight: 300 !important;
                font-family: "Font Awesome 5 Pro" !important;
                font-size: 40px;
                padding-bottom: 12px !important;

                @media @small-and-down {
                    font-size: 30px !important;
                    padding-bottom: 3px !important;
                }
            }

            width: 100% !important;
            height: 100% !important;
        }

        &.k-i-arrow-60-up {
            &:before {
                content: "\f077" !important;
                color: #bbb !important;
                font-weight: 300 !important;
                font-family: "Font Awesome 5 Pro" !important;
                font-size: 40px;
                padding-bottom: 12px !important;

                @media @small-and-down {
                    font-size: 30px !important;
                    padding-bottom: 3px !important;
                }
            }

            width: 100% !important;
            height: 100% !important;
        }
    }
}*/
.gruende {
  background: #abcee6;
  padding-bottom: 250px;
  margin-bottom: 250px;
  padding-top: 40px;
}
.gruende .container {
  position: relative;
}
.gruende .icon {
  font-size: 70px;
  color: #006ab3;
}
.gruende em {
  font-style: normal !important;
}
.vorteile-wrapper {
  background: white;
  border-radius: 10px;
  box-shadow: #60646650 20px 20px 40px;
  padding: 60px 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.vorteile-wrapper h2 {
  margin-bottom: 50px;
  font-weight: bold;
}
.vorteile-wrapper .vorteile {
  display: flex;
  justify-content: space-between;
}
.vorteile-wrapper .vorteile > div {
  text-align: center;
  max-width: 205px;
}
.vorteile-wrapper .vorteile > div h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  hyphens: none !important;
}
.vorteile-wrapper .vorteile i {
  font-size: 80px;
  color: #006ab3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.5px) {
  .gruende i {
    width: 100%;
    text-align: center;
  }
  .gruende .vorteile-wrapper {
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .gruende .vorteile-wrapper .vorteile {
    flex-wrap: wrap;
  }
  .gruende .vorteile-wrapper .vorteile > div {
    font-size: 15px;
    font-weight: 600;
    width: 30%;
    margin-bottom: 24px;
  }
  .gruende .vorteile-wrapper .vorteile h3 {
    font-size: 15px !important;
    hyphens: auto !important;
  }
  .gruende .vorteile-wrapper .vorteile i {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.kurs-vorteile {
  position: relative;
  margin-top: -200px;
  height: 530px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.5px) {
  .kurs-vorteile {
    margin-bottom: 100px !important;
  }
}
.infomaterial {
  background: #fcbb2e;
}
.infomaterial .infomaterial-image {
  width: 40%;
}
.infomaterial .infomaterial-image img {
  max-width: 100%;
}
.infomaterial .infomaterial-content {
  padding: 60px 0 55px 0;
}
.infomaterial h2 {
  /*font-size: 50px;*/
  font-weight: bold;
}
.infomaterial .btn {
  background: #006ab3;
  border-radius: 5px;
  color: white;
  float: right;
}
.infomaterial .required {
  float: right;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 991.5px) {
  .infomaterial {
    flex-direction: column;
    color: white;
  }
  .infomaterial input:not(.btn),
  .infomaterial select,
  .infomaterial .dropdownlist i {
    color: white;
    border-color: white;
  }
  .infomaterial input:not(.btn)::placeholder,
  .infomaterial select::placeholder,
  .infomaterial .dropdownlist i::placeholder {
    color: white;
  }
  .infomaterial .infomaterial-image {
    display: none;
  }
}
.menu-bar {
  background: #606466;
  height: 60px;
  display: flex;
  width: 100%;
  align-items: center;
}
.menu-bar .container {
  display: flex;
  gap: 55px;
  height: 100%;
}
.menu-bar .container > div {
  height: 100%;
}
.menu-bar .container > div > a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-bar .container > div > a:hover {
  color: white;
}
.menu-bar .container .dropend a {
  color: #006ab3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  padding: 7px 0;
}
.menu-bar .container .dropend a:hover {
  font-weight: bold;
}
.menu-bar .container .show {
  border-top: 0px;
  font-weight: bold;
}
.menu-bar .container .show * {
  font-weight: normal;
}
.menu-bar .dropend .dropdown-menu.show {
  transform: translate(300px, 0px) !important;
}
.menu-bar .dropdown-menu {
  font-size: 18px;
  line-height: 35px;
}
.menu-bar .dropdown:hover > .dropdown-menu {
  display: block;
}
.menu-bar .dropend:hover > .dropdown-menu {
  display: block !important;
}
.menu-bar .dropend .dropdown-menu {
  background: white;
  left: 300px;
  top: 0;
  height: auto;
  min-height: 100%;
}
.menu-bar .dropend {
  position: unset !important;
  padding: 0 25px;
}
.menu-bar .dropend .dropdown-menu a {
  padding-left: 25px;
  padding-right: 25px;
}
.menu-bar .dropdown-menu,
.menu-bar .dropdown-menu-dummy {
  border-radius: 0;
  padding: 8px 0px;
  width: 300px;
  border: none;
}
.menu-bar .dropdown-menu .dropdown-menu-dummy,
.menu-bar .dropdown-menu-dummy .dropdown-menu-dummy {
  display: block;
  z-index: -1;
}
.menu-bar .dropdown-additional {
  border-radius: 0;
  top: 0;
  padding: 35px 25px;
  width: 300px;
  border: none;
  left: 600px !important;
  background: #abcee6 !important;
  display: block;
}
.menu-bar .dropdown-additional h4 {
  margin-top: 0;
  font-size: 20px;
}
.menu-bar .dropdown-additional ul {
  padding-left: 0;
  list-style: none;
  line-height: 35px;
}
.rueckruf {
  margin-bottom: 500px;
  /*background-image: url('/img//Startseite-Studieninstitut2-1920x600.jpg');*/
}
.rueckruf h2,
.rueckruf .h2 {
  color: white;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 20px;
}
.rueckruf h3 {
  color: #006ab3;
  font-size: 50px;
}
.rueckruf .fragen {
  color: #006ab3;
  font-size: 24px;
}
.rueckruf .hotline .hotline-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 56px;
  color: #b31574;
}
.rueckruf .hotline .hotline-number {
  font-size: 50px;
  line-height: 56px;
  color: #b31574;
}
.rueckruf .hotline .hotline-kostenfrei {
  color: #006ab3;
  line-height: 28px;
  font-size: 20px;
  text-align: right;
  width: 100%;
  display: block;
}
.rueckruf ul {
  line-height: 35px;
  padding-left: 0;
}
.rueckruf ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.rueckruf ul li h3 {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  max-width: 420px;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.rueckruf ul li h3:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f054";
  float: right;
}
.rueckruf .rueckruf-img {
  height: 480px;
  object-fit: cover;
}
.rueckruf .rueckruf-formular {
  padding: 60px 110px;
  background: white;
  box-shadow: 20px 20px 40px #60646650;
  border-radius: 10px;
  margin-bottom: -500px;
}
.rueckruf .rueckruf-formular .btn {
  color: white;
  background: #b31574;
  float: right;
}
@media only screen and (max-width: 991.5px) {
  .rueckruf .rueckruf-formular .btn {
    font-size: 15px;
  }
}
.rueckruf .rueckruf-formular h2,
.rueckruf .rueckruf-formular .h2 {
  color: #006ab3;
  padding-top: 0px;
}
.rueckruf .rueckruf-formular .required {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 767.5px) {
  .rueckruf .rueckruf-formular .required {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 1199.5px) {
  .rueckruf h2,
  .rueckruf .h2 {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .rueckruf .rueckruf-formular {
    padding: 20px;
  }
  .rueckruf .rueckruf-formular h3 {
    font-size: 33px;
    font-weight: bold;
    color: #606466;
    margin-bottom: 28px;
  }
  .rueckruf .rueckruf-formular .fragen {
    font-size: 21px;
    line-height: 28px;
    color: #606466;
  }
  .rueckruf .rueckruf-formular .hotline .hotline-text {
    font-size: 15px;
    line-height: 28px;
    display: block;
    width: 100%;
    text-align: end;
  }
  .rueckruf .rueckruf-formular .hotline .hotline-number {
    font-size: 28px;
    line-height: 28px;
    display: block;
    width: 100%;
    text-align: end;
  }
  .rueckruf .rueckruf-formular .hotline .hotline-kostenfrei {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991.5px) {
  .rueckruf h2 {
    margin-bottom: 0;
  }
}
.home-fachbereiche {
  padding: 20px 0 40px 0;
  box-shadow: #00000029 0px 6px 12px;
  position: relative;
}
.home-fachbereiche a,
.home-fachbereiche h3 {
  color: #006ab3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 991.5px) {
  .home-fachbereiche a {
    font-size: 16px;
    padding: 0 0;
  }
  .home-fachbereiche .d-flex {
    flex-direction: column;
  }
}
.home-kurs-termine {
  background: #abcee6;
  padding: 60px 0 80px 0;
  position: relative;
}
.home-kurs-termine h2 {
  margin-bottom: 40px;
}
.home-kurs-termine a {
  color: #006ab3;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919.5px) {
  .home-kurs-termine ul li a {
    font-size: 20px;
  }
}
.home-kurs-termine a.active {
  font-weight: bold;
}
.home-kurs-termine a.active:after {
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1010;
  background: #606466;
  transform: rotate(135deg);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  content: '';
  display: block;
}
.home-kurs-termine .termineTable {
  border-bottom: 1px solid white;
  font-size: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home-kurs-termine .headerrow {
  background: #606466;
  color: white;
}
.home-kurs-termine .headerrow div {
  font-size: 20px;
  padding: 14px;
}
.home-kurs-termine .headerrow div i {
  margin-left: 16px;
}
.angeboteHome {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.5px) {
  .angeboteHome {
    margin-bottom: 40px;
  }
}
.angeboteHome .angeboteTitle {
  font-size: 33px;
  line-height: 42px;
  font-weight: bold;
  padding: 30px;
}
.angeboteHome #angebote-next {
  position: absolute;
  font-size: 200px;
  top: calc(50% - 50px);
  right: 50px;
  z-index: 100;
  color: white;
  opacity: 0.9;
}
@media only screen and (max-width: 767.5px) {
  .angeboteHome #angebote-next {
    color: #f2f1e6;
    display: none;
  }
}
.angeboteHome #angebote-prev {
  position: absolute;
  font-size: 200px;
  top: calc(50% - 50px);
  left: 50px;
  z-index: 100;
  color: white;
  opacity: 0.9;
}
@media only screen and (max-width: 767.5px) {
  .angeboteHome #angebote-prev {
    color: #f2f1e6;
    display: none;
  }
}
.angeboteHome #angebote-pager {
  gap: 20px;
}
.angeboteHome #angebote-pager .page-item {
  background: #606466;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
.angeboteHome #angebote-pager .page-item.tns-nav-active {
  background: #006ab3;
}
.angeboteHome .slider {
  /*display: flex;*/
}
@media only screen and (min-width: 768px) {
  .angeboteHome .slider {
    gap: 20px;
    position: relative;
    padding-top: 105px;
    max-width: 100% !important;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .angeboteHome .slider .slider-item {
    position: relative;
    /*width: 420px;*/
    flex-shrink: 0;
    background: #edece7;
    margin: 0 10px;
  }
}
.angeboteHome .slider .slider-item .slider-item-wrap {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box {
  height: 465px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (max-width: 767.5px) {
  .angeboteHome .slider .slider-item .fachbereich-studiengang-box {
    position: relative;
    height: 356px;
  }
  .angeboteHome .slider .slider-item .fachbereich-studiengang-box img {
    width: 100%;
  }
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box .box-title {
  color: white;
  height: 90px;
  width: 100%;
  background: rgba(0, 106, 179, 0.5);
  padding: 0 30px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 0;
  position: relative;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box .box-title span {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box .box-details {
  background: #006ab3;
  height: 140px;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  z-index: 3;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box .box-details span {
  color: white;
  line-height: 1.4;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box .box-details span i {
  color: white;
}
.angeboteHome .slider .slider-item .fachbereich-studiengang-box a {
  z-index: 2;
}
.angeboteHome .slider .slider-item .angeboteInnerBox {
  position: relative;
  height: 465px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.5px) {
  .angeboteHome .slider .slider-item .angeboteInnerBox {
    height: auto;
  }
}
.angeboteHome .slider .slider-item .angeboteInnerBox .angeboteBoxTitle {
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
  height: 110px;
}
.angeboteHome .slider .slider-item .angeboteInnerBox .angeboteBoxContent {
  flex-grow: 1;
  max-height: 306px;
}
.angeboteHome .slider .slider-item .angeboteInnerBox .angeboteBoxContent {
  padding: 30px;
}
.angeboteHome .slider .slider-item .angeboteInnerBox .angeboteBoxFooter {
  height: 140px;
  background: #006ab3;
  padding: 30px;
  line-height: 28px;
}
.angeboteHome .slider .slider-item .angeboteInnerBox .angeboteBoxFooter a {
  color: white;
}
.angeboteHome .slider .slider-item .neuBox {
  transform: matrix(1, -0.25, 0.25, 1, 0, 0);
  background: #b31574;
  z-index: -1;
  position: absolute;
  font-size: 24px;
  line-height: 51px;
  width: 130px;
  height: 123px;
  top: -60px;
  right: 40px;
  text-align: center;
  border-radius: 5px;
}
.angeboteHome .slider .slider-item .neuBox span {
  color: white;
  display: block;
  transform: matrix(1, 0.25, -0.25, 1, 0, 0);
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: bold;
}
.angeboteHome .slider .slider-item .hotBox {
  transform: matrix(1, -0.25, 0.25, 1, 0, 0);
  background: #b31574;
  position: absolute;
  font-size: 24px;
  line-height: 51px;
  width: 130px;
  height: 60px;
  bottom: 220px;
  right: 40px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
}
.angeboteHome .slider .slider-item .hotBox span {
  color: white;
  display: block;
  transform: matrix(1, 0.25, -0.25, 1, 0, 0);
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: bold;
}
.angeboteHome .angeboteFooter {
  height: 140px;
  background: #006ab3;
  padding: 30px;
  line-height: 28px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.5px) {
  .angeboteHome .angeboteFooter {
    height: 124px;
  }
}
.angeboteHome .angeboteFooter a {
  color: white;
}
.angeboteHome .angeboteFooter i {
  color: white;
  float: right;
}
.angeboteHome .angeboteFooter span {
  color: white;
}
@media only screen and (min-width: 768px) {
  .relatedList {
    margin-bottom: 40px;
  }
  .relatedList .slider {
    gap: 20px;
    position: relative;
    padding-top: 55px;
    max-width: 100% !important;
    justify-content: center;
  }
}
.tagcloud {
  display: block;
}
.tagcloud .tag {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}
.tagcloud .tag:hover,
.tagcloud .tag.active {
  color: #fcbb2e;
}
.newsbox {
  margin-bottom: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.newsbox .box-details {
  background: #006ab3;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  align-items: center;
  display: flex;
}
.newsbox .box-details a {
  color: white;
  font-size: 16px;
  text-align: left;
}
.news-filter .btn {
  color: white;
}
.detail-img {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .detail-img {
    padding-left: 20px;
  }
}
#newsletterForm .newsletter {
  background: #b31574;
  border-radius: 10px;
  box-shadow: 20px 20px 40px #60646650;
  color: white;
  padding: 60px 110px;
  margin-bottom: -100px;
  z-index: 2;
  position: relative;
}
#newsletterForm .newsletter p,
#newsletterForm .newsletter h2 {
  color: white;
}
#newsletterForm .newsletter input[type="text"] {
  border-color: white;
  width: 650px;
  max-width: 100%;
}
#newsletterForm .newsletter input[type="text"]::placeholder {
  color: white;
}
#newsletterForm .newsletter .btn {
  background: white;
  color: #006ab3;
  font-size: 20px;
}
#newsletterForm .newsletter small {
  font-size: 18px;
}
@media only screen and (max-width: 991.5px) {
  #newsletterForm .newsletter {
    padding: 30px 40px;
  }
  #newsletterForm .newsletter input {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.studiengang-inhalte,
.accordion-inhalte {
  background: #EDECE7;
  padding-bottom: 200px;
}
.studiengang-inhalte h2.title,
.accordion-inhalte h2.title,
.studiengang-inhalte h3.title,
.accordion-inhalte h3.title {
  text-transform: uppercase;
  border-top: 1px solid #606466;
  border-bottom: 1px solid #606466;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 30px;
}
.studiengang-inhalte h2.bottomtitles,
.accordion-inhalte h2.bottomtitles,
.studiengang-inhalte h3.bottomtitles,
.accordion-inhalte h3.bottomtitles {
  text-transform: uppercase;
  border-top: 1px solid #006AB3;
  padding-top: 5px;
  font-size: 30px;
  font-weight: normal;
}
.studiengang-inhalte .jump,
.accordion-inhalte .jump {
  position: relative;
  top: -180px;
}
@media only screen and (max-width: 991.5px) {
  .studiengang-inhalte .jump,
  .accordion-inhalte .jump {
    top: -100px;
  }
}
.studiengang-inhalte .menu,
.accordion-inhalte .menu {
  position: sticky;
  font-size: 18px;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
  top: 200px;
}
@media only screen and (max-width: 991.5px) {
  .studiengang-inhalte .menu,
  .accordion-inhalte .menu {
    position: relative;
    font-size: 14px;
    top: 0;
  }
}
.studiengang-inhalte .menu i,
.accordion-inhalte .menu i {
  color: #006ab3;
}
.studiengang-inhalte .downloadandprint,
.accordion-inhalte .downloadandprint {
  position: sticky;
  display: flex;
  top: 650px;
}
@media print {
  .studiengang-inhalte,
  .accordion-inhalte {
    /* Sets body and elements in it to not display */
    /* Sets print area element and all its content to display */
  }
  .studiengang-inhalte body *,
  .accordion-inhalte body * {
    display: none;
  }
  .studiengang-inhalte .printable,
  .accordion-inhalte .printable {
    display: block;
  }
}
.infoacc-header {
  margin-bottom: 0;
  margin-top: 0;
  color: #606466;
}
.acc-item {
  color: var(--bs-acc-color);
  background-color: #EDECE7;
}
.infoacc-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-acc-btn-padding-y) var(--bs-acc-btn-padding-x);
  font-size: 16px;
  color: #606466;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  background: #edece7;
  justify-content: space-between;
}
.infoacc-button.collapsed i {
  transform: rotate(180deg);
}
.infoacc {
  --bs-acc-color: #212529;
  /*    --bs-acc-bg: #fff;*/
  --bs-acc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-acc-border-color: var(--bs-border-color);
  --bs-acc-border-width: 0px;
  --bs-acc-border-radius: 0.375rem;
  --bs-acc-inner-border-radius: calc(0.375rem - 1px);
  /*    --bs-acc-btn-padding-x: 1.25rem;*/
  --bs-acc-btn-padding-y: 1rem;
  --bs-acc-btn-color: #006AB3;
  --bs-acc-btn-bg: var(--bs-acc-bg);
  --bs-acc-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-acc-btn-icon-width: 1.25rem;
  --bs-acc-btn-icon-transform: rotate(-180deg);
  --bs-acc-btn-icon-color: #006AB3;
  --bs-acc-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-acc-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-acc-btn-focus-border-color: #ffffff;
  --bs-acc-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  /*    --bs-acc-body-padding-x: 1.25rem;*/
  --bs-acc-body-padding-y: 1rem;
  --bs-acc-active-color: #006AB3;
  /*    --bs-acc-active-bg: #ffffff;*/
}
.studiengang-inhalte {
  padding-bottom: 50px;
}
.qualitaetssicherung {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.5px) {
  .qualitaetssicherung {
    display: block;
  }
}
.qualitaetssicherungtitel {
  font-size: 50px;
  color: #606466;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 767.5px) {
  .qualitaetssicherungtitel {
    font-size: 30px;
  }
}
.qualitaetssicherungtext {
  font-size: 24px;
  color: #606466;
  text-align: left;
  align-items: center;
}
@media only screen and (max-width: 767.5px) {
  .qualitaetssicherungtext {
    font-size: 15px;
  }
}
.historietitel {
  color: #606466;
  text-align: left;
  font-size: 50px;
}
@media only screen and (max-width: 767.5px) {
  .historietitel {
    font-size: 33px;
  }
}
.historietext {
  color: #606466;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .historietext {
    font-size: 21px;
  }
}
.historie-item {
  background-color: #f4f3ef;
  height: 100%;
  color: #606466;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  line-height: 4;
  font-weight: 700;
}
@media only screen and (max-width: 767.5px) {
  .historie-item {
    font-size: 33px;
  }
}
.popoverclass {
  font-family: 'Source Sans Pro', helvetica neue, helvetica, arial, sans-serif;
  border-radius: 1px;
  /*    --bs-popover-arrow-width: 0rem;
    --bs-popover-arrow-height: 0rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    --bs-popover-body-padding-x: 0.75rem;
    --bs-popover-body-padding-y: 0.75rem;*/
  max-width: 490px;
}
@media only screen and (max-width: 991.5px) {
  .popoverclass {
    max-width: 100%;
  }
}
.popoverclass .popover-arrow {
  display: none;
}
.popovertext {
  color: #606466;
  font-size: 20px;
  text-align: left;
  list-style-type: disc;
}
.closeicon {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 575.5px) {
  .popoverclass {
    font-weight: 500;
  }
  .historie-item {
    font-size: 30px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.5px) {
  .historie-item {
    font-size: 40px;
    line-height: 3;
    font-weight: 600;
  }
}
.partner {
  align-items: center;
  margin: 0 auto;
}
.partnertitel {
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .partnertitel {
    font-size: 33px !important;
  }
}
.partnertext {
  font-size: 28px;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .partnertext {
    font-size: 21px;
  }
}
.partner-termine {
  background: #abcee6;
  position: relative;
  padding: 60px 0 20px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.partner-termine h2 {
  margin-bottom: 40px;
  color: #606466;
}
.partner-termine a {
  color: #006ab3;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919.5px) {
  .partner-termine ul li a {
    font-size: 20px;
  }
}
.partner-termine a.active {
  font-weight: bold;
}
.partner-termine a.active:after {
  clip-path: polygon(-10% 0%, 74% 100%, 0% 100%);
  width: 42px;
  height: 35px;
  position: relative;
  z-index: 1010;
  background: #ffffff;
  transform: rotate(135deg);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: -87px;
  margin-left: auto;
  margin-right: auto;
  content: '';
  display: block;
}
.partner-termine .tabtext {
  font-size: 26px;
  text-align: center;
}
.partner-termine .tab {
  padding-right: 50px;
}
.acc {
  --bs-acc-color: #212529;
  --bs-acc-bg: #fff;
  --bs-acc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-acc-border-color: var(--bs-border-color);
  --bs-acc-border-width: 0px;
  --bs-acc-border-radius: 0.375rem;
  --bs-acc-inner-border-radius: calc(0.375rem - 1px);
  --bs-acc-btn-padding-x: 1.25rem;
  --bs-acc-btn-padding-y: 1rem;
  --bs-acc-btn-color: #006AB3;
  --bs-acc-btn-bg: var(--bs-acc-bg);
  --bs-acc-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-acc-btn-icon-width: 1.25rem;
  --bs-acc-btn-icon-transform: rotate(-180deg);
  --bs-acc-btn-icon-color: #006AB3;
  --bs-acc-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-acc-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-acc-btn-focus-border-color: #ffffff;
  --bs-acc-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-acc-body-padding-x: 1.25rem;
  --bs-acc-body-padding-y: 1rem;
  --bs-acc-active-color: #006AB3;
  --bs-acc-active-bg: #ffffff;
}
.acc-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-acc-btn-padding-y) var(--bs-acc-btn-padding-x);
  font-size: 1rem;
  text-align: left;
  background-color: var(--bs-acc-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-acc-transition);
  color: var(--bs-acc-btn-color);
}
@media (prefers-reduced-motion: reduce) {
  .acc-button {
    transition: none;
  }
}
.acc-button:not(.collapsed) {
  color: var(--bs-acc-active-color);
  background-color: var(--bs-acc-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-acc-border-width)) 0 var(--bs-acc-border-color);
}
.acc-button:not(.collapsed)::after {
  background-image: var(--bs-acc-btn-active-icon);
  transform: rotate(180deg);
  color: #006AB3;
}
.acc-button::after {
  flex-shrink: 0;
  width: var(--bs-acc-btn-icon-width);
  height: var(--bs-acc-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-acc-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-acc-btn-icon-width);
  transition: var(--bs-acc-btn-icon-transition);
  transform: rotate(270deg);
  color: #006AB3;
}
@media (prefers-reduced-motion: reduce) {
  .acc-button::after {
    transition: none;
  }
}
.acc-button:hover {
  z-index: 2;
}
.acc-button:focus {
  z-index: 3;
  border-color: var(--bs-acc-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-acc-btn-focus-box-shadow);
}
.acc-header {
  margin-bottom: 0;
}
.acc-item {
  color: var(--bs-acc-color);
  background-color: var(--bs-acc-bg);
  border: var(--bs-acc-border-width) solid var(--bs-acc-border-color);
}
.acc-item:first-of-type {
  border-top-left-radius: var(--bs-acc-border-radius);
  border-top-right-radius: var(--bs-acc-border-radius);
}
.acc-item:first-of-type .acc-button {
  border-top-left-radius: var(--bs-acc-inner-border-radius);
  border-top-right-radius: var(--bs-acc-inner-border-radius);
}
.acc-item:not(:first-of-type) {
  border-top: 0;
}
.acc-item:last-of-type {
  border-bottom-right-radius: var(--bs-acc-border-radius);
  border-bottom-left-radius: var(--bs-acc-border-radius);
}
.acc-item:last-of-type .acc-button.collapsed {
  border-bottom-right-radius: var(--bs-acc-inner-border-radius);
  border-bottom-left-radius: var(--bs-acc-inner-border-radius);
}
.acc-item:last-of-type .acc-collapse {
  border-bottom-right-radius: var(--bs-acc-border-radius);
  border-bottom-left-radius: var(--bs-acc-border-radius);
}
.acc-body {
  padding: var(--bs-acc-body-padding-y) var(--bs-acc-body-padding-x);
}
.acc-flush .acc-collapse {
  border-width: 0;
}
.acc-flush .acc-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.acc-flush .acc-item:first-child {
  border-top: 0;
}
.acc-flush .acc-item:last-child {
  border-bottom: 0;
}
.acc-flush .acc-item .acc-button,
.acc-flush .acc-item .acc-button.collapsed {
  border-radius: 0;
}
.dozentenbox {
  width: 100%;
}
.dozentenbox h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767.5px) {
  .dozentenbox h3 {
    font-size: 21px;
  }
}
.dozentbild {
  max-width: 100%;
}
.dozenttext {
  font-size: 24px;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .dozenttext {
    font-size: 21px;
  }
}
.kursetitel {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.kurse {
  font-size: 20px;
  color: #abcee6;
  text-align: left;
}
@media only screen and (max-width: 767.5px) {
  .kurse {
    font-size: 12px;
  }
}
.kursbox {
  width: 100%;
}
.back-to-top {
  background: #606466;
  border: 1px solid #fff;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  padding: 10px 15px;
  cursor: pointer;
}
.back-to-top i {
  color: white;
}
.navigationLink {
  margin-bottom: 15px;
}
.navigationLink a {
  color: white !important;
}
.navigationLink a:hover {
  text-decoration: none !important;
  background-color: #EDECE7 !important;
  color: #006ab3 !important;
}
.navigationLink a::before {
  font-family: "Font Awesome 7 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 50px;
  margin: -17px 5px 0 15px;
  float: right;
}
@media only screen and (max-width: 1199.5px) {
  .navigationLink a::before {
    font-size: 50px;
    margin: -21px 5px 0 15px;
  }
}
.navigationLink .navigationText {
  display: block;
  font-size: 24px;
  font-weight: bolder;
  vertical-align: central;
  background-color: #fcbb2e;
  color: #FFFFFF;
  margin-top: 0;
  align-content: center;
  padding: 20px 20px 20px 15px;
  height: auto;
}
@media only screen and (max-width: 1199.5px) {
  .navigationLink .navigationText {
    font-size: 20px;
    height: 80px;
    padding: 24px 24px 8px 8px;
  }
}
@media only screen and (max-width: 767.5px) {
  .navigationLink .navigationText {
    font-size: 18px;
    height: 80px;
    padding: 24px 24px 8px 8px;
  }
}
@media only screen and (max-width: 991.5px) {
  .home-siegel img {
    max-width: 49%;
    height: auto;
  }
}
.freitext .accordion-inhalte {
  padding-bottom: 50px;
}
@media print {
  header {
    position: relative !important;
  }
  main {
    padding-top: 0;
  }
  body,
  html {
    width: 1024px !important;
  }
  .no-print {
    display: none !important;
  }
  .acc-collapse.collapse {
    display: block !important;
  }
  .anmbutton {
    display: none !important;
  }
  .top-bar .icons-right {
    display: none !important;
  }
}
.centered {
  width: 300px;
}
canvas .collapse {
  display: block !important;
}
canvas .no-print {
  display: none;
}
ul.terminList {
  margin-bottom: 0;
}
html {
  font-size: 14px;
}
.k-form-error,
.k-text-error,
.k-form-field-error .k-label {
  color: #dc3545 !important;
  font-weight: bold !important;
}
.sub-title p:empty,
.sub-title p:not(:has(*)) {
  display: none;
}