@charset "UTF-8";
/*
** Ein Stylesheet für Escuela Montalban 2024   **
** Ludger Müller, artbeit.de;                   **
*/
/* Reset 13 ******************* */
h1, h2, h3, h4, h5, h6, p, ol, ul, li,
fieldset, form, label, legend, img, button, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol, ul {
  list-style-type: none;
}

/*based on Stefan Nitzsche's work   http://nitzsche.info*/
html {
  height: 100%;
}

body {
  height: 101%;
}

.hideme {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

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

/*.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}*/
/* Team colors*/
:root {
  --red: #990000;
  --ocker: hsl(46, 73%, 39%);
  --ockerlighter: hsl(46, 73%, 49%);
  --formbackground: #f8f8f8;
  --default-gap: 1rem;
  --default-gap-half: calc(var(--default-gap) / 2);
}

/* titillium-web-200 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src: local("Titillium Web ExtraLight"), local("TitilliumWeb-ExtraLight"), url("./fonts/Titillium/titillium-web-v7-latin-200.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-300 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url("./fonts/Titillium/titillium-web-v7-latin-300.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url("./fonts/Titillium/titillium-web-v7-latin-regular.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: local("Titillium Web Italic"), local("TitilliumWeb-Italic"), url("./fonts/Titillium/titillium-web-v7-latin-italic.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: local("Titillium Web SemiBold"), local("TitilliumWeb-SemiBold"), url("./fonts/Titillium/titillium-web-v7-latin-600.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: local("Titillium Web Bold"), local("TitilliumWeb-Bold"), url("./fonts/Titillium/titillium-web-v7-latin-700.woff2") format("woff2"), url("./fonts/Titillium/titillium-web-v7-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-arabic-300 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Noto-sans-arabic/noto-sans-arabic-v18-arabic-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-arabic-regular - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Noto-sans-arabic/noto-sans-arabic-v18-arabic-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-arabic-600 - arabic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/Noto-sans-arabic/noto-sans-arabic-v18-arabic-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Utility classes */
.mt-1 {
  margin-top: 1rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-025 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-025 {
  margin-bottom: 0.25rem;
}

/* Styling without media queries */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 100.01%;
  height: 100%;
  background: #ffffff;
  background-attachment: scroll;
  font-family: "Titillium Web", "Noto Sans Arabic", sans-serif;
  box-sizing: border-box;
}

/* Container  und Container Kontext ******************    */
/*wrapper *****************************/
#cookieInfoWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #e0e9f5;
  box-shadow: #2b2b2b 3px 3px;
}

#cookieInfo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  font-family: "Courier New", Courier, Monaco, monospace;
  font-size: 0.8em;
}
#cookieInfo .cookieOKButton {
  display: inline-block;
  width: 50px;
  background-color: #104567;
  margin-left: 1em;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px #999999;
  -moz-box-shadow: 2px 2px 4px #999999;
  box-shadow: 2px 2px 4px #999999;
}
#cookieInfo .cookieOKButton:hover, #cookieInfo .cookieOKButton:active {
  background-color: hsl(46, 73%, 39%);
  -webkit-box-shadow: inset 2px -2px 4px #999999;
  -moz-box-shadow: inset 2px -2px 4px #999999;
  box-shadow: inset 2px 2px 4px #999999;
}

#rahmen {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: transparent;
}

#topbarWrapper {
  width: 100%;
  background-color: transparent;
}

#topbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.rtlDir #topbar {
  flex-direction: row-reverse;
}

.topbarRightcolumn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0.5rem 0 0 1rem;
}

.search {
  height: 21px;
  margin: 3px 0.5em 0 0;
  min-width: 320px;
}
.search input[type=text] {
  width: 300px;
  height: auto;
  border: 1px solid #c6c6c6;
  background-color: #ededed;
  color: #999999;
  padding-right: 1rem;
}
.search button {
  height: 21px;
  border: none;
  width: 26px;
  vertical-align: text-bottom;
  color: #999999;
  background-color: transparent;
}
.search button svg {
  width: 25px;
  height: 25px;
  color: #999999;
  fill: #999999;
}
.search button svg:hover {
  color: #990000;
  fill: #990000;
}
.search-results {
  margin-top: 2rem;
}

.search-button {
  display: none;
}

/* Contact form */
#language {
  padding: 0.2em 0 0.2em 0;
  margin: 3px 0 0 0;
}
#language p:after {
  content: " >";
  transform: rotate(90deg);
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
}
#language p {
  font-weight: bold;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding-right: 1rem;
}
#language ul {
  display: block;
  position: absolute;
  left: -999em;
  background-color: #104567;
  width: 6em;
  z-index: 100;
  border-color: #104567;
  border-width: 0 1px 1px;
  border-style: solid;
  border-radius: 0 0 5px 5px;
}
#language:hover ul {
  left: inherit;
  padding: 0 0 0.5em 0;
}
#language li {
  display: block;
  padding: 0;
  text-align: center;
}
#language a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 0.8em;
  line-height: 130%;
  color: #fff;
  padding: 0.2em 1em 0.2em 0;
}
#language a:hover {
  text-decoration: underline;
}

/* Head / BAnner  ************************    */
#bannerWrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#banner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40.3714170367vw;
}

#logoWrapper {
  width: 50%;
  margin: -20px 0 0 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

#logo {
  width: 70%;
}
#logo img {
  width: 100%;
  aspect-ratio: 1/1;
}

#cervantesLogo {
  width: 30%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  margin-top: 22px;
}
#cervantesLogo svg {
  width: 100%;
  height: 100%;
}

/* Head/Banner end //    */
#contentbox {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #fff;
  min-height: 460px;
  max-width: 1280px;
}

/*  text box start *********** */
#text_box {
  font-size: 1rem;
  line-height: 1.4;
  width: 100%;
  padding: 4rem 1rem 2rem;
  /* ********** Linkseiten **********/
}
#text_box h1 {
  /* display: inline; */
  color: #104567;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0 0 0.8em 0;
}
#text_box h2 {
  color: #104567;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 0.7em 0;
}
#text_box h3 {
  margin-bottom: -0.8em;
  color: #990000;
  font-size: 1.1rem;
  line-height: 120%;
}
#text_box h4 {
  margin: 1.2em 0 0;
  color: #990000;
  font-size: 1rem;
  line-height: 120%;
}
#text_box h5 {
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 10px 0px 0px 10px;
  color: #990000;
  font-size: 1rem;
  line-height: 110%;
}
#text_box hr {
  background-color: #dbf7d7;
  color: #dbf7d7;
  height: 1px;
  margin: 1em 0;
  text-align: left;
  width: 100px;
}
#text_box p {
  font-size: 1rem;
  line-height: 140%;
}
#text_box .bildleiste {
  margin-top: 1em;
  display: flex;
  gap: 1rem;
}
#text_box .bildleiste img {
  max-width: calc(100% - 0.5rem);
  height: auto;
}
#text_box ul {
  list-style-image: url("../layoutpictures/dpoint.gif");
  margin: 0 0 0 1em;
  padding: 0;
}
#text_box ul[dir=rtl] {
  margin: 0 1em 0 0;
}
#text_box table {
  border-collapse: collapse;
}
#text_box .details {
  margin-left: 2em;
}
#text_box .Abschnitt {
  line-height: 150%;
  padding: 0;
  margin: 0.5em 0;
  font-size: 1rem;
}
#text_box .zwischentitel {
  color: #660000;
  font-size: 1.1em;
  font-weight: bold;
}
#text_box .rot {
  color: #660000;
}
#text_box .rotfett {
  color: #660000;
  font-weight: bold;
  font-size: 1.05em;
}
#text_box .bold {
  font-weight: bold;
}
#text_box .greenline {
  border-bottom: 1px solid #c2dbbf;
}
#text_box .hochgestellt {
  font-size: 0.7em;
  vertical-align: top;
}
#text_box .bildlinks {
  float: left;
  margin: 5px 5px 5px 0px;
}
#text_box .bildrechts {
  float: right;
  margin: 5px 0px 5px 5px;
}
#text_box .error {
  color: #ff0000;
}
#text_box .button {
  background-color: #990000;
  color: #ffffff;
  font-style: normal;
  padding: 0.3em;
  font-size: 1em;
  border-radius: 0.3em;
  transition: font-size 300ms;
  text-decoration: none;
}
#text_box .button:hover, #text_box .button:active {
  background-color: #990000;
  color: #ffffff;
  font-style: normal;
  font-size: 1.05em;
}
#text_box a.blog {
  padding-left: 15px;
  background: url(/pictures/general/B-log.png) 0 3px no-repeat;
}
#text_box .marginTop {
  margin-top: 1em;
}
#text_box .marginBottom {
  margin-bottom: 1em;
}
#text_box .linkheadline {
  background-color: #ffe9c0;
  padding: 3px 5px;
  cursor: pointer;
  text-align: left;
}
#text_box .linkdokcontainer {
  margin-left: 50px;
}
#text_box .linkdokcontainer p {
  margin: 1em 0;
}

.rtlDir #text_box {
  direction: rtl;
  padding: 4rem 4rem 3rem 3rem;
}

.rtlDir.contentLtr #text_box {
  direction: ltr;
  padding: 4rem 3rem 3rem 4rem;
}

.rtlDir #text_box .bildleiste {
  justify-content: flex-start;
}

/* Tags  ****************************************/
a {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #990000;
  text-decoration: none;
}

a img {
  outline: none;
}

/* Allgemeine klassen*/
#noscriptMessage {
  background-color: #ff0000;
  color: #fff;
  padding: 0.2em;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: bold;
}

img.responsive {
  width: 100%;
  height: auto;
}

.spaceabove {
  margin: 1em 0 0 0;
}

.debug {
  border: 1px solid #000;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none;
}

.externalLink {
  padding: 0 1em 0 0;
  background: url("../layoutpictures/externalLinkIcon.png") no-repeat right 3px;
  text-decoration: none;
}

.marginTop {
  margin-top: 1em;
}

/* Shapes */
.calltoaction:link, .calltoaction:visited {
  display: inline-block;
  height: auto;
  margin-left: 0;
  margin-top: 2.5em;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  padding: 0.5em 1em;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  border: 1px solid var(--red);
  background-color: var(--red);
  transition: background-color 300ms ease-in-out;
}

.calltoaction:hover, .calltoaction:active {
  color: var(--red);
  background-color: #fff;
}

@media screen and (min-width: 500px) {
  #logoWrapper {
    width: 40%;
    margin: -20px 0 0 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (min-width: 680px) {
  .search-button {
    display: block;
    height: 21px;
    margin: 3px 3rem 0 0;
  }
  .search-button button {
    height: 21px;
    border: none;
    width: 26px;
    vertical-align: text-bottom;
    color: #fff;
    background-color: transparent;
  }
  .search-button button svg {
    width: 25px;
    height: 25px;
    color: #fff;
    fill: #fff;
  }
  .search-button button svg:hover {
    color: #990000;
    fill: #990000;
  }
}
@media screen and (min-width: 768px) {
  #logoWrapper {
    width: 30%;
    margin: -20px 0 0 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
  #contentbox {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  #text_box {
    padding: 4rem 0 2rem calc(22px + 4%);
    width: calc(70% - 1rem);
  }
  .rtlDir #contentbox {
    flex-direction: row-reverse;
  }
  .rtlDir #text_box {
    padding: 4rem 1rem 2rem 0;
  }
}
@media screen and (min-width: 1000px) {
  #logoWrapper {
    width: 22%;
    margin: 0 0 0 1rem;
    justify-content: flex-end;
  }
  #cervantesLogo {
    width: 30%;
    margin: 0;
    padding: 3px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #logoWrapper {
    width: 22%;
    margin: 0 0 0 1rem;
    justify-items: flex-end;
  }
  #cervantesLogo {
    width: 30%;
    margin: 0;
    padding: 3px;
    margin-top: 0;
  }
  #contentbox {
    margin-left: auto;
  }
}
.teaserColumns {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 1rem;
}
.teaserColumns .section, .teaserColumns .teaserBox {
  border: 1px solid #ffd700;
  padding: 0 0 1em;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}
.teaserColumns .section h2, .teaserColumns .teaserBox h2 {
  font-size: 1rem;
  color: #104567;
  padding: 0.2rem;
  line-height: 120%;
  text-align: center;
  background-color: #ffd700;
  background-image: url(../layoutpictures/tiles/mosaik_1a-boxheader-bg.png);
  background-repeat: repeat-x;
  background-size: initial;
  background-position: center top;
}
.teaserColumns .section .teaserContent, .teaserColumns .teaserBox .teaserContent {
  padding: 0.9rem;
}
.teaserColumns .section .teaserImage, .teaserColumns .teaserBox .teaserImage {
  position: relative;
}
.teaserColumns .section p, .teaserColumns .teaserBox p {
  font-size: 1rem;
}
.teaserColumns .section img.videoStill, .teaserColumns .teaserBox img.videoStill {
  width: 100%;
  max-height: 100%;
}
.teaserColumns .section img.yt-playButton, .teaserColumns .teaserBox img.yt-playButton {
  left: 45%;
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 34px;
  height: 24px;
}
.teaserColumns .section img, .teaserColumns .teaserBox img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 580px) {
  .teaserColumns {
    align-items: stretch;
  }
  .teaserColumns .teaserBox {
    width: calc(50% - 0.5rem);
    padding: 0;
  }
}
@media screen and (min-width: 880px) {
  .teaserColumns .teaserBox {
    width: calc(25% - 1rem);
    padding: 0;
  }
}
#text_box #functions {
  margin: 1em 0;
}
#text_box #functions span {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.5em 0.6em;
  display: inline-block;
  padding: 0.15em 0.3em;
  cursor: pointer;
}
#text_box #functions span.management {
  background-color: #990000;
  color: #ffffff;
  border: 1px solid #990000;
}
#text_box #functions span.management:active, #text_box #functions span.management.current {
  background-color: #ffffff;
  color: #990000;
}
#text_box #functions span.administration {
  background-color: #104567;
  color: #ffffff;
  border: 1px solid #104567;
}
#text_box #functions span.administration:active, #text_box #functions span.administration.current {
  background-color: #ffffff;
  color: #104567;
}
#text_box #functions span.spanishTeachers {
  background-color: hsl(46, 73%, 39%);
  color: #ffffff;
  border: 1px solid hsl(46, 73%, 39%);
}
#text_box #functions span.spanishTeachers:active, #text_box #functions span.spanishTeachers.current {
  background-color: #ffffff;
  color: hsl(46, 73%, 39%);
}
#text_box #functions span.culturalActivities {
  background-color: #fecf13;
  color: #ffffff;
  border: 1px solid #fecf13;
}
#text_box #functions span.culturalActivities:active, #text_box #functions span.culturalActivities.current {
  background-color: #ffffff;
  color: #fecf13;
}
#text_box #functions span.services {
  background-color: #04ae91;
  color: #ffffff;
  border: 1px solid #04ae91;
}
#text_box #functions span.services:active, #text_box #functions span.services.current {
  background-color: #ffffff;
  color: #04ae91;
}
#text_box .teamportraits {
  position: relative;
}
#text_box .teamportraits .memberblock {
  max-width: 94px;
  width: 20%;
  float: left;
  margin: 0 4% 1em 0;
  border: 1px solid hsl(46, 73%, 39%);
}
#text_box .teamportraits .memberblock img {
  width: 100%;
  height: auto;
}
#text_box .teamportraits .memberblock .beschreibung {
  display: none;
}
#text_box .teamportraits .memberblock .function {
  padding: 0 0 0 0.5em;
  position: relative;
  font-size: 0.8em;
}
#text_box .teamportraits .memberblock .function span {
  color: #fff;
  padding: 0 2px;
  display: inline-block;
  margin: 0 0.2em 0 0;
  width: 5px;
  height: 8px;
}
#text_box .teamportraits .memberblock .function span.management {
  background-color: #990000;
}
#text_box .teamportraits .memberblock .function span.administration {
  background-color: #104567;
}
#text_box .teamportraits .memberblock .function span.spanishTeachers {
  background-color: hsl(46, 73%, 39%);
}
#text_box .teamportraits .memberblock .function span.culturalActivities {
  background-color: #fecf13;
}
#text_box .teamportraits .memberblock .function span.services {
  background-color: #04ae91;
}

#tooltip_outer {
  display: none;
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #990000;
  padding: 0.2em;
  font-size: 0.9em;
}

#rightcolumn {
  /*  width: 240px;*/
  color: #385D36;
  margin-top: 0;
  width: 100%;
  padding: 0 5%;
}

.sidebox {
  /*  border-left: 1px solid $blau;*/
  width: auto;
  background-color: #ffffff;
  color: #1062a9;
  /*  text-align: left;*/
  margin-bottom: 0.5em;
  padding: 0 0 1em;
}
.sidebox .section {
  border: none;
  padding: 0 0 1rem;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sidebox h2 {
  font-size: 1.2em;
  padding: 0;
  line-height: 1.1;
  /*    text-align: left;*/
}
.sidebox h2 a {
  color: #104567;
  text-decoration: none;
}
.sidebox h2 a:hover, .sidebox h2 a:active, .sidebox h2 a:focus {
  text-decoration: underline;
}
.sidebox p {
  padding: 0;
  margin: 0;
}
.sidebox p.datum {
  font-size: 0.9em;
  color: #104567;
  margin: 0;
}
.sidebox h3 {
  margin: 0;
  padding: 0.5em 0;
  width: auto;
  color: #2b2b2b;
  font-size: 1.1em;
  font-weight: bold;
  /*    text-align: left;*/
  line-height: 100%;
}
.sidebox > div {
  padding: 0;
  color: #000;
  font-size: 0.85em;
  line-height: 110%;
  border: none;
  margin: 0;
}
.sidebox.noBorder {
  border: none;
  padding: 0;
  margin: 0;
}
.sidebox.lastMinute {
  background: hsl(46, 73%, 39%);
  background: linear-gradient(bottom, hsl(46, 73%, 39%), #d8ae22);
  font-size: 1.3em;
  text-align: center;
  padding: 0;
  margin: 0 0.8em;
}
.sidebox.lastMinute a:link, .sidebox.lastMinute a:visited {
  color: #fff;
}
.sidebox.lastMinute a:hover, .sidebox.lastMinute a:active {
  color: #990000;
  text-shadow: 0px 0px 10px #990000, -1px -1px #fff;
  transition: text-shadow 1s, color 1s;
  -webkit-transition: text-shadow 1s, color 1s; /* Safari */
}
.sidebox a {
  text-decoration: none;
  font-weight: bold;
}
.sidebox img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebox iframe {
  max-width: 100%;
  height: auto;
}
.sidebox table {
  width: 100%;
  background-color: #679469;
  font-size: 0.9em;
}
.sidebox caption {
  padding: 0.3em 0;
}
.sidebox td {
  border-bottom: 1px solid #d8ae22;
  background-color: #FFFCF5;
  text-align: center;
}
.sidebox th {
  background-color: #d8ae22;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
}
.sidebox div.termine {
  padding: 0;
}

div.linksbox {
  padding-top: 0.5em;
}
div.linksbox p {
  margin-top: 0;
}

.linksbox a {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #rightcolumn {
    width: calc(30% - 0.5rem);
    padding: 4rem 0;
  }
  .rtlDir #rightcolumn {
    width: calc(30% - 0.5rem);
    padding: 4rem 0 4rem 1rem;
  }
}
/*  Logoi und Footer **/
#footwrapper {
  width: 100%;
  background-color: #104567;
}

#footinnerWrapper {
  background: #104567;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#foot {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 32px 1rem 0;
  /*    [class^="icon-"]:before, [class*=" icon-"]:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;

        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        !* opacity: .8; *!

        !* For safety - reset parent styles, that can break glyph codes*!
        font-variant: normal;
        text-transform: none;

        !* fix buttons height, for twitter bootstrap *!
        line-height: 1em;

        !* Animation center compensation - margins should be symmetric *!
        !* remove if not needed *!
        margin-left: .2em;

        !* you can be more comfortable with increased icons size *!
        !* font-size: 120%; *!

        !* Font smoothing. That was taken from TWBS *!
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        !* Uncomment for 3D effect *!
        !* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); *!
      }*/
  /*    .icon-download:before { content: '\e800'; } !* '' *!
      .icon-install:before { content: '\e801'; } !* '' *!
      .icon-facebook:before { content: '\f09a'; } !* '' *!
      .icon-youtube:before { content: '\f167'; } !* '' *!
      .icon-twitter:before { content: '\f309'; } !* '' *!
      .icon-gplus:before { content: '\f30f'; } !* '' *!
      .icon-pinterest:before { content: '\f312'; } !* '' *!
      .icon-instagram:before { content: '\f32d'; } !* '' *!
      .icon-skype:before { content: '\f339'; } !* '' *!*/
  /*.contact-button-link.sb-hidden {
    left: -50px;
  }*/
}
#foot span img {
  vertical-align: top;
}
#foot h3 {
  color: #fff;
}
#foot a:link, #foot a:visited {
  color: #ffffff;
  background-color: inherit;
  text-decoration: none;
  font-size: 0.8rem;
}
#foot a:hover {
  text-decoration: underline;
  background-color: inherit;
}
#foot p {
  color: #ffffff;
  font-size: 0.8em;
}
#foot #fuss-nav-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
#foot .footbox {
  width: calc(50% - 0.5rem);
}
#foot .footbox h3 {
  color: #d8ae22;
}
#foot .footersocial-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1rem;
  width: 100%;
  justify-content: space-between;
}
#foot #socials {
  padding: 0.5em 0 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#foot #socials svg {
  width: 28px;
  height: 30px;
  margin-right: 1rem;
  fill: #fff;
}
#foot #socials svg:hover {
  fill: #fecf13;
}
#foot #socials img {
  margin-right: 4px;
}
#foot #eof {
  text-align: right;
  margin-right: -1rem;
  width: 100%;
  overflow: hidden;
}
#foot .sb-container .sb-button-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  bottom: 0;
}
#foot .sb-container .sb-button-link:focus,
#foot .sb-container .sb-button-link:active {
  color: #fff;
}
#foot .sb-container:hover .sb-button-link {
  color: #fecf13;
}
#foot .sb-button-link.blog {
  background: transparent;
}
#foot .sb-button-link.facebook {
  background: transparent;
}
#foot .sb-button-link.instagram {
  background: transparent;
}
#foot .sb-button-link.twitter {
  background: transparent;
}
#foot .sb-button-link.youtube {
  background: transparent;
}
#foot .sb-button-link.download {
  background: transparent;
}
#foot .sb-button-link.separated {
  margin-top: 1em;
}

.rtlDir #fuss-nav-wrapper {
  direction: rtl;
}

#imprint {
  width: 100%;
  line-height: 135%;
}
#imprint a:link, #imprint a:visited, #imprint a:hover, #imprint a:active {
  font-size: 0.8rem;
}

.legal-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
#bottomNav {
  width: 100%;
  padding: 2rem 0;
}
#bottomNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem 2rem;
}
#bottomNav li {
  padding: 0;
  margin: 0 0 0 0;
}

#logoiwrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

#logoi {
  padding: 3em 0 1em;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  line-height: 3rem;
}
#logoi img {
  margin: 0 0.5em;
  max-width: 20%;
  height: auto;
}

@media screen and (min-width: 680px) {
  #foot .footbox {
    width: calc(25% - 1rem);
  }
  #foot #socials {
    padding: 0.5em 0 0;
    width: 40%;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  #foot #socials img {
    margin-right: 4px;
  }
  #foot #eof {
    width: 60%;
  }
  .footersocial-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 1rem 0 0 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  #foot {
    padding: 2rem calc(22px + 4%) 0;
  }
  #imprint-and-foot-nav {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #imprint-and-foot-nav .footbox {
    width: calc(25% - 1rem);
  }
  #fuss-nav-wrapper {
    width: calc(70% - 0.5rem);
  }
  #imprint {
    width: calc(30% - 0.5rem);
  }
  #bottomNav ul {
    gap: 1rem;
  }
}
.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Titillium Web", "Noto Sans Arabic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-clean a.current {
  color: #D23600;
}

.sm-clean a.disabled {
  color: #bbbbbb;
}

.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.sm-clean a .sub-arrow::before {
  content: "+";
}

.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}

.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}

.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean > li:first-child {
  border-top: 0;
}

.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #D23600;
  }
  .sm-clean a.current {
    color: #D23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #D23600;
  }
  .sm-clean ul a.current {
    color: #D23600;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

.sm-clean {
  border-radius: 0;
  background-color: #eee;
}

.main-nav {
  width: 100%;
  max-width: 1280px;
}

/* Mega Menu */
#main-menu,
#main-menu > .has-mega-menu {
  /* position: static !important;*/
  clear: both;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 7.5%;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451;
}

#main-menu .mega-menu {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu > li {
  width: 100%;
  margin-right: 0;
  padding-right: 1rem;
  overflow: auto;
  display: block;
  margin-bottom: 1rem;
}
#main-menu .mega-menu > li a {
  font-size: 1rem;
}

#main-menu .mega-menu ul > li {
  display: list-item;
  list-style-type: none;
  border: 0;
}
#main-menu .mega-menu ul > li > a {
  font-size: 1rem;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
#main-menu .mega-menu a:hover, #main-menu .mega-menu a:active, #main-menu .mega-menu a:focus, #main-menu .mega-menu a.current {
  color: #990000;
}

#main-menu .mega-menu > li > a {
  font-weight: bold;
}

#main-menu .mega-menu > li > ul {
  margin: 0.4em 0 0;
}

#main-menu .mega-menu ul li {
  margin-bottom: 0.3rem;
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 32px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: #b62618;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 4px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 600px) {
  #main-menu .mega-menu {
    flex-direction: row;
    display: none;
  }
  #main-menu .mega-menu ul > li {
    display: list-item;
    list-style-type: none;
    border: 0;
  }
  #main-menu .mega-menu ul > li > a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sm-clean {
    background-color: #fff;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-size: 17px;
  }
  .main-nav {
    padding-left: 4%;
    margin: 0 auto;
  }
  #main-menu,
  #main-menu > .has-mega-menu {
    clear: none;
    position: static !important;
  }
  #main-menu .mega-menu > li {
    width: 25%;
  }
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
@media (min-width: 1000px) {
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-size: 18px;
  }
}
/* for  enrollment-form*/
#anmeldung input[type=text], #Payment input[type=text] {
  width: 100%;
  font-size: 1.2rem;
  padding: 0.2rem;
}
#anmeldung input[type=text].prefix, #anmeldung input[type=text].xsmall, #Payment input[type=text].prefix, #Payment input[type=text].xsmall {
  width: 20%;
}
#anmeldung input[type=text].small, #Payment input[type=text].small {
  width: 55%;
}

#Payment input[type=submit] {
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
}

#anmeldung textarea {
  width: 100%;
  min-height: 10rem;
  font-size: 1.2rem;
  padding: 0.2rem;
}

#anmeldung input[type=date], #anmeldung select, #Payment input[type=date] {
  font-size: 1.2rem;
  padding: 0.2rem;
}

#anmeldung input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 3px 0 0 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--ocker);
  border-radius: 0.15em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#anmeldung input[type=checkbox]::after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

#anmeldung input[type=checkbox]:checked::after {
  transform: scale(1);
  background-color: var(--red);
}

#anmeldung input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0 2rem 0 0.2rem;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--ocker);
  border-radius: 50%;
  transform: translateY(0);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#anmeldung input[type=radio]::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

#anmeldung input[type=radio]:checked::before {
  transform: scale(1);
  background-color: var(--red);
}

#anmeldung input:focus, #anmeldung input:focus-visible, #anmeldung select:focus, #anmeldung select:focus-visible {
  outline: 2px solid var(--red);
}

fieldset.bereich {
  background-color: #f7eece;
  padding: 1rem;
  border: 1px solid #ffd700;
  width: 100%;
  margin: 1em 0;
  display: block;
}

.two-columns-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  position: relative;
}

.flex-nowrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.flex-nowrap > input[type=checkbox] {
  display: inline-block;
}

.flex-half {
  flex: 0 1 auto;
  width: 100%;
  align-items: flex-end;
}

.flex-three-quarters {
  flex: 0 1 auto;
  width: 100%;
}

.flex-quarter {
  flex: 0 1 auto;
  width: 100%;
}

.flex-three-quarters-nowrap {
  flex: 0 1 auto;
  width: calc(75% - 1rem);
  position: relative;
}
.flex-three-quarters-nowrap::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--ockerlighter);
  display: block;
  position: absolute;
  bottom: -5px;
  transition: width 0.5s ease-in-out;
}

.flex-three-quarters-nowrap.active::after {
  width: 100%;
}

.flex-quarter-nowrap {
  flex: 0 1 auto;
  width: calc(25% - 1rem);
}

.flex-half select {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.align-bottom-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}

div {
  margin-top: 0;
}

.small {
  font-size: 0.8em;
}

.checkboxIndent {
  margin-left: 5em;
  clear: both;
}

.single-column {
  width: 100%;
  padding: 0.5rem 0 0.5rem 0;
}

.leveltestselector {
  width: 100%;
  background-color: #124668;
  border: 1px solid #f7eece;
  float: left;
  margin-right: 1em;
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.leveltestselector .leveltestLink {
  width: 31%;
  aspect-ratio: 1/1;
  padding: 1em 1.2%;
  flex: 0 0 auto;
  margin: 1%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leveltestselector .leveltestLink.c1 {
  background-color: #F9A41B;
}
.leveltestselector .leveltestLink.c1:hover {
  background-color: #fecf13;
}
.leveltestselector .leveltestLink.c2 {
  background-color: #c40000;
}
.leveltestselector .leveltestLink.c2:hover {
  background-color: #cc0000;
}
.leveltestselector .leveltestLink.c3 {
  background-color: #A2C939;
}
.leveltestselector .leveltestLink.c3:hover {
  background-color: #83a32c;
}

legend {
  font-size: 1rem;
  font-weight: bold;
  color: #104567;
  padding: 0.2rem 1rem;
  line-height: 120%;
  /*  text-align: center;*/
  background-color: #ffd700;
  background-image: url(../layoutpictures/tiles/mosaik_1a-boxheader-bg.png);
  background-repeat: repeat-x;
  background-size: initial;
  background-position: center top;
  margin-left: -8px;
}

label {
  color: #2b2b2b;
  margin: 10px 0 3px 0;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}

label.inl {
  display: inline;
}

select {
  background-color: #FFFFEA;
  color: #2b2b2b;
  font-size: 1rem;
}

select:focus {
  background-color: #ffffe5;
}

.fee {
  width: 100%;
  height: auto;
  background-color: #ffd700;
  padding: 5px 10px 5px 3em;
  border: 1px solid #d8ae22;
  color: #2b2b2b;
  margin: 1em 0;
}

.fee label {
  font-weight: bold;
  font-size: 1em;
}

.fee input {
  text-align: right;
  background-color: #f7eece;
}

.sendbutton, .sendbutton:link, .sendbutton:visited {
  background-color: #990000;
  color: #ffffe5;
  font-weight: bold;
  font-size: 1.2rem;
  border-top: 1px solid #c10000;
  border-left: 1px solid #c10000;
  border-right: 1px solid #661d1d;
  border-bottom: 1px solid #661d1d;
  cursor: pointer;
  margin-top: 2em;
  border-radius: 0.5em;
  padding: 0.3em 1rem 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sendbutton.c1, .sendbutton:link.c1, .sendbutton:visited.c1 {
  background-color: #F9A41B;
  border: none;
}
.sendbutton.c2, .sendbutton:link.c2, .sendbutton:visited.c2 {
  background-color: #c40000;
  border: none;
}
.sendbutton.c3, .sendbutton:link.c3, .sendbutton:visited.c3 {
  background-color: #A2C939;
  border: none;
}

.sendbutton:hover, .sendbutton:active {
  background-color: #ffffe5;
  color: #990000;
  font-weight: bold;
  border-top: 1px solid #661d1d;
  border-left: 1px solid #661d1d;
  border-right: 1px solid #c10000;
  border-bottom: 1px solid #c10000;
}
.sendbutton:hover.c2, .sendbutton:active.c2 {
  color: #F9A41B;
}
.sendbutton:hover.c3, .sendbutton:active.c3 {
  color: var(--red);
}

#conditions {
  margin-top: 2em;
}

@media screen and (min-width: 500px) {
  .flex-three-quarters {
    flex: 0 1 auto;
    width: calc(75% - 1rem);
  }
  .flex-quarter {
    flex: 0 1 auto;
    width: calc(25% - 1rem);
    text-align: right;
  }
}
@media screen and (min-width: 680px) {
  .flex-half {
    flex: 0 1 auto;
    width: calc(50% - var(--default-gap-half) - 1px);
  }
  .flex-three-quarters {
    flex: 0 1 auto;
    width: calc(75% - 1rem);
  }
  .flex-quarter {
    flex: 0 1 auto;
    width: calc(25% - 1rem);
    text-align: initial;
  }
}
/* 9) SprachtestTest
*/
#text_box ul.niveautestliste {
  margin: 2em 0 0 0;
  list-style-image: none;
  display: block;
}
#text_box ul.niveautestliste li {
  line-height: 1.5;
  margin-bottom: 2em;
  width: 100%;
}
#text_box ul.niveautestliste li a {
  margin-right: 1em;
}

#MCfragen {
  margin-top: 2em;
}

#MCfragen .richtig {
  background-color: rgba(170, 246, 81, 0.48);
}

#MCfragen .falsch {
  background-color: rgba(255, 106, 133, 0.4);
}

#MCfragen .frage {
  font-size: 1.1em;
}

#MCfragen label {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 5px 0 2px;
  font-size: 1em;
}

#MCfragen ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#MCfragen ol li {
  margin-bottom: 25px;
  background-color: #ffeeab;
  padding: 0.5em 20px;
}

a.nextTestLink {
  font-weight: bold;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2em 0;
  padding: 0.3em;
  color: #fff;
  font-size: 1em;
  text-align: left;
  background: #ad8c1b;
  -webkit-box-shadow: 0.2em 0.3em 0.3em #888888;
  -moz-box-shadow: 0.2em 0.3em 0.3em #888888;
  box-shadow: 0.2em 0.3em 0.3em #888888;
  text-decoration: none;
}

a.nextTestLink:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 500px) {
  #text_box ul.niveautestliste {
    margin: 2em 0 0 0;
    list-style-image: none;
    display: flex;
    gap: var(--default-gap);
    flex-wrap: wrap;
  }
  #text_box ul.niveautestliste li {
    line-height: 1.5;
    margin-bottom: 2em;
    width: calc(50% - 1rem);
  }
  #text_box ul.niveautestliste li a {
    margin-right: 1em;
  }
  #MCfragen .frage {
    font-size: 0.9em;
    font-weight: bold;
  }
  #MCfragen label {
    font-size: 0.9em;
  }
}
#text_box h2.preisliste {
  font-size: 1.1em;
  color: #990000;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
#text_box p.newslist {
  margin-bottom: 1em;
}
#text_box h3.open {
  text-decoration: underline;
  margin: 0 0 1em 2em;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: normal;
  color: #2b2b2b;
}
#text_box table.preislistenTabelle {
  table-layout: auto;
  width: auto;
  border: 1px solid hsl(46, 73%, 39%);
}
#text_box .preislistenTabelle tr {
  background-color: #f7eece;
  line-height: 130%;
}
#text_box .preislistenTabelle tr:hover {
  background-color: #d8ae22;
}
#text_box .preislistenTabelle td {
  padding: 0 0.5em;
}
#text_box .preislistenTabelle td.rechts {
  text-align: right;
}

/* ********** Preistabellen **********/
table.preis {
  width: 80%;
}
table.preis th {
  color: #2b2b2b;
  font-weight: normal;
  line-height: 130%;
  text-align: inherit;
}
table.preis td {
  border-bottom: 1px solid hsl(46, 73%, 39%);
  border-right: 0;
}
table.preis td.rechts {
  text-align: right;
}

.rtlDir table.preis th {
  direction: rtl;
  text-align: right;
}
.rtlDir table.preis td:last-child, .rtlDir table.preis td.rechts {
  text-align: left;
}

.schoolblog {
  /* blog-metainfos */
}
.schoolblog #banner {
  max-height: 23.1267345051vw;
}
.schoolblog #text_box img {
  max-width: 100%;
  height: auto;
}
.schoolblog #text_box h2 {
  color: #222;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: 0;
  padding: 1rem 0 0 0;
  margin: 0;
}
.schoolblog #text_box h2 a {
  color: #222;
  text-decoration: none;
  border: 0;
}
.schoolblog #text_box h2 a:hover,
.schoolblog #text_box h2 a:focus {
  text-decoration: none;
}
.schoolblog #text_box .kategorie_1 h2 a, .schoolblog #text_box .kategorie_1 h2 {
  color: #990000;
}
.schoolblog #text_box .kategorie_2 h2 a, .schoolblog #text_box .kategorie_2 h2 {
  color: #104567;
}
.schoolblog #text_box .kategorie_3 h2 a, .schoolblog #text_box .kategorie_3 h2 {
  color: #ddb101;
}
.schoolblog #text_box .kategorie_4 h2 a, .schoolblog #text_box .kategorie_4 h2 {
  color: hsl(46, 73%, 39%);
}
.schoolblog #text_box .kategorie_5 h2 a, .schoolblog #text_box .kategorie_5 h2 {
  color: #04ae91;
}
.schoolblog #text_box .kategorie_6 h3 a, .schoolblog #text_box .kategorie_6 h2 {
  color: #990000;
}
.schoolblog #text_box p {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
  padding: 2px 0 6px 0;
  margin: 0;
}
.schoolblog #text_box p.au {
  margin-bottom: 10px;
}
.schoolblog #text_box p.pager {
  margin-bottom: 1rem;
}
.schoolblog #text_box ul,
.schoolblog #text_box ol {
  padding: 4px 0 4px 25px;
  margin: 0;
}
.schoolblog #text_box a {
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #222;
}
.schoolblog #text_box a:hover,
.schoolblog #text_box a:focus {
  text-decoration: none;
}
.schoolblog #text_box .kategorie_1 a {
  color: #990000;
  border-bottom-color: #990000;
}
.schoolblog #text_box .kategorie_2 a {
  color: #104567;
  border-bottom-color: #104567;
}
.schoolblog #text_box .kategorie_3 a {
  color: #ddb101;
  border-bottom-color: #ddb101;
}
.schoolblog #text_box .kategorie_4 a {
  color: hsl(46, 73%, 39%);
  border-bottom-color: hsl(46, 73%, 39%);
}
.schoolblog #text_box .kategorie_5 a {
  color: #04ae91;
  border-bottom-color: #04ae91;
}
.schoolblog #text_box .kategorie_6 a {
  color: #990000;
  border-bottom-color: #990000;
}
.schoolblog #text_box .artikel {
  margin-bottom: 4rem;
}
.schoolblog #text_box img {
  padding: 0;
  border: 0;
  background: white;
  margin: 3px 0;
}
.schoolblog #text_box .toList {
  background-color: #333333;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  border-radius: 4px;
}
.schoolblog #text_box .toList:hover, .schoolblog #text_box .toList:active {
  background-color: #990000;
  color: #ffffff;
}
.schoolblog .blogKategorie {
  width: auto;
  height: auto;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
}
.schoolblog .kategorie_1 .blogKategorie {
  background-color: #990000;
}
.schoolblog .kategorie_1 .blogKategorie:after {
  border-color: #990000 transparent transparent #990000;
}
.schoolblog .kategorie_2 .blogKategorie {
  background-color: #104567;
}
.schoolblog .kategorie_2 .blogKategorie:after {
  border-color: #104567 transparent transparent #104567;
}
.schoolblog .kategorie_3 .blogKategorie {
  background-color: #ddb101;
}
.schoolblog .kategorie_3 .blogKategorie:after {
  border-color: #ddb101 transparent transparent #ddb101;
}
.schoolblog .kategorie_4 .blogKategorie {
  background-color: hsl(46, 73%, 39%);
}
.schoolblog .kategorie_4 .blogKategorie:after {
  border-color: hsl(46, 73%, 39%) transparent transparent hsl(46, 73%, 39%);
}
.schoolblog .kategorie_5 .blogKategorie {
  background-color: #04ae91;
}
.schoolblog .kategorie_5 .blogKategorie:after {
  border-color: #04ae91 transparent transparent #04ae91;
}
.schoolblog .kategorie_6 .blogKategorie {
  background-color: #990000;
}
.schoolblog .kategorie_6 .blogKategorie:after {
  border-color: #990000 transparent transparent #990000;
}
.schoolblog .blogMeta {
  padding: 4px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.schoolblog .blogDatum {
  width: 150px;
  color: #222;
  font-size: 12px;
  text-align: right;
  padding: 1px 3px 0 0;
}
.schoolblog .blogDatum span {
  font-family: Georgia, serif;
  font-style: italic;
}
.schoolblog #text_box .blogDatum a {
  color: #444;
  text-decoration: underline;
  border: 0;
}
.schoolblog .blogMehr {
  background: white;
  padding: 0 0 7px 0;
  position: relative;
  margin-bottom: 1.5rem;
}
.schoolblog .kategorie_1 .blogMehr {
  border-bottom: 1px solid #990000;
}
.schoolblog .kategorie_2 .blogMehr {
  border-bottom: 1px solid #104567;
}
.schoolblog .kategorie_3 .blogMehr {
  border-bottom: 1px solid #ddb101;
}
.schoolblog .kategorie_4 .blogMehr {
  border-bottom: 1px solid hsl(46, 73%, 39%);
}
.schoolblog .kategorie_5 .blogMehr {
  border-bottom: 1px solid #04ae91;
}
.schoolblog .kategorie_6 .blogMehr {
  border-bottom: 1px solid #04ae91;
}
.schoolblog .blogLink {
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  margin: 2px 0 0 0;
  padding: 0 0 0 31px;
  cursor: pointer;
}
.schoolblog .kategorie_1 .blogLink {
  color: #990000;
}
.schoolblog .kategorie_2 .blogLink {
  color: #104567;
}
.schoolblog .kategorie_3 .blogLink {
  color: #ddb101;
}
.schoolblog .kategorie_4 .blogLink {
  color: hsl(46, 73%, 39%);
}
.schoolblog .kategorie_5 .blogLink {
  color: #04ae91;
}
.schoolblog .kategorie_6 .blogLink {
  color: #990000;
}
.schoolblog .blogMehrLink {
  background: url(../layoutpictures/schoolblogimages/icon-blogMehr.png) 8px 7px no-repeat;
}
.schoolblog .blogWenigerLink {
  background: url(../layoutpictures/schoolblogimages/icon-blogWeniger.png) 8px 6px no-repeat;
}
.schoolblog .blogSocial {
  text-align: right;
  padding: 0.5rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.schoolblog #text_box .blogSocial a {
  border: 0;
}
.schoolblog .blogSocial span {
  margin: 0 1px 0 0;
  width: 20px;
  height: 30px;
}
.schoolblog #text_box .blogSocial .facebook {
  width: 28px;
  height: 24px;
}
.schoolblog #text_box .blogSocial .twitter {
  width: 28px;
  height: 24px;
}
.schoolblog #text_box .blogSocial .instagram {
  width: 28px;
  height: 24px;
}
.schoolblog .blogSocial svg {
  width: 28px;
  height: 24px;
  margin-right: 1rem;
  fill: #104567;
}
.schoolblog .blogSocial svg:hover {
  fill: #fecf13;
}
.schoolblog #menuWrapper {
  position: relative;
  z-index: 1000;
}
.schoolblog #contentbox {
  position: relative;
}
.schoolblog #rightcolumn {
  width: 0;
  position: fixed;
  left: 100%;
  top: 230px;
  z-index: 2000;
  transition: all 0.5s ease;
  background-color: #fff;
}
.schoolblog #rightcolumn.active {
  width: calc(100% - 35px);
  left: 35px;
}
.schoolblog .close {
  display: none;
}
.schoolblog #rightcolumn.active .close {
  display: block;
  width: 30px;
  position: absolute;
  right: 1rem;
  top: 0;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.schoolblog #rightcolumn h3 {
  background-color: #fff;
  padding: 0.2rem 0.5rem 0.4rem;
  position: absolute;
  left: -70px;
  top: 50px;
  transform: rotate(-90deg);
  cursor: pointer;
}
.schoolblog #rightcolumn h3:hover {
  color: #990000;
}
.schoolblog #rightcolumn p {
  margin: 0;
  padding: 5px 0;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}
.schoolblog #rightcolumn ul {
  margin: 0;
  padding: 0px 0;
  color: #444;
  font-size: 11px;
  font-weight: normal;
  list-style-type: none;
}
.schoolblog #rightcolumn .kategorieNav {
  margin: 27px 0;
}
.schoolblog #rightcolumn .kategorieNav ul {
  margin: 0;
  padding: 5px 0;
  color: #444;
  font-size: 1rem;
  font-weight: bold;
  list-style-type: none;
}
.schoolblog #rightcolumn ul strong {
  font-size: 12px;
}
.schoolblog div.youtubeThumb {
  padding: 5px 0 5px 0px;
}
.schoolblog div.youtubeThumb img {
  border: 1px solid #BBB;
}
.schoolblog #rightcolumn li {
  padding: 2px 2px 2px 15px;
  background: url(../layoutpictures/schoolblogimages/icon-bulletRechts.gif) 4px 10px no-repeat;
}
.schoolblog #rightcolumn a {
  color: #444;
  text-decoration: none;
}
.schoolblog #rightcolumn .navKat_1 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-1.gif);
}
.schoolblog #rightcolumn .navKat_2 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-2.gif);
}
.schoolblog #rightcolumn .navKat_3 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-3.gif);
}
.schoolblog #rightcolumn .navKat_4 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-4.gif);
}
.schoolblog #rightcolumn .navKat_5 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-5.gif);
}
.schoolblog #rightcolumn .navKat_6 {
  background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-6.gif);
}
.schoolblog #rightcolumn .navKat_alle a {
  color: #444444;
}
.schoolblog #rightcolumn .navKat_1 a {
  color: #990000;
}
.schoolblog #rightcolumn .navKat_2 a {
  color: #104567;
}
.schoolblog #rightcolumn .navKat_3 a {
  color: #e0ac11;
}
.schoolblog #rightcolumn .navKat_4 a {
  color: #ad8c1b;
}
.schoolblog #rightcolumn .navKat_5 a {
  color: #04ae91;
}
.schoolblog #rightcolumn .navKat_6 a {
  color: #e0ac11;
}
.schoolblog #rightcolumn #katnav li:hover, .schoolblog #rightcolumn #katnav li.current {
  background-color: #fafafa;
}
.schoolblog #rightcolumn #videos2 li {
  cursor: pointer;
}

#secondNav a.aktiv {
  color: #990000;
}

@media screen and (min-width: 768px) {
  .schoolblog #rightcolumn {
    display: block;
    position: static;
    width: calc(30% - 0.5rem);
    padding: 4rem 0;
  }
  .schoolblog #rightcolumn h3 {
    background-color: #fff;
    padding: 0.2rem 0.5rem 0.4rem;
    position: static;
    transform: rotate(0);
    cursor: auto;
  }
}

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