/* ***** die farben: *****************************************************
1-rotbraun          #990000;
2-blau              #104567;
3-gelb              #e0ac11;
4-ocker             #ad8c1b;
5-gruen             #04ae91;

*/

/* ***** uebergreifendes ... *********************************************
*/
@charset "UTF-8";
/*Font license info
## 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.woff") format("woff");
	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 *****************************/
#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; }
/* Topbar end ****************************** */

#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;
	max-height: 444px; }

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

/* Head/Banner end //    */

/* ***** diverses ********************************************************
*/
#oben h1              { position: absolute; top: 130px; left: 182px; color: #900; z-index: 1; font-weight: normal; font-size: 60px; font-family: TitilliumTextBlack,"Trebuchet MS",sans-serif; line-height: 150%; text-shadow: white 2px 2px 0px; }
#oben h1 a              { color: #900; text-decoration: none; }
#h1-shadow /* fuer IE */      { position: absolute; top: 132px; left: 184px; color: white; z-index: 0; font-weight: normal; font-size: 60px; font-family: TitilliumTextBlack,"Trebuchet MS",sans-serif; line-height: 150%; }
#headerMeta              { background: url(../../layoutpictures/schoolblogimages/bg-nav.png); }
#headerDate              { color: white; font-size: 11px; text-align: right; padding: 0 16px; text-shadow: #666 1px 1px 2px; }

#contentWrapper{
	display:flex;
	flex-wrap:wrap;
	padding: 1rem 15px 1rem;
}
#content    {
	width:75%;
	padding:10px;
}
#content img{
	max-width: 75%;
	height:auto;
}

#content 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; }
#content h2 a            { color: #222; text-decoration: none; border: 0; }
#content h2 a:hover,
#content h2 a:focus          { text-decoration: none; }
#content .kategorie_1 h2 a,  #content .kategorie_1 h2    { color: #900; }
#content .kategorie_2 h2 a,  #content .kategorie_2 h2  { color: #104567; }
#content .kategorie_3 h2 a,  #content .kategorie_3 h2  { color: #e0ac11; }
#content .kategorie_4 h2 a,  #content .kategorie_4 h2  { color: #ad8c1b; }
#content .kategorie_5 h2 a,  #content .kategorie_5 h2  { color: #04ae91; }
#content .kategorie_6 h3 a,  #content .kategorie_6 h2  { color: #e0ac11; }

#content p              { color: #222; font-size: 14px; line-height: 150%; padding: 2px 0 6px 0; margin: 0; }
#content p.au{
	margin-bottom: 10px;
}
#content ul,
#content ol              { padding: 4px 0 4px 25px; margin: 0; }

#content a                { text-decoration: none; color: #222; border-bottom: 1px solid #222; }
#content a:hover,
#content a:focus          { text-decoration: none; }
#content .kategorie_1 a      { color: #990000; border-bottom-color: #990000; }
#content .kategorie_2 a      { color: #104567; border-bottom-color: #104567; }
#content .kategorie_3 a      { color: #e0ac11; border-bottom-color: #e0ac11; }
#content .kategorie_4 a      { color: #ad8c1b; border-bottom-color: #ad8c1b; }
#content .kategorie_5 a      { color: #04ae91; border-bottom-color: #04ae91; }
#content .kategorie_6 a      { color: #e0ac11; border-bottom-color: #e0ac11; }

#content img            { padding: 0; border: 0; background: white; margin: 3px 5px; }
#content .toList{
	background-color: #333333; color: #ffffff; padding: 0.3em; font-size: 10px; -moz-border-radius: 4px; border-radius: 4px;
}
#content .toList:hover,#content .toList:active{
	background-color: #990000; color: #ffffff;
}
.artikel              { margin: 0 0 22px 0; }
#secondColumn .artikel        { padding: 0 0 10px 0; margin: 5px 0 0 0; background: url(../../layoutpictures/schoolblogimages/bg-trennerRechts.gif) 0px 100% no-repeat; }

.sidebox.noBorder{
	border: medium none;
	margin: 0 0 0.5em -15px;
	padding: 0 0 1em;
}
/* alt
#content h3              { color: #222; font-weight: bold; font-size: 14px; line-height: 120%; padding: 0; margin: 0; }
#content h3 a            { color: #222; text-decoration: none; border: 0; }
#content h3 a:hover,
#content h3 a:focus          { text-decoration: none; }
#content .kategorie_1 h3 a    { color: #900; }
#content .kategorie_2 h3 a    { color: #104567; }
#content .kategorie_3 h3 a    { color: #e0ac11; }
#content .kategorie_4 h3 a    { color: #ad8c1b; }
#content .kategorie_5 h3 a    { color: #04ae91; }
#content .kategorie_6 h3 a    { color: #e0ac11; }
*/

/* blog-metainfos */
.blogMeta              { padding: 4px 0 0 0; }
/*
.blogKategorie            { float: left; width: auto; height: 20px; background: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-alle.gif) top left no-repeat; font-size: 11px; font-weight: bold; }
#content .blogKategorie a     { display: inline-block; width: auto; height: 20px; color: white; text-decoration: none; border: 0; margin: 0 0 0 4px; padding: 0 10px 0 0; background: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-alle.gif) top right no-repeat; }
*/
/* 
.kategorie_1 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-1.gif); }
.kategorie_2 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-2.gif); }
.kategorie_3 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-3.gif); }
.kategorie_4 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-4.gif); }
.kategorie_5 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-5.gif); }
.kategorie_6 .blogKategorie      { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseLinks-6.gif); }
#content .kategorie_1 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-1.gif); }
#content .kategorie_2 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-2.gif); }
#content .kategorie_3 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-3.gif); }
#content .kategorie_4 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-4.gif); }
#content .kategorie_5 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-5.gif); }
#content .kategorie_6 .blogKategorie a { background-image: url(../../layoutpictures/schoolblogimages/sprechblaseRechts-6.gif); }
*/

.blogDatum              { float: right; width: 150px; color: #222; font-size: 12px; text-align: right; padding: 1px 3px 0 0; }
.blogDatum span            { font-family: Georgia, serif; font-style: italic; }
#content .blogDatum a      { color: #444; text-decoration: underline; border: 0; }

.blogMehr              { background: url(../../layoutpictures/schoolblogimages/trenner-alle.gif) bottom left no-repeat; padding: 0 0 7px 0; position: relative; }
.kategorie_1 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-1.gif); }
.kategorie_2 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-2.gif); }
.kategorie_3 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-3.gif); }
.kategorie_4 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-4.gif); }
.kategorie_5 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-5.gif); }
.kategorie_6 .blogMehr        { background-image: url(../../layoutpictures/schoolblogimages/trenner-6.gif); }
.blogLink              { color: #444444; font-size: 11px; font-weight: bold; margin: 2px 0 0 0; padding: 0 0 0 31px; cursor: pointer; }
.kategorie_1 .blogLink      { color: #990000; }
.kategorie_2 .blogLink      { color: #104567; }
.kategorie_3 .blogLink      { color: #e0ac11; }
.kategorie_4 .blogLink      { color: #ad8c1b; }
.kategorie_5 .blogLink      { color: #04ae91; }
.kategorie_6 .blogLink      { color: #e0ac11; }
.blogMehrLink            { background: url(../../layoutpictures/schoolblogimages/icon-blogMehr.png) 8px 7px no-repeat; }
.blogWenigerLink          { background: url(../../layoutpictures/schoolblogimages/icon-blogWeniger.png) 8px 6px no-repeat; }

.blogSocial              { position: absolute; bottom: 9px; right: 2px; width: 50px; }
#content .blogSocial a      { border: 0; }
#content .blogSocial img    { margin: 0 1px 0 0; float: right; }

#secondColumn{
	width:25%;
	padding: 10px;
}
#secondColumn h4              { margin: 0; padding: 10px 0 5px 0; color: #444; font-size: 24px; font-weight: bold; font-family: TitilliumText,"Trebuchet MS",sans-serif; }
#secondColumn p              { margin: 0; padding:  5px 0;       color: #444; font-size: 12px; font-weight: bold; }
#secondColumn ul              { margin: 0; padding:  0px 0;       color: #444; font-size: 11px; font-weight: normal; list-style-type: none; }
#secondColumn .kategorieNav ul      { margin: 0; padding:  5px 0;       color: #444; font-size: 13px; font-weight: bold; list-style-type: none; }
#secondColumn ul strong          { font-size: 12px; }
div.youtubeThumb        { padding: 5px 0 5px 0px; }
div.youtubeThumb img      { border: 1px solid #BBB; }
#secondColumn li              { padding: 2px 2px 2px 15px; background: url(../../layoutpictures/schoolblogimages/icon-bulletRechts.gif) 4px 10px no-repeat;}
#secondColumn a              { color: #444; text-decoration: none; }
#secondColumn .navKat_1         { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-1.gif); }
#secondColumn .navKat_2        { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-2.gif); }
#secondColumn .navKat_3        { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-3.gif); }
#secondColumn .navKat_4        { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-4.gif); }
#secondColumn .navKat_5        { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-5.gif); }
#secondColumn .navKat_6        { background-image: url(../../layoutpictures/schoolblogimages/icon-bulletRechts-6.gif); }
#secondColumn .navKat_alle a       { color: #444444; }
#secondColumn .navKat_1 a       { color: #990000; }
#secondColumn .navKat_2 a        { color: #104567; }
#secondColumn .navKat_3 a        { color: #e0ac11; }
#secondColumn .navKat_4 a        { color: #ad8c1b; }
#secondColumn .navKat_5 a        { color: #04ae91; }
#secondColumn .navKat_6 a        { color: #e0ac11; }
#secondColumn #katnav li:hover,  #secondColumn #katnav li.current{
	background-color: #fafafa;
}
#secondColumn #videos2 li {cursor: pointer}
/*  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; }



/* ***** standards *******************************************************
*/
small                { font-size: 10px; }
a                  { outline: 0; }
.bold {font-weight: bold}
/* ***** klassen*******************************************************
*/
.rot{
	color: #660000;
}

.rotfett{
	color: #660000;
	font-weight: bold;
}

/* ***** formulare *******************************************************
*/
form                { display: inline; } /* fuer IE, um umbruch zu vermeiden */
input,
textarea              { padding: 1px 2px; color: #333; font-style: normal; font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Geneva,"Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 11px;  }
textarea              { width: 270px;  height: 120px; }
#playerContainer{
	display: block; position: absolute;top: 600px; left: 450px; z-index: 1000;padding: 20px;background-color: #990000; border-radius:5px;
}
#playerContainer #closeButton{
	position: absolute;top:3px; right:3px; font-size: 20px;font-weight: bold;color:#ffffff;cursor:pointer;
}

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

#cookieInfoWrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100px;
	max-width: 100%;
	background-color: #e0e9f5;
	box-shadow: #2b2b2b 3px 3px; }

/* Cookie info box unten *********************************************** */
#cookieInfo {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	font-family: "Courier New", Courier, Monaco;
	font-size: 0.8em; }
#cookieInfo:after {
	content: " ";
	display: block;
	clear: both; }
#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; }
