@charset "UTF-8";
html {
  --dunkelblau: #002b44;
  --hellgrau: #f5f5f5;
  --dunkelgrau:#5c5c5c;
  --weiss:#ffffff;
  --schwarz:#000000;
  --rot:#a90D00;
  --hellrot1:#d63100;
  --hellrot2:#ff5242;
  /*Online-Kurse*/
  --weinrot:#a90056;
  --weinrot1:#e60077;
  --weinrot2:#a90056;
  /*OSAs*/
  --cyan:#006872;
  --cyan1:#00838f;
  --cyan2:#00c9db;
  /*Audio & Video*/
  --blauviolett:#5d40a5;
  --blauviolett1:#7e61c2;
  --blauviolett2:#9982ce;
  /*OER-Material*/
  --lila:#821c87;
  --lila1:#bf29c7;
  --lila2:#da67e0;
  /*Serious-Games*/
  --gruen:#286307;
  --gruen1:#3a870d;
  --gruen2:#4cb011;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* removes shadow for input fields in firefox */
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

/* mont font */
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/mont/mont_regular.woff2") format("woff2"), url("/assets/fonts/mont/mont_regular.woff") format("woff");
}
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/mont/mont_bold.woff2") format("woff2"), url("/assets/fonts/mont/mont_bold.woff") format("woff");
}
/* use standard fontawesome scss */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

body[data-flavour=drupal] {
  background-color: #fff !important;
}

.blur {
  -webkit-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  -moz-filter: blur(6px);
  filter: blur(6px);
}

.main-menu-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-menu-wrapper-tr-navy {
  background: rgba(0, 43, 68, 0.95);
}

body[data-flavour=webpack] .main-menu-wrapper {
  background: rgba(0, 43, 68, 0.95);
}

.main-menu-wrapper-white, body[data-flavour=webpack] .main-menu-wrapper-white {
  background: linear-gradient(to right, rgba(0, 43, 68, 0.95) 0 50%, #fff 50% 100%);
}

.hidden {
  display: none;
}

.indent {
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  .indent {
    padding-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  .indent {
    padding-left: 20px;
  }
}

.orcatile {
  border-bottom: 8px solid #821c87;
}

.ctx_oka .orcatile {
  border-bottom: 8px solid #a90056;
}
.ctx_oka .MuiButton-label {
  color: #a90056;
}

.ctx_osa .orcatile {
  border-bottom: 8px solid #006872;
}
.ctx_osa .MuiButton-label {
  color: #006872;
}

.ctx_games .orcatile {
  border-bottom: 8px solid #296307;
}
.ctx_games .MuiButton-label {
  color: #296307;
}

.ctx_media .orcatile {
  border-bottom: 8px solid #5d40a5;
}
.ctx_media .MuiButton-label {
  color: #5d40a5;
}

.ctx_other .orcatile {
  border-bottom: 8px solid #821c87;
}
.ctx_other .MuiButton-label {
  color: #821c87;
}

.header {
  background-color: #002b44;
  color: #fff;
  width: 100%;
}
.header .hidden {
  display: none;
}
.header .header-bar {
  max-width: 1920px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1400px) {
  .header .header-bar {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-bar {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .header .header-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .header .header-bar {
    padding: 20px;
  }
}
.header .header-bar .header-icon {
  width: 205px;
}
@media screen and (max-width: 1200px) {
  .header .header-bar .header-icon {
    width: 14vw;
  }
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-icon {
    width: 18vw;
  }
}
@media screen and (max-width: 667px) {
  .header .header-bar .header-icon {
    width: 26vw;
  }
}
@media screen and (max-width: 400px) {
  .header .header-bar .header-icon {
    width: 30vw;
  }
}
.header .header-bar .header-icon svg {
  width: 100%;
  height: 100%;
}
.header .header-bar .header-icon a {
  display: block;
}
.header .header-bar .header-icon a:focus {
  background-color: inherit;
  box-shadow: none;
}
.header .header-bar .header-icon .st0 {
  fill: #fff;
}
.header .header-bar .header-menu {
  width: auto;
}
.header .header-bar .header-menu .menu-items {
  display: flex;
}
.header .header-bar .header-menu .menu-items .menu-item {
  cursor: pointer;
  margin: 0.5vw 0 0.5vw 30px;
}
.header .header-bar .header-menu .menu-items .menu-item:first-child {
  margin-left: 0;
}
.header .header-bar .header-menu .menu-items .menu-item * {
  fill: #fff;
}
.header .header-bar .header-menu .menu-items .menu-item.search * {
  fill: #a90d00;
}
.header .header-bar .header-menu .menu-items .menu-item a:focus {
  background-color: inherit;
  box-shadow: none;
}
.header .menu-item.loginout a {
  display: block;
}
.header .menu-item.loginout a.hidden {
  display: none;
}

.page-title {
  margin-bottom: 0;
  padding: 0.67em 0;
}

.page-teaser {
  font-size: 22px;
  padding: 12px 0;
}

.page-title,
.page-teaser {
  background-color: #002b44;
  color: #fff;
  padding-left: 180px;
  padding-right: 180px;
  text-align: center;
}

.page-image img {
  height: auto;
  width: 100%;
}

.main-menu-trigger,
.main-menu-close {
  display: none;
}
.main-menu-trigger.visible,
.main-menu-close.visible {
  display: block;
}

body.toolbar-vertical.toolbar-fixed .main-menu-container.visible {
  top: 39px;
}
body.main-menu-visible {
  overflow-y: hidden;
}

.main-menu-container {
  display: none;
  overflow: auto;
  z-index: 2000;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main-menu-container.visible {
  /* stylelint-disable-line no-descending-specificity */
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .main-menu-container {
    padding-top: 40px;
    padding-bottom: 44px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
  .main-menu-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 667px) {
  .main-menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu {
    display: flex;
    flex-direction: column;
  }
  .main-menu-container .main-menu .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-menu-container .main-menu .header .header-icon {
    width: 205px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1200px) {
  .main-menu-container .main-menu .header .header-icon {
    width: 14vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
  .main-menu-container .main-menu .header .header-icon {
    width: 18vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 667px) {
  .main-menu-container .main-menu .header .header-icon {
    width: 26vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 400px) {
  .main-menu-container .main-menu .header .header-icon {
    width: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .header .header-icon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .header .header-icon a {
    display: block;
  }
  .main-menu-container .main-menu .header .header-icon a:focus {
    background-color: inherit;
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .header .header-icon .st0 {
    fill: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .header .header-menu {
    width: auto;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items {
    display: flex;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items .menu-item {
    cursor: pointer;
    margin: 0.5vw 0 0.5vw 30px;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items .menu-item:first-child {
    margin-left: 0;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items .menu-item * {
    fill: #fff;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items .menu-item.search * {
    fill: #a90d00;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items .menu-item a:focus {
    background-color: inherit;
    box-shadow: none;
  }
  .main-menu-container .main-menu .header .header-menu .menu-items {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
  }
  .main-menu-container .main-menu .primary .menu-item:not(:first-child) {
    margin-top: 35px;
  }
  .main-menu-container .main-menu .primary .menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-menu-container .main-menu .primary .menu-item a:hover {
    color: #ff5242;
  }
  .main-menu-container .main-menu .primary .menu-item a:hover svg * {
    fill: #ff5242;
  }
  .main-menu-container .main-menu .primary .menu-item a svg * {
    fill: #fff;
  }
  .main-menu-container .main-menu .primary .menu-item.active a {
    color: #ff5242;
  }
  .main-menu-container .main-menu .primary .menu-item.active a svg {
    transform: rotate(180deg);
  }
  .main-menu-container .main-menu .primary .menu-item.active a svg * {
    fill: #ff5242;
  }
  .main-menu-container .main-menu .primary .sub {
    background: #fff;
    padding: 26px;
    display: none;
  }
  .main-menu-container .main-menu .primary .sub.visible {
    display: block;
  }
  .main-menu-container .main-menu .primary .sub .menu-item:not(:first-child) {
    margin-top: 32px;
  }
  .main-menu-container .main-menu .primary .sub .menu-item a {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-container .main-menu .secondary {
    margin-top: 42px;
  }
  .main-menu-container .main-menu .secondary .menu-item:not(:first-child) {
    margin-top: 40px;
  }
  .main-menu-container .main-menu .secondary .menu-item a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .main-menu-container .main-menu .secondary .menu-item a:hover {
    color: #ff5242;
  }
  .main-menu-container .main-menu .secondary.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
  }
  .main-menu-container .main-menu .secondary.social .menu-item {
    margin-top: 0px;
  }
  .main-menu-container .main-menu .secondary.social .menu-item:not(:last-child) {
    margin-right: 49px;
  }
  .main-menu-container .main-menu .secondary.social .menu-item .fab {
    font-size: 31px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container {
    /* stylelint-disable-line no-descending-specificity */
  }
  .main-menu-container .main-menu {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    max-height: 100vh;
  }
  .main-menu-container .main-menu .left-menu {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-menu-container .main-menu .left-menu {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .main-menu-container .main-menu .left-menu {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 992px) {
  .main-menu-container .main-menu .left-menu {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 667px) {
  .main-menu-container .main-menu .left-menu {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .right-menu {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-menu-container .main-menu .right-menu {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .main-menu-container .main-menu .right-menu {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 992px) {
  .main-menu-container .main-menu .right-menu {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 667px) {
  .main-menu-container .main-menu .right-menu {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu,
.main-menu-container .main-menu .right-menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    padding-top: 40px;
    width: 50%;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item,
.main-menu-container .main-menu .left-menu .bottom .menu-item,
.main-menu-container .main-menu .right-menu .top .menu-item,
.main-menu-container .main-menu .right-menu .bottom .menu-item {
    font-weight: bold;
    text-decoration: none;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item a,
.main-menu-container .main-menu .left-menu .bottom .menu-item a,
.main-menu-container .main-menu .right-menu .top .menu-item a,
.main-menu-container .main-menu .right-menu .bottom .menu-item a {
    color: #fff;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item a:hover,
.main-menu-container .main-menu .left-menu .bottom .menu-item a:hover,
.main-menu-container .main-menu .right-menu .top .menu-item a:hover,
.main-menu-container .main-menu .right-menu .bottom .menu-item a:hover {
    color: #ff5242;
    text-decoration: none;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item a:focus,
.main-menu-container .main-menu .left-menu .bottom .menu-item a:focus,
.main-menu-container .main-menu .right-menu .top .menu-item a:focus,
.main-menu-container .main-menu .right-menu .bottom .menu-item a:focus {
    background-color: inherit;
    box-shadow: none;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item.active a,
.main-menu-container .main-menu .left-menu .bottom .menu-item.active a,
.main-menu-container .main-menu .right-menu .top .menu-item.active a,
.main-menu-container .main-menu .right-menu .bottom .menu-item.active a {
    color: #ff5242;
  }
  .main-menu-container .main-menu .left-menu .bottom,
.main-menu-container .main-menu .right-menu .bottom {
    display: flex;
  }
  .main-menu-container .main-menu .left-menu .bottom .menu-item,
.main-menu-container .main-menu .right-menu .bottom .menu-item {
    font-size: 25px;
    line-height: 32px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu {
    flex-grow: 1;
  }
  .main-menu-container .main-menu .left-menu .header-icon {
    width: 205px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .main-menu-container .main-menu .left-menu .header-icon {
    width: 14vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 992px) {
  .main-menu-container .main-menu .left-menu .header-icon {
    width: 18vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 667px) {
  .main-menu-container .main-menu .left-menu .header-icon {
    width: 26vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 400px) {
  .main-menu-container .main-menu .left-menu .header-icon {
    width: 30vw;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu .header-icon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu .header-icon a {
    display: block;
  }
  .main-menu-container .main-menu .left-menu .header-icon a:focus {
    background-color: inherit;
    box-shadow: none;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu .header-icon .st0 {
    fill: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu .bottom {
    justify-content: flex-start;
    padding-top: 140px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1480px) {
  .main-menu-container .main-menu .left-menu .bottom {
    flex-direction: column;
  }
  .main-menu-container .main-menu .left-menu .bottom .menu-item {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .left-menu .top {
    flex-grow: 1;
    padding-top: 100px;
    font-size: 50px;
    line-height: 50px;
  }
  .main-menu-container .main-menu .left-menu .top .menu-item {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .main-menu-container .main-menu .right-menu {
    justify-content: space-between;
    width: 50%;
  }
  .main-menu-container .main-menu .right-menu .header-menu {
    width: auto;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items {
    display: flex;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items .menu-item {
    cursor: pointer;
    margin: 0.5vw 0 0.5vw 30px;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items .menu-item:first-child {
    margin-left: 0;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items .menu-item * {
    fill: #fff;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items .menu-item.search * {
    fill: #a90d00;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items .menu-item a:focus {
    background-color: inherit;
    box-shadow: none;
  }
  .main-menu-container .main-menu .right-menu .header-menu .menu-items {
    justify-content: flex-end;
  }
  .main-menu-container .main-menu .right-menu .bottom {
    justify-content: flex-end;
    visibility: hidden;
  }
  .main-menu-container .main-menu .right-menu .bottom .menu-item .fab {
    font-size: 37px;
  }
  .main-menu-container .main-menu .right-menu .top {
    display: none;
    padding-left: 80px;
  }
  .main-menu-container .main-menu .right-menu .top .menu-item {
    font-size: 32px;
  }
  .main-menu-container .main-menu .right-menu .top.visible {
    display: block;
  }
  .main-menu-container .main-menu .right-menu.sub-visible {
    background: #fff;
    justify-content: unset;
    padding-top: 35px;
    opacity: 1;
  }
  .main-menu-container .main-menu .right-menu.sub-visible .menu-item a {
    /* stylelint-disable-line no-descending-specificity */
    color: #000;
  }
  .main-menu-container .main-menu .right-menu.sub-visible .menu-item .fab {
    color: #002b44;
  }
  .main-menu-container .main-menu .right-menu.sub-visible .header-menu .menu-items .menu-item * {
    fill: #002b44;
  }
}
.sub-lehrende, .sub-studierende, .sub-themenwelten, .sub-ueber-uns {
  margin-top: 100px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .sub-lehrende, .sub-studierende, .sub-themenwelten, .sub-ueber-uns {
    margin-top: 30px;
  }
}
.sub-lehrende li, .sub-studierende li, .sub-themenwelten li, .sub-ueber-uns li {
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .sub-lehrende li, .sub-studierende li, .sub-themenwelten li, .sub-ueber-uns li {
    padding-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }
}

.page-content {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 180px;
  padding-right: 180px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page-content {
    padding-left: 140px;
    padding-right: 140px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .page-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-content .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-content .content header.row {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
}
.page-content .content header.row div {
  padding: 0 !important;
}
.page-content .content header.row div .card {
  border: none;
}
.page-content .content header.row div .card .card-body {
  padding: 0;
}
.page-content .content header.row div .card .card-body .breadcrumb .breadcrumb-item a {
  color: #000;
}
.page-content .content header.row div .card .card-body .page-context-header {
  padding: 0;
}
.page-content .content header.row div .card .card-body .page-context-header .page-header-headings h1 {
  color: #000;
  font-size: 60px;
}
.page-content .content header.row div .card .card-body .context-header-settings-menu a {
  /* stylelint-disable-line no-descending-specificity */
  color: #002b44;
}
.page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu a {
  color: #000;
}
.page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:hover, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:active, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:focus, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:focus-within {
  background-color: #002b44;
}
.page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:hover a, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:active a, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:focus a, .page-content .content header.row div .card .card-body .context-header-settings-menu .dropdown-menu .dropdown-item:focus-within a {
  color: #fff;
}
.page-content .content header.row div .card .card-body .singlebutton button {
  background-color: #002b44;
  border-color: #002b44;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.inforahmen, .continue_link, .aufgaberahmen, .control_button {
  border-color: #a90056 !important;
}

.main-footer {
  position: relative !important;
  padding-top: 160px;
}

footer .jumpup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20000;
  background: #002b44;
  display: inline;
  color: #fff;
  text-align: center;
  line-height: 3em;
  transition: all 0s;
  cursor: pointer;
}

footer .footer-menu {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  footer .footer-menu {
    padding-left: 40px;
  }
}
footer .twi {
  margin-bottom: -10px;
}
@media screen and (max-width: 992px) {
  footer .twi {
    margin-top: 20px;
  }
}
footer hr.horisontal-line {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 500px) {
  footer .footer-container {
    display: flex;
    flex-direction: column !important;
    align-items: left;
  }
}
footer div.footer-menu nav {
  width: 100% !important;
  text-align: left;
}
footer div.footer-menu nav a.orca-textlink, footer div.footer-menu nav a.infolink, footer div.footer-menu nav a.extern {
  text-decoration: none !important;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  footer div.footer-menu nav a.orca-textlink, footer div.footer-menu nav a.infolink, footer div.footer-menu nav a.extern {
    font-size: 18px;
  }
}
footer div.footer-menu nav ul {
  padding-bottom: 0 !important;
}
footer div.footer-menu nav li {
  height: 40px !important;
  line-height: 20px;
}
footer a.infolink, footer a.extern {
  margin-bottom: 40px;
}
footer ul.submenu {
  margin-bottom: 80px;
  margin-top: 20px;
}
footer ul.submenu li {
  float: left;
}
footer ul.submenu li a {
  display: block;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  footer ul.submenu {
    margin-bottom: 20px;
  }
  footer ul.submenu li {
    float: none;
    margin: 0;
    padding: 0;
  }
  footer ul.submenu li a {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-container {
    display: flex;
    flex-direction: column !important;
    align-items: left;
  }
}

#footer-images.images-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60% !important;
  margin-bottom: 40px;
}
#footer-images.images-container p {
  text-align: left;
}
@media screen and (max-width: 992px) {
  #footer-images.images-container {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #footer-images.images-container {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  #footer-images.images-container {
    width: 100% !important;
  }
}

#footer-images .footer-img img {
  max-width: 300px;
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  #footer-images .footer-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100% !important;
  }
  #footer-images .footer-img img {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  #footer-images .footer-img {
    text-align: left;
    padding-left: 40px;
    justify-content: flex-start;
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
}

body .drawer-wrapper {
  flex-direction: row-reverse;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  body .drawer-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
body .drawer-wrapper [data-region=drawer] {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: static;
  height: unset;
}
@media screen and (max-width: 1400px) {
  body .drawer-wrapper [data-region=drawer] {
    width: 100%;
  }
}
body .drawer-wrapper [data-region=drawer] .list-group-item.active {
  background-color: #006872;
  border-color: #006872;
}
body .drawer-wrapper [data-region=drawer].closed {
  display: none;
}
body .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn {
  background-color: #006872;
  border: none;
  border-radius: 0 50% 50% 0;
  box-shadow: none;
  color: #fff;
  margin-right: 0 !important;
  padding: 5px 10px;
}
body .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn::after {
  content: ">";
}
body .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn:focus {
  outline: none;
}
body.drawer-open-left {
  margin-left: 0;
}
body.drawer-open-left .drawer-wrapper {
  display: flex;
}
@media screen and (max-width: 1400px) {
  body.drawer-open-left .drawer-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
body.drawer-open-left .drawer-wrapper [data-region=drawer-toggle] {
  position: static;
}
body.drawer-open-left .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn {
  background-color: #006872;
  border-radius: 0 50% 50% 0;
  color: #fff;
  padding: 5px 10px;
}
body.drawer-open-left .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn::after {
  content: "<";
}

/*
 * ORCA.nrw
 *
 * Styles for Forms and Popivers
 */
body[data-flavour=webpack] {
  color: #000;
  background: #fff;
}

input:not([type=submit]), select, .form-control, .pf-c-form__horizontal-group > .pf-c-form-control {
  height: 48px;
  padding: 9px 18px;
  border-radius: 1000px;
  border: solid 2px #5c5c5c;
  background-color: #fff;
  color: #002b44;
  font-size: 22px;
}
input:not([type=submit]):focus, select:focus, .form-control:focus, .pf-c-form__horizontal-group > .pf-c-form-control:focus {
  outline: 0px solid #f5f5f5;
  border-color: #002b44;
}
input:not([type=submit]):hover, select:hover, .form-control:hover, .pf-c-form__horizontal-group > .pf-c-form-control:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #5c5c5c;
}
@media screen and (max-width: 667px) {
  input:not([type=submit]), select, .form-control, .pf-c-form__horizontal-group > .pf-c-form-control {
    height: 32px;
    font-size: 16px;
  }
}

.MuiInputBase-root input {
  border: 0;
}

form.rjsf input, form.rjsf select {
  min-width: 30vw;
}
form.rjsf .hidelegend > fieldset > legend {
  display: none;
}
form.rjsf .hidden {
  display: none;
}

select, .input-dropdown, select#locale-select.pf-c-form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(/assets/images/icons/form/arrow-down-red-dark.png) white no-repeat !important;
  background-size: 40px 40px !important;
  background-position: 99% 100% !important;
}

input[type=submit], button[type=submit], #kc-form-buttons input, #kc-form-buttons #kc-login {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  border: 2px solid #a90d00;
  background-color: #a90d00;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  padding: 0 43px 0 45px;
}
input[type=submit]:hover, button[type=submit]:hover, #kc-form-buttons input:hover, #kc-form-buttons #kc-login:hover {
  background-color: #d63100;
  color: #fff;
  border-color: #a90d00;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

input#logout-sessions {
  width: 1.5rem;
  height: 1.5rem;
}

.input-dropdown-listitem, option {
  background-color: #fff;
}
.input-dropdown-listitem:hover, option:hover {
  background-color: #f5f5f5;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/assets/images/icons/form/calendar_appended.png) no-repeat right;
  background-size: contain;
}

button.btn.btn-add, button.btn.array-item-remove {
  width: 24px;
  height: 24px;
  border: none;
}
button.btn.btn-add {
  background: url("/assets/images/icons/plus.svg") no-repeat center;
  background-size: contain;
}
button.btn.array-item-remove {
  background: url("/assets/images/icons/minus.svg") no-repeat center;
  background-size: contain;
  margin-left: 17px;
}
button.btn.array-item-move-up, button.btn.array-item-move-down {
  background: url("/assets/images/icons/form/arrow-down-navy.svg") no-repeat center;
  visibility: hidden;
  display: table-cell;
  border: 0px solid #f5f5f5;
  border-radius: 5px;
  max-height: 48px;
  vertical-align: middle;
  visibility: visible;
  font-size: 40px;
  color: #002b44;
  width: 2rem;
  height: 1.5rem;
}
button.btn.array-item-move-down {
  background-size: contain;
  margin-left: 10px;
}
button.btn.array-item-move-up {
  background-size: contain;
  transform: rotate(180deg);
}

.array-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #a90d00;
  margin-bottom: 0;
  display: grid;
  grid-auto-columns: 8.3333333333%;
  justify-content: stretch;
  width: 100%;
}
.array-item:first-child {
  padding-top: 0px;
}
.array-item fieldset, .array-item input, .array-item select {
  width: 100%;
}
.array-item .btn-group {
  align-items: center;
  margin-left: 3rem;
  padding-bottom: 0.7rem;
}
.array-item .array-item-toolbox {
  height: fit-content;
}
.array-item .col-xs-9 {
  display: flex;
  justify-content: flex-start;
  grid-column: 1/10;
}
.array-item .col-xs-3 {
  display: flex;
  justify-content: center;
  grid-column: 10/13;
}
.array-item .form-group {
  display: flex;
  align-items: center;
}
.array-item fieldset {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.array-item .form-control {
  display: table-cell;
  vertical-align: middle;
}
.array-item .field.field-string, .array-item .field.field-object {
  width: 100%;
}
.array-item .field.field-string input, .array-item .field.field-object input {
  display: table-cell;
  vertical-align: middle;
}
.array-item .input-dropdown-list-container {
  border: 1px solid #5c5c5c;
  width: 100%;
}
.array-item .input-dropdown-list-container div {
  overflow: auto;
  max-height: 70vh;
}
.array-item .input-dropdown-list-container li {
  font-family: "Mont", "Segoe UI", "Tahoma", sans-serif;
  padding: 0.25rem 0.8rem 0.25rem 0.8rem;
  font-size: 16px;
  min-height: 1rem;
}
.array-item .field.field-array-of-object .array-item .col-xs-3 {
  padding-top: 1.6rem;
}
.array-item .array-item {
  padding-bottom: 2rem;
}
.array-item .array-item .field.field-string, .array-item .array-item .field.field-object {
  margin-bottom: 0;
}
.array-item .array-item .btn-group {
  padding-bottom: 0;
}

.rjsf > .form-group {
  border: none;
}

.dropzone {
  border: 1px dashed #000;
}

fieldset#root {
  color: #002b44;
}
fieldset#root > .form-group {
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #002b44;
}

.control-label {
  font-size: 20px;
}

.field.field-string, .field.field-array {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  margin-top: 20px;
}
.field.field-string:first-child, .field.field-array:first-child {
  margin-top: 0;
}
.field.field-string:last-child, .field.field-array:last-child {
  margin-bottom: 20px;
}
.field.field-string .control-label, .field.field-array .control-label {
  align-self: flex-start;
}

legend {
  font-size: 25px;
}

.field-description {
  display: none;
}

@media only screen and (max-width: 1000px) {
  fieldset#root > .form-group {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .array-item .btn-group {
    margin-left: 1.5rem;
  }
  .array-item .btn-group .array-item-move-down {
    margin-left: 3px;
  }
  .array-item .btn-group .array-item-remove {
    margin-left: 5px;
  }

  input[type=date] {
    padding-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .control-label {
    font-size: 16px;
  }

  .array-item select, .array-item .input-dropdown {
    background-size: contain;
  }
  .array-item .btn-group {
    margin-left: 0px;
    padding-bottom: 1rem;
  }
  .array-item .btn-group button {
    width: 1.5rem;
    height: 1rem;
    margin-left: 5px;
  }
  .array-item .btn-group button.array-item-remove {
    width: 1rem;
  }
  .array-item .input-dropdown-list-container {
    max-width: 80vw;
  }
  .array-item .input-dropdown-list-container li {
    font-size: 14px;
    padding: 3px 0 3px 0;
  }

  input, select {
    height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .array-item input, .array-item select {
    max-width: 65vw;
  }
  .array-item .col-xs-3 {
    grid-column: 10/13;
  }
  .array-item .input-dropdown-list-container li {
    font-size: 12px;
  }
  .array-item .array-item .btn-group {
    max-width: 3.5rem;
  }
}
/*
 * ORCA.nrw
 *
 * Styles for Forms and Popivers
 */
body#kc-login-page .overlaybg::after {
  content: "";
  background-color: #002b44;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 80%;
}
body#kc-login-page .overlaybg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/loginbg.jpg");
  background-position: bottom;
  background-size: cover;
  -webkit-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  -moz-filter: blur(6px);
  filter: blur(6px);
  z-index: -1000;
}
body#kc-login-page .popover {
  display: block;
  margin: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  text-align: center;
}
body#kc-login-page .popover a {
  color: #a90d00;
}
body#kc-login-page .popover.orcalogin, body#kc-login-page .popover .orcalogin-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body#kc-login-page div.registerotp {
  width: 60rem;
}
body#kc-login-page div.registerotp #kc-header {
  background-size: 340px auto;
}
body#kc-login-page div.registerotp .orcalogin-form {
  width: 100%;
}
body#kc-login-page div.registerotp #kc-totp-settings-form {
  width: 75%;
  margin-left: 12.5%;
}
body#kc-login-page div#kc-form > div#kc-social-providers {
  display: none;
}
body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-content-wrapper {
  display: flex;
  flex-direction: row;
}
body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-content-wrapper img {
  height: 54px;
  width: auto;
  margin: 0 2.6px 78px 15px;
}
body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-text-wrapper {
  text-align: left;
}
body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-text-wrapper h4.login {
  font-weight: bold;
  margin-top: 8px;
}
body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-text-wrapper p.social-providers-text {
  font-size: 17px;
}
body#kc-login-page .row {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
body#kc-login-page #kc-locale-dropdown {
  display: none;
}
body#kc-login-page #kc-content-wrapper form.form-actions {
  input-margin-top: 10px;
  input-margin-bottom: 10px;
}
body#kc-login-page #kc-form-buttons input, body#kc-login-page #kc-form-buttons button {
  height: unset;
  width: 100%;
  margin-bottom: 10px;
}
body#kc-login-page div#kc-social-providers img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body#kc-login-page div.orcalogin.popover a {
  text-decoration: underline;
}
body#kc-login-page div.orcalogin.popover div:nth-child(2).orcalogin-form {
  margin-bottom: 15px;
}
body#kc-login-page div.orcalogin.popover input {
  height: 40px;
}
body#kc-login-page div.orcalogin.popover #kc-form-buttons input, body#kc-login-page div.orcalogin.popover #kc-form-buttons #kc-login {
  height: 40px;
  font-size: 16px;
  padding: 7px 14px 7px 15px;
}
body#kc-login-page div.orcalogin.popover * {
  text-align: left;
}
body#kc-login-page div.orcalogin.popover input[type=submit] {
  text-align: center;
}
body#kc-login-page div.orcalogin.popover form#kc-form-login div.row label, body#kc-login-page div.orcalogin.popover form#kc-reset-password-form div.row label,
body#kc-login-page div.orcalogin.popover #kc-form-options a, body#kc-login-page div.orcalogin.popover form#kc-form-login span#input-error, body#kc-login-page div.orcalogin.popover span.passwort-vergessen {
  padding-left: 20px;
}
body#kc-login-page div.orcalogin.popover div#kc-registration {
  font-size: 18px;
}
body#kc-login-page div.orcalogin.popover div.row.anmelden {
  margin-top: -30px;
}
body#kc-login-page div.orcalogin.popover div.row.anmelden div#kc-form-options {
  height: 50px;
}
body#kc-login-page .orcalogin-form {
  max-width: 98vw;
  width: 450px;
  border-bottom: 12px solid #a90d00;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 2rem;
}
body#kc-login-page .orcalogin-form header {
  background-color: inherit;
}
body#kc-login-page .orcalogin-form header h1 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 2em;
}
body#kc-login-page .orcalogin-form input {
  width: 100%;
}
body#kc-login-page .orcalogin-form .row label {
  padding-bottom: 7px;
}
body#kc-login-page .orcalogin-form .row #kc-form-options, body#kc-login-page .orcalogin-form .row #kc-form-buttons {
  margin: 1rem 0;
}
body#kc-login-page #kc-header {
  text-align: center;
  box-sizing: border-box;
  height: 7rem;
  width: 100%;
  background: url(../images/orca_logo_negativ.svg) no-repeat transparent;
  background-size: 75% auto;
  background-position: center 10px;
}
body#kc-login-page #kc-header #kc-header-wrapper {
  display: none;
}
body#kc-login-page #idpSelectSelector {
  width: 100%;
  margin-bottom: 20px;
}
body#kc-login-page #idpSelectListButton {
  width: 100%;
  margin-bottom: 10px;
}
body#kc-login-page #idpSelectIdPSelector {
  width: 100%;
}
@media screen and (max-width: 992px) {
  body#kc-login-page div.popover {
    max-height: 98vh;
    max-width: 98vw;
    min-width: 80vw;
  }
  body#kc-login-page #kc-header {
    margin-top: 2rem;
    background-size: 300px auto;
  }
}
@media screen and (max-width: 500px) {
  body#kc-login-page #kc-header {
    margin-top: 0.5rem;
    background-size: 280px auto;
  }
  body#kc-login-page .popover.orcalogin .orcalogin-form {
    max-width: 95vw;
  }
  body#kc-login-page .orcalogin-form {
    padding: 1rem;
  }
  body#kc-login-page h4.login {
    font-size: 22px;
  }
  body#kc-login-page p.social-providers-text {
    font-size: 16px;
  }
  body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-content-wrapper img {
    height: 46px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 400px) {
  body#kc-login-page #kc-header {
    margin-top: 1rem;
    background-size: 220px auto;
  }
  body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-content-wrapper img {
    height: 42px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 360px) {
  body#kc-login-page .popover.orcalogin .orcalogin-form {
    max-width: 98vw;
  }
  body#kc-login-page h4.login {
    font-size: 18px;
  }
  body#kc-login-page h1.kc-page-title {
    font-size: 20px;
  }
  body#kc-login-page p.social-providers-text {
    font-size: 14px;
  }
  body#kc-login-page div.orcalogin-form > div#kc-social-providers div.social-providers-content-wrapper img {
    height: 40px;
    margin-left: -40px;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/zep/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/zep/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/zep/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/zep/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/zep/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/zep/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**/
/*URL: https://www.beta.orca.nrw*/
/*Version: 1.0*/
/*Author:Christian Schnieders*/
/*License: none(public domain)*/
/**/
/*------------------------------------------------------------------------------------*/
/*----------------------------------------Fonts---------------------------------------*/
/*------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/mont_regular.woff2") format("woff2"), url("../fonts/mont/mont_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/mont_bold.woff2") format("woff2"), url("../fonts/mont/mont_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
/*------------------------------------------------------------------------------------*/
/*----------------------------------------CSS-Reset-----------------------------------*/
/*------------------------------------------------------------------------------------*/
*, *:before, *:after {
  padding: 0px;
  margin: 0px;
  webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: 700;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  /* 1 */
  overflow: visible;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

body[data-flavour=drupal] .hidden {
  display: none !important;
}

.tooltip_pb {
  cursor: help;
  text-decoration: none;
}

.mobile-only {
  display: none;
  visibility: hidden;
  opacity: 0;
}

address {
  font-style: normal;
}

/*------------------------------------------------------------------------------------*/
/*----------------------------------------Farben/CC-----------------------------------*/
/*------------------------------------------------------------------------------------*/
/*
--Farben und Abstufungen--

    Dunkelblau:	                                    #002b44
    Hellgrau:                                       #f5f5f5

    Rot:                                            #a90d00
    Hellrot 1 (UI-Elemente auf blau + Hover)        #d63d00
    Hellrot 2 (Typografie auf Blau)                 #ff5242

    Weinrot (Online-Kurse)                          #a90056
    Weinrot 1 (UI-Elemente auf blau + Hover)        #e60077
    Weinrot 2 (Typografie auf Blau)                 #a90056

    Dunkles Cyan (OSAs)                             #006872
    Dunkles Cyan 1 (UI-Elemente auf blau + Hover)   #00838f
    Dunkles Cyan 2 (Typografie auf Blau)            #009fad

    Blauviolett (Audio & Video)                     #5d40a5
    Blauviolett 1 (UI-Elemente auf blau + Hover)    #7e61c2
    Blauviolett 2 (Typografie auf Blau)             #9982ce

    Lila (OER-Material)                             #821c87
    Lila 1 (UI-Elemente auf blau + Hover)           #bf29c7
    Lila 2 (Typografie auf Blau)                    #da67e0

    Dunkles Grün (Serious Games)                    #296307
    Dunkles Grün 1 (UI-Elemente auf blau + Hover)   #3a870d
    Dunkles Grün 2 (Typografie auf Blau)            #4cb011

    Dashboard Status 1                              #2db300
    Dashboard Status 2                              #ff6969

*/
.jumpup {
  background-color: #002b44;
}

.infolink, .extern {
  text-decoration: underline;
}

.infolink, .extern, a[href^=mailto], a[href^=tel] {
  color: #a90d00;
}

.osa h5 {
  color: #00c9db;
}

.online-kurs h5 {
  color: #ff4da9;
}

.serious-game h5 {
  color: #4cb011;
}

.support h5, .lehrende h5 {
  color: #ff5242;
}

::selection {
  background: #002B44;
  color: #FFF;
}

::-moz-selection {
  background: #002B44;
  color: #FFF;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------Allgemeines Design------------------------------*/
/*------------------------------------------------------------------------------------*/
body {
  font-family: "Mont", "Segoe UI", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  position: relative;
  min-height: 100vh;
}

main {
  padding-bottom: 205px;
  /*Footer Höhe*/
}

footer {
  position: absolute;
  /*Ausrichtung des Footer auf Seiten mit geringer Höhe*/
  bottom: 0;
  width: 100%;
  height: 205px;
}

.wrapper {
  max-width: 1606px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tooltip_pb:hover {
  position: relative;
  outline: none;
  border: none;
}

.tooltip_pb:focus::after, .tooltip_pb:hover::after {
  content: attr(data-tooltip);
  min-width: 200px;
  border: 1px solid #666;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 6px;
  margin-left: 25px;
  padding: 0.5em;
  background-color: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  z-index: 9;
  opacity: 1;
}

.tooltip_pb:focus::before, .tooltip_pb:focus:after, .tooltip_pb:hover:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
  transform: translate(-60%, 0);
}

@media screen and (max-width: 1399px) {
  .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  /*
      .wrapper{
          max-width:970px;
      }
  */
}
@media screen and (max-width: 991px) {
  /*
      .wrapper{
          max-width:750px;
      }
  */
}
/*-----------------Überschriften---------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

/*-----------------Text------------------------------*/
p {
  margin: 12px 0;
  font-size: 22px;
  /*
      -webkit-hyphens:auto;
      -moz-hyphens:auto;
      -ms-hyphens:auto;
      hyphens:auto;
      overflow-wrap: break-word;
      word-wrap: break-word;
  */
}

abbr[title], abbr[data-original-title] {
  text-decoration: none;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 2px dotted #333;
  text-decoration: none;
}

abbr[title]:focus {
  position: relative;
  outline: none;
  border: none;
  background: #002b44;
  color: #fff;
}

abbr[title]:focus:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

abbr[title]:focus:after {
  content: attr(title);
  max-width: 385px;
  width: auto;
  font-size: 0.5em;
  color: #fff;
  text-align: center;
  margin-top: 6px;
  padding: 0.8em;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
}

abbr[title]:focus:before, abbr[title]:focus:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*-----------------Links-----------------------------*/
a {
  text-decoration: none;
}

.btn {
  cursor: pointer;
}

a.link-hell {
  color: #fff;
  text-decoration: underline;
}

/*-----------------Listen----------------------------*/
li, ol {
  list-style-type: none;
}

/*-----------------ORCA-Buttons (ORCA)---------------*/
a.orca-textlink {
  text-decoration: underline;
  font-weight: 600;
  color: #a90d00;
}

a.intern, a.extern {
  color: #a90d00;
  font-weight: 600;
}

a.orca-textlink:focus {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 3px #a90d00;
  -moz-box-shadow: 0px 0px 5px 3px #a90d00;
  box-shadow: 0px 0px 5px 3px #a90d00;
}

a.orca-textlink:hover {
  color: #fff;
  background-color: #a90d00;
}

[class*=orca-link], .orca-download {
  height: 40px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  /*für ripple*/
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  left: -20px;
  display: inline-block;
  /*für ripple*/
  box-sizing: border-box;
}

[class*=orca-link] a {
  position: relative;
  top: -14px;
  overflow: hidden;
  user-select: none;
  color: #a90d00;
  font-weight: 600;
}

.orca-download a {
  position: relative;
  overflow: hidden;
  user-select: none;
  top: 4px;
  color: #a90d00;
  font-weight: 600;
}

[class*=orca-link]:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  left: 20px;
}

[class*=orca-link]:not(.not-yet):hover:before, .orca-link-white.active:before {
  opacity: 0;
  visibility: none;
  left: 40px;
  width: 0px;
}

[class*=orca-link]:not(.not-yet):focus-visible:before {
  opacity: 0;
  visibility: none;
  left: 40px;
  width: 0px;
}

[class*=orca-link]:not(.not-yet):focus-within:before {
  opacity: 0;
  visibility: none;
  left: 40px;
  width: 0px;
}

[class*=orca-link]:not(.not-yet):hover, .orca-link-white.active {
  margin-right: -3px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 0px 20px;
  text-decoration: none;
  margin-left: 1em;
}

[class*=orca-link]:not(.not-yet):focus-within {
  margin-right: -3px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 0px 20px;
  text-decoration: none;
  margin-left: 1em;
}

[class*=orca-link]:not(.not-yet):focus-visible {
  margin-right: -3px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 0px 20px;
  text-decoration: none;
  margin-left: 1em;
}

[class*=orca-link].not-yet, .orca-download.not-yet {
  cursor: inherit;
  overflow: inherit;
}

[class*=orca-link] a:focus {
  outline: none;
}

.orca-download {
  left: 0;
  background-color: #fff;
  border: 2px solid #a90d00;
  padding: 0px 20px;
  border-radius: 20px;
  display: inline-block;
}

.serious-game .orca-download {
  border-color: #296307;
  border: 2px solid #296307;
}

.orca-download a {
  color: #a90d00;
}

.serious-game main .orca-download a, .serious-game main [class*=orca-link] a {
  color: #296307;
}

.serious-game main .faq [class*=orca-link].active a {
  color: #fff;
}

#datenschutzbanner .orca-download a {
  color: #002B44;
}

/*
.page-kontakt #kontaktformular #contactform > input.orca-download{
    font-size:18px!important;
    font-weight:500!important;
}
*/
.orca-download:not(.not-yet):focus-visible {
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.orca-download:not(.not-yet):focus-within {
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.orca-download:not(.not-yet):hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #a90d00;
  color: #fff;
}

.page-kontakt .orca-download:hover {
  background-color: #a90d00;
}

#datenschutzbanner .orca-download:hover, .page-kontakt .orca-download:hover {
  background-color: #002B44 !important;
}

.serious-game .orca-download:hover {
  background-color: #296307;
}

#datenschutzbanner .orca-download, .page-kontakt .orca-download {
  border: 2px solid #002B44;
}

.orca-download:not(.not-yet):hover a, #datenschutzbanner .orca-download:hover a {
  color: #fff;
}

#datenschutzbanner #datenschutzbanner-button:focus {
  outline: none;
  color: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#datenschutzbanner .orca-download:not(.not-yet):focus-within a#datenschutzbanner-button {
  background: inherit !important;
  border: none;
}

#datenschutzbanner .orca-download:not(.not-yet, :hover):focus-within {
  background: inherit !important;
}

.orca-link-grey:before {
  background-color: #fff;
}

.orca-link-grey:focus-within {
  background-color: #fff;
}

.orca-link-grey:focus-visible {
  background-color: #fff;
}

.orca-link-white:not(.not-yet):before {
  background-color: #f5f5f5;
}

.orca-link-white:not(.not-yet):focus-visible {
  background-color: #f5f5f5;
}

.orca-link-white:not(.not-yet):focus-within {
  background-color: #f5f5f5;
}

.orca-link-blue:before {
  background-color: #d63d00;
}

.orca-link-blue a {
  color: #fff;
}

.orca-link-blue:hover {
  background-color: #fff;
}

.orca-link-grey:not(.not-yet):hover, .orca-link-white:not(.not-yet):hover, .orca-link-white.active {
  background-color: #a90d00;
}

.serious-game .orca-link-grey:not(.not-yet):hover, .serious-game .orca-link-white:not(.not-yet):hover, .serious-game .orca-link-white.active {
  background-color: #296307;
}

.orca-link-grey:not(.not-yet):hover a, .orca-link-white:not(.not-yet):hover a, .orca-link-white.active a {
  color: #fff;
}

.orca-link-blue:focus-within {
  box-shadow: inset 0px 0px 0px 2px #fff, 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
  padding: 0 22px 0 20px !important;
}

.orca-link-blue:hover {
  box-shadow: inset 0px 0px 0px 2px #fff, 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
  background-color: #fff;
  padding: 0 22px 0 20px !important;
}

.orca-link-blue:focus {
  padding: 0 22px 0 20px !important;
}

.orca-link-blue:hover a {
  color: #d63100;
}

.orca-link-blue a:focus, .orca-link-blue a:hover, .orca-link-blue:focus a, .orca-link-blue:hover a {
  left: 2px;
}

/*Ripple Effekt*/
.ink {
  display: block;
  position: absolute;
  background: #b8e0e0;
  border-radius: 100%;
  transform: scale(0);
}

.ink.animate {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.btn {
  cursor: pointer;
}

/*-----------------Dropdown--------------------------*/
.kntnt-collapse-content > div:not(:last-child) {
  border-bottom: 5px solid #fff;
}

.box-newsletter .kntnt-collapse-content > div:not(:last-child) {
  border-bottom: 5px solid transparent;
}

.kntnt-collapse-content > div > div {
  padding: 0.7em 1em;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a, .panel-title > a:hover {
  color: #002b44;
  text-decoration: none;
  width: calc(100% - 22px);
  display: block;
}

/*Dropdown Pfeil*/
.dropdown-icon-down {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 2px -25px 0 -15px;
  text-align: left;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-color: #fff;
  float: right;
  clear: both;
}

.open .dropdown-icon-down {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}

.dropdown-icon-down:after, .dropdown-icon-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-bottom: 12px solid #dc3c1e;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dropdown-icon-down:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.open .dropdown-icon-down:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 5px;
}

.dropdown-icon-down:after {
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .dropdown-icon-down:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 5px;
}

.dropdown-icon-down:after, .dropdown-icon-down:before {
  border-bottom: 12px solid #a90d00;
}

.serious-game .dropdown-icon-down:after, .serious-game .dropdown-icon-down:before {
  border-bottom: 12px solid #3a870d;
}

/*_________________Hinweis________________________*/
.hinweis {
  margin: 0 auto;
  /*    background-color: #f5f5f5;*/
  color: #333333;
  max-width: 100%;
}

.hinweis.weihnachten {
  margin: 0 auto;
  /*    background-color: #f5f5f5;*/
  color: #333333;
  max-width: 100%;
  position: relative;
}

header .hinweis {
  background-color: #f5f5f5;
}

.hinweiscontainer {
  width: 1170px;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 2px 0 10px 0;
}

.hinweiscontainer.weihnachtsbanner {
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 10px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .hinweiscontainer.weihnachtsbanner {
    padding: 10px 10px 30px 10px;
  }
}
.linkhinweis {
  font-size: 18px;
}

/*-----------------Störer (ORCA)-------------------*/
.stoerer {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #53f2b8;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: relative;
  bottom: 0px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  left: -80px;
}

.stoerer p {
  color: #333;
  margin-left: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

/*-----------------Videoplayer---------------------*/
.easy-popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.easy-popup-overlay.share-fullscreen {
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.page-bugtopia .easy-popup-overlay.share-fullscreen {
  width: 100%;
}

.easy-popup-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.easy-popup {
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  width: 60%;
  max-width: 200px;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  font-family: "Aneba Neue", "Helvetica Neue", sans-serif;
}

.easy-popup-overlay.share-fullscreen .easy-popup {
  width: 350px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  top: 40vh;
  margin: 0 auto;
}

.easy-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.easy-popup h3 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
}

.easy-popup .video-url {
  text-align: left;
}

.easy-popup .video-url button {
  float: right;
  clear: both;
  background-color: #002b44;
  color: #fff;
  margin-top: 10px;
  border: none;
  padding: 5px 10px;
  width: 160px;
}

.easy-popup .video-url button:hover, .easy-popup .video-url button:active {
  background-color: #002b44;
}

.easy-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #002b44;
  color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  padding: 0 5px 0px 6px;
  line-height: 1.2;
  cursor: pointer;
}

.easy-popup-close:hover {
  color: #e6e6e6;
  text-decoration: none;
}

.easy-popup .easy-popup-content {
  max-height: 30%;
  overflow: auto;
}

.easy-popup .easy-popup-content input {
  width: 100%;
  font-size: 12px;
  cursor: copy;
}

/*
.page-mathematik .easy-popup .video-url button, .page-mathematik .easy-popup-close{
    color:#fff;
    background-color:#32B9aa;
}
.page-moveo .easy-popup .video-url button, .page-moveo .easy-popup-close{
    color:#fff;
    background-color:#009641;
}
.page-lernstrategien .easy-popup .video-url button, .page-lernstrategien .easy-popup-close{
    color:#333;
    background-color:#ffd200;
}
*/
.shariff .orientation-horizontal li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shariff-button a span {
  margin-left: 7px;
}

.easy-popup .easy-popup-content .shariff .orientation-horizontal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.easy-popup .easy-popup-content .shariff .orientation-horizontal li {
  width: 15%;
  margin-right: 0px;
}

.easy-popup .easy-popup-content .shariff .orientation-horizontal li {
  width: 45%;
}

.easy-popup .easy-popup-content .shariff .shariff-button.threema, .easy-popup .easy-popup-content .shariff .shariff-button.whatsapp, .easy-popup .easy-popup-content .shariff .shariff-button.telegram {
  display: none;
}

.easy-popup .easy-popup-content .shariff .shariff-button a span {
  font-size: 20px;
}

@media (pointer: coarse) {
  .easy-popup .easy-popup-content .shariff .shariff-button.threema, .easy-popup .easy-popup-content .shariff .shariff-button.whatsapp, .easy-popup .easy-popup-content .shariff .shariff-button.telegram {
    display: block;
  }

  .easy-popup .easy-popup-content .shariff .orientation-horizontal li {
    width: 15%;
    margin-right: inherit;
  }

  .easy-popup .video-url button {
    width: 160px;
  }

  .easy-popup {
    width: 60%;
    max-width: 375px;
  }

  .shariff-button.facebook a span {
    margin-left: 10px;
  }

  .shariff-button.twitter a span {
    margin-left: 7px;
  }

  .shariff-button.whatsapp a span {
    margin-left: 7px;
  }

  .shariff-button.threema a span {
    margin-left: 10px;
  }

  .shariff-button.telegram a span {
    margin-left: 8px;
  }
}
@media screen and (max-width: 700px) {
  .easy-popup {
    width: 80%;
  }
}
.shariff .shariff-button.facebook span.fa:before, .shariff .shariff-button.threema span.fa:before, .shariff .shariff-button.telegram span.fa:before {
  content: " ";
  display: block;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 0px;
  height: 30px;
  width: 30px;
}

.shariff .shariff-button.facebook span.fa:before {
  background-image: url(../images/icons/facebook.png);
}

.shariff .shariff-button.threema span.fa:before {
  background-image: url(../images/icons/threema.png);
}

.shariff .shariff-button.telegram span.fa:before {
  background-image: url(../images/icons/telegram.png);
}

.easy-popup .shariff .facebook a {
  background-color: #1877f2;
}

/*-----------------Fancybox (ORCA)--------------------*/
/*Ausblenden der Vergrößerungsfunktion*/
button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-active .fancybox-slide--html .fancybox-close-small {
  color: #fff;
}

/*------------------------------------------------------------------------------------*/
/*----------------------------------Above the fold------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*-----------------Scroll-to-top (ORCA)-------------------*/
.jumpup {
  color: #fff;
  display: none;
  text-align: center;
  line-height: 3em;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20000;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  cursor: pointer;
}

.jumpup .fa {
  padding-right: 0px;
}

.jumpup:hover, .jumpup:focus {
  color: #fff;
  text-decoration: none;
}

/*-----------------Bildnachweis (ORCA)---------------------*/
small.bildnachweis {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 10px;
  color: #333;
  display: inline-block;
}

/*------------------------------------------------------------------------------------*/
/*-------------------------------------Navigation-------------------------------------*/
/*------------------------------------------------------------------------------------*/
a.moodlelogin.in, a.moodlelogin.out {
  margin-left: 10px;
  color: #002b44;
}

a.moodlelogin.in:hover, a.moodlelogin.out:hover {
  margin-left: 10px;
  color: #002b44;
}

a.moodlelogin.in::before, a.moodlelogin.out::before {
  margin-left: -21px;
  font-size: 20px;
  margin-top: -2px;
  position: absolute;
  font-family: FontAwesome;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.moodlelogin.in:hover::before, a.moodlelogin.out:hover::before {
  margin-left: -20px;
}

a.moodlelogin.in::before {
  content: "";
}

a.moodlelogin.out::before {
  content: "";
}

/*-----------------Hauptnavigation-----------------*/
button.close_notice {
  float: right;
  margin-top: -55px;
  width: 20px;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

button.close_notice.weihnachten {
  float: none;
  clear: both;
  width: 20px;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  bottom: 5px;
  right: 10px;
  position: absolute;
}

/*Burger-Icon (ORCA)*/
.hamburger {
  width: 45px;
  height: 35px;
  display: block;
  position: relative;
  float: right;
  margin: 8px 10px 8px 0;
  z-index: 10;
}

a.hamburger:focus {
  color: #ffffff;
}

a.hamburger:focus-visible {
  color: #ffffff;
}

#small.hamburger {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  float: right;
  margin: -5px 17px 0 0;
  z-index: 10;
}

header > nav.navbar {
  position: fixed;
  z-index: 15;
  width: 100%;
}

.navbar#main-nav > div {
  height: 50px;
  text-align: left;
  padding: 2em 20% 2em 20%;
  background-color: #002b44;
  position: relative;
  display: none;
}

nav.navbar#main-nav > div.collapse {
  display: none;
}

nav.navbar#main-nav nav.navbar#main-nav .meta-nav-mobile {
  display: block;
}

nav.navbar #myNavbar .dropdown:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0s visibility;
  -o-transition: 0s visibility;
  transition: 0s visibility;
  -webkit-transition: 0s opacity;
  -o-transition: 0s opacity;
  transition: 0s opacity;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

nav.navbar #myNavbar .dropdown:hover > .sub-menu, nav.navbar #myNavbar .dropdown:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0s visibility;
  -o-transition: 0s visibility;
  transition: 0s visibility;
  -webkit-transition: 0s opacity;
  -o-transition: 0s opacity;
  transition: 0s opacity;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

nav.navbar#main-nav .collapse .container > ul {
  height: auto;
  position: relative;
  width: 65%;
  min-width: 550px;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

nav.navbar#main-nav ul > li > a {
  width: 100%;
  display: block;
  padding: 15px 15px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

nav.navbar#main-nav ul.nav-class-meta > li > a {
  color: #fff !important;
}

nav.navbar#main-nav .sub-menu > li {
  display: inline-block;
  text-align: left;
  height: 35px;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
  position: static;
  font-size: 0px;
  background: #fff;
}

nav.navbar#main-nav .sub-menu > li > a {
  padding: 6.8px 15px;
  font-size: 14px;
}

nav.navbar#main-nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  padding-left: 0px;
  text-align: left;
  background: #fff;
}

nav#main-nav ul > li > a.moodlelogin {
  display: none;
}

nav.navbar#main-nav .container > ul > li > a {
  color: #fff;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

nav.navbar#main-nav ul.flexbox li.dropdown ul.flexbox > a {
  cursor: pointer;
}

nav.navbar#main-nav ul > li ul.flexbox {
  background-color: #fff;
}

nav.navbar#main-nav ul > li ul.flexbox > li {
  width: 50%;
  height: auto;
  list-style-type: none;
}

nav.navbar#main-nav ul > li.nav-lehre ul.flexbox > li {
  height: 210px;
}

nav.navbar#main-nav ul > li ul.flexbox > li a {
  /*    color:#666;*/
  text-align: left;
  padding: 20px;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container.coming-soon {
  width: 100%;
  padding-right: 0px;
}

nav.navbar#main-nav ul > li ul.flexbox > li p {
  font-weight: 400;
  color: #333;
}

nav.navbar#main-nav .collapse .container > ul > li.active {
  color: #fff;
  background-color: #002B44;
}

nav.navbar#main-nav .collapse .container > ul > li:focus-within {
  color: #fff;
  background-color: #002b44;
}

nav.navbar#main-nav .collapse .container > ul > li:hover, nav.navbar#main-nav .collapse .container > ul > li:focus {
  color: #fff;
  background-color: #002b44;
}

nav.navbar#main-nav .collapse .container > ul > li:focus-within > a {
  color: #fff !important;
  text-decoration: none;
}

nav.navbar#main-nav .collapse .container > ul > li:hover > a, nav.navbar#main-nav .collapse .container > ul > li > a:focus, nav.navbar#main-nav .collapse .container > ul > li.active > a {
  color: #FF5242 !important;
  text-decoration: none;
}

nav.navbar#main-nav hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

nav.navbar#main-nav ul > li.dropdown > a:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 40px;
  margin: 0 0 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  top: 5px;
  color: #d63d00;
}

nav.navbar#main-nav ul li ul li:focus-within {
  background: #e6e6e6;
}

nav.navbar#main-nav ul li ul li:hover, nav.navbar#main-nav ul li ul li:focus {
  background: #e6e6e6;
}

.page-bugtopia nav.navbar#main-nav .nav-kurse, .page-home nav.navbar#main-nav ul.navbar-nav > li:first-child, [class*=-testinfos] nav.navbar#main-nav .nav-test, [class*=-kursinfos] nav.navbar#main-nav .nav-kurse, [class*=lehre-und-beratung] nav.navbar#main-nav .nav-lehre {
  background-color: #002b44;
}

.page-bugtopia nav.navbar#main-nav .nav-kurse > a, .page-home nav.navbar#main-nav ul.navbar-nav > li:first-child > a, [class*=-testinfos] nav.navbar#main-nav .nav-test > a, [class*=-kursinfos] nav.navbar#main-nav .nav-kurse > a, [class*=lehre-und-beratung] nav.navbar#main-nav .nav-lehre > a {
  color: #fff;
}

/*Optionales Feature für Active Anzeige in Sub-Menus*/
/*
.page-mathematik-testinfos nav.navbar#main-nav .nav-test > ul.sub-menu .dropdown.nav-mathe, .page-mathematik-kursinfos nav.navbar#main-nav .nav-kurs > ul.sub-menu .dropdown.nav-mathe{
    background-color:#73D6C2;
}
.page-sput-testinfos nav.navbar#main-nav .nav-test > ul.sub-menu .dropdown.nav-sput, .page-sput-kursinfos nav.navbar#main-nav .nav-kurs > ul.sub-menu .dropdown.nav-sput{
    background-color:#fa7300;
}
.page-ls-kursinfos nav.navbar#main-nav .nav-kurs > ul.sub-menu .dropdown.nav-ls{
    background-color:#ffd200;
}
.page-physik-kursinfos nav.navbar#main-nav .nav-kurs > ul.sub-menu .dropdown.nav-physik{
    background-color:#00a0e6;
}
*/
/*Neue Navigation ORCA BETA*/
header nav.navbar .container .container {
  background-color: #002b44;
}

header > nav.navbar {
  position: absolute;
  z-index: 1500;
  width: 100%;
  display: block;
  top: 0;
}

nav.navbar#main-nav .header-leiste-mobil, nav.navbar#main-nav .meta-nav-mobile {
  display: block;
}

.desktop-only {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.mobile-only {
  display: block;
  visibility: visible;
  opacity: 1;
}

.page-physik-kursinfos #content .eyecatcher, .page-lernstrategien-kursinfos #content .eyecatcher {
  top: 10px;
}

body > header {
  margin-bottom: 30px;
}

nav#main-nav > div.collapse {
  display: none;
}

/*
nav.navbar#main-nav .header-leiste-mobil{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    color: #FFF;
    width: 100%;
    padding:15px 5px 15px 25px;
}
*/
/*
nav.navbar#main-nav .header-leiste-mobil .logos{
    width:85%;
    max-width:250px;
    margin:0;
}
nav.navbar#main-nav .header-leiste-mobil .logos img{
    width:90%;
}
*/
body nav.navbar#main-nav > div.collapse, nav.navbar#main-nav ul > li ul.flexbox > li.nav-100 > a > div {
  display: none;
}

nav.navbar#main-nav ul > li > ul > li.dropdown:hover:after, nav.navbar#main-nav ul > li.dropdown.nav-lehre:hover:after {
  display: block;
}

header .header-container {
  padding-top: 0px;
}

header .header-container .navbar {
  position: inherit;
  top: 0px;
  background-color: #002B44;
}

.navbar-collapse {
  border-top: none;
}

/*
.header-leiste-mobil{
    background-color: #002B44;
    color: #FFF;
    display: table;
    width: 100%;
}
*/
.header-mobile-flexbox {
  padding: 0 15px;
}

/*
nav.navbar#main-nav .collapse > ul{
    height:auto;
    position:relative;
    width:100%;
}
*/
.navbar#main-nav ul li ul li h4, nav a.moodlelogin {
  margin: 0px;
  text-align: left;
}

nav a.moodlelogin {
  color: #999;
}

.navbar#main-nav > div {
  position: fixed;
  height: 100%;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 2em 0em;
  width: 100%;
  display: block;
  overflow-y: scroll;
}

/*
.navbar#main-nav > div::-webkit-scrollbar{
    width:10px;
}
*/
nav.navbar .nav-dropdown-container > p, nav.navbar .nav-dropdown-container > hr {
  display: none;
}

nav a.moodlelogin {
  display: inline-block;
}

nav.navbar#main-nav .nav {
  display: block;
  margin: 0;
  background-color: #002b44;
}

nav.navbar#main-nav .nav li, nav a.moodlelogin {
  width: 100%;
  display: block;
}

nav a.moodlelogin {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  text-transform: initial;
}

nav.navbar#main-nav .container > ul > li, nav a.moodlelogin {
  border: none;
  height: auto;
  margin: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #002b44;
}

nav.navbar#main-nav ul.mobile-only.nav-class-social a {
  display: inline;
}

nav.navbar#main-nav ul > li ul.flexbox > li {
  height: auto;
}

nav.navbar#main-nav .nav li ul.flexbox, nav.navbar#main-nav .nav li ul.mobile-flexbox {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  border: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  padding: 0;
  -webkit-transition: visibility 1s linear !important;
  -o-transition: visibility 1s linear !important;
  -webkit-transition: visibility 1s linear !important;
  transition: visibility 1s linear !important;
}

nav.navbar#main-nav ul > li > ul.flexbox {
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar#main-nav ul > li ul.flexbox > li a {
  padding: 0 0 0 1em;
}

nav.navbar#main-nav ul > li ul.flexbox > li a.level0 {
  padding: 0 0 0 0;
}

nav.navbar#main-nav ul.nav li a.level1 {
  font-size: 38px;
  line-height: 90px;
  padding-left: 0;
  display: block;
}

nav.navbar#main-nav .nav li ul li, nav.navbar#main-nav ul > li ul.flexbox > li, nav.navbar#main-nav ul > li.nav-sput ul.flexbox > li.nav-100, nav.navbar#main-nav ul > li.nav-lehre ul.flexbox > li {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container, nav.navbar#main-nav ul > li ul.flexbox > li.nav-100 a span.nav-dropdown-container {
  width: 100%;
}

nav.navbar#main-nav ul > li ul.flexbox > li.nav-100 {
  height: auto;
}

nav.navbar#main-nav ul > li ul.flexbox > li.nav-100 {
  min-height: 50px;
}

nav.navbar#main-nav ul.nav li a, .navbar#main-nav ul li ul li h4 {
  padding: 15px 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

nav.navbar#main-nav .container ul.mobile-only {
  text-align: center;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  padding-left: 0px;
  margin-bottom: 0;
}

nav.navbar#main-nav .container ul.mobile-only li {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

nav.navbar#main-nav .collapse .container > ul > li.nav-mathe:hover, nav.navbar#main-nav .collapse .container > ul > li.active {
  background: #fff;
  color: #000;
}

nav.navbar#main-nav .collapse .container > ul > li.nav-sput:hover, nav.navbar#main-nav .collapse .container > ul > li.active {
  background: #fff;
}

nav.navbar#main-nav li a.moodlelogin {
  background: #d6d6d6;
}

nav.navbar#main-nav ul > li > ul li.dropdown > a, nav.navbar#main-nav ul > li > ul li.dropdown:hover > a {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar#main-nav li.nav-lehre > ul {
  background-color: #e6e6e6;
  color: #fff;
}

nav.navbar#main-nav li a.moodlelogin {
  background-color: #e6e6e6;
}

nav.navbar#main-nav ul > li.dropdown:hover > a:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

nav.navbar#main-nav ul > li.dropdown.rotate-arrow > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container.coming-soon p {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 0px;
  display: none;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container.coming-soon h4:after {
  content: "coming soon";
  font-size: 16px;
  padding-left: 10px;
  display: inline;
  margin-right: -91px;
  color: #ccc;
}

nav.navbar#main-nav ul > li.nav-lernstrategien ul.flexbox > li a span.nav-dropdown-container.coming-soon h4:after {
  content: "ab 2021";
  color: #333;
  margin-right: -61px;
}

nav.navbar#main-nav ul.meta-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #002B44;
  margin: 3em 0 0 0;
}

nav.navbar#main-nav ul.meta-nav-mobile li {
  width: auto;
}

nav.navbar#main-nav ul.meta-nav-mobile li:nth-child(-n+3) {
  margin-right: 19px;
}

nav.navbar#main-nav ul.meta-nav-mobile li a {
  color: #fff;
  font-size: 22px;
  padding: 0 0 15px 0px;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container.coming-soon p {
  font-size: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 0;
  color: #333;
  visibility: visible;
  opacity: 1;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container {
  padding-left: 0;
}

nav.navbar#main-nav ul > li ul.flexbox > li a span.nav-dropdown-container.coming-soon {
  padding-right: 20px;
  display: inline-block;
}

.menubtn {
  padding: 1.5em 0 0 0;
}

.menubtn-menu {
  padding: 1em 0 0 0;
}

.menubtn_menu span.moodle-login a.moodle-login {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  padding: 0 45px 0 0;
  position: relative;
  top: 0;
  left: 2px;
}

span.moodle-login-mobile {
  display: none;
}

.menubtn_menu span.moodle-login > a > i {
  font-size: 18px;
  left: -6px;
  top: 2px;
  position: relative;
}

span.menubtn_menu span.moodle-login > a {
  font-weight: 500;
}

/*-----------------Header-Nav----------------------*/
.header-nav ul.nav-class-meta {
  padding-top: 30px;
}

.header-nav ul li {
  display: inline;
  font-size: 12px;
  color: #fff;
}

.header-nav ul li a, .header-nav span a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  padding: 10px 0 10px 15px;
}

.header-nav ul li:first-child a {
  padding-left: 0px;
}

.header-nav ul:last-child li {
  padding: 10px 15px;
}

.header-nav span.moodle-login {
  margin-right: 40px;
}

.header-nav span.moodle-login > a {
  font-weight: 500;
}

.header-nav span.moodle-login > a > i {
  font-size: 18px;
  left: -5px;
  top: 2px;
  position: relative;
}

/*-----------------Footer-Nav (ORCA)----------------------*/
footer nav {
  width: 15%;
}

footer ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.42857;
  padding-bottom: 15px;
}

footer nav li {
  height: 30px;
}

footer nav li:nth-child(5) {
  margin-top: 10px;
  height: 35px;
  line-height: 1.4;
}

footer nav li a {
  font-size: 18px;
  color: #a90d00;
}

/*------------------------------------------------------------------------------------*/
/*---------------------------------------Header (ORCA)--------------------------------*/
/*------------------------------------------------------------------------------------*/
header {
  background-color: #002b44;
}

header .wrapper:not(nav *) {
  max-width: 1596px;
  width: 100%;
}

header .keyvisual-bg {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 0;
}

header .keyvisual-bg img {
  width: 100%;
}

header .logo-orca {
  max-width: 200px;
  width: 100%;
  padding: 30px 0 20px 0;
  min-height: 110px;
}

/*Orca Logo Focus*/
header .orca a:focus {
  color: #ffffff;
}

header .logo-orca-menu {
  max-width: 200px;
  width: 100%;
  padding: 0 0 20px 0;
  min-height: 110px;
  margin-top: -17px;
}

header .header-text {
  color: #fff;
  width: 100%;
  margin: 80px 0 30px 0;
}

.page-home header .header-text {
  text-align: center;
}

/*-----------Infoseiten-------------*/
.infoseite > header {
  margin-bottom: 160px;
}

.infoseite > header .header-text {
  text-align: left;
  width: 65%;
  position: relative;
}

header .header-text h1 {
  margin-bottom: 40px;
  margin-top: 10px;
}

header .header-text .header-text-logo img {
  max-width: 450px;
  margin-top: 10px;
  width: 100%;
}

/*
.infoseite > header .header-text p:not(.stoerer-text){
    margin-left:80px;
}
*/
header .keyvisual-img {
  margin-top: 80px;
  margin-bottom: -80px;
  position: relative;
  width: auto;
  /*alt: 30%*/
  text-align: right;
  height: 100%;
  overflow: hidden;
}

header .keyvisual-img img {
  width: auto;
}

header .keyvisual-img .bildnachweis {
  bottom: 6px;
  top: inherit;
}

/*------------------------------------------------------------------------------------*/
/*---------------------------------------Footer (ORCA)--------------------------------*/
/*------------------------------------------------------------------------------------*/
footer hr {
  margin: 0 0 20px 0;
  height: 5px;
  background-color: #002b44;
  border: none;
}

footer > .flexbox {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  -webkit-align-items: unset;
  align-items: unset;
}

footer .flexbox .flexbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em 0 2em 0;
  width: 74%;
}

footer .flexbox .flexbox div {
  width: 250px;
  height: auto;
}

footer .img-container img {
  max-width: 300px;
  max-height: 100px;
}

footer .foerderung {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*Datenschutzbanner*/
#datenschutzbanner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.4);
}

#datenschutzbanner p {
  font-size: 16px;
}

#datenschutzbanner .orca-download a {
  top: 5px;
}

#datenschutzbanner .flexbox {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#datenschutzbanner .flexbox div {
  padding: 15px;
}

#datenschutzbanner .flexbox span:not(.orca-download) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 0px 15px 0px;
}

#datenschutzbanner .flexbox span .btn {
  display: inline-block;
  background-color: #002b44;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0 15px;
  height: 40px;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------Main Content------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*-----------------Keyvisual (ORCA)---------------------*/
#keyvisual {
  margin-top: 60px;
}

#keyvisual h1 {
  font-size: 40px;
}

#keyvisual .keyvisual-slider-text p {
  line-height: 22px;
}

#keyvisual.flexbox {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#keyvisual > div.view-keyvisual-slider {
  width: 50%;
}

#keyvisual > div.view-keyvisual-slider img {
  max-width: 585px;
  width: 100%;
}

#keyvisual .keyvisual-slider-text {
  padding: 45px;
  position: relative;
  z-index: 10;
  min-height: 530px;
}

#keyvisual .am-mediaplayer {
  margin-top: 45px;
  height: 100%;
}

#keyvisual div.keyvisual-bild {
  position: relative;
  margin-top: 45px;
}

/*-----------------Lizenz-Box (ORCA)---------------*/
#lizenz {
  margin-top: 80px;
}

/*
#lizenz img{
    margin-top:20px;
}
*/
#lizenz h4 {
  margin-top: 20px;
}

/*-----------------Hinweisbanner (ORCA)------------------------*/
.hinweis p {
  font-size: 16px;
}

.hinweis > .flexbox {
  padding: 80px 40px;
}

.hinweis img {
  max-width: 170px;
  width: 100%;
  height: 170px;
  margin: auto 80px auto 0px;
}

/*-----------------Hinweis (ORCA)------------------------------*/
#hinweis {
  margin-top: 40px;
}

/*-----------------Textbox (ORCA)------------------------------*/
.beschreibung > div {
  max-width: 890px;
  text-align: center;
  margin-top: 80px;
}

.beschreibung > div h2 {
  font-size: 80px;
  margin: 0 auto;
  width: 425px;
  text-align: center;
}

.beschreibung .textbox {
  margin-top: 40px;
}

.beschreibung .orca-letter {
  color: #a90d00;
}

.fliesstext {
  margin-left: 80px;
  max-width: 1200px;
}

/*-----------------Startseite---------------------------*/
/*-----------------Slider (ORCA)-----------------------*/
.slider {
  background-color: #f5f5f5;
  margin-top: 160px;
  position: relative;
  height: 500px;
}

.slider > div {
  position: relative;
  top: -80px;
}

.slider .owl-carousel .item {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 8px solid #a90d00;
  transition: 500ms ease-in-out;
}

.slider .owl-carousel .owl-item {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
  margin: 0 0 15px 0;
  overflow: hidden;
}

.slider .owl-carousel .owl-item:hover {
  cursor: pointer;
}

.slider .owl-carousel .owl-item a {
  height: 100%;
  display: block;
}

.slider .owl-carousel .owl-item:hover > div {
  background-size: auto 120%;
  transition: 500ms ease-in-out;
  background-position: -25px -25px;
}

.slider .owl-carousel.owl-carousel-slider-angebot .overlay {
  height: 100%;
  max-height: 300px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #002b44 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 20px;
}

.slider .owl-carousel.owl-carousel-slider-angebot .overlay h4, .slider .owl-carousel.owl-carousel-slider-angebot .overlay p {
  width: 100%;
  display: inline-block;
}

.page-home .slider .owl-carousel .slide_3 {
  background-image: url(../images/mathe-testinfos.jpg);
}

.page-home .slider .owl-carousel .slide_5 {
  background-image: url(../images/mathe-kursinfos.jpg);
}

.page-home .slider .owl-carousel .slide_2 {
  background-image: url(../images/sput-testinfos.jpg);
}

.page-home .slider .owl-carousel .slide_7 {
  background-image: url(../images/sput-kursinfos.jpg);
}

.page-home .slider .owl-carousel .slide_1 {
  background-image: url(../images/moveo_testinfos.jpg);
}

.page-home .slider .owl-carousel .slide_6 {
  background-image: url(../images/physik-kursinfos.jpg);
}

.page-home .slider .owl-carousel .slide_4 {
  background-image: url(../images/ls-kursinfos.jpg);
}

.page-home .slider .owl-carousel .slide_8 {
  background-image: url(../images/bugtopia_start.jpg);
}

.page-landesportal-infos .slider .owl-carousel .slide_1 {
  background-image: url(../images/hintergrund_vegefox.jpg);
}

.page-landesportal-infos .slider .owl-carousel .slide_2 {
  background-image: url(../images/akteure_Blue_Planet_Studio.jpg);
}

.page-landesportal-infos .slider .owl-carousel .slide_3 {
  background-image: url(../images/angebot_monster_ztudio.jpg);
}

.page-landesportal-infos .slider .owl-carousel .slide_4 {
  background-image: url(../images/netzwerk_vegefox.jpg);
}

.slider .owl-carousel.owl-carousel-slider-angebot .owl-nav {
  display: flex;
  justify-content: space-between;
}

.page-home .slider .slider-nav, .page-landesportal-infos .slider .slider-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -45px;
}

.page-home .slider .slider-nav button, .page-landesportal-infos .slider .slider-nav {
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-home .slider .owl-dots, .page-landesportal-infos .slider .owl-dots {
  margin-top: 20px;
}

.page-landesportal-infos .slider-nav.disabled {
  display: none;
}

/*-----------------Boxen (ORCA)---------------------*/
.teaser-box {
  margin-top: 80px;
}

#content .flexbox {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: auto;
}

#content .flexbox .flexbox-container-text h5, .infobox_kartenslider h5 {
  color: #a90d00;
  margin-bottom: 10px;
}

#content .flexbox-container-text {
  width: 60%;
  align-self: center;
  padding: 0 0;
}

#content .flexbox-container-img {
  position: relative;
}

#content .flexbox-container-img .img-round-inner {
  background-color: #fff;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin: 0 5px 5px 0;
  text-align: center;
}

#content .flexbox-container-img.orientation-left .img-round-inner {
  -webkit-box-shadow: 4px 4px 0px 0px #a90d00;
  -moz-box-shadow: 4px 4px 0px 0px #a90d00;
  box-shadow: 4px 4px 0px 0px #a90d00;
}

#content .flexbox-container-img.orientation-right .img-round-inner {
  -webkit-box-shadow: -4px 4px 0px 0px #a90d00;
  -moz-box-shadow: -4px 4px 0px 0px #a90d00;
  box-shadow: -4px 4px 0px 0px #a90d00;
}

#content .rechtsinformationen-teaser .flexbox-container-img .img-round-inner.bg-img {
  background: url(../images/startseite_rechtsinformation.jpg);
  background-repeat: no-repeat;
}

#content .flexbox-container-img .img-round-inner img {
  width: 80%;
  margin-top: 200px;
}

#content .flexbox-container-text.orientation-left {
  -webkit-box-ordinal-group: 67;
  -webkit-order: 66;
  -ms-flex-order: 66;
  order: 66;
  /*may the force be with you*/
}

#content .flexbox-container-img.orientation-left {
  -webkit-box-ordinal-group: 66;
  -webkit-order: 65;
  -ms-flex-order: 65;
  order: 65;
  padding-right: 80px;
}

#content .flexbox-container-img.orientation-right {
  padding-left: 80px;
}

.page-physik-kursinfos #content .flexbox-container-img.orientation-left {
  padding-left: 80px;
  margin-bottom: 80px;
}

.page-physik-kursinfos #content .flexbox-container-img .img-round-inner.bg-img {
  background: url(../images/logos/obkp_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

#content .bugtopia-teaser-1 .flexbox-container-img .img-round-inner.bg-img {
  background: url(../images/bugtopia-screenshot-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90%;
}

#content .bugtopia-teaser-2 .flexbox-container-img .img-round-inner.bg-img {
  background: url(../images/bugtopia-screenshot-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 15%;
}

/*-----------------Infoseiten----------------------*/
/*-----------------Beschreibung (ORCA)-------------*/
/*-----------------Teaser-Box (ORCA)-------------*/
.teaser {
  background: #f5f5f5;
  margin: 160px 0 0 0;
  padding-bottom: 1px;
}

.teaser.video .am-mediaplayer, .teaser.teaser-img figure {
  position: relative;
  top: -80px;
}

.teaser.teaser-img figure {
  position: relative;
}

.teaser.teaser-img figure .bildnachweis {
  bottom: 90px;
}

.teaser.teaser-img figure img {
  width: 100%;
}

.teaser .flexbox > div {
  width: 50%;
}

.teaser .teaser-text {
  padding: 80px 0 80px 80px;
}

.teaser .teaser-text h4 {
  margin-top: 20px;
}

/*-----------------Allgemeines---------------------*/
/*-----------------Karten-Slider---------------------*/
/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;


Width of image = 480px
total images = 3
so width of hovered image = 480px
width of un-hovered image = 40px - you can set this to anything
so total container width = 480 + 40*2 = 560px;
default width = 560/2 = 280px;


Width of image = 600px
total images = 3
so width of hovered image = 600px
width of un-hovered image = 40px - you can set this to anything
so total container width = 600 + 40*2 = 680px;
default width = 680/2 = 340px;
*/
.page-home #content .beratungskarten .beratungsslider_mobile {
  display: none;
}

.page-home #content .beratungskarten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  margin: 100px 0 100px 0;
  width: 100%;
}

.page-home #content .beratungskarten .accordian_kartenslider {
  width: 600px;
  height: 320px;
  overflow: hidden;
  margin: 0 0 0 0;
}

/*A small hack to prevent flickering on some browsers*/
.page-home #content .beratungskarten .accordian_kartenslider ul {
  width: 2000px;
  /*margin-left: -40px;*/
  padding-left: 0px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}

.page-home #content .beratungskarten .accordian_kartenslider li {
  position: relative;
  display: block;
  width: 200px;
  height: 320px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  /*Transitions to give animation effect*/
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to
  see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.page-home #content .beratungskarten .accordian_kartenslider ul:hover li {
  width: 40px;
  height: 320px;
}

/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.page-home #content .beratungskarten .accordian_kartenslider ul li:hover {
  width: 520px;
}

.page-home #content .beratungskarten .accordian_kartenslider li img {
  display: block;
}

/*Image title styles*/
.page-home #content .beratungskarten .image_title_kartenslider {
  background: rgba(169, 13, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 680px;
  height: 80px;
}

.page-home #content .beratungskarten .image_title_kartenslider a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

.page-home #content .beratungskarten .infobox_kartenslider {
  height: auto;
  margin: 0 auto 0 40px;
  padding: 0 15px 0 15px;
}

.page-home #content .fussnote {
  font-size: 12px;
}

.teaser .fussnote {
  font-size: 12px;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------Unterseiten-------------------------------------*/
/*------------------------------------------------------------------------------------*/
.page-mathematik-kursinfos #lizenz {
  margin-bottom: 80px;
}

/*-----------------Bugtopia (ORCA)-----------------------------*/
.page-bugtopia main .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.page-bugtopia .versionshistorie h3 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 30px;
}

/*
.page-bugtopia main p{
    font-size: 18px;
    line-height: 26px;
}
*/
.page-bugtopia #modal {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 700px;
  min-width: 300px;
  padding: 0 0 50px 0;
}

.page-bugtopia .fancybox-is-open .fancybox-close-small svg {
  stroke: white;
  stroke-width: 3.5px;
}

.page-bugtopia #modal div.am-mediaplayer.am-videoplayer, .page-bugtopia #modal div.am-mediaplayer.am-videoplayer .mejs-container, #modal .mejs-layer, #modal div.am-mediaplayer.am-videoplayer .mejs-container .mejs-overlay-play {
  height: 100% !important;
  width: 100% !important;
}

.page-bugtopia #keyvisual header {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.page-bugtopia #keyvisual header video {
  width: 100%;
  height: auto;
  z-index: 0;
  top: 0px;
}

.page-bugtopia #keyvisual header .container {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: calc(50% - 200px);
  width: 100%;
}

/*
.page-bugtopia #keyvisual header .container h1 img{
    width:600px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222);
}
*/
.page-bugtopia #keyvisual header .container .bugtopia-trailer {
  width: 230px;
  height: 125px;
  cursor: pointer;
  display: block;
  margin: 0px auto 40px auto;
}

.page-bugtopia #keyvisual header .container .download.button {
  display: inline-block;
  font-size: 20px;
}

.page-bugtopia #keyvisual header .container .download.button i {
  margin: 0 5px;
  font-size: 16px;
}

.page-bugtopia #keyvisual header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 100px 100px white, inset 0px 0px 30px 25px white;
  box-shadow: inset 0px 0px 100px 100px white, inset 0px 0px 30px 25px white;
}

.page-bugtopia #keyvisual header .overlay .overlay_bg {
  background-color: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.page-bugtopia #content .button {
  background-color: #296307;
  color: #fff;
  border: none;
  margin: 10px 0 80px 0;
  padding: 10px 25px;
  text-decoration: none;
}

.page-bugtopia #content .button:hover, .page-bugtopia #content .button:active {
  background-color: #3a870d;
}

/*-----Testimonial-------*/
#testimonial-slideshow {
  margin: 0px auto;
  position: relative;
  width: 50%;
  height: 240px;
  padding: 10px;
}

#testimonial-slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
}

.page-bugtopia main #faq, .page-bugtopia main #download, .page-bugtopia main #bug-melder {
  background-color: #e6e6e6;
  height: auto;
  margin-top: 50px;
  padding: 40px 0;
  scroll-behavior: smooth;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.page-bugtopia main #download .wrapper > .flexbox > div {
  width: 100%;
}

.page-bugtopia main #download .download-container > span {
  flex-wrap: wrap;
}

.page-bugtopia main #download .download-container > span > p {
  width: 100%;
}

.page-bugtopia main #download #exe {
  width: 66%;
  padding-right: 40px;
}

.page-bugtopia main #download #browser-desktop > p:first-child {
  margin-bottom: 40px;
}

.page-bugtopia main #download #browser span#browser-android, .page-bugtopia main #download .no-version {
  display: none;
}

.page-bugtopia main #download .bugtopia-hinweis {
  max-width: 300px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}

@media (pointer: coarse) {
  .page-bugtopia main #download #browser, .page-bugtopia main #download .desktop-versions {
    display: none;
  }
}
/*-------------Versionshistorie----------------*/
.page-bugtopia .versionshistorie {
  margin: 30px 0;
}

.page-bugtopia .versionshistorie .panel {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  border: 2px solid #296307;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.page-bugtopia .versionshistorie .panel-default > .panel-heading {
  border-color: transparent;
  color: #fff;
  padding: 0px;
}

.page-bugtopia .versionshistorie .dropdown-icon-down:after, .page-bugtopia .versionshistorie .dropdown-icon-down:before {
  border-bottom: 12px solid #333;
}

.page-bugtopia .versionshistorie .btn {
  width: 100%;
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  background-color: #f5f5f5;
  padding: 6px 12px;
  border: 0px solid transparent;
  line-height: 1.42857;
}

.page-bugtopia .versionshistorie .btn .dropdown-icon-down {
  right: 20px;
  top: 6px;
}

.page-bugtopia .versionshistorie .btn:hover, .page-bugtopia .versionshistorie .btn:focus {
  text-decoration: none;
}

.page-bugtopia .versionshistorie #collapseEins {
  overflow-y: scroll;
  height: 400px;
}

.page-bugtopia .versionshistorie #collapseEins.collapsing {
  max-height: 400px !important;
}

.page-bugtopia .versionshistorie .panel-body > ul {
  padding-left: 10px;
  padding-right: 50px;
}

.page-bugtopia .versionshistorie .panel-body > ul h4 {
  margin-left: 20px;
  margin-top: 20px;
}

.page-bugtopia .versionshistorie .panel-body > ul h3 .release-date {
  font-size: 16px;
  white-space: nowrap;
}

.page-bugtopia .versionshistorie .panel-body > ul li {
  font-size: 16px;
  list-style-type: none;
}

.page-bugtopia .versionshistorie .panel-body ul ul {
  margin-left: 20px;
}

.page-bugtopia .versionshistorie .panel-body ul ul li {
  list-style-type: disc;
}

.page-bugtopia main #download div span.lizenz span {
  display: inline;
}

.page-bugtopia main .lizenz {
  margin-top: 10px;
}

/*
.page-bugtopia main .lizenz p{
    font-size:16px;
    line-height:23px;
    margin-bottom:10px;
}
*/
.page-bugtopia main #faq {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: transparent;
  margin: 0 0 50px 0;
  padding: 0;
  min-height: 800px;
}

.page-bugtopia main .faq .faq-nav {
  margin-left: 45px;
  margin-top: 25px;
  height: 80px;
}

.page-bugtopia main .faq .faq-nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
}

.page-bugtopia main .faq .faq-nav ul li:last-child {
  margin-right: 0px;
}

.page-bugtopia main .faq .mac-faq {
  display: none;
}

.page-bugtopia main .faq .browser-faq {
  display: none;
}

.page-bugtopia main .faq .android-faq {
  display: none;
}

.page-bugtopia main .faq > div {
  width: 100%;
}

.page-bugtopia main .faq div.heading {
  padding: 40px 0px 20px 0px;
}

.page-bugtopia main .faq ol {
  list-style-type: none;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  -moz-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-inline-start: 0px;
}

.page-bugtopia main .faq ol > li {
  margin: 15px 0;
}

.page-bugtopia main .faq ol .panel-heading {
  width: 100%;
  background-color: #f5f5f5;
  color: #7E1156;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 0px;
}

.page-bugtopia main .faq ol a.btn {
  width: 100%;
  text-align: left;
  padding: 16px 40px;
  color: #3a870d;
  white-space: normal;
  font-weight: 500;
  font-size: 16px;
  background-color: #f5f5f5;
  border: none;
}

.page-bugtopia main .faq ol a.btn:focus, .page-bugtopia main .faq ol a.btn:active, .page-bugtopia main .faq ol a.btn:visited, .page-bugtopia .versionshistorie a.btn:active, .page-bugtopia .versionshistorie a.btn:focus, .page-bugtopia .versionshistorie a.btn:visited {
  text-decoration: none;
}

.page-bugtopia main .faq ol a.btn:hover, .page-bugtopia main .faq ol a.btn:active {
  text-decoration: none;
}

.page-bugtopia main .faq .panel-body {
  padding-left: 2.8em;
  border-top: none;
}

.page-bugtopia main .faq .panel-body ul {
  list-style-type: disc;
}

/*-----------------Publikationen (ORCA)---------------------*/
#publikationen .flexbox {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px -10px;
}

#publikationen .flexbox .download-container {
  background-color: #f5f5f5;
  width: calc(50% - 20px);
  margin: 40px 10px;
}

#publikationen .img-container {
  width: 40%;
  margin-top: -40px;
  padding-left: 40px;
}

#publikationen .text-container {
  width: 60%;
  padding: 40px;
  height: 100%;
}

#publikationen .text-container.flexbox {
  flex-wrap: wrap;
  justify-content: unset;
  flex-direction: column;
  margin: 0;
}

#publikationen .img-container img {
  max-width: 250px;
  width: 100%;
}

#publikationen img.schatten {
  -webkit-filter: drop-shadow(1px 1px 3px #333);
  filter: drop-shadow(1px 1px 3px #333);
}

#publikationen .text-container h4 {
  font-size: 18px;
}

#publikationen .text-container h3 {
  font-weight: 700;
  margin-top: 10px;
}

#publikationen .text-container .publikation-beschreibung {
  flex: 1 0 auto;
  height: auto;
}

#publikationen .text-container .orca-download {
  align-self: flex-start;
  margin-top: 20px;
}

#publikationen .text-container > *:not(.orca-download) {
  width: 100%;
}

/*--------------------Teamseite----------------------------------------------------*/
/*--------------------Ansprechpartner--------------------------*/
.team .flexbox {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.team h2 {
  margin-top: 40px;
}

.team h3 {
  min-height: 35px;
}

.team .ansprechpartner.flexbox {
  background-color: #002b44;
  color: #fff;
  width: calc(50% - 20px);
  margin: 40px 10px;
}

.team .ansprechpartner .team-container > .flexbox {
  margin: inherit;
  margin-top: 40px;
}

.team .ansprechpartner .team-container {
  padding: 6% 6% 9% 6%;
  width: 100%;
}

.team .img-container {
  width: 33.33%;
  max-width: 225px;
}

.team .text-container {
  width: 66.66%;
  padding-left: 5%;
}

.team .text-container p {
  font-size: 20px;
}

.team .text-container p.taetigkeit {
  margin-top: 30px;
}

.team .text-container .orca-link-blue {
  margin-top: 20px;
}

.team .img-container img {
  width: 100%;
  border-radius: 50%;
}

.team .text-container p > i {
  min-width: 21px;
}

@media screen and (max-width: 1399px) {
  .team .ansprechpartner .team-container {
    padding: 5% 5% 8% 5%;
  }

  .team .text-container {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .team .ansprechpartner.flexbox {
    width: 100%;
    margin: 40px 10px;
  }
}
@media screen and (max-width: 650px) {
  .team .text-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .team .text-container p {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .team .img-container {
    width: 100%;
    max-width: 140px;
  }

  .team .text-container {
    width: 100%;
  }

  .team .ansprechpartner .team-container > .flexbox {
    margin-top: 10px;
  }
}
/*-------------------Impressum/Datenschutz/About (ORCA)----------------------------*/
.hinweisseite header h1 {
  padding-bottom: 80px;
}

.hinweisseite #impressum, .hinweisseite #datenschutz, .hinweisseite #about {
  margin: 80px 0;
}

.page-impressum #content div.fliesstext p span, .page-kontakt .anschrift address span {
  margin-bottom: 6px;
  display: inline-block;
}

.page-about #content #about > div, .page-impressum #content #impressum > div, .page-datenschutz #content #datenschutz > div {
  margin-bottom: 40px;
}

.page-datenschutz #content #datenschutz > div > div.panel-group, .page-about #content #about > div > div.panel-group {
  margin-top: 30px;
}

.page-datenschutz h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 30px;
}

.page-datenschutz .panel ul, .page-datenschutz .panel li {
  list-style-type: disc;
  font-size: 22px;
}

.page-datenschutz .panel ul {
  margin-left: 20px;
}

.page-datenschutz .panel-title > a[aria-expanded=false]::after, .page-datenschutz .panel-title > a[aria-expanded=true]::after {
  content: "";
}

.page-datenschutz .dropdown-icon-down:after, .page-datenschutz .dropdown-icon-down:before {
  border-bottom: 12px solid #a90d00;
}

.page-datenschutz .panel-body.flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.page-datenschutz .panel-body.flexbox > div {
  width: 50%;
}

.page-datenschutz #optout-form label > strong {
  font-weight: 400;
}

.page-datenschutz .responsibility h3 {
  font-size: 20px;
}

.page-datenschutz .responsibility .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-datenschutz .responsibility .flexbox > div {
  margin-right: 40px;
}

.page-datenschutz .responsibility span {
  height: 10px;
  display: block;
}

.page-about .panel-title > a {
  font-size: 16px;
}

.page-about .panel-body p {
  font-size: 18px;
  line-height: 26px;
}

.page-about .panel h3 {
  font-size: 18px;
}

/*-------------------Kontakt (ORCA)--------------------------*/
.page-kontakt:not(.mitteilung) .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page-kontakt #kontaktformular .flexbox-left, .page-kontakt #kontaktformular .flexbox-right {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
}

.page-kontakt .flexbox-right .anschrift address {
  padding: 40px 40px 40px 80px;
}

.page-kontakt .flexbox-left .formularbox .contactform {
  padding: 40px 40px 40px 80px;
  display: inline-grid;
}

.page-kontakt .flexbox-right {
  width: -webkit-calc(50% + 25px);
  width: calc(50% + 25px);
}

.page-kontakt #kontaktformular {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-kontakt .sternchen, .page-kontakt-new .fussnote.pflichtfeld {
  color: #002b44;
}

.page-kontakt #kontaktformular .fussnote {
  margin: 20px 0 10px 0;
  width: 100%;
  font-size: 16px;
}

.page-kontakt #kontaktformular #counter {
  float: right;
  font-weight: normal;
}

.page-kontakt #kontaktformular .contactform > .fussnote {
  display: block;
}

.page-kontakt #kontaktformular #contactform > label, .page-kontakt #kontaktformular #contactform > input:last-child {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-kontakt #kontaktformular #contactform > label:first-child {
  margin-top: 0px;
}

.page-kontakt-new .contactform > label:first-of-type {
  margin-top: 0px;
}

.page-kontakt .contactform > label:not(:first-of-type) {
  margin-top: 15px;
}

.page-kontakt .contactform input.mail {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.page-kontakt .contactform > span#mail-abfrage {
  width: 30px;
  justify-self: end;
  margin-top: -26px;
}

.page-kontakt .contactform > span#mail-abfrage > i {
  font-size: 30px;
  padding-right: -6px;
  margin-top: -9px;
  position: relative;
  right: 2px;
}

.page-kontakt .contactform > span#mail-abfrage #vollstaendig {
  color: #388E3C;
  display: none;
}

.page-kontakt .contactform > span#mail-abfrage #unvollstaendig {
  color: #d32f2f;
  display: none;
}

.page-kontakt .anhang, .page-kontakt .contactform > span#datenschutzabfrage {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.page-kontakt .anhang, .page-kontakt .contactform > span label {
  font-weight: 400 !important;
}

.page-kontakt .contactform > span label {
  margin-bottom: 10px;
  font-size: 18px;
}

.page-kontakt .anhang, .page-kontakt .contactform textarea {
  resize: vertical;
  width: 100%;
}

.page-kontakt .contactform select, .page-kontakt .contactform label, .page-kontakt .contactform input:not(.nostyle) {
  width: 100%;
}

.page-kontakt #contactform select, .page-kontakt #contactform input:not(.nostyle), .page-kontakt #contactform textarea {
  border-radius: 25px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #5c5c5c;
}

.page-kontakt #contactform textarea {
  padding: 15px;
}

.page-kontakt select.minimal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-kontakt select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #002b44 50%), linear-gradient(135deg, #002b44 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 13px) calc(1em + 1px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 7px, 7px 7px, 1px 1.5em;
  background-repeat: no-repeat;
}

.page-kontakt select.minimal:focus {
  background-image: linear-gradient(45deg, #002b44 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #002b44 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 13px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 7px 7px, 7px 7px, 1px 1.5em;
  background-repeat: no-repeat;
}

.page-kontakt select:focus, .page-kontakt input:not(.nostyle):focus, .page-kontakt textarea:focus, .page-kontakt select:hover, .page-kontakt input:not(.nostyle):hover, .page-kontakt textarea:hover {
  outline: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  border-color: #002b44;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.custom-file-input::-webkit-file-upload-button {
  display: inline-block;
  background: #002b44;
  border: 1px solid #999;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 10pt;
  color: #fff;
  position: relative;
  padding: 10px 25px 10px 40px;
  width: 180px;
  text-align: right;
  border-radius: 20px;
  margin-right: 20px;
}

.custom-file-input:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 15px;
  margin: 6px 6px 0 15px;
  display: inline;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 12pt;
  padding-right: 10px;
  line-height: 1.35;
  margin-right: -40px;
  cursor: pointer;
}

.custom-file-input:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 15px;
  margin: 6px 6px 0 15px;
  display: inline;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 12pt;
  padding-right: 10px;
  line-height: 1.35;
  margin-right: -40px;
  cursor: pointer;
}

.custom-file-input:hover::before {
  border-color: black;
}

.page-kontakt #kontaktformular input[type=checkbox] {
  display: inline;
  width: auto;
  margin: 0;
}

.page-kontakt #kontaktformular .datenschutzeinwilligung {
  display: inline-block;
  width: 95%;
}

.page-kontakt #kontaktformular .datenschutzeinwilligung p {
  margin: 0px;
  font-size: 18px;
}

.page-kontakt .anschrift address dl {
  font-size: 20px;
}

/*----Kontakt-Mitteilungen----*/
[class*=page-kontakt-].mitteilung section > div {
  padding: 45px;
}

[class*=page-kontakt-].mitteilung section .infobutton {
  display: inline-block;
  background-color: #002b44;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  margin-top: 15px;
}

[class*=page-kontakt-].mitteilung section .infobutton a {
  color: #fff;
}

/*-------------404---------------*/
.page-404 #content section {
  padding: 30px 45px 45px 45px;
}

.page-404 .infobutton {
  display: inline-block;
  background-color: #002b44;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 40px;
}

.page-404 .infobutton a {
  color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/**************************************************************************************************************************/
/***************************************************RESPONSIVE*************************************************************/
/**************************************************************************************************************************/
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1399px) {
  .teaser .teaser-text {
    padding: 80px 0 80px 40px;
  }

  .stoerer {
    left: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .fliesstext:not(.wint) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  /*_________________Hinweis________________________*/
  .hinweis {
    margin: 0 auto;
    /*        background-color: #f5f5f5;*/
    color: #333333;
    max-width: 100%;
  }

  .hinweiscontainer {
    width: 990px;
    margin: 0 auto 30px auto;
    text-align: center;
    padding: 2px 0 10px 0;
  }

  /*-------------------Boxen (ORCA)------------------*/
  #content .flexbox-container-img.orientation-left {
    padding-right: 40px;
  }

  #content .flexbox-container-img.orientation-right {
    padding-left: 40px;
  }

  /*-------------------Beratungskarten (ORCA)--------*/
  .page-home #content .beratungskarten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    margin: 100px auto 100px auto;
    width: 100%;
  }

  .page-home #content .beratungskarten > div {
    width: 50%;
  }

  .page-home #content .beratungskarten .infobox_kartenslider {
    margin: 0 auto 0 auto;
    padding: 0 40px 0 40px;
  }

  .page-home #content .beratungskarten .accordian_kartenslider {
    width: 600px;
    height: 320px;
    margin: 0 auto 0 auto;
    display: none;
  }

  .page-home #content .beratungskarten .accordian_kartenslider li {
    position: relative;
    display: block;
    width: 200px;
    height: 320px;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    /*Transitions to give animation effect*/
    -o-transition: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
  }

  .page-home #content .beratungskarten .accordian_kartenslider ul:hover li {
    width: 200px;
    height: 320px;
  }

  /*Lets apply hover effects now*/
  /*The LI hover style should override the UL hover style*/
  .page-home #content .beratungskarten .accordian_kartenslider ul li:hover {
    width: 200px;
  }

  .page-home #content .beratungskarten .image_title_kartenslider {
    width: 200px;
    height: 125px;
  }

  .page-home #content .fussnote {
    font-size: 12px;
    margin: 3em 0 0 0;
    text-align: center;
  }

  /* /////////////////////////////////////////////////////////////////// */
  /* /////////////// Beratungskarten mobile - Slider /////////////////// */
  /* /////////////////////////////////////////////////////////////////// */
  .page-home #content .beratungskarten .beratungsslider_mobile {
    display: inline-block;
    position: relative;
    width: calc(100% - 8.75em);
    height: 30vw;
    margin: 0 4em 0 4.75em;
    font-family: "Aneba Neue", sans-serif;
    -webkit-perspective: 1400px;
    perspective: 1400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0;
    -webkit-transform: translateX(-83px);
    -ms-transform: translateX(-83px);
    transform: translateX(-83px);
    cursor: pointer;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile input[type=radio]:nth-child(5) {
    margin-right: 0px;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile input[type=radio]:checked {
    opacity: 0;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile label p {
    font-weight: normal;
    font-size: 16px;
    background: rgba(169, 13, 0, 0.5);
    width: 100%;
    padding: 20px;
    margin: 0 0 0 0;
  }

  #slide1 {
    background: #fa7300;
    background-image: url("../images/karte_schreibberatungen.jpg");
  }

  #slide1 > p > a {
    color: white;
  }

  #slide1 > p > a:hover {
    text-decoration: none;
  }

  #slide2 {
    background: #ffd200;
    background-image: url("../images/karte_selbstreg_lernen.jpg");
  }

  #slide2 > p > a:hover {
    text-decoration: none;
  }

  #slide2 > p > a {
    color: white;
  }

  #slide3 {
    background: #96af23;
    background-image: url("../images/karte_zentr_studienberatungen.jpg");
  }

  #slide3 > p > a {
    color: white;
  }

  #slide3 > p > a:hover {
    text-decoration: none;
  }

  /* Slider Functionality */
  /* Active Slide */
  #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
    -webkit-box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0%, 0, 0px);
    transform: translate3d(0%, 0, 0px);
  }

  /* Next Slide */
  #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(15%, 0, -100px);
    transform: translate3d(15%, 0, -100px);
  }

  /* Next to Next Slide */
  #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(-15%, 0, -120px);
    transform: translate3d(-15%, 0, -120px);
  }

  /* Previous to Previous Slide */
  #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(15%, 0, -120px);
    transform: translate3d(15%, 0, -120px);
  }

  /* Previous Slide */
  #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-15%, 0, -100px);
    transform: translate3d(-15%, 0, -100px);
  }

  .page-bugtopia #keyvisual header .overlay {
    height: -webkit-calc(100% - 210px);
    height: 100%;
  }

  .page-bugtopia #keyvisual header .container {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }

  #testimonial-slideshow {
    height: 180px;
    width: 80%;
  }

  .page-bugtopia main #download #exe {
    padding-right: 40px;
  }

  .page-bugtopia main #download .download-container.flexbox {
    flex-wrap: wrap;
  }

  .page-bugtopia main #download .download-container.flexbox > span {
    width: 50%;
  }

  .page-bugtopia main #download .bugtopia-hinweis {
    max-width: 250px;
  }

  .page-home #content #keyvisual > div.view-keyvisual-slider > div.keyvisual-text {
    width: 90%;
    padding: 0 2em 0 0;
  }

  #teaser-box {
    margin-bottom: 0px;
  }

  #teaser-box .container {
    margin-top: -51px;
  }

  .page-physik-kursinfos #content .flexbox-container-img.orientation-left {
    padding-left: 40px;
  }

  #teaser-box .slide_1, #teaser-box .slide_2, #teaser-box .teaser-content {
    padding: 0 30px;
  }

  .page-kontakt .flexbox-left .formularbox .contactform {
    padding: 40px 40px 0 40px;
  }

  .page-kontakt #kontaktformular .infobutton {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .page-kontakt .flexbox-right .anschrift address {
    padding: 40px 40px 40px 40px;
  }

  #publikationen .flexbox .download-container {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  h2 {
    font-size: 34px;
    font-weight: 600;
  }

  h3 {
    font-size: 26px;
    font-weight: 600;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
    font-weight: 600;
  }

  p {
    font-size: 18px;
    line-height: 1.6em;
  }

  .hinweis {
    margin: 0 auto;
    /*        background-color: #f5f5f5;*/
    color: #333333;
    max-width: 100%;
  }

  .hinweiscontainer {
    width: 768px;
    margin: 0 auto 30px auto;
    text-align: center;
    padding: 2px 5px 10px 5px;
  }

  #content .flexbox.teaser-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  #content .flexbox-container-text.orientation-right {
    -webkit-box-ordinal-group: 67;
    -webkit-order: 66;
    -ms-flex-order: 66;
    order: 66;
  }

  #content .flexbox-container-text {
    min-height: 240px;
  }

  #content .flexbox.orientation-left {
    margin-right: 0px;
  }

  #content .flexbox.orientation-left .flexbox-container-text, #content .flexbox.orientation-right .flexbox-container-text {
    width: 100%;
    padding: 40px 0 0 0;
  }

  #content .flexbox-container-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-grid-row-align: center;
  }

  .infoseite > header {
    margin-bottom: calc(30vw - 138px);
  }

  #studienberatung .flexbox {
    width: 100%;
    max-width: 100%;
  }

  .shariff-button.twitter a span {
    margin-left: -5px;
  }

  .shariff-button.whatsapp a span {
    margin-left: -10px;
  }

  #content .video.teaser > .flexbox, #content .teaser-img.teaser > .flexbox {
    flex-wrap: wrap;
  }

  .teaser .flexbox > div {
    width: 100%;
  }

  .teaser .teaser-text {
    padding: 0px 0px 80px 0px;
    margin-top: -40px;
  }

  .shariff-button.twitter a span {
    margin-left: 7px;
  }

  .shariff-button.whatsapp a span {
    margin-left: 7px;
  }

  /*Header*/
  header .header-nav ul.nav-class-meta > li {
    display: none;
  }

  header .keyvisual-img {
    display: none;
  }

  .infoseite > header .header-text {
    width: 100%;
  }

  .infoseite > header {
    margin-bottom: 80px;
  }

  /*Footer*/
  footer .container.flexbox > nav {
    width: 30%;
  }

  footer .flexbox .flexbox div {
    width: 50%;
  }

  footer .container.flexbox > div.flexbox {
    width: 69%;
  }

  footer .container.flexbox > div.flexbox div a img {
    max-width: 225px;
  }

  footer nav li:nth-child(5) {
    height: 25px;
  }

  /*Startseite*/
  #keyvisual .am-mediaplayer {
    margin-top: 0px;
  }

  #teaser-box .container {
    width: 500px;
    margin-top: 45px;
    padding-top: 45px;
    right: 0em;
  }

  #teaser-box .teaser-content {
    padding: 0 30px;
  }

  #content .flexbox-container-img.orientation-left {
    padding-right: 0px;
  }

  .page-home #content .beratungskarten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    margin: 100px auto 100px auto;
    width: 100%;
  }

  .page-home #content .beratungskarten > div {
    width: 100%;
  }

  .page-home #content .beratungskarten .infobox_kartenslider {
    width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
  }

  .page-home #content .fussnote {
    font-size: 12px;
    margin: 2em 0 0 0;
  }

  .page-home #content .beratungskarten .accordian_kartenslider {
    margin: 0 0 0 0 !important;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile label p {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
  }

  /*mobile Slider*/
  .page-home #content .beratungskarten .beratungsslider_mobile {
    display: inline-block;
    position: relative;
    width: 76%;
    height: 32vw;
    margin: 2em 1em 0 5.5em;
    font-family: "Aneba Neue", sans-serif;
    -webkit-perspective: 1400px;
    perspective: 1400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .page-physik-kursinfos #content .flexbox-container-img.orientation-left {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .page-physik-kursinfos #content .obkp-teaser .flexbox-container-text {
    margin-bottom: 80px;
  }

  .page-bugtopia h3 {
    margin-bottom: 10px;
  }

  .page-bugtopia main .flexbox {
    height: 100%;
  }

  .page-bugtopia .flex-wide {
    padding: 40px 30px 30px 30px;
  }

  .page-bugtopia main #download #exe {
    padding-right: 20px;
  }

  .page-bugtopia main #download .bugtopia-hinweis {
    max-width: 210px;
  }

  .page-bugtopia main #download span.button {
    width: 210px;
  }

  .page-bugtopia main #download .button > a > i.fa {
    display: none;
  }

  .page-bugtopia main #download > div > .flexbox {
    margin-bottom: 0px;
  }

  .page-bugtopia main .faq .faq-nav {
    margin-left: 0px;
  }

  .page-bugtopia main .faq div.heading {
    padding: 45px 0 15px 0;
  }

  .page-bugtopia main .faq ol button.btn {
    padding: 15px 30px 15px 30px;
  }

  .page-bugtopia main .faq .panel-body {
    padding-left: 1.7em;
  }

  .page-kontakt #kontaktformular {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-kontakt #kontaktformular .flexbox-left, .page-kontakt #kontaktformular .flexbox-right {
    width: 100%;
  }

  .page-kontakt #kontaktformular .flexbox-right {
    margin-top: 45px;
  }

  nav.navbar#main-nav .collapse .container > ul {
    height: auto;
    position: relative;
    width: 100%;
    min-width: inherit;
  }

  nav.navbar#main-nav ul.nav li a.level1 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.page-home main#content {
    margin-top: 50px;
  }

  .hinweis {
    margin: 0 auto;
    /*        background-color: #f5f5f5;*/
    color: #333333;
    max-width: 100%;
  }

  .hinweiscontainer {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 2px 15px 25px 15px;
  }

  header .navbar {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #002B44;
    height: auto;
    -webkit-box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    z-index: 10000;
  }

  header .navbar.affix {
    position: relative;
    height: auto;
  }

  /*Navigation*/
  .no-hamburger .meat {
    margin: 2% 0;
  }

  button.close_notice {
    margin: -25px 10px 0 0;
  }

  nav#main-nav > div.collapse {
    display: none;
  }

  nav a.moodlelogin {
    color: #999;
  }

  .navbar#main-nav > div {
    position: fixed;
    height: 100vh;
  }

  .nav header-nav wrapper {
    height: 100vh;
  }

  header > nav.navbar {
    position: absolute;
    z-index: 1500;
    width: 100%;
    display: block;
    height: auto;
  }

  /*Header*/
  /*Footer*/
  footer .container.flexbox > nav, footer .container.flexbox > div.flexbox {
    width: 100%;
  }

  footer .container.flexbox > nav {
    border-right: none;
  }

  footer .container.flexbox > nav ul {
    width: 410px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  footer .container.flexbox > nav ul li:nth-child(-n+4) {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 5px;
  }

  footer .container.flexbox > nav ul li:nth-child(n+5) {
    display: inline;
    margin-top: 20px;
    height: inherit;
  }

  footer .container.flexbox > nav ul li:nth-child(5) {
    text-align: center;
    width: 100%;
  }

  footer .container.flexbox > div.flexbox span {
    width: 100%;
    text-align: center;
    margin: 10px auto 20px auto;
  }

  footer .container.flexbox > div.flexbox > div:nth-child(-n+3) {
    width: 50%;
    display: inline-block;
    text-align: center;
  }

  footer .container.flexbox > div.flexbox span a img {
    max-width: 225px;
  }

  /*Startseite*/
  .hinweis img {
    margin-right: 40px;
    max-width: 17vw;
  }

  .page-home #content .beratungskarten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    margin: 80px auto 70px auto;
    width: 100%;
  }

  #slide1 {
    background-image: url("../images/karte_schreibberatungen.jpg");
    background-size: cover;
  }

  #slide2 {
    background-image: url("../images/karte_selbstreg_lernen.jpg");
    background-size: cover;
  }

  #slide3 {
    background-image: url("../images/karte_zentr_studienberatungen.jpg");
    background-size: cover;
  }

  /* Active Slide */
  #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
    -webkit-box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0%, 0, 0px);
    transform: translate3d(0%, 0, 0px);
  }

  /* Next Slide */
  #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(25%, 0, -100px);
    transform: translate3d(25%, 0, -100px);
  }

  /* Next to Next Slide */
  #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(-25%, 0, -120px);
    transform: translate3d(-25%, 0, -120px);
  }

  /* Previous to Previous Slide */
  #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(25%, 0, -120px);
    transform: translate3d(25%, 0, -120px);
  }

  /* Previous Slide */
  #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-25%, 0, -100px);
    transform: translate3d(-25%, 0, -100px);
  }

  .page-home #content .beratungskarten .accordian_kartenslider {
    margin: 0 0 0 0 !important;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile label p {
    color: white;
    font-size: 16px;
    margin-bottom: -1px;
  }

  /*mobile Slider*/
  .page-home #content .beratungskarten .beratungsslider_mobile {
    display: block;
    position: relative;
    width: 67%;
    height: 55vw;
    margin: 2em auto 0 auto;
    font-family: "Aneba Neue", sans-serif;
    -webkit-perspective: 1400px;
    perspective: 1400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .page-bugtopia #keyvisual {
    min-height: 300px;
  }

  .page-bugtopia main .flexbox {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-bugtopia #keyvisual header .overlay {
    -webkit-box-shadow: inset 0px 0px 60px 50px white, inset 0px 0px 20px 20px white;
    box-shadow: inset 0px 0px 60px 50px white, inset 0px 0px 20px 20px white;
  }

  .page-bugtopia #keyvisual header .container h1 img {
    width: 100%;
    max-width: 600px;
    display: inline;
  }

  #testimonial-slideshow {
    height: 250px;
    width: 100%;
  }

  .page-bugtopia .flex-wide, .page-bugtopia .flex-small {
    width: 100%;
    min-height: 0;
  }

  .page-bugtopia .flex-small img {
    -webkit-box-ordinal-group: 66;
    -ms-flex-order: 65;
    -webkit-order: 65;
    order: 65;
  }

  .page-bugtopia .flex-wide {
    -webkit-box-ordinal-group: 67;
    -ms-flex-order: 66;
    -webkit-order: 66;
    order: 66;
  }

  .page-bugtopia main #download .download-container.flexbox > span {
    width: 100%;
  }

  .page-bugtopia main .faq .faq-nav {
    height: auto;
  }

  .page-bugtopia main .faq .faq-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 0px;
  }

  .page-bugtopia main .faq .faq-nav ul li {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .page-bugtopia main #download > div:last-child {
    margin-top: 20px;
  }

  .page-bugtopia main #download .desktop-versions, .page-bugtopia main #download .appstore-versions {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
  }

  .page-bugtopia main #download div.desktop-versions > span:first-child {
    padding-right: 25px;
  }

  #publikationen .box-handreichungen > .flexbox {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-lehre-und-beratung-publikationen .handreichungen {
    width: 100%;
    margin: 0 auto;
  }

  #publikationen .info-img {
    width: 100%;
    text-align: center;
  }

  .page-about #content #about > h1, .page-impressum #content #impressum > h1, .page-datenschutz #content #datenschutz > h1, .page-datenschutz #content #datenschutz > div > p, .page-impressum #content #impressum > div > p, .page-impressum #content #impressum h3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-physik-kursinfos #teaser-box .teaser-content {
    height: auto;
  }

  .page-physik-kursinfos #teaser-box .container {
    height: auto;
    padding-bottom: 45px;
  }

  .page-datenschutz .responsibility {
    margin: 0 15px;
  }

  .page-datenschutz #content .responsibility .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /*Datenschutzbanner*/
  #datenschutzbanner .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #datenschutzbanner .flexbox span:not(.orca-download) {
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 730px) {
  .page-bugtopia main #download #exe, .page-bugtopia main #download #browser {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
  }

  .page-bugtopia main #download .desktop-versions, .page-bugtopia main #download .appstore-versions {
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .hinweis img {
    display: none;
  }

  #content .flexbox-container-img.orientation-right {
    padding-left: 0px;
    padding-right: 0px;
  }

  #content .flexbox-container-img .img-round-inner {
    width: calc(100vw - 105px);
    height: calc(100vw - 105px);
  }

  #content .flexbox-container-img .img-round-inner img {
    margin-top: 40%;
  }

  #content .rechtsinformationen-teaser .flexbox-container-img .img-round-inner.bg-img {
    background-size: contain;
  }

  .fliesstext:not(.wint2) {
    margin-left: 0px;
  }

  .stoerer {
    left: 0px;
  }

  .page-bugtopia main#content .flexbox {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-kontakt .flexbox-left .formularbox .contactform {
    padding: 40px 0px 0 0px;
  }

  .page-kontakt .flexbox-right .anschrift address {
    padding: 40px 0;
  }

  #publikationen .text-container {
    padding: 40px 20px;
    width: 65%;
  }

  #publikationen .img-container {
    margin-top: -20px;
    padding-left: 20px;
    width: 35%;
  }

  nav.navbar#main-nav ul.nav li a.level1 {
    font-size: 30px;
    line-height: 34px;
  }

  nav.navbar#main-nav ul.nav li a, .navbar#main-nav ul li ul li h4 {
    font-size: 20px;
    line-height: 22px;
  }

  nav.navbar#main-nav ul.meta-nav-mobile li a {
    font-size: 20px;
  }

  li.dropdown > a:after {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 550px) {
  .page-home #content .beratungskarten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    margin: 100px auto 60px auto;
    width: 100%;
  }

  .page-home #content .beratungskarten .infobox_kartenslider {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  .page-home #content .fussnote {
    font-size: 12px;
    margin: 2em 0 0 0;
  }

  .page-home #content .beratungskarten .accordian_kartenslider {
    margin: 0 0 0 0 !important;
  }

  .page-home #content .beratungskarten .beratungsslider_mobile label p {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
  }

  .menubtn_menu span.moodle-login {
    display: none;
  }

  span.moodle-login-mobile {
    display: block;
    margin: -30px 0 40px 0;
  }

  span.moodle-login-mobile a.moodle-login {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding: 0 45px 0 0;
    position: relative;
    top: -1px;
    left: 2px;
  }

  span.moodle-login > a > i {
    font-size: 18px;
    left: -6px;
    top: 2px;
    position: relative;
  }

  /*mobile Slider*/
  .page-home #content .beratungskarten .beratungsslider_mobile {
    display: block;
    position: relative;
    width: 65%;
    height: 70vw;
    padding: 0px;
    font-family: "Aneba Neue", sans-serif;
    -webkit-perspective: 1400px;
    perspective: 1400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  /* Slider Functionality */
  /* Active Slide */
  #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
    -webkit-box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0%, 0, 0px);
    transform: translate3d(0%, 0, 0px);
  }

  /* Next Slide */
  #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(22.5%, 0, -50px);
    transform: translate3d(22.5%, 0, -50px);
  }

  /* Next to Next Slide */
  #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(-22.5%, 0, -50px);
    transform: translate3d(-22.5%, 0, -50px);
  }

  /* Previous to Previous Slide */
  #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(25%, 0, -50px);
    transform: translate3d(25%, 0, -50px);
  }

  /* Previous Slide */
  #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-22.5%, 0, -50px);
    transform: translate3d(-22.5%, 0, -50px);
  }
}
@media screen and (max-width: 499px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hinweis > .flexbox {
    padding: 40px 20px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  h2 {
    font-size: 32px;
    font-weight: 600;
  }

  h3 {
    font-size: 24px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
    font-weight: 600;
  }

  p {
    font-size: 18px;
    line-height: 1.6em;
  }

  .beschreibung > div h2 {
    width: 80%;
    font-size: 60px;
  }

  footer .container.flexbox > div.flexbox > div:nth-child(-n+3) {
    width: 100%;
    display: inline-block;
  }

  footer .foerderung {
    margin-top: 30px;
  }

  nav.navbar#main-nav ul.nav li a.level1 {
    font-size: 28px;
  }

  .page-bugtopia #keyvisual {
    min-height: 240px;
  }

  .page-bugtopia h3 {
    margin-top: 50px;
  }

  .page-bugtopia main #download .desktop-versions, .page-bugtopia main #download .appstore-versions {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-bugtopia main #download div.desktop-versions > span:first-child {
    padding-right: 0px;
  }

  .page-bugtopia main #download div > span {
    width: 100%;
    padding-right: 0px;
  }

  .page-bugtopia main #download span.button {
    width: 100%;
    display: block;
  }

  .page-bugtopia main .faq .faq-nav ul li {
    margin-right: 0px;
  }

  #testimonial-slideshow {
    height: 340px;
    width: 100%;
  }

  .page-bugtopia main #download .bugtopia-hinweis {
    max-width: none;
  }

  #teaser-box .container > .link-box a {
    padding: 0 15px;
  }

  #teaser-box .slide_1, #teaser-box .slide_2, #teaser-box .teaser-content {
    height: 240px;
    padding: 0 15px;
  }

  .page-datenschutz .panel-body.flexbox > div {
    width: 100%;
  }

  .page-kontakt #kontaktformular .datenschutzeinwilligung {
    width: 93%;
  }

  #publikationen > .flexbox {
    margin: 80px 0px;
  }

  #publikationen.wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  #publikationen .flexbox .download-container {
    margin: 40px 0px;
  }
}
@media all and (max-width: 450px) {
  nav.navbar#main-nav ul.nav li a.level1 {
    font-size: 17px;
    line-height: 22px;
  }

  nav.navbar#main-nav ul.nav li a, .navbar#main-nav ul li ul li h4 {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 10px;
  }

  nav.navbar#main-nav ul.meta-nav-mobile li a {
    font-size: 16px;
  }

  li.dropdown > a:after {
    font-size: 26px !important;
  }

  nav.navbar#main-nav ul > li ul.flexbox > li a {
    max-height: 44px;
  }

  footer .container.flexbox > nav ul {
    width: 100%;
  }

  .menubtn {
    width: 100%;
    padding-top: 0;
  }

  .hamburger {
    margin: -80px 0 0 0;
  }
}
@media all and (max-width: 400px) {
  [class*=orca-link] a {
    top: -15px;
    font-size: 14px;
  }

  .beschreibung > div h2 {
    width: 100%;
  }

  .page-bugtopia #keyvisual header .container {
    top: calc(50% - 160px);
  }

  #content .flexbox-container-img .img-round-inner {
    width: 95vw;
    height: 95vw;
  }

  #publikationen .flexbox .download-container {
    flex-wrap: wrap;
  }

  #publikationen .img-container, #publikationen .text-container.flexbox {
    width: 100%;
  }

  #publikationen .img-container {
    text-align: center;
    padding-left: 0px;
    margin-top: -40px;
  }

  #publikationen .text-container .publikation-beschreibung {
    flex: none;
  }
}
@media all and (max-width: 350px) {
  .beschreibung > div h2 {
    font-size: 50px;
  }

  footer .container.flexbox > nav ul li:nth-child(5) {
    width: 100%;
  }

  body {
    width: 100%;
  }
}
/*Fix für iOS für Dropdown*/
/*
nav li, nav ul, nav a{
    cursor:pointer;
}
*/
/*Temporäre CSS-Regeln für die Entwicklung*/
.beschreibung .startseite-textmodul-content-wrapper {
  margin: 0 auto;
  width: 80%;
}
.beschreibung .startseite-textmodul-content-wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 100px;
  line-height: 120px;
  font-weight: bold;
}
@media screen and (max-width: 667px) {
  .beschreibung .startseite-textmodul-content-wrapper h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
.beschreibung .startseite-textmodul-content-wrapper h2 p {
  font-size: 100px;
  line-height: 120px;
  font-weight: bold;
}
@media screen and (max-width: 667px) {
  .beschreibung .startseite-textmodul-content-wrapper h2 p {
    font-size: 44px;
    line-height: 44px;
  }
}
.beschreibung .startseite-textmodul-content-wrapper div.textbox {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.beschreibung .startseite-textmodul-content-wrapper div.textbox div {
  text-align: center;
  width: 100%;
}
.beschreibung .startseite-textmodul-content-wrapper div.textbox div p {
  width: 100%;
  overflow-wrap: break-word;
  font-size: 22px;
}
.beschreibung .startseite-textmodul-content-wrapper span {
  font-size: 22px;
}

.logo-above-small img {
  max-width: 17em;
  margin: 3em 0;
}

.detailseite-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .detailseite-container {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
}

.detailseite {
  padding-bottom: 0px !important;
}
.detailseite .wintcheck-logo {
  max-width: 22em;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1720px) {
  .detailseite .wintcheck-logo {
    max-width: 18em;
  }
}
@media screen and (max-width: 1600px) {
  .detailseite .wintcheck-logo {
    max-width: 16em;
  }
}
@media screen and (max-width: 1400px) {
  .detailseite .wintcheck-logo {
    max-width: 15em;
  }
}
@media screen and (max-width: 1200px) {
  .detailseite .wintcheck-logo {
    max-width: 22em;
  }
}
@media screen and (max-width: 500px) {
  .detailseite .wintcheck-logo {
    max-width: 18em;
  }
}
@media screen and (max-width: 400px) {
  .detailseite .wintcheck-logo {
    max-width: 12em;
  }
}
.detailseite h5 {
  color: #00c9db;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 667px) {
  .detailseite h5 {
    font-size: 16px;
  }
}
.detailseite h5 p {
  color: #00c9db;
  margin-bottom: 1em;
  font-size: 20px;
}
@media screen and (max-width: 667px) {
  .detailseite h5 p {
    font-size: 16px;
  }
}
.detailseite .part-img {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .detailseite .part-img {
    display: none;
  }
}
.detailseite .keyvisual-img-down {
  position: relative;
  margin-bottom: -110px;
  flex-direction: row;
  justify-content: flex-end;
  display: inline-flex;
}
.detailseite .keyvisual-img-down img.active {
  height: 100%;
  width: 100%;
}
.detailseite .keyvisual-img img {
  height: auto;
}
.detailseite .detailseite .detailseite-container .part-img img {
  height: auto;
  width: 100%;
}
.detailseite .header-text {
  margin-top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .detailseite .header-text {
    width: 100%;
  }
}
.detailseite .header-text h2 {
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 1200px) {
  .detailseite .header-text h2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .detailseite .header-text h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.detailseite .header-text h2 p {
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  .detailseite .header-text h2 p {
    font-size: 32px;
    line-height: 36px;
  }
}
.detailseite .part-txt {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .detailseite .part-txt {
    width: 100%;
    padding-bottom: 20px;
  }
}
.detailseite .header-text .fliesstext {
  padding-left: 80px;
  padding-right: 120px;
  margin-left: 0;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .detailseite .header-text .fliesstext {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .detailseite .header-text .fliesstext {
    padding-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  .detailseite .header-text .fliesstext {
    margin-left: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .detailseite .header-text .fliesstext {
    padding-left: 10px;
  }
}
.detailseite .header-text .fliesstext p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .detailseite .header-text .fliesstext p {
    font-size: 22px;
    padding-left: 0;
  }
}

#root .detailseite .flexbox.container > div:last-child {
  width: 40%;
}
@media screen and (max-width: 992px) {
  #root .detailseite .flexbox.container > div:last-child {
    width: auto;
  }
}
#root .detailseite .header-text {
  width: 60%;
}
#root .keyvisual-img-down {
  display: none;
}

.publikation-full .detailseite, .personen-full .detailseite {
  padding-bottom: 0em !important;
}
.publikation-full .detailseite .abstand, .personen-full .detailseite .abstand {
  height: 20vh;
}
@media screen and (max-width: 992px) {
  .publikation-full .detailseite .abstand, .personen-full .detailseite .abstand {
    height: 20px;
  }
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .abstand, .personen-full .detailseite .abstand {
    height: 10px;
  }
}
.publikation-full .detailseite .wintcheck-logo, .personen-full .detailseite .wintcheck-logo {
  max-width: 22em;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .publikation-full .detailseite .wintcheck-logo, .personen-full .detailseite .wintcheck-logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .wintcheck-logo, .personen-full .detailseite .wintcheck-logo {
    max-width: 80vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .publikation-full .detailseite .wintcheck-logo, .personen-full .detailseite .wintcheck-logo {
    max-width: 70vw;
  }
}
.publikation-full .detailseite h5, .personen-full .detailseite h5 {
  color: #00c9db;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite h5, .personen-full .detailseite h5 {
    font-size: 16px;
  }
}
.publikation-full .detailseite h5 p, .personen-full .detailseite h5 p {
  color: #00c9db;
  margin-bottom: 1em;
  font-size: 20px;
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite h5 p, .personen-full .detailseite h5 p {
    font-size: 16px;
  }
}
.publikation-full .detailseite .keyvisual-img, .personen-full .detailseite .keyvisual-img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.publikation-full .detailseite .keyvisual-img img, .personen-full .detailseite .keyvisual-img img {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 340px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .keyvisual-img img, .personen-full .detailseite .keyvisual-img img {
    display: none;
  }
}
.publikation-full .detailseite .header-text, .personen-full .detailseite .header-text {
  margin-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .header-text, .personen-full .detailseite .header-text {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .header-text, .personen-full .detailseite .header-text {
    margin-top: 0;
  }
}
.publikation-full .detailseite .header-text h1, .personen-full .detailseite .header-text h1 {
  padding-right: 42%;
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .header-text h1, .personen-full .detailseite .header-text h1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .header-text h1, .personen-full .detailseite .header-text h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.publikation-full .detailseite .header-text h1 p, .personen-full .detailseite .header-text h1 p {
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .header-text h1 p, .personen-full .detailseite .header-text h1 p {
    font-size: 32px;
    line-height: 36px;
  }
}
.publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
  padding-right: 33%;
  padding-left: 80px;
  margin-left: 0;
  color: #fff;
}
@media screen and (max-width: 1720px) {
  .publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
    padding-right: 40%;
  }
}
@media screen and (max-width: 1600px) {
  .publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
    padding-right: 45%;
  }
}
@media screen and (max-width: 1400px) {
  .publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
    padding-right: 42%;
  }
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .header-text .fliesstext, .personen-full .detailseite .header-text .fliesstext {
    margin-left: 0;
  }
}
.publikation-full .detailseite .header-text .fliesstext p, .personen-full .detailseite .header-text .fliesstext p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .publikation-full .detailseite .header-text .fliesstext p, .personen-full .detailseite .header-text .fliesstext p {
    font-size: 22px;
    padding-left: 0;
  }
}

.unterseite-header {
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position: top 0px center;
}
@media screen and (max-width: 992px) {
  .unterseite-header {
    height: 700px;
    background-position: top 100px center;
  }
}

#content .unterseite-header.wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px !important;
}

.unterseite-header img {
  height: auto !important;
}

.unterseite-header > div:first-child {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.unterseite-header > div:first-child h5 {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 667px) {
  .unterseite-header > div:first-child h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.unterseite-header > div:first-child h5 p {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 667px) {
  .unterseite-header > div:first-child h5 p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
  }
}

.unterseite-header h1 {
  padding-right: 40%;
  padding-left: 0;
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 1200px) {
  .unterseite-header h1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .unterseite-header h1 {
    margin-top: 0;
    padding-top: 0 !important;
    font-size: 32px;
    line-height: 36px;
  }
}
.unterseite-header h1 p {
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  .unterseite-header h1 p {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }
}

.unterseite-header .fliesstext {
  padding-right: 40%;
  padding-left: 0px;
}
@media screen and (max-width: 1200px) {
  .unterseite-header .fliesstext {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.unterseite-header .fliesstext p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .unterseite-header .fliesstext p {
    font-size: 22px;
    line-height: 32px;
  }
}

.startseite-header {
  text-align: center;
  position: relative;
  height: 1000px;
  background-position: top 20px center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .startseite-header {
    background-position: top 120px center;
  }
}
@media screen and (max-width: 992px) {
  .startseite-header {
    background-position: top 130px center;
  }
}
@media screen and (max-width: 667px) {
  .startseite-header {
    background-position: top 0px center;
  }
}
@media screen and (max-width: 400px) {
  .startseite-header {
    height: 700px;
    background-position: top 140px center;
  }
}

#content .startseite-header.wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.startseite-header img {
  height: auto !important;
}

.startseite-header .oval {
  position: absolute;
  bottom: 20px;
  left: 180px;
  width: 257px;
  height: 257px;
  padding: 48px 23px 52px 22px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #53f2b8;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .startseite-header .oval {
    left: 80px;
  }
}
@media screen and (max-width: 992px) {
  .startseite-header .oval {
    left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .startseite-header .oval {
    display: none;
  }
}

.startseite-header .oval p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.startseite-header .oval span {
  margin-top: 10px;
}

.startseite-header-stoerer {
  overflow: visible;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 0;
  max-height: 0;
}
.startseite-header-stoerer [class*=orca-link]:not(.not-yet):focus-within {
  background-color: var(--rot);
}
.startseite-header-stoerer [class*=orca-link]:not(.not-yet):focus-within a {
  color: var(--weiss);
}
.startseite-header-stoerer [class*=orca-link]:not(.not-yet):focus-visible {
  background-color: var(--rot);
}
.startseite-header-stoerer [class*=orca-link]:not(.not-yet):focus-visible a {
  color: var(--weiss);
}

.startseite-header-stoerer, .startseite-header-stoerer .header-text {
  margin: 0 auto !important;
}

.startseite-header-stoerer span {
  left: -8px !important;
}

.startseite-header > div:first-child {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 40px;
}
@media screen and (max-width: 667px) {
  .startseite-header > div:first-child {
    padding-top: 0;
  }
}
.startseite-header > div:first-child p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .startseite-header > div:first-child p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .startseite-header > div:first-child p {
    text-align: left;
  }
}

.startseite-header {
  padding-bottom: 0 !important;
}

.startseite-header-stoerer .header-text {
  padding: 0em !important;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}

header .header-text {
  font-size: 22px;
}
header .header-text h1 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  header .header-text h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  header .header-text h1 {
    text-align: left;
  }
}

.landingpage-header {
  text-align: center;
  position: relative;
  height: 1000px;
  background-position: top 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .landingpage-header {
    height: 700px;
    background-position: top 100px center;
  }
}

#content .landingpage-header.wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px !important;
}

.landingpage-header img {
  height: auto !important;
}

.landingpage-header > div:first-child {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.landingpage-header > div:first-child h5 {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 667px) {
  .landingpage-header > div:first-child h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.landingpage-header > div:first-child h5 p {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 667px) {
  .landingpage-header > div:first-child h5 p {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.landingpage-header h1 {
  padding-right: 40%;
  padding-left: 0;
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 1200px) {
  .landingpage-header h1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .landingpage-header h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.landingpage-header h1 p {
  font-size: 60px;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  .landingpage-header h1 p {
    font-size: 32px;
    line-height: 36px;
  }
}

.landingpage-header .fliesstext {
  padding-right: 40%;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .landingpage-header .fliesstext {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.landingpage-header .fliesstext p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .landingpage-header .fliesstext p {
    font-size: 22px;
    padding-left: 0;
  }
}

.fullwidthvideo {
  width: 100% !important;
}

.video-con {
  position: relative;
}

.video-con video {
  width: 100%;
}

.video-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11em;
  height: 11em;
  margin-left: -5.5em;
  margin-top: -5.5em;
  background-color: #a90d00;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}

.video-circle > div {
  position: absolute;
  width: 7em;
  height: 7em;
  background-color: #a90d00;
  border-radius: 50%;
  border: 1px solid white;
  left: 2em;
  top: 2em;
}

.button.play2 {
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent white;
  box-sizing: border-box;
  width: 4em;
  left: 50%;
  top: 50%;
  height: 4em;
  border-width: 2.2em 0px 2.2em 4.4em;
  background-color: transparent;
  margin-left: -1.5em;
  margin-top: -2em;
  font-size: 0.7em;
}

.button.play {
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #a90d00;
  box-sizing: border-box;
  width: 4em;
  left: 50%;
  top: 50%;
  height: 4em;
  border-width: 2em 0px 2em 4em;
  background-color: transparent;
  margin-left: -1.4em;
  margin-top: -1.8em;
  font-size: 0.7em;
}

.kontaktbox-list-title {
  overflow-wrap: break-word;
  padding: 40px 0;
}
.kontaktbox-list-title h2 {
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .kontaktbox-list-title h2 {
    font-size: 34px;
  }
}

.team .orca-link-orange a {
  color: white;
}

.team .orca-link-orange:before {
  background-color: #d63d00;
}

.team .orca-link-orange:hover {
  background-color: white;
}

.team .orca-link-orange:not(.not-yet):hover a {
  color: #d63d00;
}

.team .flexbox {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.ansprechpartner .img-container img {
  height: auto;
  margin: auto;
  border-radius: 50% !important;
}

.ansprechpartner .img-container {
  position: relative;
  overflow: hidden;
  max-width: none !important;
}

/* view */
.personen-view .sect-wrapper {
  width: auto;
  margin-top: 0;
}
.personen-view .flexbox.ansprechpartner {
  width: 100%;
  margin: 2em;
}

.personen-full .text-container a {
  color: #ff5252;
}

@media screen and (max-width: 667px) {
  #content .flexbox-container-text {
    padding: 20px;
  }
}
.kursliste {
  margin: 32px auto !important;
}

.kursliste .grauer-hintergrund {
  background-color: #f5f5f5;
  margin: 3em;
  padding: 2em 2em 2em 2em;
}

.kursliste .ripple {
  border: 1px solid #006872;
}

.kursliste .orca-link-white {
  background-color: #006872;
}

.kursliste .orca-link-white:hover {
  background-color: #006872;
}

.kursliste .orca-download:hover {
  background-color: white;
}

.kursliste p {
  font-size: 22px !important;
}

.kursliste .orca-link-turquoise {
  margin-right: -3px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  margin-left: 1em;
  background-color: #006872;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.kursliste .orca-link-turquoise:hover, .orca-download-kurs:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.kursliste .orca-link-turquoise, .kursliste .orca-download-kurs {
  padding: 0px 15px !important;
}

.kursliste .orca-link-turquoise:active, .kursliste .orca-link-turquoise:hover {
  padding: 0px;
}

.kursliste .orca-link-turquoise a {
  color: white;
  top: -15px;
  padding: 20px;
}

.kursliste .orca-download-kurs a {
  padding: 20px;
}

.kursliste .orca-link-turquoise:before {
  content: "";
  width: 0px;
}

.kursliste .orca-download-kurs {
  left: 0;
  background-color: #fff;
  border: 2px solid #006872;
  padding: 0px 20px;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  box-sizing: border-box;
}

.kursliste .orca-download-kurs a {
  position: relative;
  overflow: hidden;
  user-select: none;
  top: 4px;
  color: #006872;
  font-weight: 600;
}

.kursliste .zahl-in-kreis {
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0.2em;
  background: #fff;
  color: #666;
  text-align: center;
  border: 2px solid #006872;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 0.9em;
  margin-left: -2.25em;
}

.kursliste .flexbox-container-text {
  width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .kursliste .flexbox-container-text {
    min-height: auto !important;
  }
  .kursliste .grauer-hintergrund {
    margin: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .kursuebersicht-padding {
    padding-left: 94px !important;
  }
}
@media screen and (max-width: 899px) {
  .kursliste .grauer-hintergrund {
    padding: 1em 1em 1em 1em;
    position: relative;
  }
  .kursliste .grauer-hintergrund h3 {
    font-size: 20px;
  }
  .kursliste .grauer-hintergrund p, .kursliste .grauer-hintergrund .orca-link-turquoise, .kursliste .grauer-hintergrund .orca-download-kurs {
    font-size: 16px !important;
  }
  .kursliste .grauer-hintergrund .orca-download-kurs a {
    top: 8px;
  }

  .kursliste .kursuebersicht-padding {
    padding: 6em 1em 1em 1em;
    position: relative;
  }

  .kursliste .zahl-in-kreis {
    position: absolute;
    top: 20px;
    left: 70px;
    font-size: 1.25em;
    padding: 0.3em;
  }
}
.orca-log-view-header {
  text-align: center;
  position: relative;
  background-position: top 0px center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  max-height: 1200px;
}

#content .orca-log-view-header.wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px !important;
}

.orca-log-view-header img {
  height: auto !important;
}

.orca-log-view-header > div:first-child {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.orca-log-view-header > div:first-child h5 p {
  font-size: 20px;
}
@media screen and (max-width: 667px) {
  .orca-log-view-header > div:first-child h5 p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.orca-log-view-header h1 {
  padding-right: 40%;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .orca-log-view-header h1 {
    padding-right: 0%;
  }
}
@media screen and (max-width: 667px) {
  .orca-log-view-header h1 {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.orca-log-view-header h1 p {
  font-size: 60px;
  overflow-wrap: break-word !important;
  line-height: 74px;
}
@media screen and (max-width: 667px) {
  .orca-log-view-header h1 p {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .orca-log-view-header h1 {
    padding-right: 0;
  }
}

.orca-log-view-header .fliesstext {
  padding-right: 40%;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .orca-log-view-header .fliesstext {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .orca-log-view-header .fliesstext {
    padding-left: 0;
    margin-left: 0;
  }
}
.orca-log-view-header .fliesstext p {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .orca-log-view-header .fliesstext p {
    font-size: 22px;
    line-height: 32px;
  }
}

.orcaviewlink {
  text-align: right;
  margin-right: 10%;
}
.orcaviewlink img {
  width: 44px;
  height: 44px;
  top: 4px;
  display: inline-block;
  position: relative;
}
.orcaviewlink div {
  font-family: Mont;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #a90d00;
  display: inline-block;
  margin: 81.5px 18.1px 5.5px 1px;
  text-decoration: underline;
}

.orca-log-tax a {
  color: #a90d00;
}

/* orce log full */
.orcaviewfull header {
  padding-top: 120px;
}
.orcaviewfull section {
  padding-top: 80px;
}
.orcaviewfull section h5 {
  color: #a90d00;
}
.orcaviewfull section .fliesstext {
  padding-top: 20px;
}
.orcaviewfull section .authorlink, .orcaviewfull section .olt-quelle {
  font-size: 16px;
}
.orcaviewfull section .authorlink {
  color: #a90d00;
  text-decoration: underline;
  font-family: Mont;
}
.orcaviewfull section .olt-quelle {
  margin-top: 20px;
}
.orcaviewfull section .olt-text-tags {
  margin-top: 40px;
}
.orcaviewfull section .olt-text-tags a {
  color: #a90d00;
  text-decoration: underline;
  font-size: 18px;
}

.faq {
  background-color: #e6e6e6;
  height: auto;
  padding: 40px 0;
  padding-top: 40px;
  scroll-behavior: smooth;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.faq .section-wrapper > .flexbox {
  width: 100%;
  padding: 1em;
}
.faq .section-wrapper > .flexbox > div {
  width: 100%;
}

.faq {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: transparent;
  margin: 0 0 50px 0;
  padding: 0;
  min-height: 800px;
}

.faq .faq-nav {
  margin-left: 45px;
  margin-top: 25px;
  height: 80px;
}

.faq .faq-nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
}

.faq .faq-nav ul li:last-child {
  margin-right: 0px;
}

.faq > div {
  width: 100%;
}

.faq div.heading {
  padding: 40px 0px 20px 0px;
}

.faq ol {
  list-style-type: none;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  -moz-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-inline-start: 0px;
}

.faq ol > li {
  margin: 15px 0;
}

.faq ol .panel-heading {
  width: 100%;
  background-color: #f5f5f5;
  color: #7E1156;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 0px;
}

.faq ol a.btn {
  width: 100%;
  text-align: left;
  padding: 16px 40px;
  white-space: normal;
  font-weight: 500;
  font-size: 16px;
  background-color: #f5f5f5;
  border: none;
}

.faq ol a.btn:focus, .faq ol a.btn:active, .faq ol a.btn:visited, .page-bugtopia .versionshistorie a.btn:active, .page-bugtopia .versionshistorie a.btn:focus, .page-bugtopia .versionshistorie a.btn:visited {
  text-decoration: none;
}

.faq ol a.btn:hover, .faq ol a.btn:active {
  text-decoration: none;
}

.faq .panel-body {
  padding-left: 2.8em;
  border-top: none;
}

.faq .panel-body ul {
  list-style-type: disc;
}

.faq .faq-nav {
  margin-left: 0px;
}

.faq div.heading {
  padding: 0px 0 15px 0;
}

.faq ol button.btn {
  padding: 15px 30px 15px 30px;
}

.faq .panel-body {
  padding-left: 1.7em;
}

.faq .faq-nav {
  height: auto;
}

.faq .faq-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: left;
  justify-content: left;
  margin-right: 0px;
}

.faq .faq-nav ul li {
  margin-right: 0px;
  margin-bottom: 20px;
}

.faq .faq-nav ul li {
  margin-right: 0px;
}

.dropdown-icon-down {
  margin: -17px -25px 0 -15px !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* slider */
.slider.projekte.slider-projekte {
  margin-bottom: 80px !important;
  height: 804px;
  margin-left: -80px;
  padding-left: 80px;
  width: calc(100% + 2 * 80px);
}
.slider.projekte.slider-projekte .section-wrapper {
  top: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -30px;
}
.slider.projekte.slider-projekte .slider-nav button:last-child {
  float: right;
}
.slider.projekte.slider-projekte .slider-nav {
  position: relative;
  z-index: 1;
  top: -1.75em;
}
.slider.projekte.slider-projekte .slider-nav button {
  position: relative;
  background-color: transparent;
  border: 0;
  outline: 0;
  top: 3.6em;
  cursor: pointer;
}
.slider.projekte.slider-projekte .slider-nav .owl-prev {
  position: relative;
  left: 30px;
  top: 43px;
}
.slider.projekte.slider-projekte .slider-nav .owl-prev a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 7px;
  position: relative;
}
.slider.projekte.slider-projekte .slider-nav .owl-prev a i:before {
  position: relative;
  left: -14px;
  color: #a90d00;
  top: -14px;
}
.slider.projekte.slider-projekte .slider-nav .owl-next {
  position: relative;
  top: 43px;
  right: 20px;
}
.slider.projekte.slider-projekte .slider-nav .owl-next a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 7px;
  position: relative;
}
.slider.projekte.slider-projekte .slider-nav .owl-next a i:before {
  position: relative;
  top: -14px;
  left: 14px;
  color: #a90d00;
}
.slider.projekte.slider-projekte .slider-nav .disabled {
  opacity: 0.5;
}
.slider.projekte.slider-projekte .owl-dots {
  position: absolute;
  min-height: 1em;
  display: flex;
  align-items: stretch;
  left: 85px;
  right: 75px;
  margin-top: -16px;
}
.slider.projekte.slider-projekte .owl-dots button {
  flex-grow: 1;
  display: inline-block;
  position: relative;
  border-radius: 0;
}
.slider.projekte.slider-projekte .owl-dots button span {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 3px;
}
.slider.projekte.slider-projekte .owl-dots .active span {
  background-color: #a90d00 !important;
}
.slider.projekte.slider-projekte .slider-meta {
  position: absolute !important;
  bottom: 1em !important;
}
.slider.projekte.slider-projekte p {
  font-size: 18px !important;
}
.slider.projekte.slider-projekte .owl-item {
  max-width: 609px;
  margin-top: 0.5em;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.slider.projekte.slider-projekte .owl-item:focus, .slider.projekte.slider-projekte .owl-item:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
}
.slider.projekte.slider-projekte .owl-item a {
  padding: 20px;
}
.slider.projekte.slider-projekte .owl-item .item {
  height: 750px;
}
.slider.projekte.slider-projekte * {
  color: black;
}
.slider.projekte.slider-projekte .owl-stage {
  padding-left: 30px !important;
}
.slider.projekte.slider-projekte .owl-dots.disabled, .slider.projekte.slider-projekte .slider-nav.disabled {
  display: none;
}

/* text */
.section-wrapper.slider-projekte-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 40px;
}

.slider-projekte-text {
  padding-left: 40px;
  padding-right: 180px;
  padding-top: 40px;
}
@media screen and (max-width: 667px) {
  .slider-projekte-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-projekte-text .slider-title-wrapper {
  margin-bottom: 40px;
}
.slider-projekte-text .slider-main-title {
  font-size: 48px;
  font-weight: bold;
}
.slider-projekte-text .slider-main-title h2 {
  font-size: unset;
}
@media screen and (max-width: 500px) {
  .slider-projekte-text .slider-main-title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 400px) {
  .slider-projekte-text .slider-main-title h2 {
    font-size: 32px;
  }
}
.slider-projekte-text .slider-main-title p {
  font-size: unset;
}
@media screen and (max-width: 500px) {
  .slider-projekte-text .slider-main-title p {
    font-size: 44px;
  }
}
@media screen and (max-width: 400px) {
  .slider-projekte-text .slider-main-title p {
    font-size: 32px;
  }
}
.slider-projekte-text .slider-div-main-text {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.slider-projekte-text .slider-main-text {
  width: 50%;
  font-size: 22px;
  font-weight: normal;
  padding-left: 80px;
  padding-top: 20px;
}
@media screen and (max-width: 1400px) {
  .slider-projekte-text .slider-main-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-projekte-text .slider-main-text {
    padding-left: 80px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 667px) {
  .slider-projekte-text .slider-main-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-projekte-text .slider-main-link {
  width: 50%;
  margin-right: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .slider-projekte-text .slider-main-link {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-projekte-text .slider-main-link {
    padding-left: 80px;
  }
}
@media screen and (max-width: 667px) {
  .slider-projekte-text .slider-main-link {
    padding-left: 0;
  }
}
.slider-projekte-text .slider-main-link span {
  margin-right: 0;
}
.slider-projekte-text .slider-main-link a {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .slider-projekte-text .slider-main-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .slider-projekte-text .slider-main-link a {
    font-size: 16px;
  }
}

/* slider */
.owl-carousel {
  position: relative;
  top: -160px;
}

.slider.termine.slider-termine, .slider.termine.slider-orca-log, .slider.manuell.slider-manuell {
  margin-bottom: 80px !important;
  height: 804px;
  margin-left: -80px;
  padding-left: 80px;
  width: calc(100% + 2 * 80px);
}
.slider.termine.slider-termine .section-wrapper, .slider.termine.slider-orca-log .section-wrapper, .slider.manuell.slider-manuell .section-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  margin-left: -30px;
}
.slider.termine.slider-termine .slider-nav button:last-child, .slider.termine.slider-orca-log .slider-nav button:last-child, .slider.manuell.slider-manuell .slider-nav button:last-child {
  float: right;
}
.slider.termine.slider-termine .slider-nav, .slider.termine.slider-orca-log .slider-nav, .slider.manuell.slider-manuell .slider-nav {
  position: relative;
  z-index: 1;
  top: -1.75em;
}
.slider.termine.slider-termine .slider-nav button, .slider.termine.slider-orca-log .slider-nav button, .slider.manuell.slider-manuell .slider-nav button {
  position: relative;
  background-color: transparent;
  border: 0;
  outline: 0;
  top: 3.6em;
  cursor: pointer;
}
.slider.termine.slider-termine .slider-nav .owl-prev, .slider.termine.slider-orca-log .slider-nav .owl-prev, .slider.manuell.slider-manuell .slider-nav .owl-prev {
  position: relative;
  left: 30px;
  top: 43px;
}
.slider.termine.slider-termine .slider-nav .owl-prev a i, .slider.termine.slider-orca-log .slider-nav .owl-prev a i, .slider.manuell.slider-manuell .slider-nav .owl-prev a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 7px;
  position: relative;
}
.slider.termine.slider-termine .slider-nav .owl-prev a i:before, .slider.termine.slider-orca-log .slider-nav .owl-prev a i:before, .slider.manuell.slider-manuell .slider-nav .owl-prev a i:before {
  position: relative;
  left: -12px;
  color: #a90d00;
  top: -14px;
}
.slider.termine.slider-termine .slider-nav .owl-next, .slider.termine.slider-orca-log .slider-nav .owl-next, .slider.manuell.slider-manuell .slider-nav .owl-next {
  position: relative;
  top: 43px;
  right: 20px;
}
.slider.termine.slider-termine .slider-nav .owl-next a i, .slider.termine.slider-orca-log .slider-nav .owl-next a i, .slider.manuell.slider-manuell .slider-nav .owl-next a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 7px;
  position: relative;
}
.slider.termine.slider-termine .slider-nav .owl-next a i:before, .slider.termine.slider-orca-log .slider-nav .owl-next a i:before, .slider.manuell.slider-manuell .slider-nav .owl-next a i:before {
  position: relative;
  top: -14px;
  left: 12px;
  color: #a90d00;
}
.slider.termine.slider-termine .slider-nav .disabled, .slider.termine.slider-orca-log .slider-nav .disabled, .slider.manuell.slider-manuell .slider-nav .disabled {
  opacity: 0.5;
}
.slider.termine.slider-termine .owl-dots, .slider.termine.slider-orca-log .owl-dots, .slider.manuell.slider-manuell .owl-dots {
  position: absolute;
  min-height: 1em;
  display: flex;
  align-items: stretch;
  left: 85px;
  right: 75px;
  margin-top: -16px;
}
.slider.termine.slider-termine .owl-dots button, .slider.termine.slider-orca-log .owl-dots button, .slider.manuell.slider-manuell .owl-dots button {
  flex-grow: 1;
  display: inline-block;
  position: relative;
  border-radius: 0;
}
.slider.termine.slider-termine .owl-dots button span, .slider.termine.slider-orca-log .owl-dots button span, .slider.manuell.slider-manuell .owl-dots button span {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 3px;
}
.slider.termine.slider-termine .owl-dots .active span, .slider.termine.slider-orca-log .owl-dots .active span, .slider.manuell.slider-manuell .owl-dots .active span {
  background-color: #a90d00 !important;
}
.slider.termine.slider-termine .slider-meta, .slider.termine.slider-orca-log .slider-meta, .slider.manuell.slider-manuell .slider-meta {
  margin-bottom: 0.75em;
}
.slider.termine.slider-termine .slider-meta > *:first-child, .slider.termine.slider-orca-log .slider-meta > *:first-child, .slider.manuell.slider-manuell .slider-meta > *:first-child {
  display: inline-block;
}
.slider.termine.slider-termine .slider-meta > *:first-child div p, .slider.termine.slider-orca-log .slider-meta > *:first-child div p, .slider.manuell.slider-manuell .slider-meta > *:first-child div p {
  font-size: 12.8px;
  margin-top: 0;
  margin-bottom: 0;
}
.slider.termine.slider-termine .slider-meta > *:last-child, .slider.termine.slider-orca-log .slider-meta > *:last-child, .slider.manuell.slider-manuell .slider-meta > *:last-child {
  display: inline-block;
  float: right;
}
.slider.termine.slider-termine .owl-item, .slider.termine.slider-orca-log .owl-item, .slider.manuell.slider-manuell .owl-item {
  max-width: 449px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.slider.termine.slider-termine .owl-item:focus, .slider.termine.slider-termine .owl-item:hover, .slider.termine.slider-orca-log .owl-item:focus, .slider.termine.slider-orca-log .owl-item:hover, .slider.manuell.slider-manuell .owl-item:focus, .slider.manuell.slider-manuell .owl-item:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
}
.slider.termine.slider-termine .owl-item:focus .owl-item-image, .slider.termine.slider-termine .owl-item:hover .owl-item-image, .slider.termine.slider-orca-log .owl-item:focus .owl-item-image, .slider.termine.slider-orca-log .owl-item:hover .owl-item-image, .slider.manuell.slider-manuell .owl-item:focus .owl-item-image, .slider.manuell.slider-manuell .owl-item:hover .owl-item-image {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}
.slider.termine.slider-termine .owl-item a:focus, .slider.termine.slider-termine .owl-item a:hover, .slider.termine.slider-orca-log .owl-item a:focus, .slider.termine.slider-orca-log .owl-item a:hover, .slider.manuell.slider-manuell .owl-item a:focus, .slider.manuell.slider-manuell .owl-item a:hover {
  background-color: #073049;
  opacity: 0.8;
}
.slider.termine.slider-termine .owl-item .item, .slider.termine.slider-orca-log .owl-item .item, .slider.manuell.slider-manuell .owl-item .item {
  height: 750px;
  z-index: 1;
  position: relative;
}
.slider.termine.slider-termine .owl-item .owl-item-image, .slider.termine.slider-orca-log .owl-item .owl-item-image, .slider.manuell.slider-manuell .owl-item .owl-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 300ms;
}
.slider.termine.slider-termine .owl-item .owl-item-image:focus, .slider.termine.slider-termine .owl-item .owl-item-image:hover, .slider.termine.slider-orca-log .owl-item .owl-item-image:focus, .slider.termine.slider-orca-log .owl-item .owl-item-image:hover, .slider.manuell.slider-manuell .owl-item .owl-item-image:focus, .slider.manuell.slider-manuell .owl-item .owl-item-image:hover {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}
.slider.termine.slider-termine .owl-stage, .slider.termine.slider-orca-log .owl-stage, .slider.manuell.slider-manuell .owl-stage {
  padding-left: 30px !important;
}
.slider.termine.slider-termine .owl-dots.disabled, .slider.termine.slider-termine .slider-nav.disabled, .slider.termine.slider-orca-log .owl-dots.disabled, .slider.termine.slider-orca-log .slider-nav.disabled, .slider.manuell.slider-manuell .owl-dots.disabled, .slider.manuell.slider-manuell .slider-nav.disabled {
  display: none;
}

/* text */
.section-wrapper.slider-termine-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 40px;
}

.slider-termine-text {
  padding-left: 40px;
  padding-right: 180px;
  padding-top: 40px;
}
@media screen and (max-width: 667px) {
  .slider-termine-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-termine-text .slider-title-wrapper {
  margin-bottom: 40px;
}
.slider-termine-text .slider-main-title {
  font-size: 48px;
  font-weight: bold;
}
.slider-termine-text .slider-main-title h2 {
  font-size: unset;
}
@media screen and (max-width: 500px) {
  .slider-termine-text .slider-main-title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 400px) {
  .slider-termine-text .slider-main-title h2 {
    font-size: 32px;
  }
}
.slider-termine-text .slider-main-title p {
  font-size: unset;
}
@media screen and (max-width: 500px) {
  .slider-termine-text .slider-main-title p {
    font-size: 44px;
  }
}
@media screen and (max-width: 400px) {
  .slider-termine-text .slider-main-title p {
    font-size: 32px;
  }
}
.slider-termine-text .slider-div-main-text {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.slider-termine-text .slider-main-text {
  width: 50%;
  font-size: 22px;
  font-weight: normal;
  padding-left: 80px;
  padding-top: 20px;
}
@media screen and (max-width: 1400px) {
  .slider-termine-text .slider-main-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-termine-text .slider-main-text {
    padding-left: 80px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 667px) {
  .slider-termine-text .slider-main-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-termine-text .slider-main-link {
  width: 50%;
  margin-right: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 80px;
}
@media screen and (max-width: 1400px) {
  .slider-termine-text .slider-main-link {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-termine-text .slider-main-link {
    padding-left: 80px;
  }
}
@media screen and (max-width: 667px) {
  .slider-termine-text .slider-main-link {
    padding-left: 0;
  }
}
.slider-termine-text .slider-main-link span {
  margin-right: 0;
}
.slider-termine-text .slider-main-link a {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .slider-termine-text .slider-main-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .slider-termine-text .slider-main-link a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .slider .item {
    height: 600px !important;
  }

  .slider {
    height: 625px !important;
  }

  .slider-kachel-icon, .slider-kachel-hintergrund {
    height: auto !important;
  }

  .slider-div-main-text {
    display: block !important;
  }
  .slider-div-main-text > div:first-child {
    width: 100%;
  }
  .slider-div-main-text > div:last-child {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }

  .slider.projekte.slider-projekte, .slider.termine.slider-termine, .slider.termine.slider-orca-log, .slider.manuell.slider-manuell {
    width: calc(100% + 2 * 50px) !important;
    padding-right: 0px;
  }
}
/* slider */
.slider.termine.slider-kachel-hintergrund {
  margin-top: 0px !important;
  height: auto;
  background-color: transparent;
}
.slider.termine.slider-kachel-hintergrund .section-wrapper {
  padding-left: 40px !important;
  padding-right: 0 !important;
  top: 0 !important;
}
.slider.termine.slider-kachel-hintergrund .slider-nav button:last-child {
  float: right;
}
.slider.termine.slider-kachel-hintergrund .owl-carousel {
  position: relative;
  top: 0em;
}
.slider.termine.slider-kachel-hintergrund .slider-nav {
  position: relative;
  z-index: 1;
  top: -1.75em;
}
.slider.termine.slider-kachel-hintergrund .slider-nav button {
  position: relative;
  background-color: transparent;
  border: 0;
  outline: 0;
  top: 3.6em;
  cursor: pointer;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-prev {
  position: relative;
  left: 10px;
  top: 43px;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-prev a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 15px;
  position: relative;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-prev a i:before {
  position: relative;
  left: -14px;
  color: #a90d00;
  top: -15px;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-next {
  position: relative;
  right: 20px;
  top: 43px;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-next a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 15px;
  position: relative;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .owl-next a i:before {
  position: relative;
  top: -15px;
  left: 14px;
  color: #a90d00;
}
.slider.termine.slider-kachel-hintergrund .slider-nav .disabled {
  opacity: 0.5;
}
.slider.termine.slider-kachel-hintergrund .owl-dots {
  position: absolute;
  min-height: 1em;
  display: flex;
  align-items: stretch;
  left: 70px;
  right: 80px;
  margin-top: -16px;
}
.slider.termine.slider-kachel-hintergrund .owl-dots button {
  flex-grow: 1;
  display: inline-block;
  position: relative;
  border-radius: 0;
}
.slider.termine.slider-kachel-hintergrund .owl-dots button span {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 3px;
}
.slider.termine.slider-kachel-hintergrund .owl-dots .active span {
  background-color: #a90d00 !important;
}
.slider.termine.slider-kachel-hintergrund .slider-meta {
  margin-bottom: 0.75em;
}
.slider.termine.slider-kachel-hintergrund .slider-meta p {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .slider.termine.slider-kachel-hintergrund .slider-meta p {
    overflow-wrap: break-word;
    font-size: 18px;
  }
}
.slider.termine.slider-kachel-hintergrund .slider-meta > *:first-child {
  display: block;
}
.slider.termine.slider-kachel-hintergrund .slider-meta > *:last-child {
  display: block;
}
.slider.termine.slider-kachel-hintergrund .owl-item {
  max-width: 500px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.slider.termine.slider-kachel-hintergrund .owl-item:focus, .slider.termine.slider-kachel-hintergrund .owl-item:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.6);
}
.slider.termine.slider-kachel-hintergrund .owl-item:focus .owl-item-image, .slider.termine.slider-kachel-hintergrund .owl-item:hover .owl-item-image {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}
.slider.termine.slider-kachel-hintergrund .owl-item:hover {
  background-size: 120%;
}
.slider.termine.slider-kachel-hintergrund .owl-item a {
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(7, 48, 73, 0), rgba(7, 48, 73, 0.8));
}
.slider.termine.slider-kachel-hintergrund .owl-item a:focus, .slider.termine.slider-kachel-hintergrund .owl-item a:hover {
  background-color: #073049;
  opacity: 0.8;
}
.slider.termine.slider-kachel-hintergrund .owl-item .item {
  height: 750px;
  z-index: 1;
}
.slider.termine.slider-kachel-hintergrund .owl-item .owl-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 300ms;
}
.slider.termine.slider-kachel-hintergrund .owl-stage {
  max-width: 1650px;
  margin: 1em auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slider.termine.slider-kachel-hintergrund .main-text-slide {
  display: inline-block;
  position: absolute;
  top: -80px;
}
.slider.termine.slider-kachel-hintergrund .main-text-slide small p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.slider.termine.slider-kachel-hintergrund .main-text-slide h4 p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
}
.slider.termine.slider-kachel-hintergrund .alle-kacheln-link-con {
  margin-top: 2em;
  text-align: center;
  position: relative;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .slider.termine.slider-kachel-hintergrund .slider-nav, .slider.termine.slider-kachel-hintergrund .owl-dots {
    display: none;
  }
}
/* slider */
.slider.termine.slider-kachel-icon {
  margin-top: 0px !important;
  height: auto;
  background-color: transparent;
}
.slider.termine.slider-kachel-icon .section-wrapper {
  padding-left: 40px !important;
  padding-right: 0 !important;
  top: 0 !important;
}
.slider.termine.slider-kachel-icon .slider-nav button:last-child {
  float: right;
}
.slider.termine.slider-kachel-icon .owl-carousel {
  position: relative;
  top: 0em;
}
.slider.termine.slider-kachel-icon .slider-nav {
  position: relative;
  z-index: 1;
  top: -1.75em;
}
.slider.termine.slider-kachel-icon .slider-nav button {
  position: relative;
  background-color: transparent;
  border: 0;
  outline: 0;
  top: 3.6em;
  cursor: pointer;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-prev {
  position: relative;
  left: 10px;
  top: 43px;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-prev a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 15px;
  position: relative;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-prev a i:before {
  position: relative;
  left: -14px;
  color: #a90d00;
  top: -15px;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-next {
  position: relative;
  right: 20px;
  top: 43px;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-next a i {
  font-size: 2em;
  background-color: #a90d00;
  height: 3px;
  width: 1em;
  top: 15px;
  position: relative;
}
.slider.termine.slider-kachel-icon .slider-nav .owl-next a i:before {
  position: relative;
  top: -15px;
  left: 14px;
  color: #a90d00;
}
.slider.termine.slider-kachel-icon .slider-nav .disabled {
  opacity: 0.5;
}
.slider.termine.slider-kachel-icon .owl-dots {
  position: absolute;
  min-height: 1em;
  display: flex;
  align-items: stretch;
  left: 70px;
  right: 80px;
  margin-top: -16px;
}
.slider.termine.slider-kachel-icon .owl-dots button {
  flex-grow: 1;
  display: inline-block;
  position: relative;
  border-radius: 0;
}
.slider.termine.slider-kachel-icon .owl-dots button span {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 3px;
}
.slider.termine.slider-kachel-icon .owl-dots .active span {
  background-color: #a90d00 !important;
}
.slider.termine.slider-kachel-icon .slider-meta {
  margin-bottom: 0.75em;
}
.slider.termine.slider-kachel-icon .slider-meta p {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .slider.termine.slider-kachel-icon .slider-meta p {
    overflow-wrap: break-word;
    font-size: 18px;
  }
}
.slider.termine.slider-kachel-icon .slider-meta > *:first-child {
  display: block;
}
.slider.termine.slider-kachel-icon .slider-meta > *:last-child {
  display: block;
}
.slider.termine.slider-kachel-icon .owl-item {
  max-width: 500px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.slider.termine.slider-kachel-icon .owl-item:focus, .slider.termine.slider-kachel-icon .owl-item:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
}
.slider.termine.slider-kachel-icon .owl-item a {
  opacity: 0.9;
  background-color: white;
}
.slider.termine.slider-kachel-icon .owl-item a img {
  width: 30%;
  height: auto;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.slider.termine.slider-kachel-icon .owl-item .item {
  height: 750px;
}
.slider.termine.slider-kachel-icon .owl-stage {
  max-width: 1650px;
  margin: 1em auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slider.termine.slider-kachel-icon .owl-stage-outer {
  padding: 0.5em;
}
.slider.termine.slider-kachel-icon .main-text-slide {
  display: inline-block;
  position: absolute;
  top: -80px;
}
.slider.termine.slider-kachel-icon .main-text-slide small p {
  margim-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.slider.termine.slider-kachel-icon .main-text-slide h4 p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
}
.slider.termine.slider-kachel-icon .overlay {
  background: #f5f5f5;
  color: #000;
}
.slider.termine.slider-kachel-icon .alle-kacheln-link-con {
  margin-top: 2em;
  text-align: center;
  position: relative;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .slider.termine.slider-kachel-icon .slider-nav, .slider.termine.slider-kachel-icon .owl-dots {
    display: none;
  }
}
.wrapper {
  margin: 0 180px 0 180px;
  width: 100%;
}

.sect-wrapper {
  width: calc(100% - 2 * 180px);
  max-width: 1920px;
  margin: 0 auto;
}

.content-wrapper-thin {
  margin: 0 auto;
}

.section-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1400px) {
  .section-wrapper {
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .section-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .section-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-pad-0 {
  padding-top: 0 !important;
}

.section-pad-20 {
  padding-top: 20px !important;
}

.section-pad-40 {
  padding-top: 40px !important;
}

.section-pad-60 {
  padding-top: 60px !important;
}

.section-pad-80 {
  padding-top: 80px !important;
}

.section-pad-100 {
  padding-top: 100px !important;
}

.section-pad-120 {
  padding-top: 120px !important;
}

.section-pad-140 {
  padding-top: 140px !important;
}

.section-pad-160 {
  padding-top: 160px !important;
}

.section-pad-240 {
  padding-top: 240px !important;
}

.section-wrapper-wide {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .section-wrapper-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .section-wrapper-wide {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.header-block {
  max-width: 1920px;
  padding-left: 180px;
  padding-right: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .header-block {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .header-block {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .header-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .header-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.resp-padding-left {
  padding: 20px 0 20px 60px;
}
@media screen and (max-width: 1200px) {
  .resp-padding-left {
    padding: 60px 20px 20px 20px;
  }
}

.resp-padding-right {
  padding: 20px 60px 20px 0;
}
@media screen and (max-width: 1200px) {
  .resp-padding-right {
    padding: 60px 20px 20px 20px;
  }
}

@media screen and (max-width: 992px) {
  .resp-margin-top {
    margin-top: 60px;
  }
}

.header-spacing {
  padding-left: 180px;
  padding-right: 180px;
}

.to-center {
  margin: 0 auto;
  width: 100%;
}

.thin-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.max-emptyspace {
  height: 200px;
}

.medium-emptyspace {
  height: 80px;
}

.large-emptyspace {
  height: 120px;
}

.large-emptyspace, .medium-emptyspace, .max-emptyspace {
  width: 100%;
}

.shift-vertical-medium {
  margin-top: 80px;
  margin-bottom: 80px;
}

.shift-vertical-small {
  margin-top: 40px;
  margin-bottom: 40px;
}

.shift-top {
  margin-top: 80px;
}

.shift-bottom-medium {
  margin-bottom: 80px;
}

.shift-top-medium {
  margin-top: 80px;
}

.shift-bottom-small {
  margin-bottom: 40px;
}

.shift-top-small {
  margin-top: 40px;
}

.spacing-vertical-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spacing-vertical-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

#content .wrapper.no-max-width {
  padding: 40px 0;
  margin: 0 auto;
  max-width: none !important;
}
@media screen and (max-width: 667px) {
  #content .wrapper.no-max-width {
    padding: 10px 0;
  }
}

#content .teaserbox.flexbox.wrapper > div {
  width: 100%;
}

.no-max-width {
  max-width: none;
}

.bluebg {
  background-color: #002b44;
}

.video-content {
  padding-right: 80px;
  background: #f7f7f7;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .video-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .video-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .video-content {
    padding-right: 10px;
  }
}
.video-content .media-flex-container-items {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .video-content .media-flex-container-items {
    padding-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  .video-content .media-flex-container-items {
    padding-left: 20px;
  }
}
@media screen and (max-width: 360px) {
  .video-content .media-flex-container-items {
    padding-left: 10px;
  }
}

.bild-wrapper .media-container {
  max-width: 1560px;
  margin: 0 auto;
  background: #f7f7f7;
  margin-left: 0;
  padding-left: 80px;
  padding-right: 0px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .bild-wrapper .media-container {
    padding-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  .bild-wrapper .media-container {
    padding-left: 20px;
  }
}
.bild-wrapper .media-container .media-flex-container-items {
  padding-right: 80px;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 1200px) {
  .bild-wrapper .media-container .media-flex-container-items {
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .bild-wrapper .media-container .media-flex-container-items {
    padding-right: 20px;
  }
}
.bild-wrapper .media-container .media-flex-container-items img {
  width: 100%;
  height: auto;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 1200px) {
  .bild-wrapper .media-container .media-flex-container-items img {
    top: -40px;
  }
}

.section-wrapper .mejs__container, .media-container.video-content .videoContainer {
  width: 100% !important;
  position: relative;
}

/* für alle Text-Buttons algemein. Ohne Farben */
.orcatextbutton {
  height: 40px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  left: 20px;
}
.orcatextbutton a {
  position: relative;
  top: -14px;
  overflow: hidden;
  user-select: none;
  font-weight: 600;
  left: -25px;
}
.orcatextbutton a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}
.orcatextbutton:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}
.orcatextbutton:hover, .orcatextbutton:focus-visible, .orcatextbutton:focus-within {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

/* weißer Hintergrund */
.whitebg a {
  color: #a90d00;
}
.whitebg:before {
  background-color: #f5f5f5;
}
.whitebg:focus-visible, .whitebg:focus-within {
  background-color: #f5f5f5;
}
.whitebg:hover {
  background-color: #a90d00;
}
.whitebg:hover:before {
  background-color: #a90d00;
}
.whitebg:hover a {
  color: #ffffff;
}

/* roter Hintergrund */
.redbg a {
  color: #ffffff;
}
.redbg:before {
  background-color: #d63100;
}
.redbg:focus-visible, .redbg:focus-within {
  background-color: #d63100;
  border: 2px solid #ffffff;
}
.redbg:hover {
  background-color: #ffffff;
}
.redbg:hover:before {
  background-color: #ffffff;
}
.redbg:hover a {
  color: #a90d00;
}

/* blauer Hintergrund */
.bluebg a {
  color: #ffffff;
}
.bluebg:before {
  background-color: #d63100;
}
.bluebg:focus-visible, .bluebg:focus-within {
  background-color: #d63100;
  border: 2px solid #ffffff;
}
.bluebg:hover {
  background-color: #ffffff;
}
.bluebg:hover:before {
  background-color: #ffffff;
}
.bluebg:hover a {
  color: #d63100;
}

/* grauer Hintergrund */
.greybg a {
  color: #a90d00;
}
.greybg:before {
  background-color: #ffffff;
}
.greybg:focus-visible, .greybg:focus-within {
  background-color: #ffffff;
}
.greybg:hover {
  background-color: #a90d00;
}
.greybg:hover:before {
  background-color: #a90d00;
}
.greybg:hover a {
  color: #ffffff;
}

/* für alle Solid/Outline-Buttons algemein. Ohne Farben */
.orcasolidbutton {
  height: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  left: 20px;
  padding: 7px 40px 0px 40px;
}
.orcasolidbutton a {
  position: relative;
  overflow: hidden;
  user-select: none;
  font-weight: 600;
}
.orcasolidbutton:hover, .orcasolidbutton:focus-visible, .orcasolidbutton:focus-within {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

/* weißer Hintergrund */
.sbredbg {
  background-color: #a90d00;
}
.sbredbg a {
  color: #ffffff;
}
.sbredbg:hover {
  background-color: #d63100;
}
.sbredbg:focus-visible, .sbredbg:focus-within {
  background-color: #d63100;
  border: 2px solid #a90d00;
}

/* blauer Hintergrund */
.sbbluebg {
  background-color: #d63100;
}
.sbbluebg a {
  color: #ffffff;
}
.sbbluebg:hover {
  background-color: #ffffff;
}
.sbbluebg:hover a {
  color: #d63100;
}
.sbbluebg:focus-visible, .sbbluebg:focus-within {
  background-color: #d63100;
  border: 2px solid #ffffff;
}

/* Outline-Button */
.sboutline {
  border: 2px solid #006872;
}
.sboutline a {
  color: #006872;
}
.sboutline:hover {
  background-color: #006872;
}
.sboutline:hover a {
  color: #ffffff;
}

/* für Link */
.orcatextlink {
  color: #a90d00;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.orcatextlink:hover {
  color: #ffffff;
  background-color: #a90d00;
}
.orcatextlink:focus {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 3px #a90d00;
}

.tabelle {
  text-align: left;
  width: 100%;
}
.tabelle tr {
  border-bottom: 1px solid #d3d3d3;
}
.tabelle tr th, .tabelle tr td {
  padding: 1em 1em 1em 0;
}
.tabelle tr th {
  width: 20%;
}
.tabelle tr th:first-child {
  width: 40%;
}
.tabelle span {
  width: 100%;
  text-align: center;
}
.tabelle .orca-download {
  background-color: #a90d00;
}
.tabelle .orca-download a {
  color: #f5f5f5;
}
.tabelle p {
  font-size: 1em !important;
}

@media screen and (max-width: 1200px) {
  .tabelle td {
    display: block;
  }
  .tabelle tr:first-child {
    display: none;
  }
  .tabelle tr td:first-child {
    font-weight: bold;
  }
  .tabelle tr td:last-child {
    display: inline-block;
  }
  .tabelle th {
    width: 100% !important;
  }
}
.zoomToGross {
  zoom: 1.05;
  -moz-transform: scale(1.05, 1.05);
  -moz-transform-origin: top left;
}

.zoomToSehrGross {
  zoom: 1.1;
  -moz-transform: scale(1.1, 1.1);
  -moz-transform-origin: top left;
}

.test {
  color: red;
}

.header-text-links {
  text-align: left;
  position: relative;
  max-width: 40em;
}

.header-text-links h5 {
  color: #ff5252;
}

.img-round-inner img {
  margin-top: 0 !important;
  width: 100% !important;
}

.img-round-inner {
  overflow: hidden;
}

.flexbox-container-img {
  display: flex;
  align-items: center;
}

.wint-teaser.teaser-box.flexbox.orientation-left.wrapper {
  margin: 40px auto !important;
}

@media screen and (max-width: 1200px) {
  .logo-left-small {
    min-height: 0 !important;
    text-align: left;
    padding-left: 40px !important;
  }
}
.kursliste h3 {
  overflow-wrap: break-word;
}
@media screen and (max-width: 667px) {
  .kursliste h3 {
    font-size: 32px;
  }
}

.teaser-illu-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1400px) {
  .teaser-illu-flex {
    padding: 0px;
  }
}
.teaser-illu-flex .teaser-illu-div-for-img {
  width: 50%;
  background: #002b44;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 350px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .teaser-illu-flex .teaser-illu-div-for-img {
    display: none;
  }
}
.teaser-illu-flex .teaser-illu-div-for-img .teaser-illu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-illu-flex .teaser-illu-content {
  background: #002b44;
  margin-top: 0;
  width: 50%;
  padding: 80px;
  min-height: 200px;
  min-width: 200px;
}
@media screen and (max-width: 1600px) {
  .teaser-illu-flex .teaser-illu-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-illu-flex .teaser-illu-content {
    width: 100%;
    padding: 80px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-illu-flex .teaser-illu-content {
    padding: 60px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-illu-flex .teaser-illu-content {
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .teaser-illu-flex .teaser-illu-content {
    padding: 20px;
  }
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-title {
  color: #fff;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 1400px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-title p {
    font-size: 24px;
    line-height: 32px;
  }
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text {
  margin-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
  font-size: 22px;
  word-wrap: break-word;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text p {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-text p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-text {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .teaser-illu-flex .teaser-illu-content .teaser-illu-text {
    padding-left: 0;
  }
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link {
  margin-top: 20px;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .teaser-illu-span {
  overflow: hidden;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .teaser-illu-span a {
  position: relative;
  top: -13px;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd:not(.not-yet):before {
  background-color: #d63100;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd .active {
  margin-right: -3px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5c5c5c;
  padding: 0 20px;
  text-decoration: none;
  margin-left: 1em;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd:not(.not-yet):hover, .teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd .active {
  background: white !important;
}
.teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd:not(.not-yet):hover a, .teaser-illu-flex .teaser-illu-content .teaser-illu-text .teaser-illu-link .orca-link-redd .active a {
  color: #a90d00;
}

.zielgruppenweichen-container {
  background: #f7f7f7;
  margin-left: -80px;
  padding-left: 80px;
  width: calc(100% + 2 * 80px);
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container {
    margin-left: -50px;
    padding-left: 50px;
    width: calc(100% + 2 * 50px);
  }
}
@media screen and (max-width: 992px) {
  .zielgruppenweichen-container {
    margin-left: -40px;
    padding-left: 40px;
    width: calc(100% + 2 * 40px);
  }
}
@media screen and (max-width: 667px) {
  .zielgruppenweichen-container {
    margin-left: -20px;
    padding-left: 20px;
    width: calc(100% + 2 * 20px);
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
  padding-right: 80px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1920px;
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
    padding-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items {
    justify-content: flex-start;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item {
  color: #fff;
  width: calc(50% - 10px);
  background: #a90d00;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item {
    width: 100%;
  }
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item:nth-child(2) {
    margin-top: -40px;
  }
}
@media screen and (max-width: 667px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item {
    width: calc(100% - 10px);
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
  padding: 80px;
}
@media screen and (max-width: 1600px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
    padding: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
    padding: 80px;
  }
}
@media screen and (max-width: 768px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
    padding: 40px;
  }
}
@media screen and (max-width: 667px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content {
    padding: 20px;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .header-zielgruppenweiche {
  color: #fff;
  font-weight: bold;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .header-zielgruppenweiche h2 {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 500px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .header-zielgruppenweiche h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .header-zielgruppenweiche h2 p {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 500px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .header-zielgruppenweiche h2 p {
    font-size: 28px;
    line-height: 32px;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
  margin-top: 20px;
  padding-left: 80px;
  padding-right: 0;
}
@media screen and (max-width: 1600px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
    padding-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext {
    padding-left: 0;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-fliesstext p {
  font-size: unset;
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-fliesstext p {
    font-size: 16px;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link {
  margin-top: 20px;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link a {
  position: relative;
  top: -13px;
  overflow: hidden;
  user-select: none;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link a {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link a {
    font-size: 20px;
  }
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red .active:before {
  opacity: 0;
  visibility: none;
  left: 40px;
  width: 0px;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red .active {
  margin-right: -3px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5c5c5c;
  padding: 0 20px;
  text-decoration: none;
  margin-left: 1em;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red:not(.not-yet):hover, .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red .active {
  background: white !important;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red:not(.not-yet):hover a, .zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red .active a {
  color: #a90d00;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .zielgruppenweiche-flex-item .zielgruppenweiche-content .zielgruppenweiche-div-fliesstext .zielgruppenweiche-link .orca-link-deep-red:not(.not-yet):before {
  background-color: #d63100;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .div-for-img {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.zielgruppenweichen-container .zielgruppenweiche-flex-container-items .div-for-img .zielgruppenweiche-img {
  width: 100%;
}

.teaser-img-rund-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .teaser-img-rund-container {
    flex-wrap: wrap;
  }
}

.teaser-rund-text-side {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.teaser-rund-text-side .logo-above-small img {
  max-width: 17em;
  margin: 1em 0 3em 0;
}
@media screen and (max-width: 1200px) {
  .teaser-rund-text-side {
    width: 100%;
    text-align: left;
  }
}
.teaser-rund-text-side .teaser-rund-title-top {
  width: 100%;
}
.teaser-rund-text-side .teaser-rund-title-top h5 {
  font-size: 20px;
  color: #a90d00;
  font-weight: bold;
  padding-bottom: 16px;
}
.teaser-rund-text-side .teaser-rund-title-top h5 p {
  font-size: 20px;
  color: #a90d00;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.teaser-rund-text-side .teaser-rund-title {
  width: 100%;
}
.teaser-rund-text-side .teaser-rund-title h2 {
  font-size: 100px;
  line-height: 1.08;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 500px) {
  .teaser-rund-text-side .teaser-rund-title h2 {
    font-size: 44px;
  }
}
.teaser-rund-text-side .teaser-rund-title h2 p {
  font-size: 100px;
  line-height: 1.08;
  color: #000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 100px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 56px;
  }
}
@media screen and (max-width: 500px) {
  .teaser-rund-text-side .teaser-rund-title h2 p {
    font-size: 44px;
  }
}
.teaser-rund-text-side .teaser-rund-title-small {
  width: 100%;
}
.teaser-rund-text-side .teaser-rund-title-small h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .teaser-rund-text-side .teaser-rund-title-small h2 {
    font-size: 44px;
    line-height: 60px;
  }
}
.teaser-rund-text-side .teaser-rund-title-small h2 p {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .teaser-rund-text-side .teaser-rund-title-small h2 p {
    font-size: 44px;
    line-height: 60px;
  }
}
.teaser-rund-text-side .teaser-rund-text p {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .teaser-rund-text-side .teaser-rund-text p {
    padding-right: 80px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-rund-text-side .teaser-rund-text p {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-rund-text-side .teaser-rund-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .teaser-rund-text-side .teaser-rund-link {
    padding-right: 80px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-rund-text-side .teaser-rund-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-rund-text-side .teaser-rund-link a {
  font-size: 22px;
}
@media screen and (max-width: 667px) {
  .teaser-rund-text-side .teaser-rund-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .teaser-rund-text-side .teaser-rund-link a {
    font-size: 16px;
  }
}

.teaser-rund-img-side {
  display: flex;
  width: 610px;
}
@media screen and (max-width: 1720px) {
  .teaser-rund-img-side {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-rund-img-side {
    width: 100%;
    order: -1;
  }
}

.shadow-left {
  box-shadow: -4px 4px 0px 0px #a90d00;
}

.shadow-right {
  box-shadow: 4px 4px 0px 0px #a90d00;
}

.teaser-rund-img-wrapper {
  width: 610px;
  height: 610px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1720px) {
  .teaser-rund-img-wrapper {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-rund-img-wrapper {
    width: 610px;
    height: 610px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-rund-img-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-rund-img-wrapper {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 400px) {
  .teaser-rund-img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.teaser-rund-img-wrapper img {
  margin-top: 0 !important;
  width: 100%;
}

.teaser-rund-img-wrapper-small {
  width: 570px;
  height: 570px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1720px) {
  .teaser-rund-img-wrapper-small {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .teaser-rund-img-wrapper-small {
    width: 570px;
    height: 570px;
  }
}
@media screen and (max-width: 992px) {
  .teaser-rund-img-wrapper-small {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 667px) {
  .teaser-rund-img-wrapper-small {
    width: 310px;
    height: 310px;
  }
}
@media screen and (max-width: 400px) {
  .teaser-rund-img-wrapper-small {
    width: 260px;
    height: 260px;
  }
}
.teaser-rund-img-wrapper-small img {
  margin-top: 0 !important;
  width: 100%;
}

.teaser-rund-img-left {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .teaser-rund-img-left {
    justify-content: center;
  }
}

.teaser-rund-img-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .teaser-rund-img-right {
    justify-content: center;
  }
}

.olt-view .olt-one-item-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding-right: 80px;
  width: 100%;
  justify-content: flex-between;
}
@media screen and (max-width: 1400px) {
  .olt-view .olt-one-item-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .olt-view .olt-one-item-container {
    flex-direction: column;
  }
}
.olt-view .olt-one-item-container .olt-img-part {
  display: flex;
  justify-content: center;
}
.olt-view .olt-one-item-container .olt-img-part .olt-img-wrapper {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.olt-view .olt-one-item-container .olt-img-part .olt-img-wrapper img {
  margin-top: 0 !important;
  width: 100%;
}
.olt-view .olt-one-item-container .olt-content-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}
@media screen and (max-width: 667px) {
  .olt-view .olt-one-item-container .olt-content-part .olt-text-wrapper {
    order: -1;
    padding-left: 0;
    padding-top: 40px;
  }
}
.olt-view .olt-one-item-container .olt-content-part .olt-text-wrapper .olt-smalltitel {
  color: #a90d00;
  font-size: 20px;
}
.olt-view .olt-one-item-container .olt-content-part .olt-text-wrapper div.olt-title h2 {
  font-size: 48px;
}
.olt-view .olt-one-item-container .olt-content-part .olt-text-wrapper div.olt-text {
  font-size: 22px;
}
.olt-view .olt-one-item-container .olt-content-part .olt-line {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.olt-view .olt-one-item-container .olt-content-part .olt-quelle {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 18px;
}
.olt-view .olt-one-item-container .olt-content-part .olt-quelle .olt-autor {
  padding-left: 0.5em;
  color: #a90d00;
  text-decoration: underline;
}
.olt-view .olt-one-item-container .olt-content-part .olt-quelle .olt-datum {
  padding-left: 0.5em;
}
.olt-view .olt-one-item-container .olt-content-part .olt-button-wrapper {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-end;
}
.olt-view .olt-one-item-container .olt-content-part .olt-button-wrapper span {
  width: 210px;
}
.olt-view .olt-one-item-container .olt-content-part .olt-button-wrapper span a {
  width: 210px;
}

.blog-navigation li:first-child.aktuelle-seite {
  visibility: hidden;
  opacity: 0;
}
.blog-navigation li:last-child.aktuelle-seite {
  visibility: hidden;
  opacity: 0;
}

.cards-items-wrapper {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-around;
}
.cards-items-wrapper .cards-one-item {
  display: flex;
  justify-content: center;
  width: 23%;
  min-width: 290px;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .cards-items-wrapper .cards-one-item {
    width: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .cards-items-wrapper .cards-one-item {
    width: 48%;
  }
}
@media screen and (max-width: 667px) {
  .cards-items-wrapper .cards-one-item {
    width: 96%;
  }
}
.cards-items-wrapper .cards-one-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 230px;
}
.cards-items-wrapper .cards-one-item .card-content .card-icon-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.cards-items-wrapper .cards-one-item .card-content .card-icon-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
}
.cards-items-wrapper .cards-one-item .card-content .card-img-wrapper {
  width: 13em;
  height: 13em;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cards-items-wrapper .cards-one-item .card-content .card-img-wrapper img {
  margin-top: 0 !important;
  width: 100%;
}
.cards-items-wrapper .cards-one-item .card-content .card-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
.cards-items-wrapper .cards-one-item .card-content .card-title h3 {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  word-break: break-all;
}
.cards-items-wrapper .cards-one-item .card-content .card-title h3 p {
  font-size: unset;
  word-break: break-all;
}
@media screen and (max-width: 992px) {
  .cards-items-wrapper .cards-one-item .card-content .card-title h3 {
    font-size: 28px !important;
  }
}
.cards-items-wrapper .cards-one-item .card-content .card-text {
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  overflow-wrap: break-word;
}
.cards-items-wrapper .cards-one-item .card-link {
  text-align: center;
  margin-bottom: 20px;
}
.cards-items-wrapper .cards-one-item .card-link span {
  text-align: center;
}
.cards-items-wrapper .cards-one-item .card-link a {
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  .cards-items-wrapper .cards-one-item .card-link a {
    font-size: 18px;
  }
}

.textmodul.fliesstext {
  color: #000;
}

.textmodul-links-content {
  overflow-wrap: break-word;
  color: #000;
}
@media screen and (max-width: 667px) {
  .textmodul-links-content {
    padding: 0 10px;
  }
}
.textmodul-links-content .textmodul-links-titel {
  margin-top: 20px;
  color: #000;
}
.textmodul-links-content .textmodul-links-titel h2 {
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 667px) {
  .textmodul-links-content .textmodul-links-titel h2 {
    font-size: 44px;
  }
}
.textmodul-links-content .textmodul-links-titel h2 p {
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 667px) {
  .textmodul-links-content .textmodul-links-titel h2 p {
    font-size: 44px;
  }
}
.textmodul-links-content .textmodul-links-text {
  margin: 10px 20px 20px 80px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
.textmodul-links-content a {
  font-size: 22px;
}

.publikation-view .downloadbox-container .downloadbox-items .downloadbox-oneitem {
  width: 100% !important;
}
.publikation-view .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part {
  padding-left: 60px !important;
}
@media screen and (max-width: 992px) {
  .publikation-view .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part {
    padding-left: 0px !important;
    margin-left: 20px;
  }
}

.olt-text {
  color: #000 !important;
}

.orcaviewfull .keyvisual-img {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
@media screen and (max-width: 992px) {
  .orcaviewfull .keyvisual-img img {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .orcaviewfull .keyvisual-img img {
    max-width: 500px;
  }
}
@media screen and (max-width: 667px) {
  .orcaviewfull .keyvisual-img img {
    max-width: 440px;
  }
}
@media screen and (max-width: 500px) {
  .orcaviewfull .keyvisual-img img {
    max-width: 360px;
  }
}
@media screen and (max-width: 400px) {
  .orcaviewfull .keyvisual-img img {
    max-width: 320px;
  }
}

.olt-view .olt-writer {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.olt-view .olt-quelle {
  color: #000 !important;
}

.publikation-full .detailseite .header-text h1, .publikation-full .detailseite .header-text .content-wrapper-thin p {
  padding-right: 33%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1600px) {
  .publikation-full .detailseite .header-text h1, .publikation-full .detailseite .header-text .content-wrapper-thin p {
    padding-right: 40%;
  }
}
@media screen and (max-width: 1400px) {
  .publikation-full .detailseite .header-text h1, .publikation-full .detailseite .header-text .content-wrapper-thin p {
    padding-right: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .header-text h1, .publikation-full .detailseite .header-text .content-wrapper-thin p {
    padding-right: 0;
  }
}
.publikation-full .detailseite .header-text h5 {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .publikation-full .detailseite .header-text h5 {
    font-size: 16px;
  }
}
.publikation-full .detailseite .header-text h1 {
  font-size: 60px;
}
@media screen and (max-width: 500px) {
  .publikation-full .detailseite .header-text h1 {
    font-size: 28px;
  }
}
.publikation-full .detailseite .header-text .content-wrapper-thin p {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .publikation-full .detailseite .header-text .content-wrapper-thin p {
    font-size: 16px;
  }
}

.publikation-full .detailseite .header-text .fliesstext p {
  padding-right: 18%;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .publikation-full .detailseite .header-text .fliesstext p {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .publikation-full .detailseite .header-text .fliesstext p {
    font-size: 16px;
  }
}

.downloadbox-container {
  width: 100%;
}
.downloadbox-container .download-project-info {
  padding-bottom: 120px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .downloadbox-container .download-project-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 667px) {
  .downloadbox-container .download-project-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.downloadbox-container .download-project-info .download-project-info-title h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .download-project-info .download-project-info-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.downloadbox-container .download-project-info .download-project-info-title h2 p {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .download-project-info .download-project-info-title h2 p {
    font-size: 28px;
    line-height: 32px;
  }
}
.downloadbox-container .download-project-info .download-project-info-text {
  padding: 10px 10px 0 80px;
}
@media screen and (max-width: 667px) {
  .downloadbox-container .download-project-info .download-project-info-text {
    padding: 0;
  }
}
.downloadbox-container .download-project-info .download-project-info-text div p {
  font-size: 22px;
  line-height: 34px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .download-project-info .download-project-info-text div p {
    font-size: 18px;
    line-height: 24px;
  }
}
.downloadbox-container .downloadbox-items {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1920px;
}
@media screen and (max-width: 1400px) {
  .downloadbox-container .downloadbox-items {
    justify-content: flex-start;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem {
  display: flex;
  width: calc(50% - 10px);
  margin-bottom: 120px;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem {
    width: 100%;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #f7f7f7;
}
@media screen and (max-width: 992px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part {
    justify-content: center;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part a {
  display: flex;
  justify-content: center;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part .div-for-img {
  width: 470px;
  height: 467px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part .div-for-img {
    width: 380px;
    height: 360px;
  }
}
@media screen and (max-width: 400px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part .div-for-img {
    width: 320px;
    height: 300px;
  }
}
@media screen and (max-width: 360px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part .div-for-img {
    width: 280px;
    height: 260px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.img-part .magazine-mockup-scene {
  margin-top: -80px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part {
    align-items: flex-start;
    padding-left: 0;
    padding-top: 0;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-wrap: break-word;
}
@media screen and (max-width: 992px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content h5.handreichung {
  width: 100%;
  color: #000;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content h5.handreichung {
    font-size: 16px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-title {
  width: 100%;
  color: #000;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-title h2 {
  overflow-wrap: break-word;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-text {
  width: 100%;
  min-height: 140px;
  padding: 10px;
  color: #000;
  overflow-wrap: break-word;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-text p {
  font-size: 22px;
  line-height: 34px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-text p {
    font-size: 16px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-detail {
  width: 100%;
  min-height: 120px;
  color: #000;
  overflow-wrap: break-word;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-detail p {
  font-size: 22px;
  line-height: 34px;
}
@media screen and (max-width: 500px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .right-side-content .download-detail p {
    font-size: 16px;
    line-height: 24px;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button {
    padding-left: 20px;
    flex-direction: column;
  }
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download {
  left: 0;
  background: #a90d00;
  color: #fff;
  border: 2px solid #a90d00;
  padding: 0px 20px;
  border-radius: 20px;
  display: inline-block;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download a {
  position: relative;
  overflow: hidden;
  top: 4px;
  color: #fff;
  background: #a90d00;
  font-weight: bold;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download:hover a {
  position: relative;
  overflow: hidden;
  top: 4px;
  color: #fff;
  font-weight: bold;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download:not(.not-yet):hover {
  box-shadow: 0 4px 8px 0 #5c5c5c;
}
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download:not(.not-yet):hover, .downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download:not(.not-yet):focus-within,
.downloadbox-container .downloadbox-items .downloadbox-oneitem .downloadbox-content div.content-part .download-button .orca-download .active {
  color: #fff;
  background: #a90d00;
}

@media screen and (max-width: 667px) {
  .kursinfo {
    padding: 0 10px;
    overflow-wrap: break-word;
  }
}
.kursinfo .extra-buttons-above {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (min-width: 1201px) {
  .kursinfo .extra-buttons-above {
    display: none;
  }
}
.kursinfo .extra-buttons {
  width: 48px;
  float: left;
  margin-left: -80px;
}
@media screen and (max-width: 1200px) {
  .kursinfo .extra-buttons {
    display: none;
  }
}
.kursinfo .extra-buttons .icons-vertical {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .kursinfo .fliesstext {
    margin-left: 0 !important;
  }
}
.kursinfo .fliesstext h5.fach-name {
  font-size: 20px;
  color: #000;
}
.kursinfo .fliesstext h2 {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 667px) {
  .kursinfo .fliesstext h2 {
    font-size: 22px;
  }
}
.kursinfo .fliesstext h5.fach-name p {
  font-size: 20px;
  color: #000;
}
.kursinfo .fliesstext h2 p {
  overflow-wrap: break-word;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 667px) {
  .kursinfo .fliesstext h2 p {
    font-size: 22px;
  }
}
.kursinfo .anzeige {
  width: 100%;
  margin-top: 40px;
  font-size: 22px;
  color: #000;
  overflow-wrap: break-word;
}

.kursinfo-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 10px;
  background-color: #006872;
}
.kursinfo-icon-wrapper .kursinfo-icon {
  margin: 0 auto;
  width: 26px;
  height: 26px;
  object-fit: contain;
  fill: #fff;
}

.logo-left-small img {
  max-width: 17em;
}

@media screen and (min-width: 1200px) {
  .logo-left-small {
    max-width: 30%;
  }
}
.logo-left-small {
  margin: 0 !important;
  padding-left: 0 !important;
}

section#startseite-info-mit-img.wint-teaser.teaser-box.flexbox.orientation-left {
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  #content #startseite-info-mit-img.section-wrapper-wide {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    margin-left: 80px;
  }
}
@media screen and (max-width: 992px) {
  #content #startseite-info-mit-img.section-wrapper-wide {
    margin-left: 40px;
  }
}
@media screen and (max-width: 667px) {
  #content #startseite-info-mit-img.section-wrapper-wide {
    margin-left: 20px;
  }
}

#logo-of-paragraph.logo-left-small {
  display: flex;
  justify-content: flex-end;
  align-self: start;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  #logo-of-paragraph.logo-left-small {
    max-width: 260px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  #logo-of-paragraph.logo-left-small {
    max-width: 260px;
    justify-content: flex-start;
    padding-left: 40px;
    margin-left: 0;
  }
}

#startseite-info.flexbox-container-text {
  overflow-wrap: break-word;
}
#startseite-info.flexbox-container-text .info-mit-img-link {
  margin-left: 0;
}
#startseite-info.flexbox-container-text .info-mit-img-link a {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  #startseite-info.flexbox-container-text {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #startseite-info.flexbox-container-text {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  #startseite-info.flexbox-container-text {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  #startseite-info.flexbox-container-text {
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
}

#startseite-info.logo-left-small-text {
  padding-left: 0;
}
#startseite-info.logo-left-small-text .fliesstext {
  margin-left: -40px;
  margin-right: 0;
  margin-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  #startseite-info.logo-left-small-text .fliesstext {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
#startseite-info.logo-left-small-text .logo-left-small-text p {
  font-size: 22px;
}
@media screen and (max-width: 667px) {
  #startseite-info.logo-left-small-text .logo-left-small-text p {
    padding-left: 0;
    padding-right: 40px;
    overflow-wrap: break-word;
  }
}

.cc-window.cc-banner {
  padding: 0 !important;
}

#datenschutzbanner {
  transition: opacity 0.5s ease;
}
#datenschutzbanner .wrapper {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Mont", "Segoe UI", Tahoma, sans-serif;
}
#datenschutzbanner .wrapper p {
  font-size: 22px !important;
}
@media screen and (max-width: 667px) {
  #datenschutzbanner .wrapper p {
    font-size: 18px !important;
  }
}
#datenschutzbanner .wrapper .cc-compliance {
  align-items: start;
}
#datenschutzbanner .wrapper .cc-compliance .cc-dismiss {
  height: 40px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  font-size: 22px !important;
  box-sizing: border-box;
  left: 0;
  padding: 0px 20px;
  border-radius: 20px;
  display: inline-block;
}
#datenschutzbanner .wrapper .ds-flex-right.flexbox {
  flex-wrap: wrap;
  min-width: 420px;
  margin-top: 60px;
}

@media only screen and (max-width: 1399px) {
  #datenschutzbanner > .flexbox {
    flex-wrap: wrap;
  }

  #datenschutzbanner .wrapper .ds-flex-right.flexbox {
    margin-top: 0px;
  }

  #datenschutzbanner span.orca-download {
    margin-bottom: 40px;
  }
}
.slider-container {
  min-width: 280px;
}

/*
.slider-main-container {
    background: colors.$white-two;
}


.slider-title-wrapper {
    margin-bottom: base.$pad-small;
    margin-left: calc(120px + 40px);

}
.slider-main-title {
    font-size: 1.5 * fonts.$medium-font-size;
    font-weight: bold;
}

.slider-div-main-text {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.slider-main-text {
    width: 66%;
    font-size: fonts.$min-font-size;
    font-weight: normal;
    padding-left: base.$pad-small;
    padding-top: calc(40px/2);
}

.slider-main-link {
    width: 34%;
    margin-right: calc(40px/2);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.slider-container-items {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-left: calc(120px + 40px);
}

.slider-container-item {
    width: 400px;
    height: 750px;
    margin-right: calc(40px/2);
    box-shadow: 0 2px 6px 0 colors.$brownish-grey;
    color: colors.$true-white;
    background-size: cover;
    margin-top: calc(-2.5 * 40px);
}

.slider-proj-container-item {
    width: 400px;
    height: 750px;
    margin-right: calc(40px/2);
    box-shadow: 0 2px 6px 0 colors.$brownish-grey;
    color: colors.$true-black;
    background: colors.$true-white;;
    margin-top: calc(-2.5 * 40px);
}

.slider-proj-title {
    font-size: fonts.$medium-font-size;
    font-weight: bold;
}

.slider-content {
    width: 100%;
    height: 99%;
    padding: base.$pad-small base.$pad-small calc(40px/2) base.$pad-small;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slider-proj-content {
    width: 100%;
    height: 99%;
    padding: base.$pad-small base.$pad-small calc(40px/2) base.$pad-small;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    .slider-title {
        font-size: fonts.$min-font-size;
        font-weight: normal;
    }
    .slider-datum {
        font-size: fonts.$min-font-size;
        font-weight: bold;
    }
}
.slider-text {
    font-size: fonts.$medium-font-size;
    font-weight: bold;
}

.slider-proj-text {
    font-size: fonts.$min-font-size;
    font-weight: normal;
    padding-left: base.$pad-small;
    padding-top: calc(40px/2);
}


.slider-line {
    height: 1%;
    width: 100%;
    background: colors.$grass-green;
}

.slider-navigation-wrapper {
    padding-top: base.$pad-small;
}

.slider-navi {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: calc(120px + 40px);
}

.slider-naviline .active {
    color: colors.$deep-red;
}

.slider-dot:not(.active) {
    color: colors.$brownish-grey;
}

.slider-button {
    border: none;
    vertical-align: middle;
    padding-left: calc(40px/4);
    padding-right: calc(40px/4);
    color: colors.$deep-red;
    background: transparent;
}

.slider-line-center {
    vertical-align: top;
    margin-right: calc(-1 * 40px/8);
    margin-left: -1px;
}

.slider-dot {
    border: none;
    background: transparent;
}
*/
.copyrighthinweis-top {
  position: absolute;
  top: 1px;
  right: 3px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}

.copyrighthinweis-bottom-header {
  position: absolute;
  bottom: 1px;
  right: 3px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}

.copyrighthinweis-bottom {
  position: absolute;
  bottom: -41px;
  right: 3px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}

.copyrighthinweis-full-bottom {
  position: absolute;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
  bottom: 5px;
  right: 3px;
}

.copyrighthinweis-down {
  position: absolute;
  bottom: 1px;
  right: 3px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}

.copyrighthinweis-slider {
  position: absolute;
  top: 1px;
  right: 3px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}

.copyrighthinweis-oblt-bottom {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 131px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
  text-align: center;
}
.copyrighthinweis-oblt-bottom div {
  text-align: center;
  width: 100%;
}

.copyrighthinweis-rund-card-bottom {
  position: absolute;
  bottom: 25px;
  left: 32px;
  width: 143px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}
.copyrighthinweis-rund-card-bottom div {
  text-align: center;
  width: 100%;
}

.copyrighthinweis-rund-bottom-1a {
  position: absolute;
  bottom: 25px;
  left: 170px;
  width: 275px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}
.copyrighthinweis-rund-bottom-1a div {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .copyrighthinweis-rund-bottom-1a {
    bottom: 40px;
    left: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .copyrighthinweis-rund-bottom-1a {
    bottom: 30px;
    left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .copyrighthinweis-rund-bottom-1a {
    bottom: 40px;
    left: 90px;
  }
}
@media screen and (max-width: 667px) {
  .copyrighthinweis-rund-bottom-1a {
    left: 60px;
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .copyrighthinweis-rund-bottom-1a {
    left: 44px;
    width: 215px;
  }
}

.copyrighthinweis-rund-bottom-1 {
  position: absolute;
  bottom: 25px;
  left: 170px;
  width: 275px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}
.copyrighthinweis-rund-bottom-1 div {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .copyrighthinweis-rund-bottom-1 {
    bottom: 40px;
    left: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .copyrighthinweis-rund-bottom-1 {
    bottom: 30px;
    left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .copyrighthinweis-rund-bottom-1 {
    bottom: 40px;
    left: 90px;
  }
}
@media screen and (max-width: 667px) {
  .copyrighthinweis-rund-bottom-1 {
    left: 60px;
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .copyrighthinweis-rund-bottom-1 {
    left: 44px;
    width: 215px;
  }
}

.copyrighthinweis-rund-bottom-2 {
  position: absolute;
  bottom: 35px;
  left: 145px;
  width: 275px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px;
}
.copyrighthinweis-rund-bottom-2 div {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .copyrighthinweis-rund-bottom-2 {
    bottom: 40px;
    left: 95px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .copyrighthinweis-rund-bottom-2 {
    bottom: 35px;
    left: 145px;
    width: 275px;
  }
}
@media screen and (max-width: 992px) {
  .copyrighthinweis-rund-bottom-2 {
    bottom: 40px;
    left: 65px;
    width: 230px;
    font-size: 11px;
  }
}
@media screen and (max-width: 667px) {
  .copyrighthinweis-rund-bottom-2 {
    left: 43px;
    width: 220px;
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .copyrighthinweis-rund-bottom-2 {
    left: 32px;
    width: 200px;
  }
}

.copyrighthinweis-rund-bottom-2a {
  position: absolute;
  bottom: 25px;
  left: 160px;
  width: 250px;
  background: transparent;
  color: #5c5c5c;
  font-size: 12px !important;
}
.copyrighthinweis-rund-bottom-2a div {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .copyrighthinweis-rund-bottom-2a {
    bottom: 40px;
    left: 95px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .copyrighthinweis-rund-bottom-2a {
    bottom: 35px;
    left: 145px;
    width: 275px;
  }
}
@media screen and (max-width: 992px) {
  .copyrighthinweis-rund-bottom-2a {
    bottom: 40px;
    left: 65px;
    width: 230px;
    font-size: 11px;
  }
}
@media screen and (max-width: 667px) {
  .copyrighthinweis-rund-bottom-2a {
    left: 43px;
    width: 220px;
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .copyrighthinweis-rund-bottom-2a {
    left: 32px;
    width: 200px;
  }
}

section.blau-hintergrund ::selection, div.blau-hintergrund ::selection {
  background: #fff;
  color: #002b44;
}

/*tab-navigation*/
footer:not(.jumpup) *:focus-visible {
  outline: none;
}

.header *:focus-visible, .header-menu *:focus-visible, .main-menu-container *:focus-visible, .slider-nav *:focus-visible, .owl-dots *:focus-visible, .team-container *:focus-visible, .faq-con *:focus-visible {
  outline: 2px solid #ff5242 !important;
}

.jumpup:focus-within {
  color: #ff5242;
  outline: 2px solid #ff5242 !important;
}

.footer-menu a.orca-textlink:focus {
  -webkit-box-shadow: 0px 0px 5px 3px #ff5242;
  -moz-box-shadow: 0px 0px 5px 3px #ff5242;
  box-shadow: 0px 0px 9px 3px #ff5242;
}

.orca-link-white:not(.not-yet):focus-within, .orca-download:not(.not-yet):focus-within {
  box-shadow: 0 4px 8px 0 #00000066;
}

.orca-link-deep-red:not(.not-yet):focus-within, .orca-link-redd:not(.not-yet):focus-within {
  background: #d63100 !important;
  border: solid 2px #fff;
}

.orca-link-green:not(.not-yet):focus-within {
  background: #3cd696;
}
.orca-link-green:not(.not-yet):focus-within a {
  color: #a90d00;
}

.orca-link-green:before {
  background-color: #3cd696;
}

.orca-link-green:hover {
  background-color: #a90d00;
}

.orca-link-green:not(.not-yet):hover a {
  color: #fff;
}

.stoerer a {
  color: #a90d00;
}

.orca-download:not(.not-yet):focus-within {
  background: #d63100 !important;
}
.orca-download:not(.not-yet):focus-within a {
  background: #d63100 !important;
  border: solid 2px #d63100;
}

.orca-download a:focus-visible {
  outline: none;
}

.downloadbox-content .img-part a:focus-visible {
  outline: none;
}

.downloadbox-content .img-part a:focus-visible img {
  outline: 2px solid #ff5242 !important;
}

.orca-download-kurs a:focus-visible {
  outline: none;
}

.orca-download-kurs:not(.not-yet):focus-within {
  box-shadow: 0 4px 8px 0 #00000066;
}

.owl-item a:focus-visible {
  outline: none;
}

.owl-item:focus-within {
  box-shadow: 0 10px 20px 0 #0003, 0 12px 24px 0 #0009 !important;
}

.faq-nav .orca-link-white:not(.not-yet):focus-within {
  background: #d63100 !important;
  border: solid 2px #fff;
  color: #fff !important;
}

/*ende tab-navigation*/
.flex-cont {
  display: flex;
  flex-wrap: wrap;
}

.items {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
}

div.textmodul.fliesstext p {
  overflow-wrap: break-word;
}

/* font-size unset for Elemente mit sonterzeichen*/
.kursliste .flexbox-container-text h2 {
  overflow-wrap: break-word;
}
.kursliste .flexbox-container-text h2 p {
  font-size: unset;
}
@media screen and (max-width: 667px) {
  .kursliste .flexbox-container-text h2 {
    font-size: 44px;
  }
}

.course_category_tree .category,
.frontpage-course-list-all.courses .category,
.course-content .topics .category {
  margin-top: 20px;
}
.course_category_tree .category .content,
.frontpage-course-list-all.courses .category .content,
.course-content .topics .category .content {
  padding-left: 0;
}
.course_category_tree .category .info .categoryname,
.frontpage-course-list-all.courses .category .info .categoryname,
.course-content .topics .category .info .categoryname {
  background-image: none !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 40px 40px 16px 40px;
  border-left: 25px solid transparent;
}
.course_category_tree .category .info .categoryname svg,
.frontpage-course-list-all.courses .category .info .categoryname svg,
.course-content .topics .category .info .categoryname svg {
  border-radius: 100%;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  padding-bottom: 12px;
  padding-left: 17px;
  padding-right: 12.3px;
  padding-top: 13px;
  width: 50px;
}
.course_category_tree .category .info .categoryname svg *,
.frontpage-course-list-all.courses .category .info .categoryname svg *,
.course-content .topics .category .info .categoryname svg * {
  fill: #006872;
}
.course_category_tree .category .info .categoryname:hover,
.frontpage-course-list-all.courses .category .info .categoryname:hover,
.course-content .topics .category .info .categoryname:hover {
  border-left: 25px solid #006872;
}
.course_category_tree .category .info .categoryname:hover svg,
.frontpage-course-list-all.courses .category .info .categoryname:hover svg,
.course-content .topics .category .info .categoryname:hover svg {
  background-color: #006872;
}
.course_category_tree .category .info .categoryname:hover svg *,
.frontpage-course-list-all.courses .category .info .categoryname:hover svg *,
.course-content .topics .category .info .categoryname:hover svg * {
  fill: #fff !important;
}
.course_category_tree .category .info a,
.frontpage-course-list-all.courses .category .info a,
.course-content .topics .category .info a {
  color: #000;
  text-decoration: none;
}
.course_category_tree .category:first-child,
.frontpage-course-list-all.courses .category:first-child,
.course-content .topics .category:first-child {
  margin-top: 0;
}
.course_category_tree .category.with_children .info .categoryname svg,
.frontpage-course-list-all.courses .category.with_children .info .categoryname svg,
.course-content .topics .category.with_children .info .categoryname svg {
  transform: rotate(90deg);
}
.course_category_tree .category.with_children.collapsed .section,
.frontpage-course-list-all.courses .category.with_children.collapsed .section,
.course-content .topics .category.with_children.collapsed .section {
  display: none;
}
.course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname,
.frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info > .categoryname,
.course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname {
  border-left: 25px solid #006872;
}
.course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname svg,
.frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info > .categoryname svg,
.course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname svg {
  background-color: #006872;
}
.course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname svg *,
.frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info > .categoryname svg *,
.course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname svg * {
  fill: #fff !important;
}
.course_category_tree .category.with_children:not(.collapsed) > .info .section,
.frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info .section,
.course-content .topics .category.with_children:not(.collapsed) > .info .section {
  display: block;
}

.course_category_tree .subcategories + .courses {
  margin-top: 20px;
}

.course-content .topics .section {
  margin: 0;
}

.content .subcategories,
.topics .section,
.courses.category-browse {
  cursor: pointer;
}
.content .subcategories .section-item,
.topics .section .section-item,
.courses.category-browse .section-item {
  display: block;
  padding: 40px 0 16px 0;
  text-decoration: none;
  border-left: 25px solid transparent;
}
.content .subcategories .section-item .info,
.topics .section .section-item .info,
.courses.category-browse .section-item .info {
  border-bottom: 2px solid transparent;
  color: #000;
  display: flex;
  font-size: 28px;
  font-weight: bold;
  justify-content: space-between;
  line-height: 39px;
  padding-left: 40px;
  padding-right: 40px;
}
.content .subcategories .section-item .info svg,
.topics .section .section-item .info svg,
.courses.category-browse .section-item .info svg {
  border-radius: 100%;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  padding-bottom: 12px;
  padding-left: 17px;
  padding-right: 12.3px;
  padding-top: 13px;
  width: 50px;
}
.content .subcategories .section-item .info svg *,
.topics .section .section-item .info svg *,
.courses.category-browse .section-item .info svg * {
  fill: #000;
}
.content .subcategories .section-item:hover .info,
.topics .section .section-item:hover .info,
.courses.category-browse .section-item:hover .info {
  border-bottom-color: #000;
}

.display-settings {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  background-color: #002b44;
  color: #fff;
}
.display-settings.hidden, .display-settings .hidden {
  display: none;
}
.display-settings .settings-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1760px) {
  .display-settings .settings-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) {
  .display-settings .settings-container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .display-settings .settings-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .display-settings .settings-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 667px) {
  .display-settings .settings-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.display-settings .settings-container .heading, .display-settings .settings-container .settings {
  width: 50%;
}
@media screen and (max-width: 1760px) {
  .display-settings .settings-container .heading, .display-settings .settings-container .settings {
    width: 100%;
  }
}
.display-settings .settings-container .heading {
  font-size: 48px;
  font-weight: bold;
}
.display-settings .settings-container .settings {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 22px;
}
.display-settings .settings-container .settings .divider {
  border-width: 2px;
}
.display-settings .settings-container .settings .contrast {
  margin-top: 32px;
  margin-bottom: 40px;
}
.display-settings .settings-container .settings .font-size {
  margin-top: 40px;
  margin-bottom: 80px;
}
.display-settings .settings-container .settings .contrast, .display-settings .settings-container .settings .font-size {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.display-settings .settings-container .settings .contrast .setting-label, .display-settings .settings-container .settings .font-size .setting-label {
  display: flex;
  align-items: center;
  width: 33.333%;
}
.display-settings .settings-container .settings .contrast .setting-label .fa, .display-settings .settings-container .settings .font-size .setting-label .fa {
  margin-right: 13px;
}
.display-settings .settings-container .settings .contrast .options, .display-settings .settings-container .settings .font-size .options {
  width: 66.666%;
  display: flex;
  justify-content: space-between;
}
.display-settings .settings-container .settings .contrast .options .radio, .display-settings .settings-container .settings .font-size .options .radio {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
.display-settings .settings-container .settings .contrast .options .radio .radio__input, .display-settings .settings-container .settings .font-size .options .radio .radio__input {
  display: flex;
}
.display-settings .settings-container .settings .contrast .options .radio .radio__input input, .display-settings .settings-container .settings .font-size .options .radio .radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.display-settings .settings-container .settings .contrast .options .radio .radio__input input:checked + .radio__control, .display-settings .settings-container .settings .font-size .options .radio .radio__input input:checked + .radio__control {
  background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);
}
.display-settings .settings-container .settings .contrast .options .radio .radio__input input:focus + .radio__control, .display-settings .settings-container .settings .font-size .options .radio .radio__input input:focus + .radio__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #fff;
}
.display-settings .settings-container .settings .contrast .options .radio .radio__input .radio__control, .display-settings .settings-container .settings .font-size .options .radio .radio__input .radio__control {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.display-settings .settings-container .settings .contrast .options .radio .radio__label, .display-settings .settings-container .settings .font-size .options .radio .radio__label {
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .display-settings {
    bottom: 0;
  }
  .display-settings .header .header-bar {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: calc(0.5 * 40px);
    padding-bottom: calc(0.5 * 40px);
  }
  .display-settings .header .header-bar .header-icon {
    visibility: hidden;
  }
  .display-settings .header .header-bar .header-menu .menu-item.settings, .display-settings .header .header-bar .header-menu .menu-item.loginout, .display-settings .header .header-bar .header-menu .menu-item.dashboard {
    visibility: hidden;
  }
  .display-settings .settings-container {
    flex-direction: column;
    margin-left: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 16px;
  }
  .display-settings .settings-container .heading {
    font-size: 24px;
  }
  .display-settings .settings-container .settings {
    font-size: 16px;
  }
  .display-settings .settings-container .settings .divider {
    display: none;
  }
  .display-settings .settings-container .settings .contrast, .display-settings .settings-container .settings .font-size {
    flex-direction: column;
    margin-top: 40px;
  }
  .display-settings .settings-container .settings .contrast .setting-label .fa, .display-settings .settings-container .settings .font-size .setting-label .fa {
    font-size: 23px;
  }
  .display-settings .settings-container .settings .contrast .options, .display-settings .settings-container .settings .font-size .options {
    margin-left: 40px;
    flex-direction: column;
  }
  .display-settings .settings-container .settings .contrast .options .radio, .display-settings .settings-container .settings .font-size .options .radio {
    margin-top: 22px;
  }
  .display-settings .settings-container .settings .contrast .options .radio .radio__input .radio__control, .display-settings .settings-container .settings .font-size .options .radio .radio__input .radio__control {
    width: 20px;
    height: 20px;
  }
}
body[data-flavour=moodle] {
  /* Allgemeines */
  /* Übungen */
}
body[data-flavour=moodle].format-certificates div#course-header {
  margin-left: auto;
}
body[data-flavour=moodle] h3, body[data-flavour=moodle] h4 {
  margin-bottom: 12px;
}
body[data-flavour=moodle] #BoxOut {
  margin-bottom: 12px;
}
body[data-flavour=moodle] #region-main-settings-menu.has-blocks, body[data-flavour=moodle] #region-main.has-blocks {
  width: inherit;
}
body[data-flavour=moodle] .questionflag, body[data-flavour=moodle] .grade {
  display: none;
}
body[data-flavour=moodle] .aabtn.focus, body[data-flavour=moodle] .btn-link.focus, body[data-flavour=moodle] .nav-link.focus, body[data-flavour=moodle] .atto_link_button.focus, body[data-flavour=moodle] [role=button].focus, body[data-flavour=moodle] .list-group-item-action.focus, body[data-flavour=moodle] input[type=checkbox].focus, body[data-flavour=moodle] input[type=radio].focus, body[data-flavour=moodle] input[type=file].focus, body[data-flavour=moodle] input[type=image].focus, body[data-flavour=moodle] .sr-only-focusable.focus, body[data-flavour=moodle] a.dropdown-toggle.focus, body[data-flavour=moodle] .modal-dialog[tabindex="0"].focus, body[data-flavour=moodle] .moodle-dialogue-base .closebutton.focus, body[data-flavour=moodle] button.close.focus, body[data-flavour=moodle] .form-autocomplete-selection.focus, body[data-flavour=moodle] .aabtn:focus, body[data-flavour=moodle] .btn-link:focus, body[data-flavour=moodle] .nav-link:focus, body[data-flavour=moodle] .atto_link_button:focus, body[data-flavour=moodle] [role=button]:focus, body[data-flavour=moodle] .list-group-item-action:focus, body[data-flavour=moodle] input[type=checkbox]:focus, body[data-flavour=moodle] input[type=radio]:focus, body[data-flavour=moodle] input[type=file]:focus, body[data-flavour=moodle] input[type=image]:focus, body[data-flavour=moodle] .sr-only-focusable:focus, body[data-flavour=moodle] a.dropdown-toggle:focus, body[data-flavour=moodle] .modal-dialog[tabindex="0"]:focus, body[data-flavour=moodle] .moodle-dialogue-base .closebutton:focus, body[data-flavour=moodle] button.close:focus, body[data-flavour=moodle] .form-autocomplete-selection:focus, body[data-flavour=moodle] .form-control:focus, body[data-flavour=moodle] .custom-select:focus {
  box-shadow: none;
}
body[data-flavour=moodle] .modal.show {
  background-color: rgba(0, 0, 0, 0.7);
}
body[data-flavour=moodle] #content .generalbox.info {
  border: none;
  padding: 0px;
}
body[data-flavour=moodle] .form-control:not(#search) {
  border-radius: 0;
}
body[data-flavour=moodle] div.state {
  display: none;
}
body[data-flavour=moodle] .que .info {
  background: none;
  border: none;
}
body[data-flavour=moodle] h3.no {
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: left;
}
body[data-flavour=moodle] span.qno {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  margin: 8px 23px 0px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #006872;
  border-radius: 1000px;
}
body[data-flavour=moodle] div.informationitem > .info {
  width: auto;
  margin-right: 13px;
}
body[data-flavour=moodle] div.informationitem > .info::after {
  display: block;
  content: "I";
  float: right;
  width: 48px;
  height: 48px;
  margin: 8px 11px 0px 0px;
  padding-top: 2px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #006872;
  border-radius: 1000px;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.formulation.clearfix, body[data-flavour=moodle]#page-mod-quiz-review div.formulation.clearfix {
  background-color: #f5f5f5;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.formulation.clearfix .qtext p:first-child > img, body[data-flavour=moodle]#page-mod-quiz-review div.formulation.clearfix .qtext p:first-child > img {
  display: none;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.formulation.clearfix .qtext p, body[data-flavour=moodle]#page-mod-quiz-review div.formulation.clearfix .qtext p {
  padding-left: 0 !important;
  width: 100% !important;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.bearbeitungshinweise tr, body[data-flavour=moodle]#page-mod-quiz-review div.bearbeitungshinweise tr {
  display: block;
  margin: 64px 0 75px 0;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.bearbeitungshinweise img, body[data-flavour=moodle]#page-mod-quiz-review div.bearbeitungshinweise img {
  margin: 0 57px 0 48px;
}
body[data-flavour=moodle]#page-mod-quiz-attempt div.bearbeitungshinweise td, body[data-flavour=moodle]#page-mod-quiz-review div.bearbeitungshinweise td {
  font-size: 22px;
}
body[data-flavour=moodle] select.custom-select {
  border-color: #666666;
  border-bottom: 3px solid #006872;
  background: url(/assets/images/icons/chevron_down_petrol.svg) white no-repeat !important;
  background-size: 15px 15px !important;
  background-position: 97% 50% !important;
}
body[data-flavour=moodle] select.custom-select:focus {
  outline: 0px solid #fff;
}
body[data-flavour=moodle] .form-control {
  border: solid 1px #666666;
}
body[data-flavour=moodle] .content a {
  color: #002b44;
}
body[data-flavour=moodle] .content a.nav-link {
  font-size: 22px;
}
body[data-flavour=moodle] .content header.row .card div.card-body div.singlebutton > form > button.btn-secondary {
  margin-top: 0;
  margin-bottom: auto;
}
body[data-flavour=moodle] .content :not(.atto_group) > button, body[data-flavour=moodle] .content input[type=submit], body[data-flavour=moodle] .content input[type=button], body[data-flavour=moodle] .content input[type=button],
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle,
body[data-flavour=moodle] .content div#buttons > div, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button, body[data-flavour=moodle] .confirmation-dialogue input[type=submit], body[data-flavour=moodle] .confirmation-dialogue input[type=button], body[data-flavour=moodle] .confirmation-dialogue input[type=button],
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  color: #006872;
  border-color: #006872;
  border-width: 3px;
  font-size: 20px;
  height: 48px;
  line-height: 1.85;
  padding: 4px 31px 0px 32px;
}
body[data-flavour=moodle] .content :not(.atto_group) > button:hover, body[data-flavour=moodle] .content input[type=submit]:hover, body[data-flavour=moodle] .content input[type=button]:hover, body[data-flavour=moodle] .content input[type=button]:hover,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle] .content div#buttons > div:hover, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div:hover {
  background-color: #006872;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
body[data-flavour=moodle] .content :not(.atto_group) > button:hover, body[data-flavour=moodle] .content input[type=submit]:hover, body[data-flavour=moodle] .content input[type=button]:hover, body[data-flavour=moodle] .content input[type=button]:hover,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle] .content div#buttons > div:hover, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div:hover {
  border-color: #006872;
}
body[data-flavour=moodle] .content :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle] .content :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle] .content input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle] .content input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle] .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle] .content input[type=button].mod_quiz-next-nav, body[data-flavour=moodle] .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle] .content input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav,
body[data-flavour=moodle] .content div#buttons > div.mod_quiz-prev-nav,
body[data-flavour=moodle] .content div#buttons > div.mod_quiz-next-nav, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=button].mod_quiz-next-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle] .confirmation-dialogue input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div.mod_quiz-prev-nav,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div.mod_quiz-next-nav {
  margin: 4px 30px 36px 6px;
}
body[data-flavour=moodle] .content :not(.atto_group) > button[value=Abgabe], body[data-flavour=moodle] .content input[type=submit][value=Abgabe], body[data-flavour=moodle] .content input[type=button][value=Abgabe], body[data-flavour=moodle] .content input[type=button][value=Abgabe],
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active[value=Abgabe],
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active[value=Abgabe],
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle[value=Abgabe],
body[data-flavour=moodle] .content div#buttons > div[value=Abgabe], body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button[value=Abgabe], body[data-flavour=moodle] .confirmation-dialogue input[type=submit][value=Abgabe], body[data-flavour=moodle] .confirmation-dialogue input[type=button][value=Abgabe], body[data-flavour=moodle] .confirmation-dialogue input[type=button][value=Abgabe],
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active[value=Abgabe],
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active[value=Abgabe],
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle[value=Abgabe],
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div[value=Abgabe] {
  margin-bottom: 20px;
}
body[data-flavour=moodle] .content :not(.atto_group) > button:focus, body[data-flavour=moodle] .content input[type=submit]:focus, body[data-flavour=moodle] .content input[type=button]:focus, body[data-flavour=moodle] .content input[type=button]:focus,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active:focus,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active:focus,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle:focus,
body[data-flavour=moodle] .content div#buttons > div:focus, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=submit]:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:focus,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:focus,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:focus,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:focus,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div:focus {
  outline: none;
  box-shadow: none;
}
body[data-flavour=moodle] .content :not(.atto_group) > button:active, body[data-flavour=moodle] .content input[type=submit]:active, body[data-flavour=moodle] .content input[type=button]:active, body[data-flavour=moodle] .content input[type=button]:active,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle:active,
body[data-flavour=moodle] .content div#buttons > div:active, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button:active, body[data-flavour=moodle] .confirmation-dialogue input[type=submit]:active, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:active, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:active,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:active,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div:active {
  border-color: #007f8c;
  background-color: #007f8c;
  color: #fff;
}
body[data-flavour=moodle] .content :not(.atto_group) > button:active:focus, body[data-flavour=moodle] .content input[type=submit]:active:focus, body[data-flavour=moodle] .content input[type=button]:active:focus, body[data-flavour=moodle] .content input[type=button]:active:focus,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active:active:focus,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active:active:focus,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle:active:focus,
body[data-flavour=moodle] .content div#buttons > div:active:focus, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button:active:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=submit]:active:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:active:focus, body[data-flavour=moodle] .confirmation-dialogue input[type=button]:active:focus,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:active:focus,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:active:focus,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:active:focus,
body[data-flavour=moodle] .confirmation-dialogue div#buttons > div:active:focus {
  box-shadow: none;
}
body[data-flavour=moodle] .content .nav .nav-item a.nav-link .tab_content:hover, body[data-flavour=moodle] .content .content > .formulation a:hover, body[data-flavour=moodle] .content .othernav a:hover, body[data-flavour=moodle] .confirmation-dialogue .nav .nav-item a.nav-link .tab_content:hover, body[data-flavour=moodle] .confirmation-dialogue .content > .formulation a:hover, body[data-flavour=moodle] .confirmation-dialogue .othernav a:hover {
  background-color: #006872;
}
body[data-flavour=moodle] .content .nav .nav-item a.nav-link .tab_content:focus, body[data-flavour=moodle] .content .content > .formulation a:focus, body[data-flavour=moodle] .content .othernav a:focus, body[data-flavour=moodle] .confirmation-dialogue .nav .nav-item a.nav-link .tab_content:focus, body[data-flavour=moodle] .confirmation-dialogue .content > .formulation a:focus, body[data-flavour=moodle] .confirmation-dialogue .othernav a:focus {
  box-shadow: 0 0 4px 2px rgba(0, 104, 114, 0.8);
  background-color: #fff;
  color: #006872;
}
body[data-flavour=moodle] .content table, body[data-flavour=moodle] .content th, body[data-flavour=moodle] .content td, body[data-flavour=moodle] .confirmation-dialogue table, body[data-flavour=moodle] .confirmation-dialogue th, body[data-flavour=moodle] .confirmation-dialogue td {
  padding-bottom: 1rem;
}
body[data-flavour=moodle] .d-print-none {
  margin-left: 1rem;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock {
  margin-top: 13.5rem;
  border: none;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a {
  border: none;
  font-size: 22px;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a:focus {
  box-shadow: none;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a.thispage {
  font-weight: bold;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a .thispageholder {
  border: none;
}
body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a .trafficlight {
  background: none;
}
body[data-flavour=moodle] .d-print-none .othernav form button {
  display: none;
}
body[data-flavour=moodle] .generaltable, body[data-flavour=moodle] .submitbtns:last-child > .controls > .singlebutton > form[method=post] > button[type=submit] {
  margin-bottom: 40px;
}
body[data-flavour=moodle] .btn-secondary:not(:disabled):not(.disabled):active, body[data-flavour=moodle] .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .show > .btn-secondary.dropdown-toggle {
  border: none;
}
body[data-flavour=moodle] .answer > div * {
  height: auto;
}
body[data-flavour=moodle] .answer > div *:is(input) {
  display: inline-flex;
  align-self: baseline;
}
body[data-flavour=moodle] .answer > div * span > p, body[data-flavour=moodle] .answer > div * p {
  margin: 0;
}
body[data-flavour=moodle] .gedichtZeilenNummer {
  display: inline-block;
  width: 2rem;
  color: #777;
}
body[data-flavour=moodle] div.course_category_tree.clearfix {
  margin-bottom: 2rem;
}
body[data-flavour=moodle] div.category.dimmed_category {
  display: none;
}
body[data-flavour=moodle] table[align=center] {
  margin-left: auto;
  margin-right: auto;
}
body[data-flavour=moodle] table[align=center] hr {
  min-height: 1px;
}
body[data-flavour=moodle] button {
  height: auto;
  width: auto;
}
body[data-flavour=moodle] div.mediaplugin.mediaplugin_videojs.d-block > div {
  max-width: 800px !important;
}
body[data-flavour=moodle] div.mediaplugin.mediaplugin_videojs.d-block > div div[aria-label=Audio-Player] {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  height: 3.5rem;
}
body[data-flavour=moodle] div.mediaplugin.mediaplugin_videojs.d-block > div div[aria-label=Video-Player] .vjs-progress-control.vjs-control, body[data-flavour=moodle] div.mediaplugin.mediaplugin_videojs.d-block > div div[aria-label=Video-Player] .vjs-control-bar {
  height: 3.5rem;
}
body[data-flavour=moodle] div.mediaplugin.mediaplugin_videojs.d-block > div .vjs-progress-control {
  margin-left: 3rem;
}
body[data-flavour=moodle] button.vjs-control {
  border: none;
  border-radius: 5px;
  background: none;
  margin-top: 5px;
}
body[data-flavour=moodle] div.vjs-control-bar {
  height: 100%;
}
body[data-flavour=moodle] .vjs-button > .vjs-icon-placeholder::before {
  line-height: 1.1;
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button.vjs-big-play-button {
  height: 72px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button.vjs-big-play-button span {
  font-size: 2.7em;
  line-height: 1.1;
}
body[data-flavour=moodle] .le-picture {
  position: relative;
  background-color: #a90056;
  height: 250px;
  width: 250px;
  margin-top: 25px;
}
body[data-flavour=moodle] .le-picture.img-float-left {
  margin-left: 25px;
}
body[data-flavour=moodle] div.le-picture span {
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 250px;
  width: 250px;
}
body[data-flavour=moodle] .vjs-remaining-time span:not(.vjs-control-text) {
  position: relative;
  top: 25%;
}
body[data-flavour=moodle] table[border="1"] {
  border: 1px solid black;
}
body[data-flavour=moodle] table[border="1"] tr, body[data-flavour=moodle] table[border="1"] td {
  border: 1px solid black;
}
body[data-flavour=moodle] table input[type=radio] {
  margin-right: 10px;
}
body[data-flavour=moodle] .row {
  flex-direction: row;
  width: 100%;
}
body[data-flavour=moodle] .row > .row {
  padding: 0 !important;
}
body[data-flavour=moodle] div.content .no-overflow {
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 10px;
}
body[data-flavour=moodle] .no-overflow {
  margin-bottom: 1px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
body[data-flavour=moodle] .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
body[data-flavour=moodle] .panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
body[data-flavour=moodle] .panel, body[data-flavour=moodle] .block, body[data-flavour=moodle] .forumpost {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
body[data-flavour=moodle] div.panel-heading {
  min-height: 48px;
}
body[data-flavour=moodle] div.panel-heading a {
  min-height: 48px;
  background: url(/assets/images/icons/chevron_up_violet-red.svg) white no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 99% 50% !important;
  padding-top: 1rem;
}
body[data-flavour=moodle] div.panel-heading a.collapsed {
  min-height: 48px;
  background: url(/assets/images/icons/chevron_down_violet-red.svg) white no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 99% 50% !important;
}
body[data-flavour=moodle] .panel-body {
  padding: 15px;
}
body[data-flavour=moodle] .panel-body h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
body[data-flavour=moodle] .panel-title > a {
  padding: 15px 25px;
}
body[data-flavour=moodle] footer.quelle {
  position: relative;
  top: 0;
  height: auto;
}
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka .content .formulation.clearfix a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka div[role=main] div.generalbox a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka div[role=main] div.course-content a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka section.d-print-none a {
  color: #a90056;
}
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka .content .formulation.clearfix a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka div[role=main] div.generalbox a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka div[role=main] div.course-content a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates).ctx_oka section.d-print-none a:not(.qnbutton):hover {
  color: #fff;
  background-color: #a90056 !important;
}
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .nav .nav-item a.nav-link .tab_content, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .content > .formulation a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .othernav a,
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) div[role=main] div.generalbox a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) div[role=main] div.course-content .topics .category .info a, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) section.d-print-none a {
  text-decoration: underline;
}
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .nav .nav-item a.nav-link .tab_content:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .content > .formulation a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) .othernav a:not(.qnbutton):hover,
body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) div[role=main] div.generalbox a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) div[role=main] div.course-content .topics .category .info a:not(.qnbutton):hover, body[data-flavour=moodle]:not(#page-course-view-topics):not(#page-course-view-certificates) section.d-print-none a:not(.qnbutton):hover {
  color: #fff;
  text-decoration: none;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .category .info .categoryname:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category .info .categoryname:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) div.informationitem > .info::after,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) span.qno {
  border-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka).drawer-open-left .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn[aria-expanded=false],
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname svg {
  background-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .drawer-wrapper [data-region=drawer] .list-group-item.active {
  background-color: #002b44;
  border-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname svg, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category .info .categoryname:hover svg, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .frontpage-course-list-all.courses .category .info .categoryname:hover svg, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category .info .categoryname:hover svg {
  background-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category.notloaded .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course_category_tree .category-browse .category .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .frontpage-course-list-all.courses .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .course-content .topics .category .category .info .categoryname:not(:hover) svg * {
  fill: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .formulation.clearfix a {
  color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .formulation.clearfix a:hover {
  color: #fff;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .formulation.clearfix .panel-title > a {
  color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .formulation.clearfix .panel-title > a:hover {
  color: #fff;
  background-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit], body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button], body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button],
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit], body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button], body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button],
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  color: #002b44;
  border-color: #002b44;
  border-width: 3px;
  font-size: 20px;
  height: 48px;
  line-height: 1.85;
  padding: 4px 31px 0px 32px;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover {
  background-color: #002b44;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover {
  border-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button].mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button].mod_quiz-next-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav {
  margin: 4px 30px 36px 6px;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content :not(.atto_group) > button:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=submit]:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content input[type=button]:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content .show > .btn-secondary.dropdown-toggle:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue :not(.atto_group) > button:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=submit]:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:active, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue input[type=button]:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:active {
  border-color: #003b5e;
  background-color: #003b5e;
  color: #fff;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .nav .nav-item a.nav-link .tab_content:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content > .formulation a:hover, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .othernav a:hover {
  background-color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .nav .nav-item a.nav-link .tab_content:focus, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .content > .formulation a:focus, body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) .othernav a:focus {
  box-shadow: 0 0 4px 2px rgba(0, 43, 68, 0.8);
  background-color: #fff;
  color: #002b44;
}
body[data-flavour=moodle]:not(.ctx_osa):not(.ctx_oka) select.custom-select {
  border-bottom: 3px solid #002b44;
  background: url(/assets/images/icons/chevron_down_navy.svg) white no-repeat !important;
  background-size: 15px 15px !important;
  background-position: 97% 50% !important;
}
body[data-flavour=moodle] .nav .nav-item a.nav-link .tab_content .chaptername, body[data-flavour=moodle] .nav .nav-item a.nav-link .tab_content .booknext, body[data-flavour=moodle] .content > .formulation a .chaptername, body[data-flavour=moodle] .content > .formulation a .booknext, body[data-flavour=moodle] .othernav a .chaptername, body[data-flavour=moodle] .othernav a .booknext,
body[data-flavour=moodle] div[role=main] div.generalbox a .chaptername,
body[data-flavour=moodle] div[role=main] div.generalbox a .booknext, body[data-flavour=moodle] div[role=main] div.course-content .topics .category .info a .chaptername, body[data-flavour=moodle] div[role=main] div.course-content .topics .category .info a .booknext, body[data-flavour=moodle] section.d-print-none a .chaptername, body[data-flavour=moodle] section.d-print-none a .booknext {
  text-decoration: none;
}
body[data-flavour=moodle] .nav .nav-item a.nav-link .tab_content .chaptername:hover, body[data-flavour=moodle] .nav .nav-item a.nav-link .tab_content .booknext:hover, body[data-flavour=moodle] .content > .formulation a .chaptername:hover, body[data-flavour=moodle] .content > .formulation a .booknext:hover, body[data-flavour=moodle] .othernav a .chaptername:hover, body[data-flavour=moodle] .othernav a .booknext:hover,
body[data-flavour=moodle] div[role=main] div.generalbox a .chaptername:hover,
body[data-flavour=moodle] div[role=main] div.generalbox a .booknext:hover, body[data-flavour=moodle] div[role=main] div.course-content .topics .category .info a .chaptername:hover, body[data-flavour=moodle] div[role=main] div.course-content .topics .category .info a .booknext:hover, body[data-flavour=moodle] section.d-print-none a .chaptername:hover, body[data-flavour=moodle] section.d-print-none a .booknext:hover {
  color: #a90056;
  text-decoration: underline;
}
body[data-flavour=moodle] .nav .nav-item a.nav-link .tab_content .chaptername, body[data-flavour=moodle] .content > .formulation a .chaptername, body[data-flavour=moodle] .othernav a .chaptername,
body[data-flavour=moodle] div[role=main] div.generalbox a .chaptername, body[data-flavour=moodle] div[role=main] div.course-content .topics .category .info a .chaptername, body[data-flavour=moodle] section.d-print-none a .chaptername {
  font-weight: 600;
}
body[data-flavour=moodle].ctx_oka {
  font-size: 18px;
}
body[data-flavour=moodle].ctx_oka input.formel.tooltipstered {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
  height: unset;
}
body[data-flavour=moodle].ctx_oka a.bookprev, body[data-flavour=moodle].ctx_oka a.booknext {
  font-size: 14px;
}
body[data-flavour=moodle].ctx_oka .category .info .categoryname:hover,
body[data-flavour=moodle].ctx_oka .course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle].ctx_oka .frontpage-course-list-all.courses .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle].ctx_oka .course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname,
body[data-flavour=moodle].ctx_oka .course-content .topics .category .info .categoryname:hover,
body[data-flavour=moodle].ctx_oka div.informationitem > .info::after,
body[data-flavour=moodle].ctx_oka span.qno {
  border-color: #a90056;
}
body[data-flavour=moodle].ctx_oka.drawer-open-left .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn,
body[data-flavour=moodle].ctx_oka .course-content .topics .category.with_children:not(.collapsed) > .info > .categoryname svg,
body[data-flavour=moodle].ctx_oka .drawer-wrapper [data-region=drawer-toggle] .drawer-toggle-btn[aria-expanded=false] {
  background-color: #a90056;
}
body[data-flavour=moodle].ctx_oka .drawer-wrapper [data-region=drawer] .list-group-item.active {
  background-color: #a90056;
  border-color: #a90056;
}
body[data-flavour=moodle].ctx_oka .course_category_tree .category.with_children:not(.collapsed) > .info > .categoryname svg, body[data-flavour=moodle].ctx_oka .course_category_tree .category .info .categoryname:hover svg, body[data-flavour=moodle].ctx_oka .frontpage-course-list-all.courses .category .info .categoryname:hover svg, body[data-flavour=moodle].ctx_oka .course-content .topics .category .info .categoryname:hover svg {
  background-color: #a90056;
}
body[data-flavour=moodle].ctx_oka .course_category_tree .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle].ctx_oka .course_category_tree .category-browse .category .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle].ctx_oka .frontpage-course-list-all.courses .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle].ctx_oka .course-content .topics .category.collapsed .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle].ctx_oka .course-content .topics .category .category .info .categoryname:not(:hover) svg *,
body[data-flavour=moodle].ctx_oka .course-content .topics .category .info .categoryname:not(:hover) svg * {
  fill: #a90056;
}
body[data-flavour=moodle].ctx_oka .panel-title > a, body[data-flavour=moodle].ctx_oka header#page-header li a {
  color: #a90056;
  text-decoration: none;
}
body[data-flavour=moodle].ctx_oka .panel-title > a:hover, body[data-flavour=moodle].ctx_oka header#page-header li a:hover {
  color: #a90056;
  text-decoration: underline;
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button, body[data-flavour=moodle].ctx_oka .content input[type=submit], body[data-flavour=moodle].ctx_oka .content input[type=button], body[data-flavour=moodle].ctx_oka .content input[type=button],
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary,
body[data-flavour=moodle].ctx_oka .content div#buttons > div, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit], body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button], body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button],
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  color: #a90056;
  border-color: #a90056;
  border-width: 3px;
  font-size: 20px;
  height: 48px;
  line-height: 1.85;
  padding: 4px 31px 0px 32px;
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button:hover, body[data-flavour=moodle].ctx_oka .content input[type=submit]:hover, body[data-flavour=moodle].ctx_oka .content input[type=button]:hover, body[data-flavour=moodle].ctx_oka .content input[type=button]:hover,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary:hover,
body[data-flavour=moodle].ctx_oka .content div#buttons > div:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div:hover {
  background-color: #a90056;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button:hover, body[data-flavour=moodle].ctx_oka .content input[type=submit]:hover, body[data-flavour=moodle].ctx_oka .content input[type=button]:hover, body[data-flavour=moodle].ctx_oka .content input[type=button]:hover,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary:hover,
body[data-flavour=moodle].ctx_oka .content div#buttons > div:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit]:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:hover, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary:hover,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div:hover {
  border-color: #a90056;
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .content input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .content input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .content input[type=button].mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .content input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .content input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .content div#buttons > div.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .content div#buttons > div.mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button.mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button.mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit].mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button].mod_quiz-next-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button].mod_quiz-prev-nav, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button].mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary.mod_quiz-next-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div.mod_quiz-prev-nav,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div.mod_quiz-next-nav {
  margin: 4px 30px 36px 6px;
}
body[data-flavour=moodle].ctx_oka .content :not(.atto_group) > button:active, body[data-flavour=moodle].ctx_oka .content input[type=submit]:active, body[data-flavour=moodle].ctx_oka .content input[type=button]:active, body[data-flavour=moodle].ctx_oka .content input[type=button]:active,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle].ctx_oka .content .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle].ctx_oka .content .show > .btn-secondary.dropdown-toggle:active,
body[data-flavour=moodle].ctx_oka .content div.singlebutton > form[method=post] > .btn.btn-secondary:active,
body[data-flavour=moodle].ctx_oka .content div#buttons > div:active, body[data-flavour=moodle].ctx_oka .confirmation-dialogue :not(.atto_group) > button:active, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=submit]:active, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:active, body[data-flavour=moodle].ctx_oka .confirmation-dialogue input[type=button]:active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active:active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active:active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue .show > .btn-secondary.dropdown-toggle:active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div.singlebutton > form[method=post] > .btn.btn-secondary:active,
body[data-flavour=moodle].ctx_oka .confirmation-dialogue div#buttons > div:active {
  border-color: #c30063;
  background-color: #c30063;
  color: #fff;
}
body[data-flavour=moodle].ctx_oka .nav .nav-item a.nav-link .tab_content:hover, body[data-flavour=moodle].ctx_oka .content > .formulation a:hover, body[data-flavour=moodle].ctx_oka .othernav a:hover {
  background-color: #a90056;
}
body[data-flavour=moodle].ctx_oka .nav .nav-item a.nav-link .tab_content:focus, body[data-flavour=moodle].ctx_oka .content > .formulation a:focus, body[data-flavour=moodle].ctx_oka .othernav a:focus {
  box-shadow: 0 0 4px 2px rgba(169, 0, 86, 0.8);
  background-color: #fff;
  color: #002b44;
}
body[data-flavour=moodle].ctx_oka select.custom-select {
  border-bottom: 3px solid #a90056;
  background: url(/assets/images/icons/chevron_down_violet-red.svg) white no-repeat !important;
  background-size: 15px 15px !important;
  background-position: 97% 50% !important;
}
body[data-flavour=moodle].ctx_oka .que div.content select:focus,
body[data-flavour=moodle].ctx_oka .que div.content select.form-control:focus,
body[data-flavour=moodle].ctx_oka .que div.content input[type=text]:focus,
body[data-flavour=moodle].ctx_oka .que div.content select.singleselect:focus {
  -webkit-box-shadow: inset 0 -2px 0 #e60077;
  box-shadow: inset 0 -2px 0 #e60077;
}
body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r0, body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r1 {
  padding: 0.25rem 0;
}
body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r0 div, body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r1 div {
  padding: 0 0 0 20px;
}
body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r0 div.flex-fill p, body[data-flavour=moodle].ctx_oka .que.multichoice .answer div.r1 div.flex-fill p {
  margin-top: 0 !important;
}
body[data-flavour=moodle].ctx_oka div.qtext > p {
  margin-bottom: 0 !important;
}
body[data-flavour=moodle].ctx_oka div.prompt {
  font-style: oblique;
  margin-bottom: 20px;
}
body[data-flavour=moodle].ctx_oka .que.multianswer .formulation.clearfix p {
  margin-bottom: 0 !important;
}
body[data-flavour=moodle].ctx_oka .que .text p {
  margin: 0;
}
body[data-flavour=moodle].ctx_oka section.d-print-none {
  min-width: 360px;
}
body[data-flavour=moodle].ctx_oka section.d-print-none li {
  margin-top: 0.25em;
  border-top: 1px solid #ccc;
}
body[data-flavour=moodle].ctx_osa div.layoutbox.bg-white {
  font-size: 22px;
}
body[data-flavour=moodle].ctx_osa ol.num > li {
  padding-bottom: 5px;
}
body[data-flavour=moodle].ctx_osa div.formulation {
  font-size: 22px;
}
body[data-flavour=moodle].ctx_osa div.formulation p:not(.themenfeld):not(.operator):not(.hinweis) {
  font-size: 22px;
}
body[data-flavour=moodle].ctx_osa div.answer {
  text-align: left;
}
body[data-flavour=moodle].ctx_osa div.editquestion {
  font-size: 12.8px;
  line-height: unset;
}
body[data-flavour=moodle].ctx_osa .qtext > span.filter_mathjaxloader_equation > p:first-child,
body[data-flavour=moodle].ctx_osa .formulation > span.filter_mathjaxloader_equation > p:first-child,
body[data-flavour=moodle].ctx_osa div.qtext > p:first-child, body[data-flavour=moodle].ctx_osa div.formulation > p, body[data-flavour=moodle].ctx_osa p.themenfeld {
  text-align: left !important;
}
body[data-flavour=moodle].ctx_osa .qtext > span.filter_mathjaxloader_equation > p:first-child span, body[data-flavour=moodle].ctx_osa .qtext > span.filter_mathjaxloader_equation > p:first-child u,
body[data-flavour=moodle].ctx_osa .formulation > span.filter_mathjaxloader_equation > p:first-child span,
body[data-flavour=moodle].ctx_osa .formulation > span.filter_mathjaxloader_equation > p:first-child u,
body[data-flavour=moodle].ctx_osa div.qtext > p:first-child span,
body[data-flavour=moodle].ctx_osa div.qtext > p:first-child u, body[data-flavour=moodle].ctx_osa div.formulation > p span, body[data-flavour=moodle].ctx_osa div.formulation > p u, body[data-flavour=moodle].ctx_osa p.themenfeld span, body[data-flavour=moodle].ctx_osa p.themenfeld u {
  font-size: 32px;
  text-decoration: none !important;
}
body[data-flavour=moodle].ctx_osa p.themenfeld {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
}
body[data-flavour=moodle].ctx_osa div[role=main] .que .content h3.frage, body[data-flavour=moodle].ctx_osa div[role=main] .que .content .qtext > h3, body[data-flavour=moodle].ctx_osa div[role=main] .que .content .formulation > h3 {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 0px;
}
body[data-flavour=moodle].ctx_osa .content > .formulation.clearfix {
  padding: 40px 40px 80px;
}
body[data-flavour=moodle].ctx_osa h5.frage {
  font-weight: 400;
}
body[data-flavour=moodle].ctx_osa .formulation > span.filter_mathjaxloader_equation div > div {
  width: unset !important;
}
body[data-flavour=moodle].ctx_osa .answer div.r0, body[data-flavour=moodle].ctx_osa .answer div.r1 {
  margin-top: 0.5rem;
}
body[data-flavour=moodle].ctx_osa .answer div.r0 strong > span, body[data-flavour=moodle].ctx_osa .answer div.r1 strong > span {
  min-width: 250px;
}
body[data-flavour=moodle].ctx_osa .qtext > p span.selectable, body[data-flavour=moodle].ctx_osa .qtext > p span[role=checkbox] {
  font-size: 22px !important;
}
body[data-flavour=moodle].ctx_osa .que div.content select:focus,
body[data-flavour=moodle].ctx_osa .que div.content select.form-control:focus,
body[data-flavour=moodle].ctx_osa .que div.content input[type=text]:focus,
body[data-flavour=moodle].ctx_osa .que div.content select.singleselect:focus {
  -webkit-box-shadow: inset 0 -2px 0 #00838f;
  box-shadow: inset 0 -2px 0 #00838f;
}
body[data-flavour=moodle].ctx_osa p.operator {
  margin-bottom: 20px;
  font-style: oblique;
}
body[data-flavour=moodle].ctx_osa section.d-print-none {
  font-size: 22px;
  min-width: 288px;
}
body[data-flavour=moodle].ctx_osa .content .formulation.clearfix a, body[data-flavour=moodle].ctx_osa div[role=main] div.generalbox a, body[data-flavour=moodle].ctx_osa section.d-print-none a {
  color: #006872;
}
body[data-flavour=moodle].ctx_osa .content .formulation.clearfix a:hover, body[data-flavour=moodle].ctx_osa div[role=main] div.generalbox a:hover, body[data-flavour=moodle].ctx_osa section.d-print-none a:hover {
  color: #fff;
  background-color: #006872;
}
body[data-flavour=moodle].ctx_osa .panel-title > a, body[data-flavour=moodle].ctx_osa header#page-header li a, body[data-flavour=moodle].ctx_osa section.d-print-none a.qnbutton {
  color: #006872;
  text-decoration: none;
}
body[data-flavour=moodle].ctx_osa .panel-title > a:hover, body[data-flavour=moodle].ctx_osa header#page-header li a:hover, body[data-flavour=moodle].ctx_osa section.d-print-none a.qnbutton:hover {
  color: #006872;
  text-decoration: underline;
}
body[data-flavour=moodle] #content.page {
  width: 100%;
}
body[data-flavour=moodle] div#content_container {
  max-width: unset;
}
body[data-flavour=moodle] div#buttons > div {
  padding-top: 0 !important;
  text-align: center;
}
body[data-flavour=moodle] div#buttons > div span, body[data-flavour=moodle] div#buttons > div img {
  width: 0;
  margin: 0;
}
body[data-flavour=moodle] div#buttons > div br, body[data-flavour=moodle] div#buttons > div img {
  display: none;
}
body[data-flavour=moodle] div.bearbeitungshinweise table td {
  border: none;
}
body[data-flavour=moodle] .pdf::before {
  content: " ";
  font-family: "FontAwesome";
  font-weight: normal;
}
body[data-flavour=moodle] footer:not(.main-footer) {
  position: static;
  height: auto;
}
body[data-flavour=moodle].ctx_osa .panel, body[data-flavour=moodle].ctx_osa .block, body[data-flavour=moodle].ctx_osa .forumpost, body[data-flavour=moodle].ctx_oka .panel, body[data-flavour=moodle].ctx_oka .block, body[data-flavour=moodle].ctx_oka .forumpost {
  margin-bottom: 23px;
  background-color: #fff;
}
body[data-flavour=moodle].ctx_osa div.content > .formulation, body[data-flavour=moodle].ctx_oka div.content > .formulation {
  font-size: 22px;
  line-height: 34px;
}
body[data-flavour=moodle].ctx_osa div[xcontent=xcontent] ul, body[data-flavour=moodle].ctx_oka div[xcontent=xcontent] ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body[data-flavour=moodle].ctx_osa div[xcontent=xcontent] li, body[data-flavour=moodle].ctx_oka div[xcontent=xcontent] li {
  font-weight: bold;
}
body[data-flavour=moodle].ctx_osa div[xcontent=xcontent] li .p, body[data-flavour=moodle].ctx_oka div[xcontent=xcontent] li .p {
  margin-top: 0;
}
body[data-flavour=moodle].ctx_osa h2, body[data-flavour=moodle].ctx_oka h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 39px 30px 13.5px 0;
}
body[data-flavour=moodle].ctx_osa .modal .modal-header button.close, body[data-flavour=moodle].ctx_oka .modal .modal-header button.close {
  width: 48px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 1400px) {
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock {
    margin-top: 16rem;
  }
  body[data-flavour=moodle] .drawer-wrapper [data-region=drawer-toggle] {
    left: -80px;
    order: 4;
  }
}
@media screen and (max-width: 1200px) {
  body[data-flavour=moodle] .page-content .content header.row div .card .card-body .page-context-header .page-header-headings h1 {
    font-size: 48px;
  }
  body[data-flavour=moodle] .page-content h3, body[data-flavour=moodle] .page-content h4 {
    font-size: 28px;
  }
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a, body[data-flavour=moodle] p {
    font-size: 20px;
  }
  body[data-flavour=moodle] .d-print-none {
    max-width: 100%;
  }
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock {
    margin-top: 17rem;
  }
  body[data-flavour=moodle] .drawer-wrapper [data-region=drawer-toggle] {
    left: -5vw;
    order: 4;
  }
}
@media screen and (max-width: 992px) {
  body[data-flavour=moodle] .page-content .content header.row div .card .card-body .page-context-header .page-header-headings h1 {
    font-size: 40px;
  }
  body[data-flavour=moodle] ol.breadcrumb > li {
    font-size: 14px;
  }
  body[data-flavour=moodle] .page-content {
    display: flex;
    flex-direction: column;
  }
  body[data-flavour=moodle] .page-content .content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  body[data-flavour=moodle] .page-content .content header.row {
    margin-bottom: 0;
  }
  body[data-flavour=moodle] .page-content h3, body[data-flavour=moodle] .page-content h4 {
    font-size: 24px;
  }
  body[data-flavour=moodle] .page-content .responseform > .que {
    display: flex;
    flex-direction: column;
  }
  body[data-flavour=moodle] .page-content form .que {
    display: flex;
    flex-direction: column;
  }
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a, body[data-flavour=moodle] p, body[data-flavour=moodle] li {
    font-size: 18px;
  }
  body[data-flavour=moodle] .d-print-none {
    max-width: 100%;
  }
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock {
    margin-top: 0rem;
  }
  body[data-flavour=moodle] .drawer-wrapper [data-region=drawer-toggle] {
    left: -2vw;
    order: 4;
  }
  body[data-flavour=moodle] .content :not(.atto_group) > button, body[data-flavour=moodle] .content input[type=submit], body[data-flavour=moodle] .content input[type=button], body[data-flavour=moodle] .content input[type=button],
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button, body[data-flavour=moodle] .confirmation-dialogue input[type=submit], body[data-flavour=moodle] .confirmation-dialogue input[type=button], body[data-flavour=moodle] .confirmation-dialogue input[type=button],
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle {
    border-width: 3px;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    padding: 2px 10px 4px 10px;
  }
}
body[data-flavour=moodle]:is(.category-188, .category-191, .category-194, .category-197, .category-200, .category-203, .category-206, .category-209, .category-212, .category-215, .category-218, .category-221, .category-224) .course-content div:is(#content_container, #mycontent) ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width: 768px) {
  body[data-flavour=moodle] .que > .info {
    max-width: 10rem;
  }
}
@media screen and (max-width: 767.9px) {
  body.drawer-open-left {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 667px) {
  body[data-flavour=moodle] .page-content .content header.row div .card .card-body .page-context-header .page-header-headings h1 {
    font-size: 36px;
  }
  body[data-flavour=moodle] .page-content h3, body[data-flavour=moodle] .page-content h4 {
    font-size: 20px;
  }
  body[data-flavour=moodle] .d-print-none #mod_quiz_navblock .qn_buttons > a, body[data-flavour=moodle] p, body[data-flavour=moodle] li {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  body[data-flavour=moodle] .content :not(.atto_group) > button, body[data-flavour=moodle] .content input[type=submit], body[data-flavour=moodle] .content input[type=button], body[data-flavour=moodle] .content input[type=button],
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .content .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .content .show > .btn-secondary.dropdown-toggle, body[data-flavour=moodle] .confirmation-dialogue :not(.atto_group) > button, body[data-flavour=moodle] .confirmation-dialogue input[type=submit], body[data-flavour=moodle] .confirmation-dialogue input[type=button], body[data-flavour=moodle] .confirmation-dialogue input[type=button],
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled):active,
body[data-flavour=moodle] .confirmation-dialogue .btn-secondary:not(:disabled):not(.disabled).active,
body[data-flavour=moodle] .confirmation-dialogue .show > .btn-secondary.dropdown-toggle {
    border-width: 2px;
    font-size: 14px;
    height: 30px;
    line-height: 1;
    padding: 4px 7px 4px 7px;
  }
}
@media (min-width: 670px) {
  .modal-dialog {
    max-width: 670px;
  }
}
@media (max-width: 669px) {
  .modal-dialog {
    max-width: none;
    overflow: scroll;
  }

  .modal-content {
    overflow: scroll;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: none;
  }
}
/*---------------------Logo-Download--------------------------*/
/*---------------------Desktop--------------------------*/
#logo-download {
  margin-top: 70px;
}

#logo-download h3 {
  margin-bottom: 40px;
}

#logo-download table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0px;
}

#logo-download table img {
  width: 60%;
  margin: 20px 0;
}

#logo-download table tr > *:first-child {
  width: 25%;
}

#logo-download tr td:nth-child(n+2) {
  background-color: #f5f5f5;
  height: 55px;
}

#logo-download table th {
  background-color: #002b44;
  color: #fff;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  text-align: center;
}

#logo-download table tr > *:nth-child(2) {
  border-right: 2px solid #fff;
}

#logo-download table tbody tr:nth-child(2n) th:nth-child(n+2):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #002b44;
  display: block;
  position: relative;
  top: -37px;
  margin: 0 auto;
}

#logo-download table thead {
  font-size: 22px;
}

#logo-download table thead th {
  padding: 15px;
}

#logo-download table tbody th {
  padding: 5px;
}

#logo-download table tbody tr:nth-child(odd) td {
  height: 90px;
}

#logo-downloadtable tbody tr.moveo_mit_claim img {
  width: 188px;
}

#logo-download table tbody tr.moveo_ohne_claim img {
  width: 155px;
}

#logo-download table td {
  text-align: center;
}

#logo-download table tbody tr.moveo_mit_claim img {
  width: 188px;
}

@media screen and (max-width: 1399px) {
  .big .textmodul-links-content a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .big {
    display: none;
  }
}
body[data-flavour=ilias] footer.main-footer {
  padding-top: 0;
  background-color: #fff;
  height: fit-content;
}
body[data-flavour=ilias] footer.main-footer .footer-container {
  width: auto;
  margin: 0 0 0 95px;
  padding: 0;
  max-width: 1825px;
  justify-content: flex-start;
}
body[data-flavour=ilias] .panel-flex .ilHeader {
  display: flex;
}
body[data-flavour=ilias] .panel-flex .panel-heading {
  justify-content: space-between;
  flex-flow: row wrap;
}
body[data-flavour=ilias] .panel-flex .panel-heading .dropdown {
  flex-grow: 0;
  flex-shrink: 1;
  order: 3;
}
body[data-flavour=ilias] .open > .dropdown-menu {
  display: block;
}
body[data-flavour=ilias] div.panel-heading.ilHeader div.dropdown.open ul.dropdown-menu {
  left: inherit !important;
  right: 0;
}
body[data-flavour=ilias] div.panel.il-panel-listing-std-container.clearfix div.dropdown.open ul.dropdown-menu {
  left: inherit !important;
  right: 0;
}
body[data-flavour=ilias] div.panel-heading.ilHeader div.dropdown.open ul.dropdown-menu {
  left: inherit !important;
  right: 0;
}
body[data-flavour=ilias] ul.dropdown-menu {
  background-color: white;
  font-weight: normal;
  border: 0 none;
  -webkit-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
}
body[data-flavour=ilias] .dropdown-menu.pull-right {
  min-width: fit-content;
  width: auto !important;
  left: inherit !important;
  right: 0;
}
body[data-flavour=ilias] .dropdown-menu.pull-left {
  min-width: fit-content;
  width: auto !important;
  left: inherit !important;
  left: 0;
}
body[data-flavour=ilias] ul.ilToolbarStickyItems.nav.navbar-nav li.ilToolbarStickyItem div.navbar-form div.btn-group.open ul#il-add-new-item-gl.dropdown-menu {
  min-width: fit-content;
  width: auto !important;
  left: 0 !important;
  right: inherit;
}
body[data-flavour=ilias] div.btn-group.open ul#il-add-new-item-gl.dropdown-menu li div.row ul.col-md-6.col-lg-4.list-unstyled li a {
  font-size: 14px;
}
body[data-flavour=ilias] li .dropdown-header h2 {
  font-size: 16px;
  background-color: #ffffff;
  margin-top: 10px;
}
body[data-flavour=ilias] .dropdown-header {
  background-color: #ffffff;
}
body[data-flavour=ilias] .dropdown-menu li > a {
  font-size: 18px;
}
body[data-flavour=ilias] .dropup, body[data-flavour=ilias] .dropdown {
  position: relative;
}
body[data-flavour=ilias] div.ilc_va_ihead_VAccordIHead {
  color: #000000;
}
body[data-flavour=ilias] footer {
  bottom: 0;
  height: 205px;
  position: absolute;
  width: auto;
}
body[data-flavour=ilias] #mainspacekeeper > div.row {
  margin: 0 0 0 0 !important;
}
body[data-flavour=ilias] .row {
  margin: 0 -15px 0 -15px;
}
body[data-flavour=ilias] #headerimage {
  width: 45px;
  height: 45px;
  margin-top: 12px;
  margin-right: 10px;
  float: left;
}
body[data-flavour=ilias] .il-mainbar-triggers {
  background: #002b44;
}
body[data-flavour=ilias] .il-maincontrols-slate-content .jstree-default li.jstree-node {
  margin-left: 14px;
  padding: 6px 3px 6px 0;
}
body[data-flavour=ilias] input[type=submit], body[data-flavour=ilias] button[type=submit], body[data-flavour=ilias] #kc-form-buttons > input {
  padding: auto;
  width: auto;
  margin: 5px;
}
body[data-flavour=ilias] .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body[data-flavour=ilias] footer .footer-menu {
  width: 130%;
}
body[data-flavour=ilias] footer div.footer-menu nav {
  width: 120% !important;
  text-align: left;
}
body[data-flavour=ilias] footer ul.submenu li a {
  display: inline;
}
body[data-flavour=ilias] .header .header-bar {
  display: flex;
  max-width: 1920px;
  margin: 0;
  padding: 40px 40px 40px 95px;
  position: relative;
}
body[data-flavour=ilias] a#il_mhead_t_focus {
  color: #000000;
  vertical-align: middle;
  font-size: 26px;
  cursor: default;
}
body[data-flavour=ilias] #footer-images.images-container {
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 1420px;
  width: 100% !important;
  margin: 0 40px 0 0;
}
body[data-flavour=ilias] input:not([type=submit]), body[data-flavour=ilias] select, body[data-flavour=ilias] .form-control, body[data-flavour=ilias] .pf-c-form__horizontal-group > .pf-c-form-control {
  height: auto;
}
body[data-flavour=ilias] input:not([type=submit]), body[data-flavour=ilias] select, body[data-flavour=ilias] .form-control, body[data-flavour=ilias] .pf-c-form__horizontal-group > .pf-c-form-control {
  border-radius: 30px;
}
body[data-flavour=ilias] table.calmini td.calminitoday {
  background-color: #a48c73;
}
body[data-flavour=ilias] .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
body[data-flavour=ilias] div.ilTableFilterInput select {
  max-width: 100%;
}
body[data-flavour=ilias] div.ilTableFilterLabel {
  font-style: italic;
  background-color: transparent;
  padding: 3px 5px;
}
body[data-flavour=ilias] .glyphicon-chevron-right:before {
  content: "🞂";
}
body[data-flavour=ilias] .glyphicon-chevron-left:before {
  content: "🞀";
}
body[data-flavour=ilias] footer .flexbox .flexbox div {
  margin: 0 0 0 50px;
}
body[data-flavour=ilias] h1.ilHeader {
  padding: 0 0 0 0;
}
body[data-flavour=ilias] div.breadcrumbs {
  height: 2rem;
}
body[data-flavour=ilias] div.breadcrumbs .breadcrumb span.crumb > a {
  color: #002b44;
}
body[data-flavour=ilias] div.breadcrumbs .breadcrumb span + span::before {
  content: "";
  background-image: url("/assets/images/icons/chevron_right.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
body[data-flavour=ilias] div.il-maincontrols-slate .btn-bulky.engaged::after, body[data-flavour=ilias] div.il-maincontrols-slate .btn-bulky.disengaged::after {
  content: "﹥";
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
body[data-flavour=ilias] div.il-mainbar-close-slates .btn-bulky > span.glyph::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/icons/close.svg");
}
body[data-flavour=ilias] .il-layout-page {
  -ms-grid-columns: auto 0fr;
  grid-template-columns: auto 0fr;
}
body[data-flavour=ilias] div.page {
  overflow: auto;
}
body[data-flavour=ilias] div.page-wrapper {
  width: auto;
}
body[data-flavour=ilias] div.content-wrapper {
  display: flex;
  max-height: 100%;
}
body[data-flavour=ilias] footer[role=contentinfo] {
  position: static;
  height: auto;
}
body[data-flavour=ilias] main.il-layout-page-content {
  padding: 0;
}
body[data-flavour=ilias] nav.il-mainbar, body[data-flavour=ilias] ul.il-mainbar-entries li *, body[data-flavour=ilias] a.il-link.link-bulky[role=menuitem], body[data-flavour=ilias] ul.il-mainbar-entries > li img.icon {
  box-shadow: none;
  background-color: #002b44;
  color: #f5f5f5;
}
body[data-flavour=ilias] nav.il-mainbar, body[data-flavour=ilias] div.il-mainbar-triggers {
  width: 80px;
}
body[data-flavour=ilias] nav.il-mainbar li button, body[data-flavour=ilias] nav.il-mainbar li a.il-link, body[data-flavour=ilias] div.il-mainbar-triggers li button, body[data-flavour=ilias] div.il-mainbar-triggers li a.il-link {
  height: 100px;
}
body[data-flavour=ilias] nav.il-mainbar li span.bulky-label, body[data-flavour=ilias] div.il-mainbar-triggers li span.bulky-label {
  font-size: 8pt;
}
body[data-flavour=ilias] .il-mainbar-triggers .btn-bulky:hover, body[data-flavour=ilias] .il-mainbar-triggers .il-link.link-bulky:hover {
  transition: none;
}
body[data-flavour=ilias] .page-content {
  display: flex;
  max-width: 1850px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
body[data-flavour=ilias] span.bulky-label, body[data-flavour=ilias] .link-bulky > span.bulky-label {
  color: #002b44;
  font-size: 0.9rem;
}
body[data-flavour=ilias] .il-maincontrols-slate .btn-bulky .bulky-label, body[data-flavour=ilias] .il-maincontrols-slate .link-bulky .bulky-label {
  font-size: 0.9rem;
  line-height: 1.25rem;
  text-align: left;
  word-break: normal;
}
body[data-flavour=ilias] ul.il-mainbar-entries li * {
  font-size: 7pt;
}
body[data-flavour=ilias] ul.il-mainbar-entries li:hover, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] {
  background-color: #f5f5f5;
  color: #002b44;
}
body[data-flavour=ilias] ul.il-mainbar-entries li:hover a, body[data-flavour=ilias] ul.il-mainbar-entries li:hover span.bulky-label, body[data-flavour=ilias] ul.il-mainbar-entries li:hover span.bulky-label:hover, body[data-flavour=ilias] ul.il-mainbar-entries li:hover button, body[data-flavour=ilias] ul.il-mainbar-entries li:hover *, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover a, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover span.bulky-label, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover span.bulky-label:hover, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover button, body[data-flavour=ilias] ul.il-mainbar-entries a.link-bulky:hover *, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] a, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] span.bulky-label, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] span.bulky-label:hover, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] button, body[data-flavour=ilias] ul.il-mainbar-entries button.btn.btn-bulky.engaged[role=menuitem] * {
  background-color: #f5f5f5;
  color: #002b44;
}
body[data-flavour=ilias] a:not([role=menuitem]) > .icon.small.outlined {
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] a:not([role=menuitem]) > .icon.small.outlined.dshs {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_dshs_hover.svg");
}
body[data-flavour=ilias] a:not([role=menuitem]) > .icon.small.outlined.adm {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_adm_hover.svg");
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.outlined.rep, body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.outlined.rep {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_rep_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.outlined.adm, body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.outlined.adm {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_adm_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.outlined.dshs, body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.outlined.dshs {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_dshs_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt="Personal Workspace"], body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt="Persönlicher Arbeitsraum"], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt="Personal Workspace"], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt="Persönlicher Arbeitsraum"] {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_wksp_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt=Achievements], body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt=Lernerfolge], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt=Achievements], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt=Lernerfolge] {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_achv_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt=Communication], body[data-flavour=ilias] ul.il-mainbar-entries > li:hover .icon.custom.small[alt=Kommunikation], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt=Communication], body[data-flavour=ilias] button.btn.btn-bulky.engaged[role=menuitem] .icon.custom.small[alt=Kommunikation] {
  background-image: url("/ilias/Customizing/global/skin/orca/images/outlined/icon_comu_hover.svg");
  object-position: -99999px 99999px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1720px) {
  body[data-flavour=ilias] nav.il-mainbar, body[data-flavour=ilias] div.il-mainbar-triggers {
    width: 80px;
  }
  body[data-flavour=ilias] nav.il-mainbar li button, body[data-flavour=ilias] nav.il-mainbar li a.il-link, body[data-flavour=ilias] div.il-mainbar-triggers li button, body[data-flavour=ilias] div.il-mainbar-triggers li a.il-link {
    height: 80px;
  }
  body[data-flavour=ilias] nav.il-mainbar li span.bulky-label, body[data-flavour=ilias] div.il-mainbar-triggers li span.bulky-label {
    font-size: 8pt;
  }
}
@media screen and (max-width: 1600px) {
  body[data-flavour=ilias] nav.il-mainbar, body[data-flavour=ilias] div.il-mainbar-triggers {
    width: 80px;
  }
  body[data-flavour=ilias] nav.il-mainbar li button, body[data-flavour=ilias] nav.il-mainbar li a.il-link, body[data-flavour=ilias] div.il-mainbar-triggers li button, body[data-flavour=ilias] div.il-mainbar-triggers li a.il-link {
    height: 80px;
  }
  body[data-flavour=ilias] nav.il-mainbar li span.bulky-label, body[data-flavour=ilias] div.il-mainbar-triggers li span.bulky-label {
    font-size: 7pt;
  }
}
@media only screen and (min-width: 1200px) {
  body[data-flavour=ilias] #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body[data-flavour=ilias] #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 520px;
  }
}
@media only screen and (max-width: 992px) {
  body[data-flavour=ilias] #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 260px;
  }
}
@media screen and (max-width: 1400px) {
  body[data-flavour=ilias] #ilContentContainer > div.row {
    flex-direction: column;
    margin: 0 0 0 0;
  }
  body[data-flavour=ilias] #il_center_col {
    width: auto;
  }
  body[data-flavour=ilias] #il_right_col {
    padding-left: 15px;
    width: auto;
  }
  body[data-flavour=ilias] .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1190px) {
  body[data-flavour=ilias] #footer-images.images-container {
    width: 280% !important;
  }
  body[data-flavour=ilias] footer div.footer-menu nav ul {
    width: 120%;
  }
}
@media screen and (max-width: 991px) {
  body[data-flavour=ilias] .dropdown-menu {
    min-width: 200px !important;
    max-width: 300px !important;
    width: auto !important;
    left: inherit !important;
  }
  body[data-flavour=ilias] div.il-maincontrols-mainbar {
    background-color: #002b44;
  }
  body[data-flavour=ilias] .il-mainbar {
    display: inline;
    overflow: auto;
    height: auto !important;
    max-height: 1000px;
  }
  body[data-flavour=ilias] .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
  body[data-flavour=ilias] #ilContentContainer > div.row {
    display: flex;
    flex-direction: column;
  }
  body[data-flavour=ilias] #il_center_col {
    width: 100%;
  }
  body[data-flavour=ilias] #il_right_col {
    width: 100%;
    padding-left: 15px;
  }
  body[data-flavour=ilias] .panel-flex .panel-heading .dropdown {
    flex-grow: 0;
    flex-shrink: 0;
    order: 3;
  }
  body[data-flavour=ilias] footer.main-footer .footer-container {
    margin: 0 0 0 45px;
  }
  body[data-flavour=ilias] footer .flexbox .flexbox div {
    width: 100%;
  }
  body[data-flavour=ilias] footer .footer-menu {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  body[data-flavour=ilias] .header .header-bar {
    padding: 40px 40px 40px 30px;
  }
  body[data-flavour=ilias] #footer-images .footer-img {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 75% !important;
    margin: 0 0 40px 80px;
  }
  body[data-flavour=ilias] #ilContentContainer > div.row {
    display: flex;
    flex-direction: column;
    margin: 0 -15px 0 -15px;
  }
  body[data-flavour=ilias] footer.main-footer .footer-container {
    margin: 0 0 0 30px;
  }
  body[data-flavour=ilias] .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar {
    display: flex;
    background-color: #fff;
  }
  body[data-flavour=ilias] .il-mainbar {
    display: inline;
    overflow: visible;
    height: auto;
    max-height: 100%;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates .il-maincontrols-slate {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
  }
  body[data-flavour=ilias] .il-mainbar-slates > .il-maincontrols-slate.engaged {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates {
    grid-column: 1;
    grid-row: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 995;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 995;
  }
  body[data-flavour=ilias] .il-mainbar-slates {
    grid-column: none;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    position: relative;
    width: 100% !important;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-close-slates {
    display: block;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar {
    width: 100vw !important;
  }
  body[data-flavour=ilias] div.il-maincontrols-mainbar {
    background-color: white;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols {
    -ms-grid-column: none;
    -ms-grid-row: none;
    grid-column: none;
    grid-row: none;
    height: auto;
  }
  body[data-flavour=ilias] .il-mainbar-tools-entries {
    display: none;
  }
  body[data-flavour=ilias] #ilTabDropDown.dropdown-menu {
    left: unset;
    right: unset;
  }
  body[data-flavour=ilias] .il-layout-page {
    display: block;
  }
  body[data-flavour=ilias] .il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content {
    height: auto;
    background-color: white;
  }
  body[data-flavour=ilias] .il-mainbar-close-slates {
    margin-top: 0;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates .il-maincontrols-slate {
    height: auto;
  }
  body[data-flavour=ilias] .il-mainbar-close-slates .btn-bulky {
    border-bottom: 1px solid #ddd;
  }
  body[data-flavour=ilias] .il-mainbar-entries {
    display: block;
  }
  body[data-flavour=ilias] .il-mainbar-triggers .btn-bulky, body[data-flavour=ilias] .il-mainbar-triggers .il-link.link-bulky {
    width: 80px;
    border-bottom: 1px solid #ddd;
  }
  body[data-flavour=ilias] .container > .navbar-header, body[data-flavour=ilias] .container-fluid > .navbar-header, body[data-flavour=ilias] .container > .navbar-collapse, body[data-flavour=ilias] .container-fluid > .navbar-collapse {
    margin: 0 0 0 -15px !important;
  }
  body[data-flavour=ilias] #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row, body[data-flavour=ilias] #ilAdvSelListAnchorText_asl + .dropdown-backdrop + ul.dropdown-menu > li > div.row, body[data-flavour=ilias] #mm_adm_tr + span + ul.dropdown-menu > li > div.row, body[data-flavour=ilias] #mm_adm_tr + ul.dropdown-menu > li > div.row {
    width: 100% !important;
    margin: 20px 0 0 -15px;
  }
}
@media only screen and (max-width: 500px) {
  body[data-flavour=ilias] .header .header-bar {
    padding: 40px 40px 40px 20px;
  }
  body[data-flavour=ilias] footer .footer-menu {
    width: auto;
  }
  body[data-flavour=ilias] footer div.footer-menu nav ul {
    width: auto;
  }
  body[data-flavour=ilias] footer div.footer-menu nav {
    width: auto !important;
  }
  body[data-flavour=ilias] #footer-images .footer-img {
    display: flex;
    align-items: center;
    justify-content: left;
    width: auto !important;
    margin: 0 0 20px 0;
  }
  body[data-flavour=ilias] #footer-images.images-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body[data-flavour=ilias] footer.main-footer .footer-container {
    margin: 0 0 0 0;
  }
  body[data-flavour=ilias] #footer-images.images-container {
    width: auto !important;
  }
  body[data-flavour=ilias] .il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content {
    height: auto;
    background-color: white;
  }
  body[data-flavour=ilias] .il-mainbar-close-slates {
    margin-top: 0;
  }
  body[data-flavour=ilias] .il-mainbar-slates {
    width: 100% !important;
  }
  body[data-flavour=ilias] .il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates .il-maincontrols-slate {
    height: auto;
  }
  body[data-flavour=ilias] .il-mainbar-close-slates .btn-bulky {
    border-bottom: 1px solid #ddd;
  }
  body[data-flavour=ilias] .il-maincontrols-slate .btn-bulky .icon.small, body[data-flavour=ilias] body[data-flavour=ilias] .il-maincontrols-slate .link-bulky .icon.small {
    filter: brightness(0.1);
  }
}
@media only screen and (max-width: 450px) {
  body[data-flavour=ilias] .il-maincontrols-slate .btn-bulky .icon.small, body[data-flavour=ilias] body[data-flavour=ilias] .il-maincontrols-slate .link-bulky .icon.small {
    filter: brightness(0.1);
  }
}

.ctx_materialien span.ctx_aware.filled a,
.ctx_media span.ctx_aware.filled a,
.ctx_games span.ctx_aware.filled a,
.ctx_osa span.ctx_aware.filled a,
.ctx_oka span.ctx_aware.filled a {
  color: #fff;
}

.ctx_osa .ctx_aware.orcabutton {
  background: #006872;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872;
  border-left-style: outset;
  border-left-color: #006872;
  border-right-style: inset;
  border-right-color: #006872;
  border-bottom-style: inset;
  border-bottom-color: #006872;
}
.ctx_osa .ctx_aware.filled {
  background: #006872;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872;
  border-left-style: outset;
  border-left-color: #006872;
  border-right-style: inset;
  border-right-color: #006872;
  border-bottom-style: inset;
  border-bottom-color: #006872;
}
.ctx_osa span.ctx_aware:not(.filled) a {
  color: #006872;
}
.ctx_osa span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872;
  border-left-style: outset;
  border-left-color: #006872;
  border-right-style: inset;
  border-right-color: #006872;
  border-bottom-style: inset;
  border-bottom-color: #006872;
}
.ctx_osa .zahl-in-kreis {
  border-color: #006872;
  color: #006872;
}
.ctx_osa .kursinfo-icon-wrapper {
  background: #006872;
}

.ctx_osa_prio .ctx_aware.orcabutton {
  background: #006872 !important;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872 !important;
  border-left-style: outset;
  border-left-color: #006872 !important;
  border-right-style: inset;
  border-right-color: #006872 !important;
  border-bottom-style: inset;
  border-bottom-color: #006872 !important;
}
.ctx_osa_prio .ctx_aware.filled {
  background: #006872 !important;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872 !important;
  border-left-style: outset;
  border-left-color: #006872 !important;
  border-right-style: inset;
  border-right-color: #006872 !important;
  border-bottom-style: inset;
  border-bottom-color: #006872 !important;
}
.ctx_osa_prio span.ctx_aware:not(.filled) a {
  color: #006872 !important;
}
.ctx_osa_prio span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #006872 !important;
  border-left-style: outset;
  border-left-color: #006872 !important;
  border-right-style: inset;
  border-right-color: #006872 !important;
  border-bottom-style: inset;
  border-bottom-color: #006872 !important;
}
.ctx_osa_prio .zahl-in-kreis {
  border-color: #006872 !important;
  color: #006872 !important;
}
.ctx_osa_prio .kursinfo-icon-wrapper {
  background: #006872 !important;
}

.ctx_oka .ctx_aware.orcabutton {
  background: #a90056;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056;
  border-left-style: outset;
  border-left-color: #a90056;
  border-right-style: inset;
  border-right-color: #a90056;
  border-bottom-style: inset;
  border-bottom-color: #a90056;
}
.ctx_oka .ctx_aware.filled {
  background: #a90056;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056;
  border-left-style: outset;
  border-left-color: #a90056;
  border-right-style: inset;
  border-right-color: #a90056;
  border-bottom-style: inset;
  border-bottom-color: #a90056;
}
.ctx_oka span.ctx_aware:not(.filled) a {
  color: #a90056;
}
.ctx_oka span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056;
  border-left-style: outset;
  border-left-color: #a90056;
  border-right-style: inset;
  border-right-color: #a90056;
  border-bottom-style: inset;
  border-bottom-color: #a90056;
}
.ctx_oka .zahl-in-kreis {
  border-color: #a90056;
  color: #a90056;
}
.ctx_oka .kursinfo-icon-wrapper {
  background: #a90056;
}

.ctx_oka_prio .ctx_aware.orcabutton {
  background: #a90056 !important;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056 !important;
  border-left-style: outset;
  border-left-color: #a90056 !important;
  border-right-style: inset;
  border-right-color: #a90056 !important;
  border-bottom-style: inset;
  border-bottom-color: #a90056 !important;
}
.ctx_oka_prio .ctx_aware.filled {
  background: #a90056 !important;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056 !important;
  border-left-style: outset;
  border-left-color: #a90056 !important;
  border-right-style: inset;
  border-right-color: #a90056 !important;
  border-bottom-style: inset;
  border-bottom-color: #a90056 !important;
}
.ctx_oka_prio span.ctx_aware:not(.filled) a {
  color: #a90056 !important;
}
.ctx_oka_prio span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #a90056 !important;
  border-left-style: outset;
  border-left-color: #a90056 !important;
  border-right-style: inset;
  border-right-color: #a90056 !important;
  border-bottom-style: inset;
  border-bottom-color: #a90056 !important;
}
.ctx_oka_prio .zahl-in-kreis {
  border-color: #a90056 !important;
  color: #a90056 !important;
}
.ctx_oka_prio .kursinfo-icon-wrapper {
  background: #a90056 !important;
}

.ctx_games .ctx_aware.orcabutton {
  background: #296307;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307;
  border-left-style: outset;
  border-left-color: #296307;
  border-right-style: inset;
  border-right-color: #296307;
  border-bottom-style: inset;
  border-bottom-color: #296307;
}
.ctx_games .ctx_aware.filled {
  background: #296307;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307;
  border-left-style: outset;
  border-left-color: #296307;
  border-right-style: inset;
  border-right-color: #296307;
  border-bottom-style: inset;
  border-bottom-color: #296307;
}
.ctx_games span.ctx_aware:not(.filled) a {
  color: #296307;
}
.ctx_games span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307;
  border-left-style: outset;
  border-left-color: #296307;
  border-right-style: inset;
  border-right-color: #296307;
  border-bottom-style: inset;
  border-bottom-color: #296307;
}
.ctx_games .zahl-in-kreis {
  border-color: #296307;
  color: #296307;
}
.ctx_games .kursinfo-icon-wrapper {
  background: #296307;
}

.ctx_games_prio .ctx_aware.orcabutton {
  background: #296307 !important;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307 !important;
  border-left-style: outset;
  border-left-color: #296307 !important;
  border-right-style: inset;
  border-right-color: #296307 !important;
  border-bottom-style: inset;
  border-bottom-color: #296307 !important;
}
.ctx_games_prio .ctx_aware.filled {
  background: #296307 !important;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307 !important;
  border-left-style: outset;
  border-left-color: #296307 !important;
  border-right-style: inset;
  border-right-color: #296307 !important;
  border-bottom-style: inset;
  border-bottom-color: #296307 !important;
}
.ctx_games_prio span.ctx_aware:not(.filled) a {
  color: #296307 !important;
}
.ctx_games_prio span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #296307 !important;
  border-left-style: outset;
  border-left-color: #296307 !important;
  border-right-style: inset;
  border-right-color: #296307 !important;
  border-bottom-style: inset;
  border-bottom-color: #296307 !important;
}
.ctx_games_prio .zahl-in-kreis {
  border-color: #296307 !important;
  color: #296307 !important;
}
.ctx_games_prio .kursinfo-icon-wrapper {
  background: #296307 !important;
}

.ctx_media .ctx_aware.orcabutton {
  background: #5d40a5;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5;
  border-left-style: outset;
  border-left-color: #5d40a5;
  border-right-style: inset;
  border-right-color: #5d40a5;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5;
}
.ctx_media .ctx_aware.filled {
  background: #5d40a5;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5;
  border-left-style: outset;
  border-left-color: #5d40a5;
  border-right-style: inset;
  border-right-color: #5d40a5;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5;
}
.ctx_media span.ctx_aware:not(.filled) a {
  color: #5d40a5;
}
.ctx_media span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5;
  border-left-style: outset;
  border-left-color: #5d40a5;
  border-right-style: inset;
  border-right-color: #5d40a5;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5;
}
.ctx_media .zahl-in-kreis {
  border-color: #5d40a5;
  color: #5d40a5;
}
.ctx_media .kursinfo-icon-wrapper {
  background: #5d40a5;
}

.ctx_media_prio .ctx_aware.orcabutton {
  background: #5d40a5 !important;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5 !important;
  border-left-style: outset;
  border-left-color: #5d40a5 !important;
  border-right-style: inset;
  border-right-color: #5d40a5 !important;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5 !important;
}
.ctx_media_prio .ctx_aware.filled {
  background: #5d40a5 !important;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5 !important;
  border-left-style: outset;
  border-left-color: #5d40a5 !important;
  border-right-style: inset;
  border-right-color: #5d40a5 !important;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5 !important;
}
.ctx_media_prio span.ctx_aware:not(.filled) a {
  color: #5d40a5 !important;
}
.ctx_media_prio span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #5d40a5 !important;
  border-left-style: outset;
  border-left-color: #5d40a5 !important;
  border-right-style: inset;
  border-right-color: #5d40a5 !important;
  border-bottom-style: inset;
  border-bottom-color: #5d40a5 !important;
}
.ctx_media_prio .zahl-in-kreis {
  border-color: #5d40a5 !important;
  color: #5d40a5 !important;
}
.ctx_media_prio .kursinfo-icon-wrapper {
  background: #5d40a5 !important;
}

.ctx_materialien .ctx_aware.orcabutton {
  background: #821c87;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87;
  border-left-style: outset;
  border-left-color: #821c87;
  border-right-style: inset;
  border-right-color: #821c87;
  border-bottom-style: inset;
  border-bottom-color: #821c87;
}
.ctx_materialien .ctx_aware.filled {
  background: #821c87;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87;
  border-left-style: outset;
  border-left-color: #821c87;
  border-right-style: inset;
  border-right-color: #821c87;
  border-bottom-style: inset;
  border-bottom-color: #821c87;
}
.ctx_materialien span.ctx_aware:not(.filled) a {
  color: #821c87;
}
.ctx_materialien span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87;
  border-left-style: outset;
  border-left-color: #821c87;
  border-right-style: inset;
  border-right-color: #821c87;
  border-bottom-style: inset;
  border-bottom-color: #821c87;
}
.ctx_materialien .zahl-in-kreis {
  border-color: #821c87;
  color: #821c87;
}
.ctx_materialien .kursinfo-icon-wrapper {
  background: #821c87;
}

.ctx_materialien_prio .ctx_aware.orcabutton {
  background: #821c87 !important;
  color: #fff;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87 !important;
  border-left-style: outset;
  border-left-color: #821c87 !important;
  border-right-style: inset;
  border-right-color: #821c87 !important;
  border-bottom-style: inset;
  border-bottom-color: #821c87 !important;
}
.ctx_materialien_prio .ctx_aware.filled {
  background: #821c87 !important;
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87 !important;
  border-left-style: outset;
  border-left-color: #821c87 !important;
  border-right-style: inset;
  border-right-color: #821c87 !important;
  border-bottom-style: inset;
  border-bottom-color: #821c87 !important;
}
.ctx_materialien_prio span.ctx_aware:not(.filled) a {
  color: #821c87 !important;
}
.ctx_materialien_prio span.ctx_aware:not(.filled) {
  border-width: 2px;
  border-top-style: outset;
  border-top-color: #821c87 !important;
  border-left-style: outset;
  border-left-color: #821c87 !important;
  border-right-style: inset;
  border-right-color: #821c87 !important;
  border-bottom-style: inset;
  border-bottom-color: #821c87 !important;
}
.ctx_materialien_prio .zahl-in-kreis {
  border-color: #821c87 !important;
  color: #821c87 !important;
}
.ctx_materialien_prio .kursinfo-icon-wrapper {
  background: #821c87 !important;
}

.detailseite .keyvisual-img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.detailseite .keyvisual-img img {
  position: relative;
  bottom: -40px;
  right: 0;
  width: 500px;
  height: auto;
}

body[data-flavour=webpack] .section-wrapper .mejs__container, body[data-flavour=webpack] .media-container.video-content div.videoContainer {
  position: relative;
  top: -80px;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  body[data-flavour=webpack] .section-wrapper .mejs__container, body[data-flavour=webpack] .media-container.video-content div.videoContainer {
    top: -40px;
  }
}
@media screen and (max-width: 667px) {
  body[data-flavour=webpack] .section-wrapper .mejs__container, body[data-flavour=webpack] .media-container.video-content div.videoContainer {
    top: -20px;
  }
}
@media screen and (max-width: 360px) {
  body[data-flavour=webpack] .section-wrapper .mejs__container, body[data-flavour=webpack] .media-container.video-content div.videoContainer {
    top: -10px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mont", "Segoe UI", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  min-height: 100vh;
  position: relative;
}

main {
  padding-bottom: 205px;
  /* Footer Höhe */
}

footer {
  bottom: 0;
  height: 205px;
  position: absolute;
  /* Ausrichtung des Footer auf Seiten mit geringer Höhe */
  width: 100%;
}

/* -----------------Überschriften--------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

/* -----------------Text------------------------------ */
p {
  font-size: 22px;
  margin: 12px 0;
  /*
      -webkit-hyphens:auto;
      -moz-hyphens:auto;
      -ms-hyphens:auto;
      hyphens:auto;
      overflow-wrap: break-word;
      word-wrap: break-word;
  */
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 2px dotted #333;
  cursor: help;
  text-decoration: none;
}

abbr[title]:focus {
  background: #002b44;
  border: none;
  color: #fff;
  outline: none;
  position: relative;
}

abbr[title]:focus::before {
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  width: 0;
}

abbr[title]:focus::after {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  content: attr(title);
  font-size: 0.5em;
  margin-top: 6px;
  max-width: 385px;
  padding: 0.8em;
  text-align: center;
  width: auto;
  z-index: 10;
}

abbr[title]:focus::before,
abbr[title]:focus::after {
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
}

/* -----------------Links----------------------------- */
a {
  text-decoration: none;
}

.btn {
  cursor: pointer;
}

/* -----------------Listen---------------------------- */
li,
ol {
  list-style-type: none;
}

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