@charset "UTF-8";
/* CSS Document */
/*____@mixin __________________________________________________________________________*/
/*____@mixin __________________________________________________________________________*/
/*____@mixin __________________________________________________________________________*/
.mobile, .mobile.cell, .hide-desktop, .scroller, div.naviblock {
  display: none !important;
  visibility: hidden !important;
}
.break2 {
  display: none !important;
}
.subtemplate-editor .hide-desktop, .hide-mobile:not(.hide-desktop), .break1, #fb-link, .hide-element {
  display: block !important;
  visibility: visible !important;
}
html, body {
  max-width: none;
  display: block;
  width: 100%;
}
.fliesstext, .template-text {
  font-size: 18px;
  line-height: 26px;
}
p.pre-text {
  font-size: 14px;
}
.aktiv {
  background-color: #fff;
}
.aktiv .txt-block {
  background-size: unset !important;
}
/*____Globals__________________________________________________________________________*/
.template-text .introtext {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}
.template-text.center {
  text-align: center;
}
.template-text.center .fliesstext, .template-text.center .introtext {
  text-align: center;
}
.oe-container, .table {
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell !important;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: auto;
  height: 100%;
}
.txt-block p {
  padding-top: 0;
  margin-bottom: 70px;
}
.blocked, .boxed {
  padding: 0 20px;
}
/*______header________________________________________________________________________________________________*/
#header {
  z-index: 10;
  padding: 30px 25px;
  text-align: center;
  height: auto;
  box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.2);
}
#header #headerlogo {
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}
#header .base-header {
  position: relative;
  text-align: right;
  height: 1px;
  min-height: 55px;
  padding-left: 215px;
  z-index: 2;
}
#header .base-header.gGmbH {
  text-align: right;
}
#header .base-header a.hm_link {
  color: var(--Dunkelblau);
  font-family: "Ubuntu";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 40px;
  display: inline-block !important;
}
#header .base-header a.hm_link:hover {
  color: var(--Orange);
}
#content {
  padding-top: 0px;
}
#content-holder {
  background-size: 870px auto;
}
#headerlogo img {
  height: 40px;
}
/*______menü________________________________________________________________________________________________*/
#mainmenu-container {
  position: relative;
  text-align: right;
  width: 100%;
  left: 0px !important;
  height: auto;
  box-sizing: border-box;
  background: none !important;
  padding: 0 0 0 240px !important;
  z-index: 1 !important;
  opacity: 1 !important;
}
#mainmenu-container.gGmbH {
  padding: 0 0 0 100px !important;
}
#mainmenu-content-container {
  overflow: visible;
  padding-bottom: 0;
}
#mainmenu-content-container:before, #mainmenu-content-container:after {
  display: none;
}
#mainmenu-content-container #mainmenu-holder {
  background: none !important;
  overflow: visible;
}
#mainmenu-content-container #mainmenu-holder .menucontainer {
  position: relative;
}
#mainmenu-content-container #mainmenu-holder .menucontainer .submenu {
  position: absolute;
  min-width: 100%;
  width: min-content;
}
#mainmenu-links {
  margin: 0 auto;
  display: block;
  text-align: right;
  padding-right: 235px;
  top: 0;
}
#mainmenu-links.gGmbH {
  padding-right: 250px;
}
#mainmenu-links .menucontainer {
  text-align: right;
  margin-top: 8px;
  overflow: hidden;
  height: 30px;
  vertical-align: top;
}
#mainmenu-links .menucontainer.open {
  background-color: #fff !important;
  border-radius: 0;
  overflow: visible;
}
#mainmenu-links .menucontainer.open .submenu {
  position: absolute;
  z-index: 12;
}
#mainmenu-links .menucontainer.open:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 30px;
  background-color: #fff;
  left: 0;
  width: 100%;
  z-index: 9;
}
#mainmenu-links .menucontainer .submenu {
  border-radius: 0px 0px 20px 20px;
  background: var(--Orange) !important;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  top: 60px;
}
#mainmenu-links .menucontainer .submenu .container {
  padding: 20px 30px;
}
#mainmenu-links .menucontainer .submenu .container .sm {
  text-align: left;
}
#mainmenu-links .menucontainer .submenu .container .sm a {
  font-weight: 700;
  text-align: left;
  width: max-content;
}
#mainmenu-links .menucontainer .submenu .container .sm a.aktiv, #mainmenu-links .menucontainer .submenu .container .sm a:hover {
  background: none !important;
  color: #fff !important;
}
#mainmenu-links .menucontainer .submenu .container .sm a.aktiv:before, #mainmenu-links .menucontainer .submenu .container .sm a:hover:before {
  color: #fff;
}
#mainmenu-links .menucontainer .submenu .container .sm.aktiv {
  background: none;
}
#mainmenu-links .hm {
  margin: 0 0 0 30px;
}
#mainmenu-links .hm a {
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 18px;
  color: var(--Dunkelblau);
}
#mainmenu-links .hm a:hover {
  color: var(--Orange);
}
#mainmenu-links .hm a.menu_nav {
  margin-left: 0px;
  top: -4px;
  height: 30px;
}
#mainmenu-links .hm a.menu_nav span {
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
#mainmenu-links .hm a.menu_nav span:before {
  color: var(--Dunkelblau);
}
#mainmenu-links .menucontainer {
  display: inline-block;
  border: none;
  padding: 0;
  cursor: pointer;
}
#mainmenu-links .menucontainer .hm {
  display: inline-block;
  border: none;
  padding: 0;
}
.menucontainer .hm a:hover, .menucontainer .aktiv a {
  position: relative;
}
.menucontainer .hm a:hover:after, .menucontainer .aktiv a:after {
  right: -2px;
  left: auto;
}
.menucontainer .container {
  padding: 0;
  border: none;
  background: none;
}
#menu-button {
  display: none !important;
}
#menu-footer {
  position: absolute;
  right: 15px;
  top: 0px;
  text-align: right;
  padding: 0;
}
#menu-footer a {
  display: inline-block;
  margin-left: 10px;
}
.social-link span.icon {
  color: #d4d4d4;
}
/*______content________________________________________________________________________________________________*/
.oe-container {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
.oe-container .cell {
  padding: 0 15px;
}
.oe-container .cell .mt-20 {
  margin-top: 20px !important;
}
.oe-container > .cell .component {
  display: block;
  margin: 0;
}
.oe-container > .cell .component .template-img {
  width: 100%;
  left: 0;
  margin-bottom: 0px;
  border-radius: 20px;
}
.oe-container > .cell .component .template-img.br-0 {
  border-radius: 0;
}
.oe-container > .cell .component .template-img img {
  max-height: none;
}
.oe-container > .cell .component .template-img img.max-2b {
  max-height: 560px;
}
.oe-container > .cell .component .template-img img.max-2:not(.landscape) {
  max-height: 480px;
}
.oe-container > .cell .component .template-img img.max-3 {
  max-height: 480px;
}
.oe-container > .cell .component .template-img img.max-4 {
  max-height: 300px;
}
.txt-block {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  font-size: 20px;
}
.txt-block img {
  margin: 165px auto 65px;
}
a.button span, a.button:hover span {
  right: 25px;
}
a.button:hover span {
  right: 23px;
}
a.goto {
  font-size: 16px;
  padding-right: 22px;
}
a.goto:after {
  font-size: 9px !important;
  top: 4px;
}
/*______templates_____________________________________________________________________________________________*/
.subtemplate {
  margin-bottom: 100px;
  /* Subtemplate hat Hintergrundfarbe */
}
.subtemplate.tpl-css-middle .oe-container .cell {
  vertical-align: middle !important;
}
.subtemplate.tpl-css-middle .oe-container .template-text {
  margin-bottom: -10px;
}
.subtemplate.tpl-css-middle .oe-container[class^="tpl-color-"] .template-text, .subtemplate.tpl-css-middle .oe-container[class*=" tpl-color-"] .template-text {
  padding: 40px;
  margin: 0;
}
.subtemplate.einsatzstellen .blue-container {
  padding-top: 30px;
  padding-bottom: 0px;
}
.subtemplate.einsatzstellen .blue-container .filterholder {
  padding: 0 30px 30px;
}
.subtemplate[class^="tpl-color-"], .subtemplate[class*=" tpl-color-"] {
  margin-bottom: 100px;
}
.subtemplate[class^="tpl-color-"] .blocked, .subtemplate[class*=" tpl-color-"] .blocked {
  padding: 0 20px;
}
.subtemplate[class^="tpl-color-"] .blocked .oe-container .component.template-text, .subtemplate[class*=" tpl-color-"] .blocked .oe-container .component.template-text {
  padding: 60px 20px !important;
}
.subtemplate[class^="tpl-color-"] .blocked .oe-container .component.faqliste, .subtemplate[class*=" tpl-color-"] .blocked .oe-container .component.faqliste {
  padding: 60px 20px;
}
.subtemplate[class^="tpl-color-"] .full-height, .subtemplate[class*=" tpl-color-"] .full-height {
  height: 100%;
}
.subtemplate[class^="tpl-color-"] .full-height .full-height, .subtemplate[class*=" tpl-color-"] .full-height .full-height {
  height: 100%;
}
.subtemplate[class^="tpl-color-"] .full-height .full-height img, .subtemplate[class*=" tpl-color-"] .full-height .full-height img {
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: auto;
  position: absolute;
  height: 100%;
  width: auto;
  max-height: none !important;
  max-width: none;
}
.subtemplate[class^="tpl-color-"] .full-height.keep-aspect-ratio, .subtemplate[class*=" tpl-color-"] .full-height.keep-aspect-ratio {
  overflow: visible;
}
.subtemplate .oe-container {
  /* Container hat Hintergrundfarbe */
}
.subtemplate .oe-container .cell .component.image.slimbox {
  pointer-events: all;
}
.subtemplate .oe-container .cell .component.image .caption {
  text-align: left;
}
.subtemplate .oe-container .cell .component.faqliste {
  min-height: 340px;
  background-image: url("../grafiken/faq-placeholder.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.subtemplate .oe-container .cell .component.faqliste.scan {
  min-height: 0;
  background: none;
}
.subtemplate .oe-container[class^="tpl-color-"], .subtemplate .oe-container[class*=" tpl-color-"] {
  margin-bottom: 40px;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.template-text, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.template-text {
  padding: 40px 0px !important;
  margin: 0;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.faqliste, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.faqliste {
  padding: 40px 20px;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.image .decoration, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.image .decoration {
  clip-path: ellipse(50% 100% at 50% 50%);
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.full-height, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.full-height {
  height: 100%;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.full-height .full-height, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.full-height .full-height {
  height: 100%;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell .component.full-height .full-height img, .subtemplate .oe-container[class*=" tpl-color-"] .cell .component.full-height .full-height img {
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: auto;
  position: absolute;
  height: 100%;
  width: auto;
  max-height: none !important;
  max-width: none;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell-1, .subtemplate .oe-container[class*=" tpl-color-"] .cell-1 {
  padding-left: 0;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell-1 .component.template-text, .subtemplate .oe-container[class*=" tpl-color-"] .cell-1 .component.template-text {
  padding-left: 30px !important;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell-1 .component.image .decoration, .subtemplate .oe-container[class*=" tpl-color-"] .cell-1 .component.image .decoration {
  clip-path: ellipse(53% 100% at 45% 50%) !important;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell:last-child, .subtemplate .oe-container[class*=" tpl-color-"] .cell:last-child {
  padding-right: 0;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell:last-child .component.template-text, .subtemplate .oe-container[class*=" tpl-color-"] .cell:last-child .component.template-text {
  padding-right: 30px !important;
}
.subtemplate .oe-container[class^="tpl-color-"] .cell:last-child .component.image .decoration, .subtemplate .oe-container[class*=" tpl-color-"] .cell:last-child .component.image .decoration {
  clip-path: ellipse(53% 100% at 55% 50%);
}
.subtemplate .text {
  padding-top: 0;
}
.short-left .cell:first-child {
  width: 33.3333333%;
}
.short-right .cell:first-child {
  width: 66.6666666%;
}
.orange-line {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.orange-line:after {
  font-size: 15px;
}
.template-ansprechpartner .holder {
  padding-top: 20.7%;
}
.template-ansprechpartner .holder .template-img {
  max-width: 41.4%;
  padding-top: 41.4%;
}
.template-ansprechpartner .holder .template-text {
  padding: calc(20.7% + 20px) 20px 40px 20px;
}
.template-ansprechpartner .holder .template-text div.mail, .template-ansprechpartner .holder .template-text div.phone, .template-ansprechpartner .holder .template-text div.location {
  padding-left: 32px;
  color: var(--Dunkelblau);
}
.template-ansprechpartner .holder .template-text div.mail:before, .template-ansprechpartner .holder .template-text div.phone:before, .template-ansprechpartner .holder .template-text div.location:before {
  font-size: 20px;
  top: 5px;
}
.template-ansprechpartner .holder .template-text p {
  min-height: 27px;
}
.template-text p.name {
  font-size: 14px;
}
.template-text p.ort {
  font-size: 18px;
}
.template-text p.beschreibung {
  font-size: 18px;
}
.resizerTemplate .container .resize-button {
  padding: 30px 40px;
}
.resizerTemplate .container .resize-button:after {
  right: 35px;
  font-size: 13px;
}
.resizerTemplate .container .akkordeon_container .akkordeon {
  padding: 30px 40px;
}
.orange-container {
  padding: 80px 40px 0px 40px;
}
.blue-container .cell-1 {
  padding-bottom: 60px;
  padding-left: 40px;
}
.blue-container .cell-2 {
  vertical-align: bottom;
}
.blue-container .cell-2 img {
  max-width: none;
  width: 100%;
  bottom: -8px;
}
.kartentemplate .blue-container .cell-1 {
  padding-top: 30px;
}
.kartentemplate .blue-container .cell-2 img.deko {
  width: 50%;
  max-width: 230px;
  z-index: 9;
}
.kartentemplate .blue-container .karten-container {
  height: auto;
  max-height: none;
  min-height: 100%;
  padding: 25px 120px 60px 0;
}
.kartentemplate .blue-container .karten-container .sachsen {
  text-align: left;
  min-height: 100%;
  position: relative;
}
.kartentemplate .blue-container .karten-container .sachsen svg {
  cursor: pointer;
  position: absolute;
  overflow: visible;
  pointer-events: none;
}
.kartentemplate .blue-container .karten-container .sachsen svg path {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: all;
}
.kartentemplate .blue-container .karten-container .sachsen svg text {
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: auto;
  position: absolute;
  color: var(--Dunkelblau);
  font-family: "Ubuntu";
  font-size: 0;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  fill: var(--Dunkelblau);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.kartentemplate .blue-container .karten-container .sachsen svg:hover, .kartentemplate .blue-container .karten-container .sachsen svg.aktiv {
  background: none;
}
.kartentemplate .blue-container .karten-container .sachsen svg:hover path, .kartentemplate .blue-container .karten-container .sachsen svg.aktiv path {
  fill: var(--Orange);
}
.kartentemplate .blue-container .karten-container .sachsen svg:hover text, .kartentemplate .blue-container .karten-container .sachsen svg.aktiv text {
  font-size: 14px;
  opacity: 1;
}
.kartentemplate .blue-container .karten-container .sachsen .nordsachsen {
  top: 0.6%;
  left: 8.9%;
  z-index: 4;
}
.kartentemplate .blue-container .karten-container .sachsen .vogtlandkreis {
  bottom: 0.3%;
  left: 0;
  z-index: 3;
}
.kartentemplate .blue-container .karten-container .sachsen .bautzen {
  top: 9%;
  left: 58.2%;
}
.kartentemplate .blue-container .karten-container .sachsen .erzgebirgskreis {
  left: 18%;
  bottom: 15%;
  z-index: 2;
}
.kartentemplate .blue-container .karten-container .sachsen .zwickau {
  left: 10.5%;
  bottom: 24.5%;
  z-index: 0;
}
.kartentemplate .blue-container .karten-container .sachsen .dresden {
  top: 34%;
  left: 53.2%;
  z-index: 3;
}
.kartentemplate .blue-container .karten-container .sachsen .chemnitz {
  bottom: 37.6%;
  left: 27.4%;
}
.kartentemplate .blue-container .karten-container .sachsen .mittelsachsen {
  bottom: 29.9%;
  left: 22.2%;
  z-index: 2;
}
.kartentemplate .blue-container .karten-container .sachsen .lk_leipzig {
  top: 14.3%;
  left: 8%;
}
.kartentemplate .blue-container .karten-container .sachsen .leipzig {
  top: 15.7%;
  left: 11%;
  z-index: 2;
}
.kartentemplate .blue-container .karten-container .sachsen .meissen {
  bottom: 53.9%;
  left: 40.2%;
  z-index: 2;
}
.kartentemplate .blue-container .karten-container .sachsen .saechsische_schweiz {
  bottom: 35.9%;
  left: 48.2%;
}
.kartentemplate .blue-container .karten-container .sachsen .goerlitz {
  right: 0.4%;
  top: 6.8%;
  z-index: 3;
}
.kartentemplate .blue-container .karten-container .sachsen img.propertionen {
  position: relative;
  z-index: -1;
  pointer-events: none;
  width: 100%;
}
.kartentemplate .blue-container .karten-container:before {
  content: "";
  background-image: url("../grafiken/goto-pfeil.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -55px;
  top: 0;
  width: 80px;
  height: 73px;
  pointer-events: none;
}
.kartentemplate .blue-container #taetigkeitsbereiche, .kartentemplate .blue-container #branchen {
  padding-top: 40px;
}
.kartentemplate.einsatzstellen .blue-container .karten-container {
  padding-right: 20px;
}
/*______news_____________________________________________________________________________________________*/
a.backlink {
  font-size: 16px;
}
a.backlink span {
  font-size: 10px;
  top: -2px;
}
#news {
  margin-top: 40px;
}
#news .blocked {
  max-width: 1460px;
}
#news .blocked .news-entry {
  margin-bottom: 40px;
}
#news .blocked .news-entry .template-img {
  width: 29%;
  max-width: 390px;
}
#news .blocked .news-entry .template-img .holder {
  max-width: 390px;
  position: relative;
}
#news .blocked .news-entry .template-img .holder img {
  width: 100%;
  height: auto;
}
.news-entry {
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  position: relative;
  min-height: 240px;
}
.news-entry .template-img {
  display: table-cell;
  width: 31.6%;
}
.news-entry .template-img .holder {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0px;
  position: absolute;
  height: 100%;
}
.news-entry .template-text {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
  padding: 0 40px;
}
.news-entry .template-text .link {
  font-size: 16px;
  margin-top: 20px;
}
.app-details .right-cell {
  width: max-content;
  max-width: 250px;
  padding-left: 30px;
}
.app-details .right-cell div.mail:before, .app-details .right-cell div.phone:before, .app-details .right-cell div.location:before {
  font-size: 18px;
  top: 5px;
}
.app-details .right-cell .zusatzinfo {
  word-wrap: break-word;
  margin: 0;
}
.app-details .blocked, .app-details .galleryblock {
  max-width: 940px;
  padding: 0 15px;
  height: auto;
}
.app-details.extend .blocked {
  max-width: 1460px;
}
.app-details.newscontainer {
  margin-top: 80px;
}
/*______slick-slider_____________________________________________________________________________________________*/
.news-index .slideable {
  display: inline-table;
}
.galleryblock .navbar {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}
.galleryblock .navbar .navbar-inner .slick-arrow {
  top: -33px;
  left: 15px;
}
.galleryblock .navbar .navbar-inner .slick-arrow.slick-next {
  right: 15px;
}
.gallerytemplate .caption {
  padding-right: 80px;
}
.gallerytemplate .custom_paging {
  top: 168px;
  z-index: 999;
}
/* ____Formulare_____________________________________________________________________________________________*/
form.service {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 20px 0;
}
form.service label {
  padding-right: 8px;
  margin-bottom: 8px;
}
form.service label .asterisk {
  font-size: 13px;
}
form.service input, form.service select, form.service textarea, form.service .secure {
  font-size: 18px;
}
form.service .radio-container {
  display: inline-block;
  width: max-content;
}
form.service .radio-container.agb {
  width: max-content;
}
form.service .form-left {
  width: 48%;
  float: left;
}
form.service .form-right {
  width: 48%;
  float: right;
}
form.service .short-left .form-left, form.service .short-right .form-right {
  width: 30%;
}
form.service .short-left .form-right, form.service .short-right .form-left {
  width: 66%;
}
form.service button.send-mitteilung {
  margin-top: 20px;
}
form.filterform .filterholder {
  padding: 10px 0 20px;
}
form.filterform label {
  margin-top: 25px;
  margin-bottom: 15px;
}
/*______gmap_____________________________________________________________________________________________*/
.template-youtube, .youtube, .gmap {
  height: 510px;
}
/*______footer________________________________________________________________________________________________*/
#footer {
  padding: 0;
  margin-top: 0;
}
#footer .container {
  padding: 20px 20px 0;
}
#footer .kartentemplate {
  max-width: 1540px;
  margin-bottom: 80px;
}
#footer .footer-block {
  padding: 60px 40px 20px;
}
#footer .footer-block .cell {
  display: table-cell !important;
  width: auto;
  position: relative;
  text-align: center;
  width: min-content;
}
#footer .footer-block .cell.adresse {
  text-align: center;
}
#footer .footer-block .cell .holder {
  display: inline-block;
  width: max-content;
  text-align: left;
}
#footer .footer-block .cell.logocell {
  text-align: center;
}
#footer .footer-block .cell.logocell img {
  display: inline-block;
}
#footer .footer-block .cell.foerderer {
  text-align: left;
}
#footer .footer-block .cell.foerderer .zwischen_ueberschrift3 {
  font-size: 20px;
  margin-bottom: 30px;
}
#footer .footer-block .cell.foerderer .zwischen_ueberschrift3.umbruch {
  max-width: 275px;
}
#footer .footer-block .cell.foerderer img {
  height: 80px;
}
#footer .footer-block .mobile {
  display: none !important;
}
.footerlinks {
  text-align: right;
}
/*# sourceMappingURL=./style.css.map */