:root {
  --bs-body-font-family: "Noto Sans", sans-serif;
  --bs-body-color: #111111;
  --bs-body-font-weight: 300;
  --ses-color-blue: rgba(5, 79, 150, 1);
  --ses-color-blue-light: rgba(5, 79, 150, 0.7);
  --ses-color-red: rgba(175, 25, 27, 1);
  --ses-color-brown: rgba(143, 136, 109, 1);
  --ses-color-brown-light: rgba(143, 136, 109, 0.7);
  --ses-color-brown-veryLight: #f3f3f0;
  --ses-button-font-family: "Roboto", sans-serif;
  --ses-button-fontWeight: 300;
  --ses-button-fontSize: 20px;
  --ses-button-fontSize-sm: 15px;
  --ses-button-padding: 10px 20px;
  --ses-button-padding-sm: 5px 10px;
}

.extbase-debugger-floating {
  position: absolute;
}

body {
  height: inherit;
  hyphens: auto;
}
main {
  position: relative;
}
ul {
  list-style: none;
}

#registrierungsApp {
  position: relative;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ses-color-blue);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.spinnerParent {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.spinnerParent.show {
  display: flex;
}
.spinnerParent i {
  font-size: 50px;
  color: var(--ses-color-blue);
}
.iconWrapper {
  background: rgba(143, 136, 109, 0.2);
  padding: 20px;
  border-radius: 10px;
}

.flashParent,
.flashParentError {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  justify-content: center;
  align-items: center;
  z-index: 10;
  
}
.flashParent.show ,
.flashParentError.show{
  display: flex;
}
.flashContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: var(--ses-color-blue);
  width: 400px;
  border-radius: 5px;
  
}
.flashWrapper {
  display: none;
}


.closeFlash.discard {
  display:none;
  margin-top: 10px;
}
.closeFlash.discard.showDiscardBtn {
  display:block;
}

.mehrBtnWrapper.flashParentBtnWrapper {
  flex-direction: column;
}
.alert-success {
  background-color: var(--ses-color-blue);
  color: #fff;
  border-color: var(--ses-color-blue);
  text-align: center;
}
.fa-bolt.panelIcon {
  background: var(--ses-color-red);
}

.folgeseiten ul li::before {
  content: "\00BB";
  color: var(--ses-color-red);
  font-weight: 400;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.folgeseiten ul.tx-indexedsearch-browsebox li::before {
  content: "";
}
.strongRedBig,
.required,
.requiredManuell {
  color: var(--ses-color-blue);
  font-size: 20px;
  font-weight: 400;
}
.requiredManuell {
  color: var(--ses-color-red);
}
.normalRed {
  color: #666;
  font-weight: 400;
}
.folgeseiten p a,
.folgeseiten li a,
.serviceBox li a,
.accordion dd li a,
.serviceNav a,
.image-caption a
.materialItemContent a,
.tx-indexedsearch-title a {
  color: var(--ses-color-red)!important;
  text-decoration: none;
  /* font-weight: 400; */
  position: relative;
}
.serviceNav a {
  font-weight: 300;
}

.folgeseiten p a,
.accordion dd li a,
.folgeseiten li a,
.serviceBox li a,
.serviceNav a,
.image-caption a,
.tx-indexedsearch-title a {
  background: linear-gradient(0deg, var(--ses-color-red), var(--ses-color-red))
    no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 500ms;
  --bg-h: 1px;
}
.folgeseiten p a:where(:hover, :focus-visible),
.accordion dd li a:where(:hover, :focus-visible),
.folgeseiten li a:where(:hover, :focus-visible),
.serviceBox li a:where(:hover, :focus-visible),
.serviceNav a:where(:hover, :focus-visible),
.image-caption a:where(:hover, :focus-visible),
.tx-indexedsearch-title a:where(:hover, :focus-visible) {
  background-size: 100% 1px;
  background-position-x: left;
}
.accHeadWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.underline {
  padding-bottom: 2px;
  --bg-h: 2px;
}

/*========= SLIDER =============*/

#startContainer,
#startContainerEN {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: relative;
  height: 100dvh;
  min-height: 500px;
}

.vegas-content-scrollable {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.headerContentWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
}

.headerContentWrapper h1 {
  font-weight: 700;
hyphens: none;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0 30px;
  text-transform: uppercase;
  /* border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1); */
}

.headerContentWrapper p {
  margin-bottom: 0;
}

a.claimBtn {
  -webkit-transition: background-color 1s, color 0.5s ease-out;
  -moz-transition: background-color 1s, color 0.5s ease-out;
  -ms-transition: background-color 1s, color 0.5s ease-out;
  -o-transition: background-color 1s, color 0.5s ease-out;
  transition: background-color 1s, color 0.5s ease-out;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 20px;
  background-color: rgba(5, 79, 150, 0.3);
  backdrop-filter: blur(10px) saturate(100%);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  color: rgba(255, 255, 255, 1);
  border-radius: 3px;
  text-decoration: none;
hyphens: none;
  text-align: center;
  border-radius: 3px;
  width: 200px;
  text-transform: uppercase;
}
a.claimBtn.withShadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  margin-left: 40px;
}

a.claimBtn:hover {
  background-color: var(--ses-color-blue);
  /* color: var(--ses-color-blue); */
}

.claimButtonsWrapper {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  justify-content: center;
  margin-top: 40px;
}
.claimButtonsWrapper.headerWrapperFolge {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  align-items: center;
}
.claimButtonsWrapper > * + * {
  margin-left: 0;
  margin-top: 20px;
}
/* .claimButtonsWrapper a {
  margin: 0 10px;
} */

#section07 {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%, -50%);
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-box-shadow: 0px 3px 3px -3px #000000;
  box-shadow: 0px 3px 3px -3px #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 3s infinite;
  animation: sdb07 3s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*========= SERVICENAVIGATION ============*/

.navbarContentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.serviceNavWrapper {
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #fff; */
  width: 100%;
}
.serviceNav {
  display: none;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 4px;
  margin-bottom: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.serviceNavIcon {
  margin-right: 5px;
  color: var(--ses-color-red);
}
.serviceNav > li {
  padding: 0 10px;
}
.serviceNav > li:last-child {
  padding-right: 0;
}
.sm li.serviceNavElement {
  display: flex;
  align-items: center;
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElement {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 27px;
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElement a {
  color: var(--ses-color-red);
  font-weight: 300;
}
.serviceNavElement #language {
  background: none;
}
.serviceNavElement #language li {
  border-top: none;
  font-size: 18px;
  display: flex;
}
.sm li.serviceNavElement {
  border-top: none;
  background: var(--ses-color-brown-veryLight);
  /* padding-right: 58px; */
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.serviceNavElement #language li.active {
  display: none;
}
.serviceNavElement a {
  padding: 0;
}

/* ===== SPENDENBUTTON =====*/
.serviceNavElement.serviceNavElementSpendenbutton {
  padding-left: 0;
}

.serviceNavElementSpendenbutton a {
  color: #fff!important;
  padding: 3px 6px;
  background: var(--ses-color-blue);
  border-radius: 2px;
  border:1px solid var(--ses-color-blue);
  transition: background-color 1s, color 0.5s ease-out;
}
.serviceNavElementSpendenbutton a:hover {
  color: var(--ses-color-blue)!important;
  background: #fff;
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElementSpendenbutton {
  background: var(--ses-color-blue);
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElementSpendenbutton a {
  color: #fff!important;
  font-weight: 300;
  background: none;
  border:none;
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElement a:hover {
  padding: 0;
}
#main-menu-state:checked ~ .sm-clean > li.serviceNavElementSpendenbutton a:hover {
  padding: 3px 6px;
}
.serviceNav > li:last-child {
  margin-left: 20px;
}

/*========= SMARTMENU ============*/

.sm-clean {
  background: #eeeeee;
  border-radius: 0;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 0.7rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(251, 252, 252, 0.2);
  height: 100px;
  -webkit-transition: border-bottom 1s ease;
  -moz-transition: border-bottom 1s ease;
  -ms-transition: border-bottom 1s ease;
  -o-transition: border-bottom 1s ease;
  transition: border-bottom 1s ease-out;
  border-bottom: 0.5px solid #fff;
}

.navbar.navbarDark {
  border-bottom: 0.5px solid var(--ses-color-blue);
}

.container.px-5.sesHeaderContainer {
  justify-content: flex-end;
  padding-right: 0 !important;
  display: flex;
}
.navbar-brand {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 3rem;
  padding-top: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 90px;
width: auto;
}

.logoImgContainer {
 
  top: 0;
  left: 0;
}

.navbar-brand.logoImg {
  width: 100%;
  height: auto;
}

.navbar-brand.small {
  height: 79px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 20px;
}

.navbar-brand img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease-out;
  width: 150px;
  height: auto;
}

.navbar-brand.small img {
  width: 100px;
}

.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
}

.navbar-collapse {
  margin-top: 120px;
}

.nav-link {
  color: rgba(255, 255, 255, 1);
}

.main-menu-btn {
  position: absolute;
  top: 34px;
  right: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1000;
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu {
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease-out;
  /* height: 324px;
  overflow: scroll; */
}

.sm-clean ul a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease-out;
}
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
  margin-top: 0;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
  width: 300px;
}

#main-menu-state:checked ~ .sm-clean {
  background-color: rgba(254, 254, 254, 0.98);
}
#main-menu-state:checked ~ .sm-clean > li {
  padding: 10px;
  border-bottom: 1px solid #dadadab8;
}

#main-menu-state:checked ~ .sm-clean li a {
  color: #054f96;
  font-family: "Roboto", sans-serif;
}

#main-menu-state:checked ~ .sm-clean li a.nav-current {
  color: var(--ses-color-red);
}
#main-menu-state:checked ~ .sm-clean li a.active {
  color: var(--ses-color-red);
}

.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
  background: #eeeeee;
  color: var(--ses-color-red);
}
/* .sm-clean ul a:hover {
  background: #eeeeee;
} */

.sidebar {
  position: fixed;
  right: -91px;
  /* right: 250px; */
  align-items: flex-start;
  top: 163px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.sidebarIcon:hover i {
  background-color: rgba(2, 79, 153, 1);
}

.sidebarIcon {
  margin: 5px 0;
}
.sidebarIcon i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease-out;
  font-size: 20px;
  color: rgb(255 255 255);
  background-color: rgba(2, 79, 153, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 10px 100px 10px 10px;
  border-radius: 3px;
  backdrop-filter: blur(10px) saturate(100%);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
}

.iconBtn {
  border: none;
  padding: 0;
  background-color: transparent;
}

header.bg-dark h1,
header.bg-dark h2,
header.bg-dark h3,
header.bg-dark h4,
header.bg-dark h5,
header.bg-dark h6,
header.bg-dark p {
  color: #fff;
}

.nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-link.nav-current,
.nav-active {
  color: #fff;
}

.link-light.metaNav-current {
  color: #f59133 !important;
}

a.link-light {
  text-decoration: none;
}

ul ul .nav-current {
  background: #ddd;
  color: #212529;
}

.rootline {
  font-size: 0.9em;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.rootline a,
.rootline a:visited {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease-out;
  color: var(--ses-color-blue);
  text-decoration: none;
}

.rootline a:hover {
  color: var(--ses-color-blue-light);
}

.rootline a:after {
  display: inline-block;
  margin: 0 0.5rem;
  content: ">";
}

.ce-gallery img {
  display: unset;
}
.ce-intext [data-ce-columns="1"],
.ce-intext [data-ce-columns="2"],
.ce-intext [data-ce-columns="3"],
.ce-intext [data-ce-columns="4"] {
  width: 100%;
}

.ce-intext [data-ce-columns="2"] .ce-column,
.ce-center [data-ce-columns="2"] .ce-column {
  width: 48%;
  margin-right: 2%;
}

.ce-intext [data-ce-columns="3"] .ce-column,
.ce-center [data-ce-columns="3"] .ce-column {
  width: 31%;
  margin-right: 2%;
}

.ce-intext [data-ce-columns="4"] .ce-column,
.ce-center [data-ce-columns="4"] .ce-column {
  width: 23%;
  margin-right: 2%;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 0;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-uploads li,
.ce-uploads div {
  overflow: visible;
}
@media screen and (min-width: 601px) {
  .ce-intext [data-ce-columns="1"],
  .ce-intext [data-ce-columns="2"],
  .ce-intext [data-ce-columns="3"],
  .ce-intext [data-ce-columns="4"] {
    width: 50%;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 1rem;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 1rem;
  }
  .ce-textpic,
  .ce-image,
  .ce-nowrap .ce-bodytext,
  .ce-uploads li,
  .ce-uploads div {
    overflow: hidden;
  }
}

.ce-gallery figure.video {
  display: block;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

/* Workaround fuer Responsive Videos in Verbindung mit fluid_styled_content */

.frame-layout-10 .ce-center .ce-inner {
  position: relative;
  float: none;
  right: -50%;
}

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

.frame-layout-10 .ce-center .ce-outer {
  position: relative;
  float: none;
  right: 50%;
}

/* indexed_search */
.navbar .tx-indexedsearch-searchbox form {
  margin-top: 3px;
}
@media screen and (min-width: 992px) {
  .navbar .tx-indexedsearch-searchbox form {
    margin-left: 20px;
  }
}

/* Sprachmenüe */
li.languageitem a,
li.languageitem a:visited {
  color: #ccc;
}
li.languageitem .activetranslation {
  color: #fff;
}
li.languageitem .notranslation {
  color: #666;
}
.testdeployment {
  color: #ff0000;
}

/* indexed search */
form#tx_indexedsearch {
  align-items: center;
}
.tx-indexedsearch-browsebox {
  margin: 1rem 0;
}
.tx-indexedsearch-browsebox,
.tx-indexedsearch-browsebox li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tx-indexedsearch-browsebox {
  margin: 1rem 0;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.tx-indexedsearch-browsebox li a,
.tx-indexedsearch-browsebox li a:visited {
  color: #666;
  display: inline-block;
  border: 1px solid #222;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch-browsebox li a:focus {
  background: #aeceff;
  color: #222;
}

.navbar-nav input#tx-indexedsearch-searchbox-sword {
  width: 70%;
}
.col-auto-wrapper {
  position: relative;
}
.col-auto.col-auto-ses {
  display: flex;
  justify-content: flex-end;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease-out;
}
.sesSearchBtn {
  color: #fff;
  border: 1px solid var(--ses-color-blue);
  padding: 5px 10px;
  border-radius: 3px;
  background: var(--ses-color-blue);
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease-out;
}

.sesSearchBtn:hover {
  color:var(--ses-color-blue);
  background-color: #fff;
}
.tx-indexedsearch-info-sword {
  margin-top: 20px;
}
.tx-indexedsearch-res {
  margin: 10px 0;
  border-radius: 5px;
  background: var(--ses-color-brown-veryLight);
  padding: 30px 50px 10px 50px;
}
.tx-indexedsearch-title a {
  font-size: 20px;
  font-weight: 600;
}
p.tx-indexedsearch-percent {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--ses-color-brown-light);
}
p.tx-indexedsearch-description {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--ses-color-brown-light);
}
p.tx-indexedsearch-text-item-path {
  padding: 10px 0;
}

.col-auto.col-auto-ses.languageMenu {
  top: 2px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease-out;
}

.col-auto.col-auto-ses.languageMenu.toggleLanguageMenu {
  left: -97px;
}

.col-auto.col-auto-ses.languageMenu:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

ul.language-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #212529;
}

ul.language-menu li.active {
  display: none;
}
#language a {
  padding-left: 0;
  border-left: 0;
}
ul.language-menu li a {
  color: #666;
  text-decoration: none;
  font-size: 18px;
  /* padding: 5px 0; */
}
ul.language-menu li a:hover {
  font-size: 18px;
  /* padding: 5px 0; */
}

.col-auto.col-auto-ses.toggleInputField {
  left: -150px;
}

.sidebarIcon #tx-indexedsearch-searchbox-sword {
  width: inherit;
  border-radius: 3px;
}

.homeEinleitung h1,
header h1 {
  /* margin-bottom: 30px; */
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  color: var(--ses-color-blue);
  /* border-bottom: 1px solid var(--ses-color-blue);
  border-top: 1px solid var(--ses-color-blue); */
}
header h1 {
  padding-top: 100px;
}

.folgeseiten header h1 {
  text-transform: none;
}

.homeEinleitung p {
  text-align: center;
}

.mehrBtnWrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.mehrBtnWrapper.pe-mb-l {
  margin-bottom: 50px;
}
.mehrBtnWrapper a,
.sesFormSubmit {
  padding: var(--ses-button-padding);
  color: var(--ses-color-blue);
  text-decoration: none;
  border: 1px solid var(--ses-color-blue);
  border-radius: 3px;
  font-family: var(--bs-body-font-family);
  font-weight: var(--ses-button-fontWeight);
  font-size: var(--ses-button-fontSize);
  -webkit-transition: background-color 1s, color 0.5s ease;
  -moz-transition: background-color 1s, color 0.5s ease;
  -ms-transition: background-color 1s, color 0.5s ease;
  -o-transition: background-color 1s, color 0.5s ease;
  transition: background-color 1s, color 0.5s ease-out;
}
.sesFormSubmit {
  background-color: #fff;
  text-transform: uppercase;
}

.mehrBtnWrapper a:hover,
.sesFormSubmit:hover,
.materialWrapper:hover .mehrBtnWrapper a {
  background-color: var(--ses-color-blue);
  color: #fff;
}

.frame-200,
.frame-210 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.frame-210 {
  background-color: var(--ses-color-brown-veryLight);
}
.homeZahlen {
  background-color: var(--ses-color-brown-veryLight);
  padding: 60px;
  padding-bottom: 60px;
}

.dce {
  margin-bottom: 60px;
}

h1.headlineKasten {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--ses-color-blue);
}

.dce.homeZahlen {
  margin-bottom: 0;
}

.homeZahlenWrapper {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.homeZahlenItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeZahl {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-bottom: -15px;
  color: rgb(5 79 150);
}
.homeDescr {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: var(--ses-color-brown);
}

.splide__slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.frame-200.sliderExpertFinden {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.sliderExpertFinden {
  padding: 0;
  position: relative;
  background-color: var(--ses-color-blue);
  margin-bottom: 0;
}

.sliderExpertFindenHead {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 50px;
}

.sliderExpertFindenButtonWrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.sliderExpertFindenButtonWrapper a.claimBtn {
  font-weight: 100;
}

.sliderExpertFindenHead h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
}
.expertSliderTextWrapper {
  margin-top: 35px;
  padding: 0 50px 20px 40px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6rem;
}
#image-carousel-list li:first-child .expertSliderTextWrapper {
  margin-top: 50px;
}

.expertSliderTextWrapper h1 {
  text-transform: uppercase;
  font-size: 30px;
}

.expertSliderBodytextContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  padding-top: 15px;
  hyphens: auto;
}
.expertSliderBodytextContainer p strong {
  font-size: 20px;
  font-weight: 700;
}

.mehrBtnWrapper.sliderExpertMoreButtonWrapper {
  justify-content: flex-start;
}

.sliderExpertMoreButtonWrapper a.claimBtn {
  -webkit-transition: background-color 1s, color 0.5s, border 1.5s ease;
  -moz-transition: background-color 1s, color 0.5s, border 1.5s ease;
  -ms-transition: background-color 1s, color 0.5s, border 1.5s ease;
  -o-transition: background-color 1s, color 0.5s, border 1.5s ease;
  transition: background-color 1s, color 0.5s, border 1.5s ease-out;
  font-weight: 300;
  background-color: #fff;
  color: var(--ses-color-blue);
  padding: var(--ses-button-padding);
  border: 0.5px solid var(--ses-color-blue);
}

.sliderExpertMoreButtonWrapper a.claimBtn:hover {
  background-color: var(--ses-color-blue);
  color: #fff;
  border: 0.5px solid #fff;
}

.splide__pagination {
  bottom: 0 !important;
}
.splide__pagination li:last-child {
  border-top-right-radius: 3px;
}
.splide__pagination li:first-child {
  border-top-left-radius: 3px;
}

#image-carousel .splide__pagination li,
#expertFinden-carousel .splide__pagination li {
  background: #054f96;
  padding: 7px 10px;
}

.splide__pagination__page {
  height: 14px !important;
  width: 14px !important;
}

/* #zitate-carousel-list li:nth-child(odd) {
  padding-right: 40px;
}
#zitate-carousel-list li:nth-child(even) {
  padding-left: 40px;
  border-left: 1px solid #000;
} */

.frame-200.sliderZitate {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.sliderZitate {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  /* background-color: var(--ses-color-brown-veryLight); */
  margin-bottom: 0;
}
.testimonials-container {
  padding: 0 50px 80px 50px;
  font-weight: 100;
  color: var(--ses-color-blue);
  font-family: "Noto sans", sans-serif;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fa-quote {
  color: rgba(143, 136, 109, 0.1);
  font-size: 168px;
  position: absolute;
  /* left: 25px;
  top: -232px; */
}

.fa-quote-left {
  left: 67px;
  top: 13px;
}

.testimonial {
  hyphens: auto;
}

.zitatText {
  border-bottom: 1px solid var(--ses-color-blue-light);
  margin-bottom: 10px;
  padding-bottom: 25px;
}

.zitatText > p {
  margin-bottom: 0;
hyphens: none;
}

.centered-items {
  display: flex;
  align-items: center;
}

.user-details {
  font-size: 18px;
  font-weight: 300;
  color: var(--ses-color-brown);
}

.username {
  margin: 0;
}

.role {
  margin: 2px 0;
}

#zitate-carousel .splide__pagination__page {
  background: var(--ses-color-blue-light);
}
#zitate-carousel .splide__pagination__page.is-active {
  background: var(--ses-color-blue);
}
#zitate-carousel .splide__pagination li {
  padding: 7px 10px;
}

/*================ NEWS ================*/
.news.newsHome {
  padding: 20px 0;
background:#fff;
}

.newsHome .sesListGroup {
  display: flex;
  flex-direction: row;
  /* gap: 30px; */
  flex-wrap: wrap;
  justify-content: center;
}

.newsHome .list-group-item {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin: 15px 0;
  align-items: stretch;
  display: flex;
}
.newsHome .row.news-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.newsHome .newsImgContainer {
  background-color: var(--ses-color-brown-veryLight);
  padding: 0;
  position: relative;
  text-align:center;
}
.newsImgContainer .img-fluid {
  height: 300px;
  width: auto;
}

.newsDate {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  color: var(--ses-color-blue);
}
.extra {
  text-align: center;
}
.newsDate time {
  padding: 3px 7px;
  font-size: 14px;
  background: var(--ses-color-brown-veryLight);
  border-radius: 2px;
}
.newsHome .newsHead {
  padding: 0 40px 30px 40px;
  text-align: center;
}
.newsHome .newsHead h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 30px;
}
.newsHome .newsHead h3 a {
  color: var(--ses-color-blue);
  text-decoration: none;
}
.newsHome .lead {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
  color: var(--ses-color-blue);
  hyphens: auto;
}
.news-list-item.bgBeige {
  background: var(--ses-color-brown-veryLight);
}
.news-list-item.bgBeige .newsDate time {
  background: var(--ses-color-blue);
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: -93px;
  display: none;
}

.news-single h1 {
  color: var(--ses-color-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}
.news-single .lead {
  color: var(--ses-color-blue);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.sponsorenWrapper {
  margin-bottom: 30px;
}
.sponsorenWrapper .ce-center [data-ce-columns="4"] .ce-column {
  width: auto;
  margin-right: 0;
}

.sponsorenWrapper .ce-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sponsorenWrapper .ce-column {
  margin-right: 0;
}
.sponsorenWrapper .ce-gallery img {
  width: 150px;
  height: auto;
}
.sponsorenWrapper .ce-gallery figure {
  display: table;
  margin: 0 30px;
}
.sponsorenWrapper header h1 {
  padding-top: 20px;
}
.sponsorenWrapper .rounded-3 {
  border-radius: 0 !important;
}
.sponsorenWrapper .my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/*============ FOOTER =============*/
.footerContentWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerSesWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bmiLogosWrapper {
  width: 300px;
  background: #fff;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.bmiLogosWrapper .ce-row {
  display: flex;
}
.bmiLogosWrapper .ce-center [data-ce-columns="2"] .ce-column{
 width: auto;
 margin-right: 20px;
 margin-left: 20px;
}
.bmiLogosWrapper .ce-row .rounded-3 {
  border-radius: 0 !important;
}
.bmiLogosWrapper .ce-row .my-5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bg-dark.footerSES {
  background-color: #fff !important;
  border-top: 1px solid #000;
}

.py-4.footerSES {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}


.footerSES .text-white.my-2 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.footerSES .mx-5 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footerSES .socialFooter {
  font-size: 30px;
  color: var(--bs-body-color);
  margin: 0 10px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease-out;
}
.footerSES .socialFooter:hover {
  color: var(--ses-color-blue);
}
.footerSES .link-light {
  color: var(--bs-body-color) !important;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease-out;
}
.footerSES .link-light:hover {
  color: var(--ses-color-blue) !important;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease-out;
}

/*================================*/
/*================================*/
/*================ FOLGESEITEN ================*/
/*================================*/
/*================================*/

.folgeseiten {
  margin-top: 3rem !important;
}
.headerImg {
  background-color: var(--ses-color-brown-veryLight);
}
.headerBgContainer {
  height: 500px;
  border-bottom: 10px solid var(--ses-color-red);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
.headerTitle {
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -ms-transition: font-size 0.5s ease;
  -o-transition: cofont-sizel 0.5s ease;
  transition: font-size 0.5s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #ffffff57;
  line-height: 0.7;
  white-space: nowrap;
}
.folgeSeitenHeaderBtnWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: -5.7px;
  left: 0;
}
.folgeSeitenHeaderBtn a {
  text-decoration: none;
  font-size: 13px;
  padding: 8px 12px;
  margin: 0 20px;
  background: #fff;
  color: var(--ses-color-blue);
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-transition: color 1.5s, background-color 0.5s ease;
  -moz-transition: color 1.5s, background-color 0.5s ease;
  -ms-transition: color 1.5s, background-color 0.5s ease;
  -o-transition: color 1.5s, background-color 0.5s ease;
  transition: color 1.5s, background-color 0.5s ease-out;
}
.folgeSeitenHeaderBtn a:hover {
  background-color: var(--ses-color-blue);
  color: #fff;
}
.folgeseiten header h1 {
  padding-top: 0;
  text-align: left;
  color: var(--ses-color-red);
}
.folgeseiten strong {
  font-weight: 600;
}

.container.sesAccordion {
  margin-top: 60px;
}
.accordion {
  margin: 30px 0;
  max-width: 450px;
}
.accordion.accFullWidth {
  max-width: unset;
}
.accordion dd ul {
  padding-left: 32px;
}
.accordion dd ul li {
  margin: 5px 0;
}
.accordion dt,
.accordion dd {
  padding: 10px 20px;
  border: 0.5px solid var(--ses-color-blue);
  border-bottom: 0;
}
.accordion dt:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordion dt:last-of-type,
.accordion dd:last-of-type {
  border-bottom: 0.5px solid var(--ses-color-blue);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordion dt a {
  display: block;
}
.accordion dd {
  border-top: 0;
  padding: 10px 30px;
}

.accordion dd p {
  margin-bottom: 5px;
}

dt.current .fa-angle-down {
color: #fff;
transform: rotate(180deg);
}

p,
.folgeseiten ul li {
  margin-bottom: 10px;
}

.accordion dt {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: color 1.5s, background-color 0.5s ease-out;
  cursor: pointer;
}
.accordion dt:hover,
.accordion dt.current {
  background-color: var(--ses-color-blue);
}
.accordion dt:hover a,
.accordion dt.current a {
  color: #fff;
}
.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

.accordion dt h1 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 25px;
}
.accordion dt h1 a {
  -webkit-transition: color 1.5s ease-out;
  -moz-transition: color 1.5s ease-out;
  -ms-transition: color 1.5s ease-out;
  -o-transition: color 1.5s ease-out;
  transition: color 1.5s ease-out;
  color: var(--ses-color-blue);
  text-decoration: none;
}

.serviceBox {
  padding: 40px 0;
}
.serviceBox h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: var(--ses-color-blue);
  font-size: 35px;
}
.folgeseiten .serviceBox ul li {
  margin-bottom: 5px;
}
.serviceBox h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--ses-color-blue);
  font-size: 20px;
}

.ce-gallery .img-fluid {
  width: 150px;
  height: auto;
}
.ce-gallery .my-5 {
  margin-top: 0.5rem!important;
  margin-bottom: 0.5rem!important;
}

.ce-gallery .rounded-3 {
  border-radius: 3px!important;
}
.frame-230 .ce-gallery .rounded-3 {
  border-radius: 0!important;
}
.bmiLogosWrapper .ce-gallery .img-fluid {
  max-width: 100%;
  width: auto;
}

.contenttable {
  width: 100%;
}
.contenttable td {
  padding: 12px 10px;
}
.contenttable tr {
  border-bottom: 0.5px solid var(--ses-color-blue);
}


#sESKontaktformular-70 .form-text,
#sESKontaktformularen-280 .form-text,
#sESKontaktformular-98 .form-text,
#sESNL-Anmeldung-237  .form-text,
#sESNL-Anmeldungen-339  .form-text {
  color: var(--ses-color-red);
  font-weight: 700;
}
#sESKontaktformular-70 legend,
#sESKontaktformular-98 legend,
#sESKontaktformularen-280 legend,
#sESNL-Anmeldung-237 legend,
#sESNL-Anmeldungen-339 legend {
  font-family: "Roboto", sans-serif;
  color: var(--ses-color-red);
  font-size: 28px;
}
#sESKontaktformular-70 fieldset,
#sESKontaktformularen-280 fieldset,
#sESKontaktformular-98 fieldset,
#sESNL-Anmeldung-237 fieldset,
#sESNL-Anmeldungen-339 fieldset {
  margin: 20px 0;
  padding: 40px;
  background: var(--ses-color-brown-veryLight);
  border-radius: 3px;
}
#sESKontaktformular-70 .required,
#sESKontaktformularen-280 .required,
#sESKontaktformular-98 .required ,
#sESNL-Anmeldung-237  .required,
#sESNL-Anmeldungen-339  .required
{
  color: var(--ses-color-red);
}
#sESKontaktformular-70 div.form-group,
#sESKontaktformularen-280 div.form-group,
#sESKontaktformular-98 div.form-group ,
#sESNL-Anmeldung-237  div.form-group,
#sESNL-Anmeldungen-339  div.form-group {
  padding: 10px 0;
}
#sESKontaktformular-70 textarea,
#sESKontaktformularen-280 textarea,
#sESKontaktformular-98 textarea,
#sESNL-Anmeldung-237  textarea,
#sESNL-Anmeldungen-339  textarea {
  height: 200px;
}
#sESKontaktformular-70-radiobutton-1 .form-group,
#sESKontaktformularen-280-radiobutton-1 .form-group,
#sESKontaktformular-98-radiobutton-1 .form-group,
#sESNL-Anmeldung-237-radiobutton-1 .form-group,
#sESNL-Anmeldungen-339-radiobutton-1 .form-group  {
  display: flex;
}
#sESKontaktformular-70-radiobutton-1 .form-group .form-check,
#sESKontaktformularen-280-radiobutton-1 .form-group .form-check,
#sESKontaktformular-98-radiobutton-1 .form-group .form-check,
#sESNL-Anmeldung-237-radiobutton-1 .form-group .form-check,
#sESNL-Anmeldungen-339-radiobutton-1 .form-group .form-check  {
  margin-right: 30px;
}
#sESKontaktformular-70 .row,
#sESKontaktformularen-280 .row,
#sESKontaktformular-98 .row ,
#sESNL-Anmeldung-237 .row,
#sESNL-Anmeldungen-339 .row {
  margin: 20px 0;
  padding: 20px 40px;
  background: var(--ses-color-brown-veryLight);
  border-radius: 3px;
}
#sESKontaktformular-70-fieldset-5,
#sESKontaktformularen-280-fieldset-5,
#sESKontaktformular-98-fieldset-5,
#sESNL-Anmeldung-237-fieldset-5,
#sESNL-Anmeldungen-339-fieldset-5  {
  display: flex;
  align-items: baseline;
}
#sESKontaktformular-70-fieldset-5 .required,
#sESKontaktformular-70-fieldset-4 .required,
#sESKontaktformularen-280-fieldset-5 .required,
#sESKontaktformularen-280-fieldset-4 .required,
#sESKontaktformular-98-fieldset-5 .required,
#sESKontaktformular-98-fieldset-4 .required,
#sESNL-Anmeldung-237-fieldset-5 .required, 
#sESNL-Anmeldung-237-fieldset-4 .required,
#sESNL-Anmeldungen-339-fieldset-5 .required, 
#sESNL-Anmeldungen-339-fieldset-4 .required  {
  display: none;
}
#sESKontaktformular-70-fieldset-5 p,
#sESKontaktformularen-280-fieldset-5 p,
#sESKontaktformular-98-fieldset-5 p,
#sESNL-Anmeldung-237-fieldset-5 p,
#sESNL-Anmeldungen-339-fieldset-5 p  {
  margin-bottom: 0;
}
#sESKontaktformular-70-fieldset-5 div.form-group,
#sESKontaktformularen-280-fieldset-5 div.form-group,
#sESKontaktformular-98-fieldset-5 div.form-group,
#sESNL-Anmeldung-237-fieldset-5 div.form-group,
#sESNL-Anmeldungen-339-fieldset-5 div.form-group  {
  padding: 0;
  margin-right: 10px;
}
#sESKontaktformular-70-fieldset-5 div.form-group .form-check,
#sESKontaktformularen-280-fieldset-5 div.form-group .form-check,
#sESKontaktformular-98-fieldset-5 div.form-group .form-check,
#sESNL-Anmeldung-237-fieldset-5 div.form-group .form-check,
#sESNL-Anmeldungen-339-fieldset-5 div.form-group .form-check  {
  padding-left: 12px;
}

/*================ RegForm Panel ================*/
#registrierungApp {
  /* -webkit-transition: padding-top 0.5s ease;
    -moz-transition: padding-top 0.5s ease;
    -ms-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease-out; */
  padding-top: 0;
}
#registrierungApp.changePadding {
  margin-top: 80px;
}

.formPanelWrapper {
  background-color: var(--ses-color-brown-veryLight);
  padding: 10px 20px;
  border-radius: 3px;
  display: none;
  width: inherit;
  top: 0;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease-out;
}
.formPanelWrapper.show {
  display: block;
}
.formPanelWrapper.fixed {
  position: fixed;
  top: 99px;
  width: 100%;
  max-width: inherit;
  right: 0;
  border-bottom: 1px solid var(--ses-color-blue);
  border-radius: 0;
  z-index: 20;
}
.panelElementeContainer,
.panelServiceBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panelElementeContainer {
  flex-direction: column;
  padding: 0;
}
.panelElement {
  margin: 0 10px;
}
.panelElement .mehrBtnWrapper a:hover .panelIcon,
.panelElement .mehrBtnWrapper .panelIcon:not(:disabled):hover {
  background: #fff;
  color: var(--ses-color-blue);
}
.panelServiceBtns {
  flex-direction: row;
  margin-top: 15px;
}

.panelIcon {
  background: var(--ses-color-blue);
  color: #fff;
  padding: 5px 8px;
  margin-right: 0;
  border-radius: 3px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  -webkit-transition: background-color 1s, color 0.5s ease;
  -moz-transition: background-color 1s, color 0.5s ease;
  -ms-transition: background-color 1s, color 0.5s ease;
  -o-transition: background-color 1s, color 0.5s ease;
  transition: background-color 1s, color 0.5s ease-out;
}
.panelIcon.pe-mr {
  margin-right: 10px;
}
.formEinleitung .fa-exclamation.panelIcon {
  background-color: var(--ses-color-red);
  font-size: 18px;
  width: 35px;
  margin: 0 5px;
}
.formEinleitung .fa-bolt.panelIcon {
  background-color: var(--ses-color-red);
}
.formEinleitung h5 {
  color: var(--ses-color-blue);
}
.formEinleitung h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.buttonTxt {
  display: none;
  font-weight: 400;
  text-transform: uppercase;
}
.sesFormSubmit.btnDisabled {
  color: #ccc;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: default;
}
.sesFormSubmit.btnDisabled:hover {
  background-color: #fff;
  color: #ccc;
}
.sesFormSubmit.btnDisabled .panelIcon {
  background-color: #ccc;
}
.sesFormSubmit.fs-sm {
  font-size: var(--ses-button-fontSize-sm);
  padding: 0;
  margin-top: 0;
  border: 0;
}
.sesFormSubmit.fs-sm.wdth-sm {
  width: inherit;
}
.mehrBtnWrapper.mt0 {
  margin-top: 0;
}

.anfragenAllWrapper {
  display: flex;
  padding: 20px;
  border-radius: 3px;
  flex-direction: column;
  background: var(--ses-color-brown-veryLight);
}
.anfrageItemWrapper {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.anfrageItemWrapper:last-child {
  border-bottom: none;
}
.anfrageItemWrapper:first-child {
  border-bottom: 2px solid var(--ses-color-blue);
}
.anfrageItemTitle {
  min-width: 114px;
  color: var(--ses-color-blue);
  font-weight: 400;
}
.anfrageItemValue p,
.anfrageItemValue ul li {
  margin-bottom: 0;
}
.anfrageItemValue ul {
  padding-left: 18px;
}

.anfrageValueAufgabe {
  color: var(--ses-color-blue);
  font-weight: 600;
  font-size: 18px;
}

.frame-220 figure {
  position: relative;
  overflow: hidden;
}

.frame-220 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 2.0s;
	animation: flash 2.0s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}

.frame-220 .ce-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.frame-220 .ce-center [data-ce-columns="2"] .ce-column {
  width: 48%;
  /* margin-right: 2%; */
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.frame-220 .ce-gallery img {
  display: unset;
  height: inherit;
}
.frame-220 .image-embed-item.my-5 {
  margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.frame-220 .image-embed-item.img-fluid {
  width: 100%;
}
.frame-220 figcaption {
  display: none;
}

.materialContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.materialWrapper,
.materialWrapperLogos {
  background: var(--ses-color-brown-veryLight);
  margin: 10px 5px;
  border-radius: 3px;
  border: 1px solid var(--ses-color-blue);
  width: 100%;
  display: flex;
  cursor:pointer;
  filter: grayscale(0%);
  -webkit-transition: filter 1s ease-out;
  -moz-transition: filter 1s ease-out;
  -ms-transition: filter 1s ease-out;
  -o-transition: filter 1s ease-out;
  transition: filter 1s ease-out;
}

.materialWrapperLogos:hover {
  filter: grayscale(100%);
}
.materialItemWrapper {
  display:flex;
  flex-direction: column;
  width: 100%;
}

.materialItemImg {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-width: 150px;
  height: 200px;
}
.materialItemContent {
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.materialItemContent .mehrBtnWrapper {
  justify-content: center;
}
.materialItemContent .mehrBtnWrapper a,
.materialLogoContentWrapper .mehrBtnWrapper a {
  font-size: 16px;
  padding:6px 8px;
}
.materialItemContent p.materialItemTitle {
  margin-bottom: 1.2rem;
  line-height: 1.6rem;
}
.materialItemContent p {
  margin-bottom: 0;
  font-size: 15px;
}
.materialItemContent p:first-child {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ses-color-red);
}
.rssWallWrapper {
  padding: 0 20px;
}

.materialLogosWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--ses-color-blue);
  border-radius: 3px;
  margin: 10px;
}
.materialLogoImg img {
  width: 200px;
  height: auto;
}
.materialLogoContentWrapper {
  display: flex;
  flex-direction: row;
}
.materialLogoContentWrapper a {
  margin: 0 5px;
}

.ses_map {
width: 100%;
margin: 0;
}

.ses_map a {
cursor: pointer;
border-radius: 2px;
}
.ses_map a:hover {
background: #00000024;
}

.alert-success.consent-ses,
  .alert-danger.consent-ses {
    background-color:#fff;
    border: none;
    padding: 0;
    text-align: left;
    color: var(--bs-body-color);
  }

/*============== TOOLTIP ==================*/
@media only screen
and (min-device-width : 300px)
and (max-device-width : 1024px) {
  .tooltip {
    display: none !important;
  }
}

.tooltip-inner {
  background-color: var(--ses-color-blue);
}

.tooltip-arrow::before {
  border-right-color: var(--ses-color-blue) !important;
}
.tooltip-arrow::before {
  border-left-color: var(--ses-color-blue) !important;
}


/*============== ANIMIERTER SPENDENBUTTON + SPENDENMODAL ==================*/

#spendenBtn {
  position: fixed;
  top: 154px;
  right: -39px;
  z-index: 10;
}

.spendenBtnIcon {
  line-height: 109px;
  font-size: 60px;
  background: rgba(5, 79, 150, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse-black 2.5s infinite ease-out;

  width: 109px;
  height: 109px;
  text-align: center;
  color: rgba(255,255,255,1);
  z-index: 99999;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  display: block;
  backdrop-filter: saturate(880%);
  -webkit-backdrop-filter: saturate(880%);
  position: relative;
}
#handWithEuro {
  position: absolute;
  bottom: 20px;
  left:20px;
}

.spendenBtnIcon .fa-circle-euro {
  color: rgba(255,255,255,1);
}

a[data-bs-toggle="modal"]:focus {
  outline: none;
  box-shadow: none;
}

.mehrBtnWrapper.mehrBtnWrapperSpendenModal {
  margin-top: 0;
}
.modal-body {
  padding: 40px 40px 20px 40px;
}
.modal-header {
  background: var(--ses-color-blue);

}
.modal-header .btn-close {
  opacity: 1;
}

.modalTitel {
  font-weight: 300;
  font-family: "Noto sans", sans-serif;
  text-align: left;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 24px;
  margin-bottom: 0;
}




@keyframes pulse-black {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
  }
  65% {
    transform: scale(1);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  80% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }
  95% {
    transform: scaleY(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }
}
@-webkit-keyframes pulse-black {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
  }
  65% {
    transform: scale(1);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  80% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }
  95% {
    transform: scaleY(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }
}

/*================================*/
/*================================*/
/*================ MEDIAQUERIES ================*/
/*================================*/
/*================================*/

/*================MIN 400 ================*/

@media (min-width: 400px) {
  .headerTitle {
    font-size: 50px;
  }
  .folgeSeitenHeaderBtn a {
    font-size: 15px;
  }
  .folgeSeitenHeaderBtnWrapper {
    bottom: -4.7px;
  }
  .bmiLogosWrapper {
    width: 400px;
  }
}

/*================MIN 576 ================*/

@media (min-width: 576px) {
  #section07 {
    bottom: 150px;
  }
  .claimButtonsWrapper {
    flex-direction: row;
  }
  .claimButtonsWrapper > * + * {
    margin-left: 20px;
    margin-top: 0;
  }
  .headerContentWrapper h1 {
    font-size: 50px;
  }
  .headerTitle {
    font-size: 70px;
  }
  .panelElementeContainer {
    flex-direction: row;
  }
  .panelElement {
    margin: 0;
  }
  .panelServiceBtns {
    margin-top: 0;
  }
}

/*================MIN 768 ================*/

@media (min-width: 768px) {

  .materialItemWrapper {
    flex-direction: row;
    width: auto;
  }
  .materialItemImg {
    height: auto;
  }
  .materialItemContent {
    text-align: left;
  }
  .materialItemContent .mehrBtnWrapper {
    justify-content: flex-start;
  }
  .headerContentWrapper h1 {
    font-size: 68px;
  }
  .expertSliderTextWrapper {
    padding-left: 100px;
    margin-top: 195px;
  }
  #image-carousel-list li:first-child .expertSliderTextWrapper {
    margin-top: 195px;
  }
  .sliderExpertFindenHead {
    position: absolute;
    top: 60px;
    left: 40px;
    text-align: left;
    padding-top: 0;
  }
  .newsHome .list-group-item {
    width: 400px;
    margin: 15px;
    border: 1px solid var(--ses-color-brown-light);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .newsHome .newsHead {
    padding: 0 40px 30px 40px;
    text-align: center;
  }

  .sesFormSubmit.fs-sm.wdth-sm {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*================MIN 992 ================*/

@media (min-width: 992px) {

  .materialWrapper {
    width: 45%;
  }
  .serviceNav {
    display: flex;
  }
  .sm li.serviceNavElement {
    display: none;
  }
  .serviceNavElement #language li {
    border-top: none;
    padding: 0;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  ul.language-menu li a {
    font-size: 16px;
    color: var(--ses-color-red);
    padding: 0;
  }
  ul.language-menu li a:hover {
    font-size: 16px;
  }
  ul.language-menu li i {
    color: var(--ses-color-red);
  }
  .sm-clean > li a.has-submenu {
    padding-right: 0;
    padding-left: 38px;
  }
  .sm-clean > li ul li a.has-submenu {
    padding-left: 20px;
  }
  /* .sm-clean > li:first-child a {
    padding-left: 0;
  } */
  .navbar-collapse {
    margin-top: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
  .sm-clean {
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
  }

  .sm-clean a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: var(--ses-color-blue);
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease-out;
  }
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: rgba(175, 25, 27, 1);
  }

  .sm-clean a.highlighted,
  .sm-clean ul a:hover,
  .sm-clean a.nav-current {
    color: rgba(175, 25, 27, 1);
  }
  .sm-clean ul {
    z-index: 100;
  }
  .sm-clean ul a.active {
    color: var(--ses-color-red);
  }

  .sm-clean ul li.active {
    background-color: #eeeeee;
  }

  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    margin-top: 0;
  }
  #main-menu-state:checked ~ #main-menu {
    display: none;
  }

  #main-menu-state:not(:checked) ~ .sm-clean > li:last-child {
    padding-right: 0;
  }

  #main-menu > li > a .sub-arrow {
    display: none;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 30px;
  }
  /* .sm-clean ul a:hover {
    color: #555555;
  } */
  .testimonials-container {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }
  .sliderExpertFindenHead h1 {
    font-size: 40px;
  }
  .headerTitle {
    font-size: 100px;
  }
  .buttonTxt {
    display: inline-block;
  }
  .panelIcon {
    margin-right: 10px;
  }
  .sesFormSubmit.fs-sm.wdth-sm {
    width: auto;
  }
  .sesFormSubmit.fs-sm {
    padding: var(--ses-button-padding-sm);
  }
  .footerContentWrapper {
    flex-direction: row;
  }
  .bmiLogosWrapper {
    
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

.ses_map {
width: 80%;
margin:0 10%;
}
 
}

/*================MIN 2000 ================*/

@media (min-width: 2000px) {
  .homeZahlen {
    padding-left: 20%;
    padding-right: 20%;
  }
  .sliderExpertFindenHead {
    left: 10%;
  }
  .sliderExpertFinden {
    padding-left: 20%;
    padding-right: 20%;
  }
  .panelElementeContainer {
    padding: 0 15%;
  }
}

/*================MIN 3000 ================*/

@media (min-width: 3000px) {
  .homeZahlen {
    padding-left: 70%;
    padding-right: 70%;
  }
  .sliderExpertFindenHead {
    left: 20%;
  }
  .sliderExpertFinden {
    padding-left: 70%;
    padding-right: 70%;
  }
}
