:root {
  --layout-max-width: 1920px;
  --belt-width: 1280px;
  --belt-cols: calc(var(--belt-width) / 12);
  --belt-gap: 40px;
  --grid-col-gap: 20px;
  --grid-row-gap: 20px;
}

@media screen and (max-width: 767px) {
  :root {
    --belt-gap: 20px;
  }
  .hide-sm {
  display: none !important;
  }
}

.Header__container,
.Layout__fullWidth {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

* {
  font-family: Roboto, sans-serif;
}

.home .ContentBox__headerMid a,
.home h5 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.ListHeader__header3 {
  font-weight: 400;
}

.container-bg-grey {
  background: #f1f2f2;
  position: absolute;
  z-index: 1;
  width: 60%;
  right: 0;
  top: 0;
  bottom: 0;
}

.commonStyle__zt3buttonPrimaryBg:hover {
  background-color: #1760DB;
  transition: all 0.5s ease;
}

.commonStyle__zt3BrandBorder:hover {
  color: #1760DB;
  border-color: #1760DB;
  transition: all 0.5s ease;
}

.commonStyle__zt3BrandBorder {
  border-color: #3BB8EB;
}

.ProfileTabs__activeTab,
.Header__tabsTab:hover,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover,
.Header__tabsTab.Header__active,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
  border-bottom: 0;
  color: #3BB8EB;
}

.Icon__hoverbrand:hover,
.NoContent__title,
.ListHeader__header2 a,
.ListHeader__header2,
.FilterTabs__activeFilter,
.Post__postSummary a,
.TicketFilterPopup__filterValue:hover,
.TicketFilterPopup__active,
.commonStyle__zt3Brand,
.Icon__brand,
.KbDetailLtContainer__articleContent a {
  color: #3BB8EB;
}

.signin .UserContainer__logInMainContainer .Signin__loginTitle {
  display: none;
}

.signin .UserContainer__logInMainContainer span.Signin__loginSubTitle::before {
  content: "Meine Ticketverwaltung";
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.globalfixednav .globalSignin:hover,
.globalfixednav .globalSignup:hover {
  border: none;
  color: white;
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 18%);
}

.globalfixednav .globalSignin a {
  padding: 10px 20px !important;
}

.AvatarText__avatarText {
  border: 1px solid #3bb8eb;
}

.SearchContainer__searchFilter {
  right: 0;
}

#searchContainer1 {
  border: unset;
}

.SearchContainer__searchIcon {
  border-radius: 0;
}

#navBarContainer {
  position: relative;
  z-index: 5;
}

.Header__tabs__link,
.LoginDetail__tabLink {
  font-weight: bold;
  font-size: 20px;
}

#portal_BackHome .Header__tabs__link {
  gap: 10px;
}

#portal_BackHome .Header__tabs__link p {
  margin: 0;
}

#portal_BackHome .Header__tabs__link img {
  height: 30px;
}

.Header__logo img {
  max-height: 100px;
  max-width: 60vw;
}

.Header__menu,
.Header__menu:after,
.Header__menu:before {
  background-color: #3BB8EB !important;
}

.LoginDetail__signin:after, .LoginDetail__signup:after {
    display: none;
}

.Header__menuToggle {
  background-color: transparent !important;
}

.LoginDetail__LogoutDetail {
  display: flex;
}

.LoginDetail__LogoutDetail #portal_tabsignup {
  order: -1;
}

.LoginDetail__signup,
.LoginDetail__signin {
  max-width: unset;
}

#portal_tabsignup {
  display: none;
}

#portal_tabsignin {
  overflow: visible;
}

#portal_tabsignin a,
#site-footer__contact .item a { 
  position: relative;
  color: white; 
  padding: 20px 30px; 
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  height: auto;
  line-height: 1;
}

#portal_tabsignin a { 
  border-radius: 40px; 
  background: linear-gradient(180deg, #3BB8EB 0%, #1760DB 100%) 0% 0% no-repeat padding-box; 
}

#site-footer__contact .item a {  
  border-radius: 6px; 
  background: transparent; 
} 

#portal_tabsignin a::before,
#site-footer__contact .item ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

#portal_tabsignin a::before {
  border-radius: 40px;
    background: linear-gradient(130deg, #3BB8EB 63%, #1760DB 100%) 41% 62% no-repeat;
}

#site-footer__contact .item ::before {
  border-radius: 6px;
  background: linear-gradient(130deg, #3BB8EB 0%, #3BB8EB 70%, #1760DB 100%) no-repeat;
}

#portal_tabsignin a:hover::before,
#site-footer__contact .item a:hover::before { 
  opacity: 1;
}

.Header__homeNavbarFixed #navBar {
  z-index: 11;
  transition: all 0.5s ease;
}

#portal_BackHome {
  position: absolute;
  top: 0;
  right: var(--belt-gap);
  z-index: 10;
  background: white;
  border-radius: 0 0 20px 20px;
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 18%);
  line-height: 1;
  max-width: unset;
  transition: all 0.5s ease;
  padding: 0;
  margin: 0;
}

#portal_BackHome a {
  line-height: 30px;
  padding: 20px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1023px) {
  #portal_BackHome a {
    padding: 10px;
  }

  .Header__homeNavbarFixed #portal_BackHome a {
    height: 110px;
  }

  #portal_tabsignin a {
    padding: 10px 20px;
    border-radius: 30px;
  }

  .globalnavopen .globalSignin,
  .globalnavopen .globalSignup {
    line-height: 3.25rem;
  }
}

@media screen and (max-width: 650px) {

  #portal_BackHome,
  #portal_BackHome .Header__tabs__link p {
    display: none;
  }

  .Header__homeNavbarFixed #portal_BackHome {
    display: block;
  }
}

.commonStyle__zt3BrandBg {
  background: transparent linear-gradient(180deg, #3BB8EB 0%, #1760DB 100%) 0% 0% no-repeat padding-box;
}

.SearchContainer__downArrow {
  border-top-color: #1760DB;
}

.Footer__footerCopyrigt {
  background: transparent linear-gradient(180deg, #3BB8EB 0%, #1760DB 100%) 0% 0% no-repeat padding-box;
  transition: all 0.5s ease;
}

.Button__footerBtn {
  background: #3BB8EB;
}

.Button__footerBtn:hover {
  background: #1760DB;
  transition: all 0.5s ease;
}

.Header__header.Header__homeContent {
  min-height: 80vh;
  position: relative;
}

.Header__header {
  background-position: left 100px;
  background-repeat: no-repeat;
  background-size: unset;
}

#navBar,
#navBarContainer {
  height: 200px;
}

.Header__homeNavbarFixed #navBar,
.Header__homeNavbarFixed #navBarContainer {
  height: auto;
}

.Header__homeNavbarFixed .Header__logo img {
  max-height: 40px;
}

.Header__homeContent .Header__searchSection {
  padding: 50px;
  background: white;
  color: black;
}

.Header__globalSearch {
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 18%);
}

.Header__name,
.Header__searchTitle,
.Header__description {
  color: #333;
}

/* ── TEASER VERT OVERLAP (EXAKT NACH DEINEM WUNSCH-ELEMENT) ──────────────── */

.block-teaser-vert-overlap {
  float: left;
  width: 100%;
}

.block-teaser-vert-overlap.aio-grid.spread__full {
  grid-template-rows: 100px minmax(auto, 1fr) 50px 50px;
}

.aio-grid.no-gap--x {
  grid-column-gap: 0;
}

.aio-grid.no-gap--y {
  grid-row-gap: 0;
}

.aio-grid.spread__full {
  display: grid;
  grid-template-columns: 1fr var(--belt-gap) repeat(12, minmax(0, var(--belt-cols))) var(--belt-gap) 1fr;
  grid-row-gap: var(--grid-row-gap);
}

.Header__defaultContent .block-teaser-vert-overlap {
  display: none !important;
}

.Header__defaultContent .block-teaser-vert-overlap .cta-img-box {
  min-height: 600px;
}

.Header__defaultContent .block-teaser-vert-overlap .cta-text-box {
  grid-row: 2/3;
  background: white;
}

.block-teaser-vert-overlap .cta-img-box {
  min-height: 775px;
  grid-column: 1/13;
  grid-row: 1/5;
  z-index: 2;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.block-teaser-vert-overlap .cta-img-box__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-teaser-vert-overlap .cta-img-box.img-mirrored .cta-img-box__img {
  transform: scaleX(-1);
}

.block-teaser-vert-overlap .cta-img-box.small-teaser {
  height: unset;
  min-height: 430px;
}

.block-teaser-vert-overlap .cta-text-box {
  grid-column: 8/15;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 3;
}

.block-teaser-vert-overlap .teaser-bg {
  grid-column: 5 / 17;
  grid-row: 1/ 4;
  z-index: 1;
}

.block-teaser-vert-overlap .teaser-bg.full-height {
  grid-row: 1/ 5;
}

.block-teaser-vert-overlap .teaser-headline {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.block-teaser-vert-overlap .teaser-subline {
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-teaser-vert-overlap .cta-text-box a {
  text-decoration: none;
}

.block-teaser-vert-overlap .cta-text-box code {
  padding-right: 20px;
  font-size: 13px;
}

/* Screenreader-only */
.block-teaser-vert-overlap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block-teaser-vert-overlap .gridaction__content .Header__searchTitle {
  text-align: left;
  margin-top: 0;
}

.block-teaser-vert-overlap .gridaction__content .Header__description {
  text-align: left;
  width: 100%;
}

.block-teaser-vert-overlap .gridaction__content .Header__globalSearch {
  width: 100%;
  max-width: 80%;
  margin-right: auto;
  margin-left: 0;
  margin-top: 2em;
}

/* img-focus Desktop */
@media screen and (min-width: 768px) {
  .block-teaser-vert-overlap .cta-img-box.img-focus-center-lg .cta-img-box__img {
    object-position: center;
  }

  .block-teaser-vert-overlap .cta-img-box.img-focus-left-lg .cta-img-box__img {
    object-position: left;
  }

  .block-teaser-vert-overlap .cta-img-box.img-focus-right-lg .cta-img-box__img {
    object-position: right;
  }
}

@media screen and (max-width: 1023px) {
  .block-teaser-vert-overlap .cta-img-box {
    height: unset;
    min-height: unset;
  }

  .block-teaser-vert-overlap .teaser-subline {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .block-teaser-vert-overlap {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 120px;
    position: relative;
  }

  .block-teaser-vert-overlap .cta-inner {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .block-teaser-vert-overlap .cta-img-box {
    height: 400px !important;
    min-height: auto;
  }

  .block-teaser-vert-overlap .cta-img-box.img-focus-center-sm .cta-img-box__img {
    object-position: center;
  }

  .block-teaser-vert-overlap .cta-img-box.img-focus-left-sm .cta-img-box__img {
    object-position: left;
  }

  .block-teaser-vert-overlap .cta-img-box.img-focus-right-sm .cta-img-box__img {
    object-position: right;
  }

  .block-teaser-vert-overlap .cta-text-box {
    width: auto;
    max-width: unset;
    margin: -100px 0;
    padding: 30px var(--belt-gap);
  }

  .block-teaser-vert-overlap .teaser-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .block-teaser-vert-overlap .teaser-subline {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {

  .Header__navopen .Header__navbar .Header__tabsTab,
  .Header__homeNavbarFixed.Header__navopen .Header__navbar .Header__tabsTab {
    line-height: 50px;
  }
}

/* FOOTER */
#site-footer {
  padding-top: 100px;
}

#site-footer a.gridaction__button {
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}

#site-footer__contact {
  grid-column-start: 1;
  grid-column-end: 13;
  margin-top: -140px;
  margin-bottom: 50px;
  gap: var(--belt-gap);
}

#site-footer .box-icon {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #3bb8eb;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}

#site-footer .box-icon img {
  width: 40px;
  z-index: 2;
}

#site-footer .box-icon img.ticket-icon {
  width: 55px;
}

#site-footer .box-icon .icon-bg {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: white;
  border-radius: 80px;
}

#site-footer__contact .item {
  grid-column: span 4;
  text-align: center;
  background: transparent linear-gradient(180deg, #3BB8EB 30%, #1760DB 120%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  transition: all 0.5s ease;
}

#site-footer__contact .item a:hover {
  color: white;
}

.Footer__footerBg {
  display: none;
}

#footerContainer {
  z-index: 1;
  position: relative;
  padding-top: 50px;
}

.aio-wrap {
  display: grid;
  grid-template-columns: 1fr var(--belt-gap) minmax(0, 1280px) var(--belt-gap) 1fr;
}

.aio-wrap .aio-grid.spread__basic {
  grid-column-start: 3;
}

.aio-grid.spread__basic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.aio-grid>.col__12--xl {
  grid-column: span 12;
}

.site-footer {
  background: #394652;
  position: relative;
  color: #FFFFFF;
  padding-top: 80px;
}

.site-footer a {
  color: white;
}

.site-footer a:hover {
  color: #3bb8eb;
}

footer__sitemap {
  display: flex;
  justify-content: space-between;
}

.pe-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pe-siegel {
  max-width: 100%;
  width: auto;
}

.pe-bewertung {
  width: 160px;
  height: 100px;
  margin-top: 5px;
  transition: all 0.5s ease;
}

.pe-link:hover img.pe-bewertung {
  filter: hue-rotate(565deg) saturate(0.4) brightness(1.3);
}

#site-footer__sitemap,
#site-footer__sitemap li {
  line-height: 2rem;
}

#site-footer #site-footer__additional {
  grid-row: 4/5;
  padding: 40px 0 100px 0;
}

#site-footer__additional {
  color: #9EAAAB;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-footer__additional>div {
  width: calc(100% / 5);
}

#site-footer__additional #additional__social {
  width: 50% !important;
  column-gap: 65px;
  align-items: baseline;
  display: flex;
  justify-content: center;
}

#site-footer__additional #additional__social .item {
  position: relative;
}

#site-footer__additional #additional__social .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#site-footer__contact .item {
  border-radius: 6px;
}

#site-footer__contact .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 60px;
  flex-direction: column;
}

#site-footer__contact .item h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
}

#site-footer__contact .item h4 {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#site-footer__additional #additional__social .item img {
  opacity: 0.5;
  transition: all 0.5s ease;
}

#site-footer__additional #additional__social .item:hover img {
  opacity: 1;
  transition: all 0.5s ease;
}

#additional__branding {
  text-align: right;
}

#additional__branding a {
  padding-bottom: 2px;
  color: inherit;
}

#poweredby img {
  -webkit-filter: sepia(1) hue-rotate(160deg);
  filter: sepia(1) hue-rotate(160deg);
  width: 15px;
  height: 15px;
}

#site-footer__sitemap .flex__container {
  width: 80%;
  gap: 120px;
}

.aio-flex.flex__indent--y {
  margin-top: calc(-20px / 2);
  margin-bottom: calc(-20px / 2);
}

.aio-flex .gap--x {
  margin-right: calc(-20px / 2);
  margin-left: calc(-20px / 2);
}

.aio-flex.flow__wrap {
  flex-flow: row wrap;
}

.aio-flex.flex__container {
  grid-column-start: 3;
  display: flex;
}

#site-footer__sitemap {
  display: flex;
  justify-content: space-between;
}

#site-footer__sitemap h4 {
  display: table;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 20px;
}

#site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-footer a {
  text-decoration: none;
}

.AppContainer__backToTop {
  bottom: 30px;
}

@media screen and (max-width: 1080px) {
  #site-footer__sitemap .flex__container {
    gap: 0;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1280px) {
  #site-footer #site-footer__additional {
    margin-left: -40px;
    margin-right: -40px;
    background: rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    flex-flow: column;
  }

  #site-footer__additional>div {
    width: 100%;
    text-align: center;
  }

  #site-footer__additional #additional__social {
    width: 100% !important;
    max-width: 640px;
    order: -1;
  }

  #additional__copyright,
  #additional__branding {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #site-footer__sitemap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
  }

  #site-footer__sitemap .flex__container .item {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #site-footer__sitemap .flex__container .item>div {
    text-align: center;
    display: flex;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  #site-footer__sitemap .flex__container .item {
    width: 100%;
    text-align: center;
  }

  #site-footer__sitemap .flex__container .item h4 {
    display: block;
  }

  #site-footer__contact .item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  #site-footer__sitemap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  #site-footer__sitemap .flex__container {
    width: 100%;
  }

  #site-footer__additional #additional__social {
    flex-direction: column;
    align-items: center;
  }

  #site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 85px;
  }

  .LoginDetail__LogoutDetail {
    flex-direction: column;
    gap: 10px;
  }

  #portal_tabsignin {
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  #site-footer__contact .item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .AppContainer__homePage .ContentList__topicList {
    width: 50%;
    float: left;
  }
}

/* ANMELDE SEITE */
.UserContainer__innerContainer2 .Signin__loginHalf:nth-child(3),
.Signin__agentlogin,
.ForgetPasswordContainer__agentlogin {
  display: none;
}

/* ICONS */
.ModuleCont__moduleCont .ContentBox__boxThree .ContentBox__indexIcon .Icon__icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ModuleCont__moduleCont .ContentBox__boxThree .ContentBox__indexIcon .Icon__icon use {
  display: none !important;
}

.ModuleCont__moduleCont div .ContentBox__boxThree :nth-child(1) .ContentBox__indexIcon .Icon__icon {
  background-image: url(https://www.makler-homepages.de/wp-content/uploads/Handbuch.svg);
}

.ModuleCont__moduleCont div .ContentBox__boxThree:nth-child(2) .ContentBox__indexIcon .Icon__icon {
  background-image: url(https://www.makler-homepages.de/wp-content/uploads/Forum.svg);
}

.ModuleCont__moduleCont div .ContentBox__boxThree:nth-child(3) .ContentBox__indexIcon .Icon__icon {
  background-image: url(https://www.makler-homepages.de/wp-content/uploads/Tickets.svg);
}

.communityList .TopicListRightContainer__widgetRight .TopicListRightContainer__widgetSection:nth-child(2) {
  display: none;
}

.info-box {
  background: #394652;
  color: white;
  padding: 40px;
}

.info-box .KB_New_Editor_Highlights {
  background: transparent linear-gradient(180deg, #3BB8EB 30%, #1760DB 120%) 0% 0% no-repeat padding-box;
  border-right: 5px solid #1760DB;
}

.info-box .KB_New_Editor_Highlights a {
  color: white;
}

.commonStyle__zt3BrandBg.AppContainer__arrowShow {
  height: 62px;
  width: 62px;
  background: #3bb8eb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonStyle__zt3BrandBg.AppContainer__arrowShow svg.Icon__medium {
  width: 40px;
  height: 40px;
}

div#zohohc-asap-web-launcherbox {
  background: #3bb8eb;
}
