@charset "UTF-8";
/*Font license info
## Font Awesome
   Copyright (C) 2016 by Dave Gandy
                      Author:    Dave Gandy
                      License:   SIL ()
Homepage:  http://fortawesome.github.com/Font-Awesome/

## Entypo
   Copyright (C) 2012 by Daniel Bruce
                      Author:    Daniel Bruce
                      License:   SIL (http://scripts.sil.org/OFL)
                      Homepage:  http://www.entypo.com*/
@font-face {
  font-family: 'fontello';
  src: url("../css/fonts/fontello/fontello.eot");
  src: url("../css/fonts/fontello/fontello.eot#iefix") format("embedded-opentype"), url("../css/fonts/fontello/fontello.woff2") format("woff2"), url("../css/fonts/fontello/fontello.woff") format("woff"), url("../css/fonts/fontello/fontello.ttf") format("truetype"), url("../css/fonts/fontello/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
** Ein Stylesheet für Escuela Montalban 2019   **
** Ludger Müller, bureau.artbeit.de;                   **
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* 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; }

/* Hides from IE-mac  */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.antifloat {
  clear: both; }

/* End hide from IE-mac */
/* Team colors*/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 100.01%;
  height: 100%;
  background: #ffffff;
  background-attachment: scroll;
  font-family: "Titillium Web", Calibri, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #ad8c1b;
    -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; }

.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 {
  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; }

#language {
  padding: 0.2em 13px 0.2em 0;
  margin: 3px 1em 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: #fff;
    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; }
  #bannerWrapper:after {
    content: " ";
    display: block;
    clear: both; }

#banner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh; }

#logo {
  width: 15%;
  margin: 0.5rem 0 0 1rem; }

/* Head/Banner end //    */
#contentbox {
  /*width: $standardwidth;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #fff; }
  #contentbox:after {
    content: " ";
    display: block;
    clear: both; }

html > body #contentbox {
  height: auto;
  min-height: 460px;
  max-width: 1200px; }

/*  text box start *********** */
#text_box {
  font-size: 0.9em;
  text-align: left;
  width: 70%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding: 4em 3em 4em 7.5%;
  /* ********** Linkseiten **********/ }
  #text_box h1 {
    /* display: inline; */
    color: #104567;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 0.8em 0; }
  #text_box h2 {
    color: #104567;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 0.7em 0; }
  #text_box h3 {
    margin-bottom: -0.8em;
    color: #990000;
    font-size: 1.05em;
    line-height: 120%; }
  #text_box h4 {
    margin: 1.2em 0 0;
    color: #990000;
    font-size: 1em;
    line-height: 120%; }
  #text_box h5 {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 10px 0px 0px 10px;
    color: #990000;
    font-size: 0.9em;
    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: 0.9em;*/
    line-height: 140%; }
  #text_box .bildleiste {
    margin-top: 1em; }
    #text_box .bildleiste img {
      max-width: 48%;
      height: auto; }
  #text_box ul {
    list-style-image: url("../layoutpictures/dpoint.gif");
    margin: 0 0 0 1em;
    padding: 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; }
  #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: .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; }

/* 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 klas*/
#noscriptMessage {
  background-color: #ff0000;
  color: #fff;
  padding: 0.2em;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: bold; }

.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 {
  background: #ad8c1b;
  background: linear-gradient(bottom, #ad8c1b, #d9b022);
  background: -o-linear-gradient(bottom, #ad8c1b, #d9b022);
  background: -moz-linear-gradient(bottom, #ad8c1b, #d9b022);
  background: -webkit-linear-gradient(bottom, #ad8c1b, #d9b022);
  background: -ms-linear-gradient(bottom, #ad8c1b, #d9b022);
  display: inline-block;
  height: auto;
  margin-left: 0;
  margin-top: 2.5em;
  position: relative;
  width: 20%;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  padding: 0.5em;
  -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;
  color: white;
  border-radius: 5px; }

.calltoaction:hover, .calltoaction:active {
  background: #ad8c1b;
  background: -moz-linear-gradient(left, #ad8c1b 0%, #d9b022 50%, #ad8c1b 100%);
  background: -webkit-linear-gradient(left, #ad8c1b 0%, #d9b022 50%, #ad8c1b 100%);
  background: -o-linear-gradient(left, #ad8c1b 0%, #d9b022 50%, #ad8c1b 100%);
  background: -ms-linear-gradient(left, #ad8c1b 0%, #d9b022 50%, #ad8c1b 100%);
  background: linear-gradient(to right, #ad8c1b 0%, #d9b022 50%, #ad8c1b 100%);
  color: #990000; }

.teaserColumns {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem; }
  .teaserColumns .section, .teaserColumns .teaserBox {
    border: 1px solid #ffd700;
    padding: 0 0 1em;
    width: 24%;
    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: 0.9rem; }
    .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; }

#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: #ad8c1b;
      color: #ffffff;
      border: 1px solid #ad8c1b; }
    #text_box #functions span.spanishTeachers:active, #text_box #functions span.spanishTeachers.current {
      background-color: #ffffff;
      color: #ad8c1b; }
    #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 #ad8c1b; }
    #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: #ad8c1b; }
      #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: 50px;
  width: 30%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

.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: #ad8c1b;
    background: linear-gradient(bottom, #ad8c1b, #d9b022);
    background: -o-linear-gradient(bottom, #ad8c1b, #d9b022);
    background: -moz-linear-gradient(bottom, #ad8c1b, #d9b022);
    background: -webkit-linear-gradient(bottom, #ad8c1b, #d9b022);
    background: -ms-linear-gradient(bottom, #ad8c1b, #d9b022);
    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 #d9b022;
    background-color: #FFFCF5;
    text-align: center; }
  .sidebox th {
    background-color: #d9b022;
    font-size: 0.8em;
    text-align: center; }
  .sidebox div.termine {
    padding: 0; }

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

.linksbox a {
  font-weight: normal; }

/*  Logoi und Footer **/
#footwrapper {
  width: 100%;
  background-color: #104567; }

#footinnerWrapper {
  background: #104567;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #footinnerWrapper:after {
    content: " ";
    display: block;
    clear: both; }

#foot {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 32px 1rem 0;
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /*.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 .footbox {
    float: left;
    width: 16.5%; }
    #foot .footbox h3 {
      color: #d9b022; }
  #foot .footersocial-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 1rem 0 0 0;
    width: 100%;
    justify-content: space-between; }
  #foot #socials {
    padding: 0.5em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap; }
    #foot #socials img {
      margin-right: 4px; }
  #foot [class^="icon-"]:before, #foot [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); */ }
  #foot .icon-download:before {
    content: '\e800'; }
  #foot .icon-install:before {
    content: '\e801'; }
  #foot .icon-facebook:before {
    content: '\f09a'; }
  #foot .icon-youtube:before {
    content: '\f167'; }
  #foot .icon-twitter:before {
    content: '\f309'; }
  #foot .icon-gplus:before {
    content: '\f30f'; }
  #foot .icon-pinterest:before {
    content: '\f312'; }
  #foot .icon-instagram:before {
    content: '\f32d'; }
  #foot .icon-skype:before {
    content: '\f339'; }
  #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; }

#imprint {
  width: 30%;
  float: left;
  padding-right: 1em;
  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; }
  .legal-nav li {
    padding-right: 1rem; }

#bottomNav {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding: 0; }
  #bottomNav li {
    float: left;
    padding: 0;
    margin: 0 2em 0 0; }

#eof {
  text-align: right;
  width: 50%; }

#logoiwrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem; }
  #logoiwrapper:after {
    content: " ";
    display: block;
    clear: both; }

#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; }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.sm-clean {
  background: #eeeeee;
  border-radius: 0; }
  .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, Calibri, 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: 0; }
  .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: 0 0 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 0 0; }
  .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: #fff;
    border-radius: 0; }
    .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 a:hover .sub-arrow, .sm-clean a.current .sub-arrow {
      border-color: #D23600 transparent transparent transparent; }
    .sm-clean li {
      border-top: 0; }
    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
      /*content: '';
			position: absolute;
			top: -($sm-clean__desktop-sub-caret-size * 2 + $sm-clean__border-width * 2);
			left: $sm-clean__desktop-sub-caret-left;
			width: 0;
			height: 0;
			overflow: hidden;
			border-width: ($sm-clean__desktop-sub-caret-size + $sm-clean__border-width);
			border-style: dashed dashed solid dashed;
			border-color: transparent transparent $sm-clean__desktop-sub-border-color 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: 0 !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; } }

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

/* 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) {
  .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; } }

/* for  enrollment-form*/
#anmeldung input[type=text] {
  width: 80%; }
  #anmeldung input[type=text].prefix, #anmeldung input[type=text].xsmall {
    width: 20%; }
  #anmeldung input[type=text].small {
    width: 55%; }

fieldset.bereich {
  background-color: #f8efcf;
  padding: 10px 5px;
  border: 1px solid #ffd700;
  width: 40em;
  margin: 1em 0;
  display: block; }
  fieldset.bereich .fleftsym {
    float: left;
    width: 14em;
    min-height: 1.5em;
    margin-left: 3em;
    margin-top: 0; }
  fieldset.bereich .frightsym {
    float: right;
    width: 15em;
    height: 2em;
    margin: 0.4em 0.5em 0 3em; }
  fieldset.bereich .fright {
    float: right;
    width: 9em;
    min-height: 1.5em;
    margin-right: 0.5em;
    margin-top: 0; }
  fieldset.bereich .fleft {
    float: left;
    width: 16em;
    min-height: 1.5em;
    margin-left: 3em;
    margin-top: 0; }
  fieldset.bereich div {
    margin-top: 0; }
  fieldset.bereich .fleftselectright {
    margin-top: 0.4em;
    margin-left: 3em;
    width: 18em;
    height: 2em;
    float: left; }
  fieldset.bereich .fleftlong {
    float: left;
    width: 35em;
    min-height: 1.5em;
    margin-left: 3em;
    margin-top: 0.4em; }
  fieldset.bereich .small {
    font-size: 0.8em; }
  fieldset.bereich .checkboxIndent {
    margin-left: 5em;
    clear: both; }
  fieldset.bereich .two-columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    fieldset.bereich .two-columns-wrapper .firstcolumn {
      width: 50%;
      padding: 0.5rem 0.5rem 0.5rem 2.5rem; }
    fieldset.bereich .two-columns-wrapper .secondcolumn {
      width: 50%;
      padding: 0.5rem; }
    fieldset.bereich .two-columns-wrapper .singlecolumn {
      width: 100%;
      padding: 0.5rem 0.5rem 0.5rem 2.5rem; }

.leveltestselector {
  width: 14rem;
  background-color: #124668;
  border: 1px solid #f8efcf;
  float: left;
  margin-right: 1em;
  margin-left: 3em; }
  .leveltestselector .leveltestLink {
    width: 28%;
    padding: 1em 1.2%;
    margin: 1%;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.2em; }
    .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: normal;
  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: -6px; }

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

label.inl {
  display: inline; }

select {
  background-color: #FFFFEA;
  color: #2b2b2b; }

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

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

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

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

.sendbutton, .sendbutton:link, .sendbutton:visited {
  background-color: #990000;
  color: #ffffe5;
  font-weight: bold;
  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;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.3em;
  -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; }
  .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: #990000;
  color: #ffffe5;
  font-weight: bold;
  border-top: 1px solid #661d1d;
  border-left: 1px solid #661d1d;
  border-right: 1px solid #c10000;
  border-bottom: 1px solid #c10000;
  -webkit-box-shadow: 0.2em 0.2em 0.3em #a3a3a3;
  -moz-box-shadow: 0.2em 0.2em 0.3em #a3a3a3;
  box-shadow: 0.2em 0.2em 0.3em #a3a3a3; }

#conditions {
  margin-top: 2em; }

/* 9) SprachtestTest
*/
#text_box ul.niveautestliste {
  margin: 2em 0 0 0;
  list-style-image: none;
  display: block;
  width: 50%; }
  #text_box ul.niveautestliste li {
    line-height: 1.5;
    margin-bottom: 2em;
    float: left;
    width: 50%; }
    #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 (max-width: 500px) {
  #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 #ad8c1b; }

#text_box .preislistenTabelle tr {
  background-color: #f8efcf;
  line-height: 130%; }

#text_box .preislistenTabelle tr:hover {
  background-color: #d9b022; }

#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%; }
  table.preis td {
    border-bottom: 1px solid #ad8c1b;
    border-right: 0; }
  table.preis td.rechts {
    text-align: right; }

.gallery {
  width: 30%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 210px;
  font-size: 0.8em;
  font-weight: bold; }
  .gallery img {
    max-width: 100%;
    max-height: 128px;
    height: auto; }

body.schoolblog {
  background: white url(../layoutpictures/schoolblogimages/bg-mosaik.gif) center fixed;
  /* blog-metainfos */ }
  body.schoolblog #singlepicturebox {
    margin: 0 auto;
    padding: 0;
    height: 222px;
    text-align: left;
    border-bottom: 1px solid #666;
    position: relative;
    max-width: 1280px; }
    body.schoolblog #singlepicturebox.cat0 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-0.jpg) no-repeat center center;
      background-size: cover; }
    body.schoolblog #singlepicturebox.cat1 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-1.jpg) no-repeat center center;
      background-size: cover; }
    body.schoolblog #singlepicturebox.cat2 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-2.jpg) no-repeat center center;
      background-size: cover; }
    body.schoolblog #singlepicturebox.cat3 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-3.jpg) no-repeat center center;
      background-size: cover; }
    body.schoolblog #singlepicturebox.cat4 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-4.jpg) no-repeat center center;
      background-size: cover; }
    body.schoolblog #singlepicturebox.cat5 {
      background: #E5E5E5 url(../layoutpictures/schoolblogimages/header-5.jpg) no-repeat center center;
      background-size: cover; }
  body.schoolblog #text_box img {
    max-width: 100%;
    height: auto; }
  body.schoolblog #text_box h2 {
    color: #222;
    font-weight: normal;
    font-size: 26px;
    font-family: TitilliumText, "Trebuchet MS", sans-serif;
    line-height: 110%;
    letter-spacing: 0px;
    padding: 5px 0 0 0;
    margin: 0; }
  body.schoolblog #text_box h2 a {
    color: #222;
    text-decoration: none;
    border: 0; }
  body.schoolblog #text_box h2 a:hover,
  body.schoolblog #text_box h2 a:focus {
    text-decoration: none; }
  body.schoolblog #text_box .kategorie_1 h2 a, body.schoolblog #text_box .kategorie_1 h2 {
    color: #990000; }
  body.schoolblog #text_box .kategorie_2 h2 a, body.schoolblog #text_box .kategorie_2 h2 {
    color: #104567; }
  body.schoolblog #text_box .kategorie_3 h2 a, body.schoolblog #text_box .kategorie_3 h2 {
    color: #ddb101; }
  body.schoolblog #text_box .kategorie_4 h2 a, body.schoolblog #text_box .kategorie_4 h2 {
    color: #ad8c1b; }
  body.schoolblog #text_box .kategorie_5 h2 a, body.schoolblog #text_box .kategorie_5 h2 {
    color: #04ae91; }
  body.schoolblog #text_box .kategorie_6 h3 a, body.schoolblog #text_box .kategorie_6 h2 {
    color: #990000; }
  body.schoolblog #text_box p {
    color: #222;
    font-size: 14px;
    line-height: 150%;
    padding: 2px 0 6px 0;
    margin: 0; }
  body.schoolblog #text_box p.au {
    margin-bottom: 10px; }
  body.schoolblog #text_box ul,
  body.schoolblog #text_box ol {
    padding: 4px 0 4px 25px;
    margin: 0; }
  body.schoolblog #text_box a {
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #222; }
  body.schoolblog #text_box a:hover,
  body.schoolblog #text_box a:focus {
    text-decoration: none; }
  body.schoolblog #text_box .kategorie_1 a {
    color: #990000;
    border-bottom-color: #990000; }
  body.schoolblog #text_box .kategorie_2 a {
    color: #104567;
    border-bottom-color: #104567; }
  body.schoolblog #text_box .kategorie_3 a {
    color: #ddb101;
    border-bottom-color: #ddb101; }
  body.schoolblog #text_box .kategorie_4 a {
    color: #ad8c1b;
    border-bottom-color: #ad8c1b; }
  body.schoolblog #text_box .kategorie_5 a {
    color: #04ae91;
    border-bottom-color: #04ae91; }
  body.schoolblog #text_box .kategorie_6 a {
    color: #990000;
    border-bottom-color: #990000; }
  body.schoolblog #text_box img {
    padding: 0;
    border: 0;
    background: white;
    margin: 3px 5px; }
  body.schoolblog #text_box .toList {
    background-color: #333333;
    color: #ffffff;
    padding: 0.3em;
    font-size: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  body.schoolblog #text_box .toList:hover, body.schoolblog #text_box .toList:active {
    background-color: #990000;
    color: #ffffff; }
  body.schoolblog .blogMeta {
    padding: 4px 0 0 0; }
  body.schoolblog .blogKategorie {
    float: left;
    width: auto;
    height: 20px;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    border-radius: 4px; }
  body.schoolblog .blogKategorie:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid; }
  body.schoolblog #text_box .blogKategorie a {
    display: inline-block;
    width: auto;
    height: 20px;
    color: white;
    text-decoration: none;
    border: 0;
    margin: 0 0 0 4px;
    padding: 3px 10px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  body.schoolblog .kategorie_1 .blogKategorie {
    background-color: #990000; }
    body.schoolblog .kategorie_1 .blogKategorie:after {
      border-color: #990000 transparent transparent #990000; }
  body.schoolblog .kategorie_2 .blogKategorie {
    background-color: #104567; }
    body.schoolblog .kategorie_2 .blogKategorie:after {
      border-color: #104567 transparent transparent #104567; }
  body.schoolblog .kategorie_3 .blogKategorie {
    background-color: #ddb101; }
    body.schoolblog .kategorie_3 .blogKategorie:after {
      border-color: #ddb101 transparent transparent #ddb101; }
  body.schoolblog .kategorie_4 .blogKategorie {
    background-color: #ad8c1b; }
    body.schoolblog .kategorie_4 .blogKategorie:after {
      border-color: #ad8c1b transparent transparent #ad8c1b; }
  body.schoolblog .kategorie_5 .blogKategorie {
    background-color: #04ae91; }
    body.schoolblog .kategorie_5 .blogKategorie:after {
      border-color: #04ae91 transparent transparent #04ae91; }
  body.schoolblog .kategorie_6 .blogKategorie {
    background-color: #990000; }
    body.schoolblog .kategorie_6 .blogKategorie:after {
      border-color: #990000 transparent transparent #990000; }
  body.schoolblog .blogMeta {
    padding: 4px 0 0 0; }
    body.schoolblog .blogMeta:after {
      content: " ";
      display: block;
      clear: both; }
  body.schoolblog .blogDatum {
    float: right;
    width: 150px;
    color: #222;
    font-size: 12px;
    text-align: right;
    padding: 1px 3px 0 0; }
  body.schoolblog .blogDatum span {
    font-family: Georgia, serif;
    font-style: italic; }
  body.schoolblog #text_box .blogDatum a {
    color: #444;
    text-decoration: underline;
    border: 0; }
  body.schoolblog .blogMehr {
    background: url(../layoutpictures/schoolblogimages/trenner-alle.gif) bottom left no-repeat;
    padding: 0 0 7px 0;
    position: relative;
    margin-bottom: 1.5rem; }
  body.schoolblog .kategorie_1 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-1.gif); }
  body.schoolblog .kategorie_2 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-2.gif); }
  body.schoolblog .kategorie_3 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-3.gif); }
  body.schoolblog .kategorie_4 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-4.gif); }
  body.schoolblog .kategorie_5 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-5.gif); }
  body.schoolblog .kategorie_6 .blogMehr {
    background-image: url(../layoutpictures/schoolblogimages/trenner-6.gif); }
  body.schoolblog .blogLink {
    color: #444444;
    font-size: 11px;
    font-weight: bold;
    margin: 2px 0 0 0;
    padding: 0 0 0 31px;
    cursor: pointer; }
  body.schoolblog .kategorie_1 .blogLink {
    color: #990000; }
  body.schoolblog .kategorie_2 .blogLink {
    color: #104567; }
  body.schoolblog .kategorie_3 .blogLink {
    color: #ddb101; }
  body.schoolblog .kategorie_4 .blogLink {
    color: #ad8c1b; }
  body.schoolblog .kategorie_5 .blogLink {
    color: #04ae91; }
  body.schoolblog .kategorie_6 .blogLink {
    color: #990000; }
  body.schoolblog .blogMehrLink {
    background: url(../layoutpictures/schoolblogimages/icon-blogMehr.png) 8px 7px no-repeat; }
  body.schoolblog .blogWenigerLink {
    background: url(../layoutpictures/schoolblogimages/icon-blogWeniger.png) 8px 6px no-repeat; }
  body.schoolblog .blogSocial {
    position: absolute;
    bottom: 9px;
    right: 2px;
    width: 50px; }
  body.schoolblog #text_box .blogSocial a {
    border: 0; }
  body.schoolblog #text_box .blogSocial img {
    margin: 0 1px 0 0;
    float: right; }
  body.schoolblog #rightcolumn p {
    margin: 0;
    padding: 5px 0;
    color: #444;
    font-size: 12px;
    font-weight: bold; }
  body.schoolblog #rightcolumn ul {
    margin: 0;
    padding: 0px 0;
    color: #444;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none; }
  body.schoolblog #rightcolumn .kategorieNav {
    margin: 2rem 0; }
    body.schoolblog #rightcolumn .kategorieNav h4 {
      color: #2b2b2b; }
  body.schoolblog #rightcolumn .kategorieNav ul {
    margin: 0;
    padding: 5px 0;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none; }
  body.schoolblog #rightcolumn ul strong {
    font-size: 12px; }
  body.schoolblog div.youtubeThumb {
    padding: 5px 0 5px 0px; }
  body.schoolblog div.youtubeThumb img {
    border: 1px solid #BBB; }
  body.schoolblog #rightcolumn li {
    padding: 2px 2px 2px 15px;
    background: url(../layoutpictures/schoolblogimages/icon-bulletRechts.gif) 4px 10px no-repeat; }
  body.schoolblog #rightcolumn a {
    color: #444;
    text-decoration: none; }
  body.schoolblog #rightcolumn .navKat_1 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-1.gif); }
  body.schoolblog #rightcolumn .navKat_2 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-2.gif); }
  body.schoolblog #rightcolumn .navKat_3 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-3.gif); }
  body.schoolblog #rightcolumn .navKat_4 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-4.gif); }
  body.schoolblog #rightcolumn .navKat_5 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-5.gif); }
  body.schoolblog #rightcolumn .navKat_6 {
    background-image: url(../layoutpictures/schoolblogimages/icon-bulletRechts-6.gif); }
  body.schoolblog #rightcolumn .navKat_alle a {
    color: #444444; }
  body.schoolblog #rightcolumn .navKat_1 a {
    color: #990000; }
  body.schoolblog #rightcolumn .navKat_2 a {
    color: #104567; }
  body.schoolblog #rightcolumn .navKat_3 a {
    color: #e0ac11; }
  body.schoolblog #rightcolumn .navKat_4 a {
    color: #ad8c1b; }
  body.schoolblog #rightcolumn .navKat_5 a {
    color: #04ae91; }
  body.schoolblog #rightcolumn .navKat_6 a {
    color: #e0ac11; }
  body.schoolblog #rightcolumn #katnav li:hover, body.schoolblog #rightcolumn #katnav li.current {
    background-color: #fafafa; }
  body.schoolblog #rightcolumn #videos2 li {
    cursor: pointer; }

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

@media screen and (max-width: 1500px) {
  #banner {
    height: 550px; } }

@media screen and (max-width: 1200px) {
  #banner {
    height: 450px; } }

@media screen and (max-width: 1000px) {
  #banner {
    height: 330px; } }

@media screen and (max-width: 883px) {
  #search {
    display: none; }
  #topnav li {
    float: left;
    padding: 0 0.7em;
    font-size: 1em; }
  #topnav p, #topnav li a {
    font-size: 0.9em; }
  #banner {
    height: 290px; }
  #logo {
    width: 14%; }
  li > a {
    font-size: 1.2em; }
  #text_box {
    font-size: 0.9em;
    text-align: left;
    width: 70%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 4em 0.83333%; }
  .teaserColumns .section, .teaserColumns .teaserBox {
    width: 48%; }
  fieldset.bereich {
    width: 96%;
    padding: 10px 2% 1em; }
    fieldset.bereich .fleft, fieldset.bereich .fleftsym, fieldset.bereich .frightsym {
      min-height: 1.5em;
      width: 50%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      margin: 0; }
    fieldset.bereich .fleftselectright {
      margin-left: 0;
      width: 50%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      clear: both; }
    fieldset.bereich .fleftlong {
      float: left;
      width: 80%;
      margin-left: 0; }
  .leveltestselector {
    margin-left: 1.5%;
    margin-top: 1em; }
  .fee {
    width: 90%;
    height: auto;
    background-color: #D9B022;
    padding: 5px 5%;
    border: 1px solid #D9B022;
    color: #2B2B2B;
    margin: 1em 0; }
  #imprint {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  #foot .footbox {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  #eof {
    display: none; } }

@media screen and (max-width: 768px) {
  #banner {
    height: 250px; }
  #logo {
    width: 14%; } }

@media screen and (max-width: 680px) {
  #language {
    top: inherit;
    bottom: 1em; }
  #banner {
    height: 230px; }
  #text_box {
    font-size: 0.9em;
    text-align: left;
    width: 90%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 4em 0.83333%;
    margin-left: 5%; }
  #rightcolumn {
    width: 90%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 5%; }
  #imprint {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  #foot .footbox {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  #eof {
    display: none; }
  #logoi img {
    margin: 0 0.5em;
    max-width: 15%;
    height: auto; }
  #text_box ul.niveautestliste li {
    width: 50%; }
  .teaserColumns .section, .teaserColumns .teaserBox {
    width: 48%; } }

@media screen and (max-width: 580px) {
  #banner {
    height: 210px; }
  #text_box .column .section {
    max-width: 100%;
    margin: 0 0 25px; } }

@media screen and (max-width: 500px) {
  #banner {
    height: 150px;
    background-size: contain; }
  #logo {
    width: 22%;
    margin: 0; }
  #text_box .column {
    float: none;
    width: 96%; }
    #text_box .column .section {
      width: 100%; }
  .teaserColumns .section, .teaserColumns .teaserBox {
    width: 100%; } }

#picturebox .rslides_tabs {
  position: absolute;
  top: 200px !important;
  left: 25px;
  z-index: 1000; }

#text_box .linkdokcontainer {
  margin-left: 1em; }

#text_box .teamportraits .memberblock {
  max-width: 94px;
  width: 28%;
  float: left;
  margin: 0 4% 1em 0;
  border: 1px solid #ad8c1b; }

/* textbox*/
#foot {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0.83333% 0;
  font-size: 0.9em; }
  #foot:after {
    content: " ";
    display: block;
    clear: both; }

#socials {
  max-width: 100%; }
  #socials img {
    max-width: 11%; }
  #socials img.skype {
    max-width: 25%; }
  #socials #eof {
    max-width: 50%; }

#text_box ul.niveautestliste li {
  width: 100%; }

@media screen and (max-width: 400px) {
  #banner {
    background-position: center bottom; }
  #logo {
    width: 25%;
    margin: 0;
    position: relative;
    top: -30px; }
  #picturebox .rslides_tabs {
    position: absolute;
    top: 190px !important;
    left: 25px;
    z-index: 1000; }
  #logoi img {
    margin: 0 0.5em;
    max-width: 25%;
    height: auto; } }
