/*
   Theme Name: GBSt Main Child Theme One
   Description: Template MAIN CHILD ONE
   Author: 3-mal-1 GmbH
   Author URI: https://3-mal-1.de
   Template: main_theme--core
   Version: 1.0
*/
/* Imports Vars & Fonts */
@import url("assets/style.css");

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

*[name] {
  font-family: 'TitilliumWeb' !important;
}

.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

[id^="cb_post_teaser_"] .box-link-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff26;
  z-index: 1;
}

[id^="cb_post_teaser_"] .box-link-row+img {}

[id^="cb_post_teaser_"] .box-link-row~figcaption {
  z-index: 2;
  background-color: #fff;
}

#start-event_slider .uk-slideshow-items li {
  text-align: center;
  align-items: center;
  border: 1px solid rgba(255, 0, 0, 0.21);
  padding: 0.5rem;
  flex-flow: column nowrap;
  justify-content: center;
  background: rgb(246, 231, 219);
}

#start-event_slider .uk-slideshow-items li.uk-active,
#start-event_slider .uk-slideshow-items li.uk-transition {
  display: inline-flex;
}

#start-event_slider .uk-slideshow-items .uk-transition {}

#mygbst_home *[id^="response"]>div>h3+div {
  display: none;
}

.bezirk_link_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.font-Caveat {
  font-family: 'HandOfSean' !important;
  letter-spacing: 1px;
}

.font-Erika {
  font-family: 'liebe_erika' !important;
  letter-spacing: 1px;
}

.menu-category {
  flex-wrap: wrap !important;
}

.menu-category>.wp-block-column {
  flex: 48%;
  margin-bottom: 2em !important;
}

.menu-category>.wp-block-column:nth-child(even) {
  margin-left: 2em !important;
}

.wp-block-cover__inner-container {
  text-align: center;
}

div#ServiceCorner .tbox_header.icon {
  aspect-ratio: 1/0.7;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

div#ServiceCorner>div>div>a:hover {
	text-decoration: none; 
}

.wohnungsangebote>li>a {
  font-size: 3rem;
  font-family: 'liebe_erika';
  margin-top: 10px;
  display: block;
}

.wohnungsangebote>li>a+.wp-block-latest-posts__post-date {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.wp-residential-area-cards-left-txt-container>ul,
.wp-residential-area-cards-right-txt-container>ul {
  margin-left: 2em;
}

.hyphme {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.cal .tagHeader>div {
  font-weight: 400 !important;
  text-shadow: 0px 0px 0.5px black;
  color: #4a4a4a;
}

#toNews {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d61736;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 0.5px #ffffff24;
  text-transform: uppercase;
  padding: 0.5rem 0;
}

#toNews span {
  padding: 0 1rem;
}

#toNews:before,
#toNews:after {
  content: '';
  height: 1px;
  background: #fff;
  flex-grow: 1;
  align-self: center;
}

#FirstConstellation .content-wrapper {
  height: 100%;
  padding: 3rem 1.5rem 5rem 1.5rem;
  opacity: 1;
}

#FirstConstellation img.icon_servicewohnungen {
  left: 3em;
}

#FirstConstellation img.icon_kalender {
  right: 5em;
  top: 2em;
}


@media (max-width: 950px) {
  #FirstConstellation .content-wrapper {
    /* height: unset; */
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
}

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

  #FirstConstellation img.icon_servicewohnungen {
    width: 85px;
    left: 1em;
  }

  #FirstConstellation img.icon_kalender {
    width: 85px;
    right: 1em;
  }


}

@media (max-width: 639px) {
  #FirstConstellation img.icon_kalender {
    right: 1em;
    top: -2.2em;
  }
}

@media (max-width: 599px) {
  .menu-category>.wp-block-column:nth-child(even) {
    margin-left: 0 !important;
  }

  #FirstConstellation .uk-slideshow-items h3+p {
    display: none;
  }

  #FirstConstellation .uk-slideshow-items .uk-overlay {
    margin-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}