html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* dosis-regular - latin */
@font-face {
  font-family: "Dosis-Regular";
  src: url("../Fonts/dosis-v7-latin-regular.eot");
  src: url("../Fonts/dosis-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis-v7-latin-regular.woff") format("woff"), url("../Fonts/dosis-v7-latin-regular.ttf") format("truetype"), url("../Fonts/dosis-v7-latin-regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* dosis-600 - latin */
@font-face {
  font-family: "Dosis-SemiBold";
  src: url("../Fonts/dosis-v7-latin-600.eot");
  src: url("../Fonts/dosis-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis-v7-latin-600.woff") format("woff"), url("../Fonts/dosis-v7-latin-600.ttf") format("truetype"), url("../Fonts/dosis-v7-latin-600.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* dosis-700 - latin */
@font-face {
  font-family: "Dosis-Bold";
  src: url("../Fonts/dosis-v32-latin-700.eot");
  src: url("../Fonts/dosis-v32-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis-v32-latin-700.woff") format("woff"), url("../Fonts/dosis-v32-latin-700.ttf") format("truetype"), url("../Fonts/dosis-v32-latin-700.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* dosis-800 - latin */
@font-face {
  font-family: "Dosis-ExtraBold";
  src: url("../Fonts/dosis-v7-latin-800.eot");
  src: url("../Fonts/dosis-v7-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/dosis-v7-latin-800.woff") format("woff"), url("../Fonts/dosis-v7-latin-800.ttf") format("truetype"), url("../Fonts/dosis-v7-latin-800.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../Fonts/open-sans-v15-latin-regular.eot");
  src: url("../Fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../Fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans-v15-latin-regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* open-sans-700 - latin */
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../Fonts/open-sans-v15-latin-700.eot");
  src: url("../Fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v15-latin-700.woff") format("woff"), url("../Fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../Fonts/open-sans-v15-latin-700.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
}

.fltrt {
  float: right;
}

.fltlft {
  float: left;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hideMe {
  display: none;
}

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

.staticWidth img {
  width: auto;
}

table.contenttable {
  margin-top: 5px;
}

table.contenttable td {
  padding: 2px 10px 2px 0;
}

hr {
  border: none;
  height: 2px;
  padding: 1rem 0;
  background-position-x: left !important;
  background-position-y: 50% !important;
  background: url(/typo3conf/ext/bgpas/Resources/Public/Pics/lineDivider2.svg) left bottom no-repeat;
  background-size: 100% 2px;
  line-height: 2rem;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.container *, .container *:before, .container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 1020px) and (max-width: 1200px) {
  .container {
    width: 1020px;
  }
}

@media (min-width: 767px) and (max-width: 1020px) {
  .container {
    width: 766px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1020px) {
  .contentBlock {
    display: flex;
    flex-direction: row;
    min-height: 482px;
  }
}

.contentBlock .colLeft,
.contentBlock .colRight {
  padding: 0 20px;
}

@media (min-width: 1020px) {
  .contentBlock .colLeft,
.contentBlock .colRight {
    padding: 0 40px;
  }
}

.contentBlock .colLeft {
  display: none;
}

@media (min-width: 1020px) {
  .contentBlock .colLeft {
    display: block;
    width: 29.4117647059%;
  }
}

.contentBlock .colRight {
  width: 100%;
}

@media (min-width: 1020px) {
  .contentBlock .colRight {
    width: 70.5882352941%;
  }
}

@media (min-width: 1020px) {
  .home .colRight {
    width: 100%;
  }
}

.home footer .colLeft,
.home footer .colRight {
  width: 50%;
}

footer .contentBlock {
  min-height: auto;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-size: 1.6rem;
}

h1 {
  width: 100%;
  text-transform: uppercase;
  hyphens: auto;
}

header h2 {
  text-transform: uppercase;
}

strong {
  font-family: "Dosis-SemiBold", serif;
}

em {
  font-style: italic;
}

a {
  color: #60a092;
}

a.test-link, a.googlemaps-link, a.download-link, a.test-link-inline, a.anmeldung-link-inline, a.download-link-inline {
  color: #60a092;
}

span.colorGreen {
  color: #60a092 !important;
}

span.colorBlue {
  color: #2389a7 !important;
}

.blockImportant {
  color: white;
  line-height: 2.8rem;
}

.kesearchbox input {
  font-family: "Dosis-SemiBold", serif;
  font-size: 16px;
}

#kesearch_results .result-list-item .result-title a {
  font-family: "Dosis-SemiBold", serif;
  color: #388976;
  text-decoration: none;
}

#kesearch_results .result-list-item .result-title a:hover {
  text-decoration: underline;
}

#kesearch_results .result-list-item .result-teaser .hit {
  font-family: "Dosis-SemiBold", serif;
  color: #388976;
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.current {
  color: #000;
  text-decoration: none;
  cursor: default;
}

.colLeft ul li {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.colLeft ul li a {
  text-decoration: none;
  color: #60a092;
}

.colLeft ul li ul li {
  font-family: "Dosis-Regular", serif;
}

.colLeft ul li ul.subSub li {
  text-transform: none;
}

.colLeft .navTechnisch ul li a {
  color: #969696;
}

.colRight h2 {
  color: #60a092;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.colRight h3 {
  line-height: 1.1;
}

.colRight .contentBox .newsBlock > h2 {
  color: white;
  font-size: 4rem;
  text-transform: uppercase;
}

@media (min-width: 1020px) {
  .colRight .contentBox .newsBlock > h2 {
    font-size: 5rem;
  }
}

.colRight.colPortal .portalTitle {
  color: white;
  font-family: "Dosis-SemiBold", serif;
  font-size: 3rem;
  text-transform: uppercase;
}

.colRight .content {
  line-height: 2rem;
}

.colRight .content h3 {
  color: #60a092;
  text-transform: uppercase;
}

.colRight .content.contentNews .backLink a {
  font-family: "Dosis-SemiBold", serif;
  color: #388976;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
}

.colRight .content.contentNews .backLink a:hover {
  text-decoration: underline;
}

.colRight .content.contentNews h1 {
  font-size: 3rem;
  font-family: "Dosis-Bold", serif;
  line-height: 3.6rem;
  color: #000;
}

.colRight .content.contentNews .dateBlock {
  color: #60a092;
  font-size: 1.4rem;
}

.colRight .content.contentNews h4 {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  color: #60a092;
}

.colRight .content.contentNews .prev-next a {
  text-transform: uppercase;
  text-decoration: none;
  color: #388976;
}

.colRight .content.contentNews .prev-next a:hover {
  text-decoration: underline;
}

.colRight .contentBox .matrixBlock .matrix {
  font-family: "Dosis-SemiBold", serif;
  font-size: 3.8rem;
}

.colRight .contentBox .matrixBlock .matrix a {
  color: #60a092;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article h3 {
    font-size: 2.2rem;
  }
}

.colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article a {
  color: white;
}

.colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text {
  font-size: 2.5rem;
  line-height: 1.2;
  color: white;
}

@media (min-width: 0) and (max-width: 767px) {
  .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text {
    font-size: 1.8rem;
  }
}

.colRight .contentBox .matrixBlock .matrix.nav-89 a {
  color: #388976;
}

.colRight .contentBox .portalMatrix .matrix {
  font-size: 2rem;
}

.colRight .contentBox .portalMatrix .matrix.singleMatrix a {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.7rem;
}

.colRight .contentBox .newsBlock .contentNews .article .header h3 a {
  font-family: "Dosis-SemiBold", serif;
  font-size: 2rem;
  color: #60a092;
  text-decoration: none;
}

.colRight .contentBox .newsBlock .contentNews .article .header h3 a:hover {
  text-decoration: underline;
}

.colRight .contentBox .newsBlock .contentNews .article .news-list-date {
  color: #2389a7;
}

.colRight .contentBox .newsBlock .contentNews .article .teaser-text .news-list-date {
  display: block;
  font-size: 1.4rem;
}

.colRight .contentBox .newsBlock .contentNews .article .teaser-text .description h2 {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  color: #9cc4bb;
  text-transform: none;
}

.colRight .contentBox .newsBlock .contentNews .article .teaser-text .more {
  font-family: "Dosis-SemiBold", serif;
  color: #9cc4bb;
  text-decoration: none;
  text-transform: uppercase;
}

.colRight .contentBox .newsBlock .contentNews .article .teaser-text .more:hover {
  text-decoration: underline;
}

.colRight .contentBox .newsBlock .contentNews .article h2 {
  color: #60a092;
}

.colRight .contentBox .newsBlock .contentNews .showMoreLink {
  text-decoration: none;
}

.colRight .contentBox .newsBlock .contentNews .showMoreLink:hover {
  text-decoration: underline;
}

.colRight nav.breadcrumbs, .colRight nav.impressBlock {
  text-transform: uppercase;
}

.colRight nav.breadcrumbs ul li, .colRight nav.impressBlock ul li {
  color: white;
  font-size: 1.2rem;
}

.colRight .frame-type-menu_subpages ul li a {
  color: white;
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.8rem;
}

.colRight .subContent .subTopHeader {
  font-family: "Dosis-SemiBold", serif;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
}

.colRight .subContent .navSubPages li {
  font-family: "Dosis-SemiBold", serif;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  text-transform: uppercase;
}

.colRight .subContent .subPageContent header h2 {
  font-size: 2rem;
  line-height: 2rem;
  color: #60a092;
  text-transform: uppercase;
  font-family: "Dosis-Bold", serif;
}

.colRight .subContent .subPageContent .singleBlock .accordionBlock > div > header h5 {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  color: #2389a7;
  text-transform: uppercase;
}

.colRight .subContent .subPageContent .singleBlock .accordionBlock h4 {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  color: #60a092;
}

.colRight .subContent .subPageContent .singleBlock .accordionBlock a.test-link, .colRight .subContent .subPageContent .singleBlock .accordionBlock a.googlemaps-link, .colRight .subContent .subPageContent .singleBlock .accordionBlock a.download-link {
  font-family: "Dosis-Regular", serif;
  color: #60a092;
  font-size: 1.6rem;
  line-height: 1;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subLeft .subHeadline {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: -4px;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame {
  color: #FFFFFF;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame p,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame ul {
  font-size: 1.4rem;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame p,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame a,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame ul li a {
  color: #FFFFFF;
  text-decoration: none;
  word-wrap: break-word;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame p.test-link, .colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame p.anmeldung-link,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame a.test-link,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame a.anmeldung-link,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame ul li a.test-link,
.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame ul li a.anmeldung-link {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  line-height: 2rem;
}

.colRight .subContent .subPageContent .singleBlock .subGroup .subRight > .frame h5 {
  font-family: "Dosis-SemiBold", serif;
  font-size: 1.6rem;
  line-height: 2rem;
}

.colRight .subContent .subPageContent .singleBlock .subGroup h2 {
  margin-bottom: 10px;
}

.home .navMain {
  font-family: "Dosis-Bold", serif;
  text-transform: uppercase;
}

.home .navMain a {
  text-decoration: none;
  color: #000;
}

.galleryLinks a.visibleLink {
  color: #60a092;
  text-decoration: none;
}

.galleryLinks a.visibleLink:hover {
  text-decoration: underline;
}

.wrap .colRight .contentBox .content .f3-widget-paginator li a {
  text-decoration: none;
}

.wrap .colRight .contentBox .content .f3-widget-paginator li.current a,
.wrap .colRight .contentBox .content .f3-widget-paginator li a:hover {
  color: white;
}

.akkordionBlock article h3 button {
  font-family: "Dosis-SemiBold", serif;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.colRight .frame-layout-7 h2 {
  color: #000;
  text-transform: uppercase;
  font-family: "Dosis-Bold", serif;
}

.colRight .frame-layout-7 h3 {
  font-size: 2.4rem;
  color: #000;
}

.colRight .frame-layout-7 .blockZwischen {
  font-size: 1.6rem;
  color: #60a092;
  text-transform: uppercase;
}

.subContent h3.akkordeonH3 {
  font-size: 2.4rem;
  color: #000;
}

.subContentTeam h3 {
  font-family: "Dosis-SemiBold", serif;
}

.frame-layout-9 * {
  color: white !important;
  text-transform: uppercase;
}

.frame-layout-9 * h2 {
  font-family: "Dosis-Bold", serif;
}

.frame-layout-9 * a {
  text-decoration: none;
  background-image: url(/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnDownload_white.svg) !important;
}

.frame-layout-9 * a:hover {
  text-decoration: underline;
}

footer .colLeft p {
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #388976;
}

footer .colLeft .impressBlock ul li {
  font-size: 1.2rem;
}

footer .colRight p {
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #969696;
}

body {
  font-family: "Dosis-Regular", serif;
}

h1 {
  font-family: "OpenSans-Regular", sans-serif;
}

p.bodytext,
.frame-type-text p,
.ce-bodytext p {
  margin-bottom: 10px;
}

.blockImportant {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  background-color: #2389a7;
}

.blockImportant::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: -25px;
  height: 52px;
  width: 52px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnLightbulb.svg") 50% 50% no-repeat;
  background-size: auto;
  background-size: 52px 52px;
}

a.googlemaps-link {
  display: block;
  margin-top: -5px;
  padding: 15px 0 15px 18px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnArrow.svg") left 50% no-repeat;
  background-size: 11px 11px;
}

a.download-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnDownload.svg") left 50% no-repeat;
  background-size: 13px 13px;
}

.h5arrow_white {
  padding: 0 0 0 18px;
}

.subRight .h5arrow_white {
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnArrowWhite.svg") left 50% no-repeat;
  background-size: 11px 11px;
  border-bottom: 1px solid white;
}

.subRight .h5arrow_white {
  background-position: left 5px;
  border-bottom: none;
}

.subRight .googlemaps-link {
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnStift_white.svg") left 50% no-repeat;
  background-size: 11px 13px;
  border-bottom: 1px solid white;
}

.subRight .download-link,
.subRight .download-link-inline {
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnDownload_white.svg") left 50% no-repeat;
  background-size: 13px 13px;
}

.subRight .download-link-inline {
  padding-left: 15px;
  border-bottom: none;
}

.accordionBlock a.test-link, .accordionBlock a.googlemaps-link, .accordionBlock a.download-link {
  display: inline-block;
  margin-top: 0;
  padding: 0 0 0 15px;
}

.accordionBlock a.test-link {
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnArrow.svg") left 50% no-repeat;
  background-size: 11px 11px;
  border-bottom: none;
}

.home .wrap {
  background-image: url(/fileadmin/pas-uferstrasse/0-Startseite/KTH-Website-Bilder-Start.jpg);
}

#body-150 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/1-Unsere-Kita/KTH-Website-Bilder-HG-1.jpg);
}

#body-151 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/2-Jobs-Praktika/KTH-Website-Bilder-HG-2.jpg);
}

#body-152 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/3-Termine-News/KTH-Website-Bilder-HG-3.jpg);
}

#body-153 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/4-Kontakt/KTH-Website-Bilder-HG-4.jpg);
}

#body-155 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/5-Service/KTH-Website-Bilder-HG-5.jpg);
}

#body-156 .wrap .colRight {
  background-image: url(/fileadmin/pas-uferstrasse/5-Service/KTH-Website-Bilder-HG-6.jpg);
}

.wrap .colRight {
  background-size: cover;
}

.wrap {
  background-size: cover;
}

.wrap > header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  text-align: left;
  height: 64px;
  z-index: 1030;
  background-color: white;
  border-bottom: 1px solid #60a092;
}

@media (min-width: 1020px) {
  .wrap > header {
    display: none;
  }
}

.wrap > header .container {
  margin-left: 10px;
}

.wrap > header .logo {
  margin: 3px 0 0px 10px;
  display: inline-block;
  width: auto;
  height: 55px;
}

.wrap > header .logo img {
  width: auto;
  height: 100%;
}

@media (min-width: 1020px) {
  .wrap > header .logo {
    width: auto;
    height: 125px;
    margin-top: 12px;
    margin-bottom: 6px;
  }
}

.wrap > header .hamburgerIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  margin: 23px 12px 0 0;
}

@media (min-width: 1020px) {
  .wrap > header .hamburgerIcon {
    display: none;
  }
}

.wrap > header .hamburgerIcon svg {
  fill: #60a092;
}

.wrap > header .closeMenu {
  display: none;
}

.sidr-open header .hamburgerIcon {
  width: 30px;
}

.sidr-open header .hamburgerIcon .openMenu {
  display: none;
}

.sidr-open header .hamburgerIcon .closeMenu {
  display: block;
  margin-top: -5px;
}

@media (min-width: 1020px) {
  .home header {
    display: block;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    height: 158px;
    border-bottom: none;
  }
  .home header .container {
    position: relative;
    margin-left: auto;
  }
}

@media (min-width: 1020px) {
  .home header > .container {
    height: 158px;
  }
}

form div.kesearchbox {
  display: none;
}

@media (min-width: 1020px) {
  form div.kesearchbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 33px;
    margin-bottom: 30px;
  }
  form div.kesearchbox #kesearch_submit {
    width: 29px;
    height: 29px;
  }
  form div.kesearchbox #ke_search_sword {
    width: 300px;
    height: 30px;
    margin-left: 11px;
    padding-left: 10px;
    border: none;
  }
}

.kesearchbox #kesearch_submit {
  position: relative;
  left: auto;
}

.kesearchbox #ke_search_sword {
  position: relative;
}

.searchLupe1 {
  display: block;
}

.searchLupe2 {
  display: none;
}

.home .headerSearch {
  position: absolute;
  right: 40px;
  top: 0;
}

.home .kesearchbox {
  margin-top: 23px;
}

.home .kesearchbox #ke_search_sword {
  background-color: #f2f2f2;
}

.home .kesearchbox .searchLupe1 {
  display: none;
}

.home .kesearchbox .searchLupe2 {
  display: block;
}

#kesearch_num_results {
  padding: 15px 0;
}

#kesearch_results .result-list-item {
  margin-bottom: 10px;
}

#kesearch_pagebrowser_bottom {
  padding-top: 20px;
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul {
  display: flex;
  padding-left: 0;
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li {
  list-style: none;
  margin-right: 8px;
}

.wrap {
  margin-top: 63px;
  padding-top: 0;
}

@media (min-width: 1020px) {
  .wrap {
    margin-top: 0;
  }
}

.wrap .colLeft {
  background-color: white;
}

.wrap .colLeft .logo {
  display: none;
}

@media (min-width: 1020px) {
  .wrap .colLeft .logo {
    display: block;
    width: auto;
    height: 125px;
    margin: 46px 0 93px 0;
  }
  .wrap .colLeft .logo img {
    width: auto;
    height: 125px;
  }
}

.wrap .colRight .contentBox {
  margin-bottom: 30px;
}

.wrap .colRight .contentBox .newsBlock > h2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .newsBlock > h2 {
    padding-bottom: 45px;
  }
}

.wrap .colRight .contentBox .newsBlock h2 + h3 {
  margin-bottom: 30px;
}

.wrap .colRight .contentBox .newsBlock h2 + p {
  padding-top: 30px;
}

@media (min-width: 1020px) {
  .wrap .colRight.colPortal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.wrap .colRight.colPortal .portalTitle {
  position: relative;
  padding: 10px;
  margin-top: 23px;
  padding-right: 10px;
  background-color: #60a092;
}

@media (min-width: 1020px) {
  .wrap .colRight.colPortal .portalTitle {
    width: 232px;
    height: 232px;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight.colPortal .portalTitle span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-right: 10px;
  }
}

.wrap .colRight .contentBox .content {
  padding: 30px 20px;
  background-color: white;
}

.wrap .colRight .contentBox .content header {
  padding: 10px 0;
}

.wrap .colRight .contentBox .content ul,
.wrap .colRight .contentBox .content ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: outside;
}

.wrap .colRight .contentBox .newsBlock .contentNews .page-navigation:first-child {
  display: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .page-navigation > p {
  float: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .page-navigation ul {
  display: flex;
  padding-left: 0;
  float: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .page-navigation ul li {
  float: none;
  padding: 0 4px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header,
.wrap .colRight .contentBox .newsBlock .contentNews .article h1,
.wrap .colRight .contentBox .newsBlock .contentNews .article h2,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .header,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single h1,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single h2 {
  background-size: 53px auto;
  background-position: right 20px bottom 0;
  background-repeat: no-repeat;
  background-color: white;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header h3,
.wrap .colRight .contentBox .newsBlock .contentNews .article h1 h3,
.wrap .colRight .contentBox .newsBlock .contentNews .article h2 h3,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .header h3,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single h1 h3,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single h2 h3 {
  margin-bottom: 7px;
  padding-bottom: 18px;
  padding-top: 30px;
  background: url(/typo3conf/ext/bgpas/Resources/Public/Pics/borderHeader.svg) left bottom no-repeat;
  background-size: 140px 5px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .header {
  background-color: transparent;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .teaser-text .description,
.wrap .colRight .contentBox .newsBlock .contentNews .article .contentNews .fliesstext .description,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .teaser-text .description,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .contentNews .fliesstext .description {
  margin-bottom: 20px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .teaser-text .description h2,
.wrap .colRight .contentBox .newsBlock .contentNews .article .contentNews .fliesstext .description h2,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .teaser-text .description h2,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .contentNews .fliesstext .description h2 {
  margin-bottom: 10px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .teaser-text .news-list-date,
.wrap .colRight .contentBox .newsBlock .contentNews .article .contentNews .fliesstext .news-list-date,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .teaser-text .news-list-date,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .contentNews .fliesstext .news-list-date {
  display: block;
  margin-bottom: 2.4rem;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .teaser-text .more,
.wrap .colRight .contentBox .newsBlock .contentNews .article .contentNews .fliesstext .more,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .teaser-text .more,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .contentNews .fliesstext .more {
  padding-left: 20px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnWeiter.svg") left 50% no-repeat;
  background-size: 14px 14px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap {
  display: flex;
  flex-wrap: wrap;
  float: none;
  width: 100%;
  margin: 0;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .frame-type-image .ce-gallery .outer,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .frame-type-image .ce-gallery .outer {
  width: 49%;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(2n),
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .frame-type-image .ce-gallery .outer,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .frame-type-image .ce-gallery .outer {
    width: 32%;
  }
  .wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(2n),
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(2n) {
    margin-right: 10px;
  }
  .wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(3n),
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .frame-type-image .ce-gallery .outer:nth-child(3n) {
    margin-right: 0;
  }
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .outer,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .outer {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .outer a,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .outer a {
  display: inline-block;
  float: none;
  padding: 0;
  border: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .news-img-wrap .outer a img,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .news-img-wrap .outer a img {
  width: 100%;
  height: auto;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .newsTeaserBlock .news-img-wrap,
.wrap .colRight .contentBox .newsBlock .contentNews .news-single .newsTeaserBlock .news-img-wrap {
  -webkit-box-shadow: 0 0 4px 0 #000000;
  -moz-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header {
  padding-right: 50px;
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .newsBlock .contentNews .article .header {
    background-position: right 20px;
  }
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-10 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsTermine.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-11 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsUhrzeit.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-12 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsFotos.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-13 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsInfoabende.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-14 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsVeranstaltungen.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-15 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsSpieleinfos.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .article .header.news-cat-16 {
  background-image: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnNewsAllgemein.svg");
}

.wrap .colRight .contentBox .newsBlock .contentNews .backLink {
  margin: 18px 0 35px 0;
}

.wrap .colRight .contentBox .newsBlock .contentNews h1 {
  padding-bottom: 28px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .dateBlock {
  display: inline-block;
  width: 140px;
  padding-top: 9px;
  border-top: 5px solid #60a092;
}

.wrap .colRight .contentBox .newsBlock .contentNews .fliesstext {
  margin-top: 24px;
}

.wrap .colRight .contentBox .newsBlock .contentNews .fliesstext p {
  margin-bottom: 10px;
}

.wrap .colRight .contentBox .newsBlock .contentNews h4 {
  padding: 10px 0 5px 0;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news-related {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: none;
  background: url(/typo3conf/ext/bgpas/Resources/Public/Pics/lineDivider2.svg) 50% top no-repeat;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news-related ul {
  padding-left: 0;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news-related ul li {
  list-style: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .prev-next {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
}

.wrap .colRight .contentBox .newsBlock .contentNews .prev-next > li {
  list-style: none;
}

.wrap .colRight .contentBox .newsBlock .ce-gallery {
  padding-top: 20px;
}

.wrap .colRight .contentBox .subRight .ce-gallery {
  margin-bottom: 0;
}

.wrap .colRight .contentBox .matrixBlock {
  margin-top: 9px;
  margin-bottom: 30px;
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock {
    width: 660px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin-left: 140px;
  }
}

@media (min-width: 1200px) {
  .wrap .colRight .contentBox .matrixBlock {
    width: 830px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix {
  width: 100%;
  margin-top: 14px;
}

.wrap .colRight .contentBox .matrixBlock .matrix a {
  display: block;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .matrixBlock .matrix a:hover {
  background: white;
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock .matrix a {
    height: 208px;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.singleMatrix {
    width: 208px;
  }
}

@media (min-width: 1200px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.singleMatrix {
    width: 264px;
  }
  .wrap .colRight .contentBox .matrixBlock .matrix.singleMatrix a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 264px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix.nav-4 a {
  background: rgba(255, 255, 255, 0.9) url(/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnInfoStart.svg) right 28px bottom 24px no-repeat;
  background-size: 118px 121px;
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.nav-4 a {
    background-position: right 10px top 50%;
    background-size: 33px 34px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix h3 a {
    padding-bottom: 0;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix {
    width: 434px;
  }
}

@media (min-width: 1200px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix {
    width: 546px;
  }
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix a {
    height: 264px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article {
  background-color: rgba(96, 160, 146, 0.9);
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article:hover {
  background-color: #60a092;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article::after {
  height: auto;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article {
    height: 264px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article a {
  background-color: transparent;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .header a {
  height: auto;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .newsDateBlock {
  display: none;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text .description {
  padding: 12px;
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text .description {
    padding-top: 3px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text a {
  height: auto;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .teaser-text a.more {
  display: none;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .startNewsRow {
  display: flex;
  justify-content: space-between;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .startNewsRow .startNewsRight .news-img-wrap {
  float: none;
  margin: 0;
  background: transparent;
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .startNewsRow .startNewsRight .news-img-wrap a {
  height: auto;
  width: 100px;
  overflow: hidden;
  margin: 15px 15px 15px 0;
  padding: 0;
  border: none;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .startNewsRow .startNewsRight .news-img-wrap a {
    width: 230px;
    height: 234px;
  }
}

.wrap .colRight .contentBox .matrixBlock .matrix.doubleMatrix .news .article .startNewsRow .startNewsRight .news-img-wrap a img {
  width: 100%;
  height: auto;
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock.portalMatrix {
    width: 708px;
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .wrap .colRight .contentBox .matrixBlock.portalMatrix {
    width: 788px;
    margin-left: 100px;
  }
}

.wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix {
  width: 100%;
  margin-top: 14px;
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix a {
    height: 150px;
    position: relative;
  }
  .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix a span {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix {
    width: 140px;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix {
    width: 150px;
  }
}

.wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-10 a, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-12 a, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-13 a, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-14 a {
  background-color: rgba(150, 150, 150, 0.8);
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-10 a:hover, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-12 a:hover, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-13 a:hover, .wrap .colRight .contentBox .matrixBlock.portalMatrix .matrix.singleMatrix.nav-14 a:hover {
  background-color: #969696;
}

.wrap .colRight .contentBox .frame-type-menu_subpages ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  padding-top: 20px;
}

.wrap .colRight .contentBox .frame-type-menu_subpages ul li {
  list-style: none;
  width: 142px;
  margin-right: 17px;
  margin-bottom: 17px;
  padding-top: 0;
}

.wrap .colRight .contentBox .frame-type-menu_subpages ul li a {
  display: block;
  position: relative;
  height: 142px;
  padding: 10px;
  background-color: #60a092;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .frame-type-menu_subpages ul li a:hover {
  background-color: #548d81;
}

.wrap .colRight .contentBox .frame-type-menu_subpages ul li a span {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.lehrer .wrap .colRight .contentBox .frame-type-menu_subpages ul li a {
  background-color: #969696;
}

.lehrer .wrap .colRight .contentBox .frame-type-menu_subpages ul li a:hover {
  background-color: #878787;
}

a.hvvImg img {
  width: auto;
}

@media (min-width: 1020px) {
  footer .contentBlock {
    display: flex;
    flex-direction: row;
  }
}

footer .contentBlock .colLeft {
  display: block;
}

@media (min-width: 690px) {
  footer .contentBlock .colLeft {
    padding-bottom: 50px;
  }
}

@media (min-width: 1020px) {
  footer .contentBlock .colLeft {
    padding-bottom: 130px;
  }
}

footer .contentBlock .colRight {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

@media (min-width: 0) and (max-width: 1020px) {
  footer .contentBlock .colRight {
    width: 100% !important;
    padding-left: 20px;
  }
  footer .contentBlock .colRight #c507 {
    width: 100%;
  }
}

@media (min-width: 1020px) {
  footer .contentBlock .colRight {
    margin-top: 0;
    text-align: right;
  }
}

footer .contentBlock .colRight .ce-gallery > .ce-column figure img {
  width: 120px;
  height: auto;
}

.home footer {
  margin-top: 0;
}

.home footer .colLeft .impressBlock {
  padding-right: 74px;
}

.home footer .colLeft .impressBlock ul {
  padding-left: 7px;
}

.rsWithBullets {
  position: relative;
}

.rsWithBullets .rsBullets {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 0) and (max-width: 767px) {
  .rsWithBullets .rsBullets {
    bottom: 4px;
  }
}

.rsWithBullets .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 8px 6px;
  cursor: pointer;
}

.rsWithBullets .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
}

.rsWithBullets .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

.teaserImg {
  display: flex;
  justify-content: space-between;
}

.teaserImg img {
  width: 33%;
  height: auto;
}

.newsBlock .singleGallery {
  padding-top: 20px;
}

.galleryLinks {
  margin-top: 0;
  padding-top: 0 !important;
}

.galleryLinks a.visibleLink {
  display: inline-block;
  padding-left: 20px;
  background: url(../Pics/Icons/icnBildergalerie.svg) left 50% no-repeat;
  background-size: 16px 12px;
  text-transform: uppercase;
}

.sl-overlay {
  background-color: black;
  opacity: 0.8 !important;
}

.sl-wrapper .sl-navigation button {
  color: #FFF;
}

.sl-wrapper .sl-close {
  color: #FFF;
}

.ce-left .ce-gallery,
.ce-column {
  float: none;
}

.ce-gallery {
  display: flex;
  flex-wrap: wrap;
}

.ce-gallery > .ce-column {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .ce-gallery > .ce-column {
    width: 49%;
    margin-right: 10px;
  }
}

.ce-gallery > .ce-column:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 767px) {
  .ce-gallery > .ce-column {
    width: 32%;
  }
  .ce-gallery > .ce-column:nth-child(2n) {
    margin-right: 10px;
  }
  .ce-gallery > .ce-column:nth-child(3n) {
    margin-right: 0;
  }
}

.ce-gallery > .ce-column figure {
  display: block;
}

.ce-gallery > .ce-column figure img {
  width: 100%;
  height: auto;
}

.frame-layout-4 .ce-gallery {
  display: block;
}

.frame-layout-4 .ce-gallery > .ce-column {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .frame-layout-4 .ce-gallery > .ce-column {
    width: 100%;
  }
}

.ce-intext .ce-gallery {
  display: block;
}

.ce-intext .ce-gallery > .ce-column {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .ce-intext .ce-gallery > .ce-column {
    width: 100%;
  }
}

.wrap .colRight .contentBox .subContent {
  margin-top: 30px;
}

.wrap .colRight .contentBox .subContent.subContentBelow {
  margin-top: 0;
}

.wrap .colRight .contentBox .subContent .navSubPages {
  margin-top: 30px;
  padding-left: 0;
}

.wrap .colRight .contentBox .subContent .navSubPages li {
  display: block;
  margin-bottom: 5px;
  padding: 8px 10px;
  background-color: #2389a7;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .subContent .navSubPages li:hover {
  background-color: #279abc;
}

.wrap .colRight .contentBox .subContent .navSubPages li.active, .wrap .colRight .contentBox .subContent .navSubPages li.active:hover {
  background-color: #99bbd9;
}

.wrap .colRight .contentBox .subContent .navSubPages li span {
  margin-right: 10px;
}

.wrap .colRight .contentBox .subContent .subPageContent {
  margin-bottom: 40px;
  padding-top: 20px;
}

.wrap .colRight .contentBox .subContent .subPageContent header h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock {
  display: none;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div > * {
  display: none;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div .tx-powermail {
  display: block;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div .tx-powermail > * {
  display: block;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div > header {
  display: block;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div > header h5 {
  padding-left: 20px;
  background: url(../Pics/Icons/icnPlus.svg) left 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock > div > header.activeElement h5 {
  background: url(../Pics/Icons/icnMinus.svg) left 50% no-repeat;
  background-size: 16px 16px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock p {
  margin-bottom: 10px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .accordionBlock a.download-link {
  display: inline-block;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subLeft {
  width: 100%;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subLeft {
    width: 360px;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subLeft {
    width: 470px;
  }
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subLeft.leftWide {
    width: 100%;
  }
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subLeft > header {
  padding-top: 0;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight {
  position: relative;
  width: 100%;
  padding-top: 12px;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight {
    width: 240px;
  }
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > div {
  margin-top: 0;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > div:first-child {
  margin-top: 26px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight .subStoerer {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  height: 52px;
  width: 52px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnLightbulb.svg") 50% 50% no-repeat;
  background-size: 52px 52px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame {
  background-color: #2389a7;
  padding: 20px 10px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame.frame-type-textpic:nth-child(3) {
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame.frame-type-textpic {
    text-align: center;
  }
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame h5 {
  margin-top: 20px;
  padding-bottom: 10px;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame h5.h5topLine_white {
  padding-top: 20px;
  border-top: 1px solid white;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame .ce-outer,
.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame .ce-inner {
  float: none;
  right: auto;
  left: auto;
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame .ce-column {
  float: none;
  width: 149px;
  height: 166px;
  padding: 18px 0 0 8px;
  background: url("/typo3conf/ext/bgpas/Resources/Public/Pics/bgImgRound.svg") 50% top no-repeat;
  background-size: 149px 165px;
}

@media (min-width: 0) and (max-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame .ce-column {
    margin: 0 auto;
  }
}

.wrap .colRight .contentBox .subContent .subPageContent .singleBlock .subGroup .subRight > .frame .ce-column figure.image {
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.wrap .colRight .contentBox .subContent .subPageContent.simpleContent .singleBlock {
  display: block;
}

.wrap .colRight .contentBox .subContent .subPageContent.simpleContent .subGroup {
  display: block;
}

.wrap .colRight .contentBox .subContent .subPageContent.simpleContent .subGroup .subLeft {
  width: 100%;
}

.frame-layout-7 {
  padding-top: 40px;
}

.frame-layout-7 h2 {
  margin-bottom: 15px;
  padding-top: 30px;
}

.blockZwischen {
  padding-bottom: 7px;
  background: url(../Pics/lineDivider2.svg) 50% bottom no-repeat;
}

.subContentBelow .frame-layout-7 {
  padding-top: 0;
}

.subContentBelow .bgtextblock {
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .frame.frame-layout-5 .ce-textpic {
    display: flex;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .frame.frame-layout-5 .ce-textpic .ce-gallery {
    margin-bottom: 0;
  }
}

.frame.frame-layout-5 .ce-textpic .ce-gallery .ce-column {
  width: auto;
}

@media (min-width: 0) and (max-width: 767px) {
  .frame.frame-layout-5 .ce-textpic .ce-gallery .ce-column {
    margin-bottom: 0;
  }
}

.frame.frame-layout-5 .ce-textpic .ce-gallery .ce-column img {
  width: auto;
}

.frame#c597 {
  width: 100%;
}

.wrap .colRight .contentBox .subContent .subPageContent.simpleContent .subGroup {
  display: flex;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .subContent .subPageContent.simpleContent .subGroup .subLeft {
    width: 360px;
  }
}

@media (min-width: 1020px) {
  .wrap .colRight .contentBox .subContent .subPageContent.simpleContent .subGroup .subLeft {
    width: 470px;
  }
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article {
  background: url(/typo3conf/ext/bgpas/Resources/Public/Pics/lineDivider2.svg) left top no-repeat;
  background-size: 100% auto;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article.hideNews {
  display: none;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsDateBlock {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsTeaserBlock {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsTeaserBlock .news-img-wrap {
    width: auto;
    margin-right: 20px;
  }
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsTeaserBlock .news-img-wrap a {
  float: none;
  padding: 0;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsTeaserBlock .news-img-wrap a:hover {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .wrap .colRight .contentBox .newsBlock .contentNews .news .news-list-view .article .newsTeaserBlock .teaser-text .description h4 {
    padding-top: 0;
  }
}

.wrap .colRight .contentBox .newsBlock .contentNews .news .showMoreBlock {
  padding-top: 30px;
  background: url(/typo3conf/ext/bgpas/Resources/Public/Pics/lineDivider2.svg) left top no-repeat;
  background-size: 100% auto;
}

.wrap .colRight .contentBox .content .f3-widget-paginator {
  display: flex;
  padding-top: 20px;
  padding-left: 0;
}

.wrap .colRight .contentBox .content .f3-widget-paginator li {
  margin-right: 10px;
  padding-top: 0;
  list-style: none;
}

.wrap .colRight .contentBox .content .f3-widget-paginator li a {
  display: block;
  padding: 4px 8px 5px 8px;
  border: 1px solid #60a092;
}

.wrap .colRight .contentBox .content .f3-widget-paginator li.current,
.wrap .colRight .contentBox .content .f3-widget-paginator li a:hover {
  background-color: #60a092;
}

.kurswahltool .wrap {
  background: white;
}

.kurswahltool .wrap .colRight .contentBox .matrixBlock {
  width: 100%;
  margin-left: 0;
  display: block;
}

.akkordionBlock {
  margin-top: 30px;
  padding-left: 0;
}

.akkordionBlock article h3 {
  display: block;
  margin-bottom: 5px;
  padding: 8px 10px;
  background-color: #60a092;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.akkordionBlock article h3:hover {
  background-color: #70aa9d;
}

.akkordionBlock article h3.active, .akkordionBlock article h3.active:hover {
  background-color: #99bbd9;
}

.akkordionBlock article h3 span {
  margin-right: 10px;
}

.akkordionBlock article h3 button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.akkordionBlock article .akkordionInhalt {
  display: none;
  padding-bottom: 20px;
}

.akkordionBlock article.activeEvent h3 {
  background-color: #99bbd9;
}

.subContentTeam {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subContentTeam .frame-layout-8 {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .subContentTeam .frame-layout-8 {
    width: 49%;
  }
}

.subContentTeam .teamBlock {
  display: flex;
  flex-wrap: wrap;
}

.subContentTeam .teamBlock > div.ce-gallery {
  display: block;
  width: 40%;
  padding-top: 0 !important;
}

.subContentTeam .teamBlock > div.ce-gallery > .ce-column {
  width: 100% !important;
  max-width: 138px;
}

.subContentTeam .teamBlock > div.ce-gallery > .ce-column img {
  max-width: 138px;
  height: auto;
}

.subContentTeam .teamBlock > div.teamRight {
  width: 60%;
  padding-left: 20px;
}

.frame-layout-9 {
  position: relative;
  margin-top: 30px;
  padding: 40px;
  padding-left: 35%;
  background: #2389a7 url(../Pics/Icons/KTH-Website-Grafiken-Kalenderblatt.svg) 35px 50% no-repeat;
  background-size: 140px auto;
}

.frame-layout-9 h2 {
  margin-bottom: 20px;
}

.frame-layout-9 a {
  background-image: url(/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/icnDownload_white.svg) !important;
}

.navMain {
  display: none;
  margin-top: -5px;
}

@media (min-width: 1020px) {
  .navMain {
    display: block;
  }
}

.navQuicklinks {
  display: none;
}

@media (min-width: 1020px) {
  .folge .navMain ul,
.folge .navTechnisch ul {
    border-top: 1px solid #60a092;
  }
  .folge .navMain ul > li > a,
.folge .navTechnisch ul > li > a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #60a092;
    border-left: 2px solid transparent;
  }
  .folge .navMain ul > li.active a,
.folge .navTechnisch ul > li.active a {
    padding-left: 10px;
    border-left: 2px solid #60a092;
    background-color: #ebf1f7;
  }
}

.folge .navTechnisch {
  display: none;
}

@media (min-width: 1020px) {
  .folge .navTechnisch {
    display: block;
    margin-top: 58PX;
  }
  .folge .navTechnisch ul {
    border-color: #969696;
  }
  .folge .navTechnisch ul li a {
    border-color: #969696;
    border-left-color: transparent;
  }
  .folge .navTechnisch ul > li > a {
    border-bottom: 1px solid #969696;
    border-left-color: transparent;
  }
  .folge .navTechnisch ul > li.active a {
    border-left: 2px solid #969696;
  }
}

.home .navMain {
  display: none;
}

@media (min-width: 1020px) {
  .home .navMain {
    display: block;
    margin-bottom: 30px;
  }
  .home .navMain ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    position: absolute;
    bottom: 0;
    right: 40px;
  }
  .home .navMain ul > li {
    display: flex;
    flex-direction: column;
    width: 140px;
    margin-left: 20px;
    border-bottom: 5px solid #60a092;
  }
}

@media (min-width: 1020px) and (min-width: 1200px) {
  .home .navMain ul > li {
    width: 170px;
  }
}

@media (min-width: 1020px) {
  .home .navMain ul > li > a {
    flex-grow: 1;
    display: block;
    padding-bottom: 4px;
    font-size: 1.8rem;
  }
  .home .navMain ul > li:nth-child(2) {
    border-color: #2389a7;
  }
  .home .navMain ul > li:nth-child(3) {
    border-color: #9cc4bb;
  }
  .home .navMain ul > li:nth-child(4) {
    border-color: #edd79e;
  }
}

nav.breadcrumbs, nav.impressBlock {
  display: none;
  margin-bottom: 26px;
}

@media (min-width: 1020px) {
  nav.breadcrumbs, nav.impressBlock {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 1020px) {
  nav.breadcrumbs ul, nav.impressBlock ul {
    width: 100%;
    text-align: center;
  }
}

nav.breadcrumbs ul li, nav.impressBlock ul li {
  display: inline-block;
}

nav.breadcrumbs ul li:after, nav.impressBlock ul li:after {
  content: ">";
  margin-left: 5px;
  margin-right: 3px;
}

nav.breadcrumbs ul li:last-child:after, nav.impressBlock ul li:last-child:after {
  content: "";
}

nav.breadcrumbs ul li a, nav.impressBlock ul li a {
  color: white;
}

nav.impressBlock {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}

@media (min-width: 1020px) {
  nav.impressBlock {
    margin-right: -40px;
  }
}

nav.impressBlock ul {
  display: inline-block;
  padding: 3px 20px 7px 20px;
  background-color: #2389a7;
}

@media (min-width: 1020px) {
  nav.impressBlock ul {
    padding: 3px 40px 7px 74px;
  }
}

nav.impressBlock ul li:after {
  content: "//";
  margin-left: 2px;
  margin-right: 0px;
}

nav.impressBlock ul li a {
  text-decoration: none;
}

nav.impressBlock ul li a:hover {
  text-decoration: underline;
}

.colLeft .impressBlock {
  text-align: left;
}

.colLeft .impressBlock ul {
  padding-left: 0;
  padding-right: 74px;
  background-color: #60a092;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: none;
  border-right: 1px solid #60a092;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 15px;
  background: white;
  color: #60a092;
}

.sidr .sidr-inner {
  padding: 0;
}

.sidr .sidr-inner a {
  text-transform: uppercase;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr .sidr-inner > ul {
  margin: 0;
  padding: 0;
}

.sidr .sidr-inner > ul ul {
  padding-left: 20px;
}

.sidr .sidr-inner > ul ul li.sidr-class-active a {
  color: #60a092;
  border-left: 2px solid #60a092;
  background-color: #ebf1f7;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: #60a092;
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr div {
  display: block;
  margin: 0;
  padding: 0;
}

.sidr div li {
  display: block;
  margin: 0;
}

.sidr div li.active, .sidr div li.sidr-class-active, .sidr div li:hover {
  border-top: 0;
}

.sidr div li.active > span,
.sidr div li.active > a, .sidr div li.sidr-class-active > span,
.sidr div li.sidr-class-active > a, .sidr div li:hover > span,
.sidr div li:hover > a {
  color: #60a092;
}

.sidr div li a,
.sidr div li span {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #60a092;
  border-bottom: 1px solid #e6e6e6;
}

.sidr div li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr div li ul li:last-child {
  border-bottom: 0;
}

.sidr div li ul li.active, .sidr div li ul li.sidr-class-active, .sidr div li ul li:hover {
  border-top: 0;
}

.sidr div li ul li a,
.sidr div li ul li span {
  line-height: 16.5px;
  font-size: 12px;
  color: #60a092;
}

.sidr div li ul li ul {
  padding-left: 0;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="password"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="text"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr select,
.sidr textarea {
  width: 223px;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: white;
  background: #000;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.9);
}

.sidr .suchBox {
  margin-bottom: 10px;
}

.sidr #sidr-id-form_kesearch_pi1 {
  height: 64px;
  background-color: #60a092;
}

.sidr #sidr-id-form_kesearch_pi1 .sidr-class-kesearchbox {
  display: flex;
  padding-top: 17px;
}

.sidr #sidr-id-form_kesearch_pi1 .sidr-class-kesearchbox .sidr-class-searchLupe2 {
  display: none;
}

.sidr #sidr-id-form_kesearch_pi1 #sidr-id-kesearch_submit {
  width: 29px;
  height: 29px;
  margin: 0 10px;
}

.sidr #sidr-id-form_kesearch_pi1 #sidr-id-ke_search_sword {
  width: 200px;
  height: auto;
}

.sidr .sidr-class-copyright {
  display: none;
}

.sidr .sidr-class-navQuicklist {
  display: block;
  border-top: 1px solid white;
}

.sidr .sidr-class-navQuicklist li a,
.sidr .sidr-class-navQuicklist li a:hover {
  color: white;
}

.sidr .sidr-class-navQuicklist li.sidr-class-quickAbwesenheit a, .sidr .sidr-class-navQuicklist li.sidr-class-quickPhone a {
  background: #388976 url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/cal_white.svg") right 10px top 50% no-repeat;
  background-size: 30px 30px;
}

.sidr .sidr-class-navQuicklist li.sidr-class-quickPhone a {
  background: #388976 url("/typo3conf/ext/bgpas/Resources/Public/Pics/Icons/phone_white.svg") right 10px top 50% no-repeat;
  background-size: 30px 30px;
}

/*# sourceMappingURL=custom.min.css.map */