/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-v36-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v36-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/open-sans-v36-latin-500.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans-v36-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v36-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans-v36-latin-800.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*blau dunkel*/
/*grün*/
/*gelb*/
/*blau heller*/
/* zb: 	.arr(10px, 135deg, white, -10px, 10px);*/
.shadow {
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}
.noSelect a:active {
  background: #007fb05c;
  padding: 3px 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans';
  color: black;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  margin-top: 0;
}
h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
h2 {
  font-size: 23px;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.light {
  font-weight: 300;
}
.linksbuendig {
  text-align: left !important;
}
.regular,
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
#infobutton {
  /*
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	*/
  width: 38px;
  height: 37px;
  position: fixed;
  right: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 7px;
  font-style: italic;
  font-size: 20px;
  top: 40px;
  color: White;
  background: #007fb0;
  transition: all 1s;
  cursor: pointer;
  /*
	&.open
	{
	right:200px;
	transition:all 1s;
}
	*/
}
#infobutton img {
  width: 23px;
  height: auto;
  transform: rotate(180deg);
}
@keyframes infobox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1px;
  }
}
#infobox {
  border-radius: 4px;
  width: 235px;
  max-width: 95%;
  position: fixed;
  /*
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
	*/
  z-index: 3;
  top: 40px;
  background: #007fb0;
  padding: 0;
  right: -400px;
  color: white;
  box-sizing: border-box;
}
#infobox.closed {
  right: -400px;
}
#infobox .ib_head {
  padding: 8px 5px 8px 5px;
  position: relative;
}
#infobox .ib_head img {
  display: block;
  width: 195px;
  height: auto;
}
#infobox .text_ct {
  padding: 0px 0 10px 0;
  display: flex;
  align-items: center;
}
#infobox .ib_arr {
  width: 65px;
  padding: 3px;
}
#infobox .ib_arr img {
  width: 50px;
  height: auto;
}
#infobox .text {
  /*
		-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
		-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
		*/
  opacity: 1;
  display: none;
}
#infobox .text .ib_item {
  padding: 0px 0;
  position: relative;
}
#infobox .text .ib_item a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  /*	.arr(10px, 45deg, white, 7px, 16px);*/
}
#infobox .close {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 7px;
  text-align: right;
}
#infobox .close img {
  width: 18px;
  height: auto;
}
#loginlink,
#logoutlink {
  position: fixed;
  padding: 1px 4px;
  right: 0;
  top: 0;
  width: 150px;
  height: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  color: #007fb0;
  transition: all 1s;
}
#loginlink:hover,
#logoutlink:hover {
  transition: all 1s;
}
#loginlink:hover .it_pfeil img,
#logoutlink:hover .it_pfeil img {
  left: 5px;
  transition: all 1s;
}
#loginlink .it_pfeil,
#logoutlink .it_pfeil {
  width: 20px;
}
#loginlink .it_pfeil img,
#logoutlink .it_pfeil img {
  position: relative;
  left: 0;
  top: 2px;
  width: 15px;
  height: auto;
  transition: all 1s;
}
#loginlink .it_login,
#logoutlink .it_login {
  font-weight: bold;
}
#loginlink.logout,
#logoutlink.logout {
  top: 30px;
}
#loginlink.logout .it_pfeil img,
#logoutlink.logout .it_pfeil img {
  transform: rotate(180deg);
}
.loginlink_mobil {
  margin: 0 auto;
}
.loginlink_mobil a {
  color: #007fb0;
  text-decoration: none;
}
.loginlink_mobil img {
  position: relative;
  top: 3px;
  width: 20px;
  height: auto;
}
#login #submitbutton {
  cursor: pointer;
}
@keyframes anitest {
  0%:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 1px 0px 0px;
    transform: rotate(0deg);
    /*z.B: .transition(all, 2s, linear, 0s);*/
    -webkit-transition: all linear 0.2s 0s;
    -moz-transition: all linear 0.2s 0s;
    -ms-transition: all linear 0.2s 0s;
    -o-transition: all linear 0.2s 0s;
  }
  100%:after {
    content: '';
    position: absolute;
    top: 60px;
    right: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 1px 0px 0px;
    transform: rotate(360deg);
    /*z.B: .transition(all, 2s, linear, 0s);*/
    -webkit-transition: all linear 0.2s 0s;
    -moz-transition: all linear 0.2s 0s;
    -ms-transition: all linear 0.2s 0s;
    -o-transition: all linear 0.2s 0s;
  }
}
.anitest {
  animation-name: anitest;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  width: 100%;
  height: 500px;
  background: #007fb0;
  position: relative;
}
.anitest:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px 1px 0px 0px;
  transform: rotate(135deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
iframe {
  border: 0;
  max-width: 100%;
}
.news section {
  margin-bottom: 40px;
}
.container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
#main {
  /*Höhe wird per js gesetzt*/
  margin-bottom: 60px;
  margin-top: 226px;
}
.outer {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.middle {
  width: 1920px;
  max-width: 99%;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.blau {
  color: #007fb0;
}
.fixedbg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.hauptbild {
  max-width: 100%;
  height: auto;
}
.quicklink {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.quicklink ul {
  display: flex;
  column-gap: 50px;
  margin: 2px 0;
  padding: 0 10px;
}
.quicklink ul li {
  list-style-type: none;
}
.quicklink ul li a {
  color: #007fb0;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.outerbg {
  padding: 0;
  margin: 0;
}
.outerbg.footer {
  padding-bottom: 90px;
  background-image: url('/grafiken/bg_bogen.webp');
  background-size: cover;
}
.outerbg.footer .footerslogan {
  width: 470px;
  margin-top: 180px;
  color: white;
  font-weight: bold;
  font-size: 32px;
}
.outerbg.footer .cr {
  margin-top: 20px;
  color: white;
  font-size: 12px;
}
.outerbg.bgbild {
  background-size: cover;
  background-position: center center;
}
.outerbg.bgbild h2 {
  font-size: 35px;
}
.outerbg.bgbild h3 {
  font-size: 30px;
  font-weight: 400;
}
.bgcolor_blau {
  background-color: rgba(0, 141, 193, 0.6);
  color: white;
}
.bgcolor_dblau {
  background-color: rgba(0, 127, 176, 0.89);
  color: white;
}
.bgcolor_voll {
  background-color: #007fb0;
  color: white;
}
.bgcolor_weiss {
  background-color: white;
  color: black;
}
bgbild {
  background-repeat: no-repeat;
}
.ganzereihe {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 110px 0;
  text-align: center;
  padding-bottom: 3px !important;
}
.ganzereihe .h2_ct {
  display: inline;
  margin: 0 auto;
}
.ganzereihe .h2_ct h2 {
  color: white;
  font-size: 48px;
  font-weight: 400;
}
.head_bg {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-width: 95%;
  padding: 16px 0 11px 0;
}
.head_bg h1 {
  font-weight: 400;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.head_bg.schulart {
  /*padding:53px 0 10px;*/
}
.head_bg.schulart .headline_container {
  width: 100%;
  /*
		overflow:hidden;
*/
  position: relative;
  /*
			&:after
			{
				position:absolute;
				bottom:9px;
				width:100%;
				left:0;
				content:'';
				border-bottom:2px solid #62b0ce;

			}
*/
}
.head_bg.schulart .headline_container h1 {
  width: 100% !important;
}
.head_bg.schulart .headline_container img {
  position: relative;
  left: -6px;
  height: 70px;
  max-width: 100%;
  /*
height:45px;
width:auto;
*/
}
.head_bg.schulart .headline_container h1 {
  text-transform: uppercase;
  border-bottom: 2px solid #8cc5db;
  width: 80%;
}
.schularten h2 {
  font-weight: 600;
  font-size: 25px;
}
.schularten h3 {
  font-size: 23px;
  font-weight: 600;
}
.tbl_ct {
  width: 100%;
  overflow-x: auto;
}
table.tabelle {
  width: 100%;
}
table.tabelle th,
table.tabelle td {
  vertical-align: top;
  padding: 0 20px 20px 0;
  text-align: left;
  line-height: 1.2em;
}
.sa_text {
  margin-left: 120px;
  line-height: 1.7em;
}
.slogan {
  text-align: center;
  padding: 25px 50px 10px 50px;
}
.slogan img {
  display: block;
  margin-bottom: 30px;
}
.acc_head {
  margin-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.acc_head:before {
  transition: all 0.5s;
  content: '';
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 8px;
  background-image: url('/grafiken/acc_plus.png');
  background-size: contain;
  width: 17px;
  height: 17px;
}
.acc_head.open {
  margin-bottom: 30px;
}
.acc_head.open:before {
  background-image: url('/grafiken/acc_minus.png');
}
.acc_text {
  display: none;
  padding-bottom: 30px;
}
.last_acc {
  padding-bottom: 60px;
}
.footernavi .footerlogo {
  width: 100px;
  max-width: 100px !important;
  height: auto;
}
.footernavi h3 {
  font-size: 15px;
  color: black;
}
.footernavi .sp4 {
  border-left: 2px solid #007fb0;
  padding-left: 15px;
}
.footernavi .sp4:first-of-type {
  border-left: none;
  padding-left: none;
}
.footernavi .sp4 a {
  text-decoration: none;
  color: #007fb0;
  font-size: 14px;
}
.footernavi .adresse {
  color: #007fb0;
  font-weight: bold;
  font-size: 13.5px;
}
.footernavi .adresse a {
  color: #007fb0;
  text-decoration: none;
}
.footernavi .ds {
  text-align: right;
  color: #6e6e6e;
  margin-top: 30px;
  font-size: 13.5px;
}
.footernavi .ds a {
  color: #6e6e6e;
  text-decoration: none;
}
.footernavi .ds img {
  width: 20px;
  height: auto;
  margin-right: 20px;
  position: relative;
  top: 6px;
  opacity: 0.8;
}
.footernavi .ds img:hover {
  opacity: 1;
}
.footer_logo img {
  max-width: 100%;
  height: auto;
}
.schuelerstimmen_ct {
  background: #007fb0;
  width: 100%;
  border-radius: 20px;
  padding: 40px 0;
}
.schuelerstimmen_ct .inner {
  margin: 0 auto;
  color: white;
  width: 70%;
  text-align: center;
}
.schuelerstimmen_ct .inner .schulart_slider .item {
  padding: 30px 0;
  font-size: 30px;
}
.schuelerstimmen_ct .slick-next {
  border-width: 2px 2px 0px 0px;
}
.schuelerstimmen_ct .slick-next:before {
  content: none;
}
.schuelerstimmen_ct .slick-next:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 4px 4px 0px 0px;
  transform: rotate(45deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.schuelerstimmen_ct .slick-prev {
  border-width: 2px 2px 0px 0px;
}
.schuelerstimmen_ct .slick-prev:before {
  content: none;
}
.schuelerstimmen_ct .slick-prev:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 4px 4px 0px 0px;
  transform: rotate(225deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
#sa_slider .item {
  position: relative;
  height: 380px;
}
#sa_slider .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#sa_slider .item .decker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 141, 193, 0.6);
  color: white;
}
#sa_slider .item .decker .c_hinweis {
  background: white;
  color: black;
}
#sa_slider .item .decker .c_hinweis a {
  color: black !important;
}
#sa_slider .item .decker .text_ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#sa_slider .item .decker .text_ct .titel {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
#sa_slider .item .decker .text_ct .untertitel {
  color: white;
}
@keyframes button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1px;
  }
}
a.bluebutton,
button.bluebutton {
  animation-name: button;
  animation-duration: 3s;
  animation-iteration-count: 1;
  background: #008dc1;
  display: block;
  /*margin-top:15px;*/
  margin: 15px auto;
  color: white !important;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  padding: 12px 60px;
  font-size: 14px !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
a.greenbutton,
button.greenbutton {
  background: #a4a46a;
  color: white !important;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  width: fit-conent;
  font-weight: bold;
  padding: 10px 60px;
  border: none;
  font-size: 14px !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
a.whitebutton,
button.whitebutton {
  color: white !important;
  margin-top: 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 35px;
  border: 2px solid white;
  font-size: 14px !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
a.transbutton,
button.transbutton {
  color: white !important;
  background-color: rgba(40, 121, 176, 0.1);
  margin-top: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 35px;
  font-size: 16px !important;
  border-radius: 4px;
  /*	border:2px solid transparent;*/
  border: 2px solid white;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
a.transbutton:hover,
button.transbutton:hover {
  background-color: #a4a46a;
  border: 2px solid white;
  transition: background-color 0.5s;
}
a.transbutton2,
button.transbutton2 {
  color: white !important;
  background-color: rgba(40, 121, 176, 0.1);
  margin-top: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 35px;
  font-size: 16px !important;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.8);
  webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.8);
}
a.transbutton2:hover,
button.transbutton2:hover {
  background-color: #a4a46a;
  transition: background-color 0.5s;
}
#content a {
  color: #007fb0;
}
#content a.weiss {
  color: white;
}
#content ul {
  padding-left: 20px;
}
#logo_dt {
  width: 158px;
}
#logo_dt img {
  max-width: 100%;
  height: auto;
}
/*
@column-gap:30px;
*/
.row,
.bigrow {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-wrap: wrap;
  /*justify-content:space-between;*/
  justify-content: flex-start;
  /*margin-bottom:100px;*/
  column-gap: 10px;
  row-gap: 20px;
}
.row.end,
.bigrow.end {
  justify-content: flex-end;
}
.row.center,
.bigrow.center {
  justify-content: center;
}
.row.between,
.bigrow.between {
  justify-content: space-between;
}
.row .item,
.bigrow .item {
  width: calc(25% - 10px);
  box-sizing: border-box;
  position: relative;
  text-align: left;
  /*
		&:hover
		{
		.decker
		{

		opacity:1;
		transition: opacity 1s;
	}
	}
		*/
}
.row .item .decker,
.bigrow .item .decker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
			background-color:rgba(185, 193, 87,0.8);

			.rgbx(0.7);
			*/
  background-color: rgba(0, 141, 193, 0.71);
  /*	opacity:0;*/
  transition: all 0.5s;
}
.row .item .decker:hover,
.bigrow .item .decker:hover {
  background-color: rgba(0, 141, 193, 0.4);
  transition: all .5s;
}
.row .item .decker .deckertext,
.bigrow .item .decker .deckertext {
  color: white;
  font-weight: bold;
  position: absolute;
  font-size: 18px;
  width: 100%;
  text-transform: uppercase;
  /*
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				*/
  top: 20px;
  left: 0px;
  text-align: center;
}
.row .item figure,
.bigrow .item figure {
  margin: 0;
}
.row .item figure figcaption,
.bigrow .item figure figcaption {
  opacity: 0.3;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: opacity linear 1s 0s;
  -moz-transition: opacity linear 1s 0s;
  -ms-transition: opacity linear 1s 0s;
  -o-transition: opacity linear 1s 0s;
  position: absolute;
  bottom: 11px;
  left: 5px;
  width: calc(100% - 15px);
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.row .item figure:hover figcaption,
.bigrow .item figure:hover figcaption {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: opacity linear 1s 0s;
  -moz-transition: opacity linear 1s 0s;
  -ms-transition: opacity linear 1s 0s;
  -o-transition: opacity linear 1s 0s;
  opacity: 1;
}
.row .item img,
.bigrow .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*
			padding: 0.25rem;
			background-color: #fff;
			border: 1px solid #dee2e6;
			*/
}
.row .item.bg,
.bigrow .item.bg {
  background: #007fb0;
  padding: 10px;
}
.row .item.sp1,
.bigrow .item.sp1 {
  width: 100%;
}
.row .item.sp1_5,
.bigrow .item.sp1_5 {
  width: calc(75% - 10px);
}
.row .item.sp2,
.bigrow .item.sp2 {
  width: calc(50% - 10px);
}
.row .item.sp2.asp,
.bigrow .item.sp2.asp {
  width: 40%;
}
.row .item.sp3,
.bigrow .item.sp3 {
  width: calc(33% - 10px);
  text-align: left;
}
.row .item.sp4,
.bigrow .item.sp4 {
  width: calc(25% - 10px);
}
.row .item.sp5,
.bigrow .item.sp5 {
  width: calc(20% - 10px);
}
.row .item.sp6,
.bigrow .item.sp6 {
  width: calc(16.6% - 10px);
}
.row .item.allesanzeigen,
.bigrow .item.allesanzeigen {
  text-align: right;
}
.row .item.allesanzeigen a,
.bigrow .item.allesanzeigen a {
  text-decoration: none;
  color: white !important;
  font-size: 12px;
}
.row .item.adresse,
.bigrow .item.adresse {
  width: 40%;
}
.row .item.karte a,
.bigrow .item.karte a {
  text-transform: uppercase;
  font-weight: bold;
  color: #007fb0;
  text-decoration: none;
}
.row .item.text_ct,
.bigrow .item.text_ct {
  /*display:flex;
			align-items: center;
			justify-content: center;
			*/
}
.row .item.text_ct .text,
.bigrow .item.text_ct .text {
  box-sizing: border-box;
  padding: 100px 20px 20px 70px;
  padding: 20px;
}
.row .item.bild img,
.bigrow .item.bild img {
  display: block;
}
.row .item.linkbox,
.bigrow .item.linkbox {
  display: flex;
  column-gap: 30px;
  color: white;
}
.row .item.linkbox h3,
.bigrow .item.linkbox h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
}
.row .item.linkbox .img,
.bigrow .item.linkbox .img {
  width: 100%;
}
.row .item.linkbox .img img,
.bigrow .item.linkbox .img img {
  border: 7px solid white;
}
.row .item.linkbox .text,
.bigrow .item.linkbox .text {
  width: 100%;
}
.row .item.linkbox_b,
.bigrow .item.linkbox_b {
  background: white;
  color: black;
  text-align: center;
  font-size: 14px;
  /*
			&.sp4
			{
			img
			{
			width:auto;
			height:153px;
		}
		}

			&.sp3
			{
			img
			{
			width:auto;
			height:210px;
		}
		}

			&.sp2
			{
			img
			{
			width:auto;
			height:315px;
		}
		}

			*/
}
.row .item.linkbox_b a,
.bigrow .item.linkbox_b a {
  color: black !important;
  text-decoration: none;
}
.row .item.linkbox_b h3,
.bigrow .item.linkbox_b h3 {
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 15px;
  color: #007fb0;
}
.row .item.linkbox_b .img,
.bigrow .item.linkbox_b .img {
  width: 100%;
  height: auto;
}
.row .item.linkbox_b .img img,
.bigrow .item.linkbox_b .img img {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: transform linear 0.2s 0s;
  -moz-transition: transform linear 0.2s 0s;
  -ms-transition: transform linear 0.2s 0s;
  -o-transition: transform linear 0.2s 0s;
}
.row .item.linkbox_b .text,
.bigrow .item.linkbox_b .text {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
}
.row .item.linkbox_b:hover .img,
.bigrow .item.linkbox_b:hover .img {
  overflow: hidden;
}
.row .item.linkbox_b:hover .img img,
.bigrow .item.linkbox_b:hover .img img {
  transform: scale(1.1);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: transform linear 0.2s 0s;
  -moz-transition: transform linear 0.2s 0s;
  -ms-transition: transform linear 0.2s 0s;
  -o-transition: transform linear 0.2s 0s;
}
.row .item.adr,
.bigrow .item.adr {
  /*color:#dcdcdc;*/
}
.row .item.adr a,
.bigrow .item.adr a {
  /*color:#dcdcdc!important;*/
  color: #007fb0 !important;
  text-decoration: none;
}
.row .item.zurueck,
.bigrow .item.zurueck {
  font-size: 14px;
  cursor: pointer;
}
.row .item.zurueck img,
.bigrow .item.zurueck img {
  transform: rotate(180deg);
  width: 7px;
  height: auto;
}
.row.personen,
.bigrow.personen {
  display: flex;
  justify-content: space-between;
  column-gap: 160px !important;
  margin-bottom: 30px;
}
.row.personen .personen_fl.item,
.bigrow.personen .personen_fl.item {
  width: 40% !important;
}
.row.personen .personen_fl.item.breit,
.bigrow.personen .personen_fl.item.breit {
  width: 100% !important;
  display: flex;
  column-gap: 40px;
}
.row.personen .personen_fl.item.breit .bild,
.bigrow.personen .personen_fl.item.breit .bild {
  width: 40%;
  max-width: 100%;
  height: auto;
}
.row.personen .personen_fl.item.breit .bild img,
.bigrow.personen .personen_fl.item.breit .bild img {
  max-width: 100%;
}
.row.personen .personen_fl.item.breit .text,
.bigrow.personen .personen_fl.item.breit .text {
  margin-top: 0;
  width: 60%;
}
.row.personen .personen_fl.item.breit .text.voll,
.bigrow.personen .personen_fl.item.breit .text.voll {
  width: 100%;
}
.row.personen .personen_fl.item .bild img,
.bigrow.personen .personen_fl.item .bild img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 5px solid #dfdfdf;
}
.row.personen .personen_fl.item .text,
.bigrow.personen .personen_fl.item .text {
  margin-top: 30px;
}
.row.personen .personen_fl.item .text h3,
.bigrow.personen .personen_fl.item .text h3 {
  font-weight: 400;
}
.row.personen .personen_fl.item .text h4,
.bigrow.personen .personen_fl.item .text h4 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
.bigrow {
  width: 100%;
  padding: 10px 0;
  row-gap: 10px;
  box-sizing: border-box;
}
.bigrow.ohnegap {
  gap: 0;
}
.bigrow.ohnegap .item img {
  display: block;
}
.bigrow.ohnegap .item.sp2 {
  width: 50%;
}
.bigrow.ohnegap .item.sp3 {
  width: 33%;
  text-align: left;
}
.bigrow.ohnegap .item.sp4 {
  width: 25%;
}
.bigrow.ohnegap .item.sp5 {
  width: 20%;
}
.bigrow .item img {
  display: block;
}
.bigrow .item.sp5 {
  width: calc(20% - 8px);
}
.bigrow.schulart_galerie {
  row-gap: 0;
  column-gap: 5px;
  overflow: hidden;
  padding: 5px 0;
}
.bigrow.schulart_galerie .item {
  width: calc(20% - 5px);
}
.newstext img {
  max-width: 100%;
  height: auto;
}
.ptk {
  padding-top: 30px;
}
.pbk {
  padding-bottom: 30px;
}
.ptg {
  padding-top: 60px !important;
}
.pbg {
  padding-bottom: 60px !important;
}
#slider {
  max-width: 100%;
}
#slider .item {
  position: relative;
}
#slider .item img {
  max-width: 100%;
  height: auto;
}
#slider .item .slidertxt {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 50%;
  padding: 10px;
  background-color: rgba(40, 121, 176, 0.8);
  color: white;
}
.teaser_ct {
  display: flex;
  column-gap: 30px;
}
.teaser_ct .bild {
  width: 30%;
}
.teaser_ct .bild img {
  max-width: 100%;
  height: auto;
}
.item_asp {
  margin-bottom: 20px;
}
.item_asp .head {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin: 7px 0;
}
.item_asp img {
  border: 5px solid #dfdfdf;
}
.item_asp img.mail {
  border: none;
}
.mail {
  margin-top: 20px;
  width: 40px !important;
  height: auto !important;
}
.formular {
  color: white;
}
.formular .f_i {
  color: black;
  width: 50%;
  margin: 0 auto 20px auto;
}
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="submit"],
.formular input[type="file"],
.formular button[type="submit"] {
  padding: 10px 5px;
  width: 100%;
  box-sizing: border-box;
}
.formular button[type="submit"] {
  /*
		padding: 15px 5px;
		background-color:@f1;
		color:white;
		border:0;
		cursor:pointer;
		*/
  border: none;
  padding: 12px 60px;
  cursor: pointer;
}
.formular textarea {
  font-family: 'Open Sans';
  width: 100%;
  min-height: 100px;
  padding: 10px 5px;
}
.formular #form_cancel {
  cursor: pointer;
  font-size: 13px;
}
.zurueck a {
  text-decoration: none;
}
.downloads .dl_outer {
  margin-bottom: 10px;
}
.dl_head {
  font-weight: bold;
  color: white;
  background: #007fb0;
  padding: 13px 10px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}
.dl_head:after {
  content: '';
  width: 18px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-image: url('/grafiken/arr_alt_r.png');
  transition: all 0.5s;
}
.dl_head.open:after {
  transform: scaleY(-1) rotate(90deg);
  background-image: url('/grafiken/arr_alt_r.png');
  transition: all 0.5s;
}
.datum {
  font-size: 14px;
}
.dl_inner {
  display: none;
}
.dl_inner .item {
  margin: 5px 0 15px 10px;
  background: #e1dfdf;
  border: 1px solid #c3c3c3;
  padding: 10px;
  border-radius: 5px;
}
.dl_inner .item a {
  text-decoration: none;
  font-weight: bold;
}
.dl_inner .item .link_ct {
  margin-top: 10px;
  display: flex;
}
.dl_inner .item .link_ct .item {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  border: none;
}
.dl_inner .item .link_ct .item a {
  font-weight: normal;
  font-size: 14px;
}
.dl_inner .item .link_ct .item a img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}
.dl_inner .desc {
  font-size: 14px;
}
.dl_text {
  padding: 10px;
}
.icon {
  width: 20px;
  display: inline-block;
}
.icon img {
  max-width: 100%;
  height: auto;
}
.c_hinweis {
  padding: 20px;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
.bgcolor_voll .c_hinweis a {
  color: white !important;
}
.bgcolor_weiss .c_hinweis {
  background: #007fb0;
  color: white;
}
.bgcolor_weiss .c_hinweis a {
  color: white !important;
}
.bgcolor_blau .c_hinweis,
.bgcolor_dblau .c_hinweis {
  background: white;
  color: black;
}
.bgcolor_blau .c_hinweis a,
.bgcolor_dblau .c_hinweis a {
  color: black !important;
}
#totop {
  font-size: 50px;
  cursor: pointer;
}
/*Mainnavigation*/
#navi {
  background-color: white;
  padding-top: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@keyframes subnavi {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    top: -4px;
    opacity: 1;
  }
}
#navi #navi_ct {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0 35px 0;
}
#navi #navi_ct nav {
  position: relative;
  top: 20px;
}
#navi #navi_ct nav .versteckst {
  display: none;
}
#navi #navi_ct nav ul {
  display: flex;
  column-gap: 50px;
  position: relative;
  top: 9px;
  padding-left: 0;
}
#navi #navi_ct nav ul li {
  list-style-type: none;
  position: relative;
}
#navi #navi_ct nav ul li:after {
  display: block;
  position: absolute;
  top: 7px;
  right: -25px;
  content: '';
  width: 2px;
  height: 12px;
  background-color: #007fb0;
}
#navi #navi_ct nav ul li:last-of-type:after {
  content: none;
}
#navi #navi_ct nav ul li img {
  display: none;
}
#navi #navi_ct nav ul li a {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: color 0.5s;
  display: inline-block;
  margin-bottom: 20px;
}
#navi #navi_ct nav ul li a:hover {
  color: #007fb0;
  transition: color 0.5s;
}
#navi #navi_ct nav ul li a.aktiv {
  color: #007fb0;
}
#navi #navi_ct nav ul li a.hasentries {
  /*
							&:after
							{
							position:absolute;
							content:'';
							width:5px;
							height:5px;
							top:6px;
							right:-13px;
							border:1px solid black;
							border-width:1px 1px 0 0;
							transform:rotate(135deg);
							transition: transform 0.3s;
						}

							*/
}
#navi #navi_ct nav ul li a.hasentries:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -13px;
  display: block;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 0px 0px;
  transform: rotate(135deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
#navi #navi_ct nav ul li:hover {
  /*
						&.hasentries

						{

						&:after

						{

						transform:rotate(315deg);
						border:1px solid @f1;
						border-width:1px 1px 0 0;
						transition: transform 0.3s;

					}

					}
						*/
}
#navi #navi_ct nav ul li:hover a:after {
  transform: rotate(315deg);
}
#navi #navi_ct nav ul li .submenu {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 37px;
  padding-top: 4px;
  padding-left: 0;
  background-color: white;
  border: 1px solid #007fb0;
  -webkit-box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 19px -6px rgba(0, 0, 0, 0.3);
}
#navi #navi_ct nav ul li .submenu .sub {
  top: -4px;
}
#navi #navi_ct nav ul li .submenu.zsp ul li a {
  width: 90%;
}
#navi #navi_ct nav ul li ul {
  width: max-content;
  min-width: 405px;
  flex-direction: column;
  column-gap: 0;
}
#navi #navi_ct nav ul li ul li {
  width: 100%;
  border-width: 0 0 1px 0;
  text-transform: uppercase;
  /*	padding: 5px 10px 5px 10px;*/
}
#navi #navi_ct nav ul li ul li:after {
  content: none;
}
#navi #navi_ct nav ul li ul li a {
  /*	width:70%;*/
  font-weight: 600 !important;
  border-bottom: 1px solid #007fb0;
  color: #008dc1;
  padding: 10px 20px 8px 12px;
  max-width: 100%;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}
#navi #navi_ct nav ul li ul li a:hover {
  transition: all .5s;
  color: white;
  background: #007fb0;
}
#navi #navi_ct nav ul li ul li .level3 a {
  font-weight: normal !important;
  padding: 7px 10px 0px 24px;
  text-transform: initial;
  border-bottom: none;
}
#navi #navi_ct nav ul li:hover .submenu {
  display: block;
}
#navi #navi_ct nav ul li:hover .submenu.zsp ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#navi #navi_ct nav ul li:hover .submenu.zsp ul li {
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* Chrome, Safari, IE 11 */
  display: table;
}
#navi #navi_ct nav ul li:hover .submenu ul {
  display: block;
  animation-name: subnavi;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
}
#balken {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 17px;
  background-color: #007fb0;
  /*.shadow;*/
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}
#menuclose {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 20px;
  width: 20px;
  height: 20px;
  color: white;
}
#menuclose img {
  width: 40px;
  height: auto;
}
#burger,
#burger_sm {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 1;
  width: 45px;
  height: 20px;
  border: 2px solid #007fb0;
  border-width: 2px 0px 2px 0;
}
#burger:after,
#burger_sm:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  border-top: 2px solid #007fb0;
  left: 0;
  top: 9px;
}
.versteckst {
  /*display:none;*/
  color: white;
  position: absolute;
  z-index: 5;
  right: 0px;
  width: 30px;
  height: 30px;
  top: 25px;
}
.versteckst:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #007fb0;
  border-width: 1px 1px 0px 0px;
  transform: rotate(135deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.versteckst.open:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #007fb0;
  border-width: 1px 1px 0px 0px;
  transform: rotate(315deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.versteckst a {
  display: inline !important;
  padding: 0 !important;
}
.versteckst i {
  font-size: 22px;
}
.versteckst.vi {
  display: inline-block;
}
.versteckst.l3:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #007fb0;
  border-width: 1px 1px 0px 0px;
  transform: rotate(135deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.versteckst.l3.open:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #007fb0;
  border-width: 1px 1px 0px 0px;
  transform: rotate(315deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
#mobilmenu {
  position: absolute;
  /*display:flex;*/
  top: -800px;
  display: none;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  /*
	background-color: rgba(255,255,255,0.5);
	*/
  /*
	.rgbx(0.8);

	backdrop-filter: blur(5px);
	*/
  background: white;
}
#mobilmenu .inner {
  width: initial;
  margin: 35px 20px 10px 20px;
}
#mobilmenu ul {
  padding: 0 0 10px 0;
}
#mobilmenu ul li {
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #007fb0;
}
#mobilmenu ul li .sub div {
  margin-bottom: 10px;
  max-width: 86%;
}
#mobilmenu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #007fb0;
  text-decoration: none;
  position: relative;
}
#mobilmenu ul li a.current {
  color: #007fb0;
}
#mobilmenu ul li a.l1 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
#mobilmenu ul .submenu {
  display: none;
  max-height: 60vh;
  overflow-y: auto;
}
#mobilmenu ul .submenu li {
  padding-top: 8px;
  /*border-bottom:none;*/
}
#mobilmenu ul .submenu .versteckst {
  top: -5px;
  right: 16px;
}
#mobilmenu ul .submenu .versteckst img {
  width: 12px;
}
#mobilmenu .level3 {
  margin-left: 20px;
  display: none;
}
#mobilmenu .adresse {
  font-size: 17px;
  margin-top: 50px;
  color: White;
}
/*Saucooles Supermenu*/
.supermenu {
  display: none;
  background: white;
  position: fixed;
  top: 0px;
  right: -100vw;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.supermenu .close {
  position: relative;
  width: 20px;
  position: absolute;
  z-index: 3;
  right: 28px;
  top: 20px;
}
.supermenu .close img {
  max-width: 100%;
  height: auto;
}
.supermenu .navi {
  text-align: right;
  padding: 5px;
  height: 50px;
}
.supermenu .navi .back {
  position: absolute;
  left: 52px;
  top: 22px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.supermenu .navi .back:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 17px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 0px 0px;
  transform: rotate(225deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.supermenu .hasentries {
  /*
		width:20px;
		height:20px;
		*/
  position: relative;
}
.supermenu .hasentries:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 0px 0px;
  transform: rotate(45deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.supermenu .level1 {
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 2;
  position: relative;
}
.supermenu .level1 ul {
  margin-left: 15px;
}
.supermenu .level1 ul li {
  cursor: pointer;
  padding: 6px 0;
}
.supermenu .level2 {
  background: white;
  position: absolute;
  top: 0px;
  /*left:-300px;*/
  right: -100vw;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.supermenu .level3 {
  background: white;
  position: absolute;
  top: 0px;
  right: -100vw;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.supermenu .head {
  font-weight: 600;
  margin: 25px 0 20px 40px;
  text-transform: uppercase;
}
.supermenu .head a {
  position: relative;
}
.supermenu .head a:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 0px 0px;
  transform: rotate(45deg);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
}
.supermenu a {
  color: black;
  font-weight: 600;
  width: 80%;
  max-width: 80%;
  text-decoration: none;
  display: block;
  padding: 3px 0;
}
.supermenu ul li {
  list-style-type: none;
}
