/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "Poppins Regular";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("assets/fonts/Poppins-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Light";
  src: url("assets/fonts/Poppins-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#primary-menu li a:before,
.legal-pages-menu a:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0px;
  transition: width .3s ease-in;
  background-color: var(--accent);
}
#primary-menu li a:before {
  left: 14px;
  height: 2px;
}
.legal-pages-menu a:before {
  left: 0px;
  height: 1px;
}
#primary-menu li a,
.legal-pages-menu a {
  position: relative;
}
#primary-menu li a:hover:before {
  width: calc(100% - 30px);
}
#primary-menu .menu li:last-child a:hover:before,
.legal-pages-menu a:hover:before {
  width: 100%;
}
.special-h1-inner {
  text-transform: capitalize;
}
body {
  padding-top: 217px;
}
body.admin-bar {
  padding-top: 185px;
}
.site-header {
  position: fixed;
  background-color: var(--base-3);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
p strong {
  font-family: "Poppins Bold";
}
.legal-pages-menu-mob {
  display: none !important;
}
.wp-block-button .wp-block-button__link,
.gform_button.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #e5a000;
  color: #fff;
  font-family: "Poppins Bold";
  border-radius: 29px;
  padding: 7px 37.5px;
  border: 2px solid #e5a000;
  transition: background 1s;
}
.wp-block-button .wp-block-button__link::before,
.gform_button.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 1s;
}
.wp-block-button .wp-block-button__link:hover::before,
.gform_button.button:hover::before {
  left: 100%;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #e5a000;
  color: #e5a000;
}

.bold-title {
  font-family: "Poppins Bold";
}
.general-icon-section {
  position: relative;
}
.general-icon-section:after,
.general-icon-section:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.site-header {
  background-color: var(--global);
}
.site-header .inside-header {
  max-width: 1289px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0 35px 0;
  z-index: 999;
}
.stickyHeader .inside-header {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.3s ease-in-out;
} 
.stickyHeader .header-image  {
  width: 200px;
  transition: 0.3s ease-in-out;
}
#primary-menu .menu li a {
  padding: 0 30px 0 30px;
}
#primary-menu .menu li:last-child a {
  padding: 0 0px 0 30px;
}
#primary-menu .menu li .sub-menu {
  box-shadow: none;
}
.footer-inner-wrap {
  position: relative;
}
.footer-inner-wrap a {
  color: var(--base-3);
  text-decoration: none;
}
.footer-inner-wrap a:hover {
  text-decoration: none;
  color: var(--accent) !important;
}
.footer-grid {
  position: relative;
}
.legal-pages-menu {
  /* position: absolute; */
  bottom: 0;
}
.legal-pages-menu a,
.legal-pages-menu-mob a {
  font-size: 14px;
}
.footer-info p:last-child,
.footer-links p:last-child {
  margin-bottom: 0;
}
.legal-pages h2,
.single-content-wrap h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 38px;
  margin-bottom: 20px;
}
.legal-pages h3 {
  margin-top: 35px;
}
.legal-pages p:last-child {
  margin-bottom: 0;
}
.error404 .site-content {
  padding-top: 100px;
  padding-bottom: 200px;
}
.error404 .entry-header h1 {
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 50px;
}
.error404 .wp-block-button .wp-block-button__link {
  background-color: var(--accent) !important;
  color: var(--base-3) !important;
  border-radius: 29px !important;
  padding: 7px 37.5px;
  border: 2px solid var(--accent) !important;
}
.error404 .wp-block-button .wp-block-button__link:hover {
  background-color: var(--base-3) !important;
  color: var(--accent) !important;
}
.error404 .wp-block-button {
  margin: 0 20px;
}
.hero-section,
.single-header {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}
.hero-home-section {
  background-image: url("assets/images/hero-background.svg");
  min-height: 73vh;
}
.hero-inner-section,
.single-header {
  background-image: url("assets/images/hero_inner.svg");
  min-height: 50vh;
}

.hero-home-section h1,
.hero-home-section p,
.hero-inner-section h1,
.hero-inner-section p {
  color: var(--base-3);
}
.hero-inner-section p:last-child {
  margin-bottom: 0;
}
.hero-home-section p {
  margin-bottom: 49px;
}
.hero-home-section:before {
  background-image: url("assets/images/liacht_stern_hero.svg");
  height: 500px;
  width: 470px;
  left: -235px;
  top: 0px;
}
.hero-home-section:after {
  background-image: url("assets/images/liacht_sonne_hero.svg");
  height: 800px;
  width: 900px;
  right: -550px;
  bottom: -100px;
}
.hero-inner-section:after {
  background-image: url("assets/images/Liacht_Sonne_RGB_inner.svg");
  height: 461px;
  width: 658px;
  right: -430px;
  top: 0;
}
.hero-inner-section:before {
  background-image: url("assets/images/Liacht_Stern_1_RGB_inner.svg");
  height: 448px;
  width: 437px;
  left: -185px;
  bottom: -175px;
}
.hero-inner-kontakt-section:before {
  background-image: url("assets/images/Liacht_Stern_1_RGB_2.svg");
  left: -210px;
}
.hero-inner-kontakt-section:after {
  background-image: url("assets/images/Liacht_Stern_3_RGB_3.svg");
  right: -400px;
}
.hero-inner-kontakt2:before {
  background-image: url("assets/images/Liacht_Stern_3_RGB_K.svg");
  width: 545px;
  height: 483px;
  bottom: -130px;
  left: -190px;
}
.hero-inner-kontakt2:after {
  background-image: url("assets/images/Liacht_Stern_1_RGB_K.svg");
  width: 344px;
  height: 352px;
  right: -160px;
  bottom: 140px;
}
.single-header:before {
  background-image: url("assets/images/singlestar.svg");
  height: 535px;
  width: 522px;
  left: -265px;
  bottom: -240px;
}
.single-header:after {
  background-image: url("assets/images/singlestar_1.svg");
  height: 346px;
  width: 391px;
  right: -130px;
  bottom: 130px;
}
.hero-inner,
.hero-inner-in {
  position: relative;
}
.hero-inner-in p {
  font-size: 22px;
  line-height: 30px;
}
.hero-inner-in a,
.hero-inner a {
  color: var(--base-3);
  text-decoration: none;
}
.home .hero-inner:after {
  right: -60px;
 }

.hero-inner:after {
  background-image: url("assets/images/Liacht_Stern_1_blau_RGB.svg");
  height: 117px;
  width: 114px;
  right: 0px;
  bottom: -120px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-animation: roll-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: roll-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@-webkit-keyframes roll-in-blurred-top {
  0% {
    -webkit-transform: translateY(-800px) rotate(-720deg);
            transform: translateY(-800px) rotate(-720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-top {
  0% {
    -webkit-transform: translateY(-800px) rotate(-720deg);
            transform: translateY(-800px) rotate(-720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.hero-numbers {
  font-family: "Poppins Bold";
  margin-bottom: 0;
  color: var(--accent);
}
.numbers-wrap:before {
  background-image: url("assets/images/Liacht_Stern_2_RGB.svg");
  height: 270px;
  width: 310px;
  left: 150px;
  top: -175px;
}
.orange_wall:after {
  background-image: url("assets/images/Liacht_Stern_blue_RGB.svg");
  height: 196px;
  width: 192px;
  right: 130px;
  top: -95px;
}
.orange_wall {
  background-image: url("assets/images/orange_wall.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 1148px;
  height: 100%;
}
.orange_wall:before {
  background-image: url("assets/images/about_starts.svg");
  height: 354px;
  width: 549px;
  left: -135px;
  bottom: -200px;
}
.about-info-home h2,
.about-info-home p,
.single-header-wrap p,
.single-header-wrap h1 {
  color: var(--base-3);
}
.about-info-home p {
  font-size: 22px;
  line-height: 30px;
}
.about-info-home p:last-child {
  margin-bottom: 0;
}
.about-info-home:before {
  background-image: url("assets/images/about_starts_2.svg");
  height: 201px;
  width: 298px;
  left: -140px;
  top: -200px;
}
.single .site.grid-container {
  max-width: 100%;
}
.single .site.grid-container .site-content {
  padding: 0;
}
.single-header-wrap,
.single-content-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}
.single-header-wrap {
  max-width: 812px;
  text-align: center;
}
.single-content-wrap {
  max-width: 852px;
}
.single-date {
  font-family: "Poppins Bold";
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 23px;
  margin-bottom: 14px;
  position: relative;
  color: var(--accent) !important;
}
.single-date:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: var(--accent);
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single-header-wrap h1 {
  /* max-width: 400px; */
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.single-image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -60px;
}
.single-image img {
  border-radius: 20px;
  /* width: auto;
  min-height: 456px; */
  width: 810px;
  min-height: auto;
  object-fit: cover;
}
.single-news {
  width: 100%;
  padding-bottom: 100px;
}
.single-content-wrap h3,
.single-content-wrap h2 {
  font-family: "Poppins Bold";
  margin-top: 80px !important;
}
.single-content-wrap h3:first-child,
.single-content-wrap h2:first-child {
  margin-top: 0 !important;
}
.floating-button {
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 141px;
  height: 125px;
  text-decoration: none;
  z-index: 500;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.floating-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* box-shadow: 0 0 7px 3px rgb(199 214 226 / 46%); */
  border-radius: 9999px;
  background: var(--global);
  border: 2px solid white;
}
.floating-text {
  font-family: "Poppins Bold";
  position: absolute;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: var(--base-3);
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.floating-button:hover {
  /* box-shadow: 0px 0px 7px 3px rgba(0, 64, 111, 0.55);
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 64, 111, 0.55);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0, 64, 111, 0.55);
  border-radius: 9999px;
  background: var(--global);
  transition: all 0.2s ease-in-out; */
}
.gform_button.button {
  margin-bottom: 0 !important;
}
.gform_footer.top_label {
  padding: 35px 0 0 0 !important;
  margin: 0 !important;
}
.ginput_container input {
  height: 50px;
  border-radius: 20px;
  font-size: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: "Poppins Light";
}
.ginput_container_textarea textarea {
  border-radius: 20px;
  font-size: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: "Poppins Light";
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 36px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px !important;
  line-height: 25px !important;
  margin-bottom: 10px !important;
  padding-left: 15px !important;
  font-family: "Poppins Bold" !important;
}
input::placeholder {
  font-size: 18px;
  color: var(--global);
  font-family: "Poppins Light";
}
textarea::placeholder {
  font-size: 18px;
  color: var(--global);
  font-family: "Poppins Light";
}
.ginput_container input:focus,
.ginput_container textarea:focus {
  outline: none;
}
.gfield--type-choice .ginput_container_consent {
  padding-left: 15px;
  position: relative;
}
.gfield--type-choice .ginput_container_consent label {
  font-size: 18px;
  color: var(--global);
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.ginput_container_consent input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  position: relative;
  cursor: pointer;
  padding-left: 0px !important;
}
.ginput_container_consent input[type="checkbox"]::before {
  content: '-';
  color: transparent;
  display: inline-block;
  height: 18px;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  width: 18px;
  border: 1px solid var(--global);
  background-color: #fff;
}
.ginput_container_consent input[type="checkbox"]:checked::before {
  background-color: #fff;
  content: '\2713';
  text-align: center;
  color: var(--global);
}
/* .gfield--type-choice .ginput_container_consent input {
  height: 0px;
}
.gfield_consent_label::before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid var(--global);
  position: absolute;
  top: 3px;
  left: 11px;
  bottom: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background-color: #fff;
} */
.ginput_container_consent {
  position: relative;
}
.gfield_consent_label {
  padding-left: 10px;
}
/* input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 11px;
  border: 1px solid var(--global);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 9;
  top: 2px;
  left: 1px;
} */
.gfield_validation_message {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
.gform_validation_errors {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 20px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}
.gform_validation_errors h2 {
  font-size: 15px !important;
}
.ginput_container.ginput_container_radio .gchoice {
  display: inline;
}
.gform_wrapper.gravity-theme .land .ginput_container_address span {
  flex: 0 0 100% !important;
  /* padding-left: 0.9804% !important;
  padding-right: 0% !important; */
  padding-left: 0.5% !important;
  padding-right: 0.46% !important;
}
.gform_wrapper.gravity-theme .national .ginput_container_address span {
  flex: 0 0 100% !important;
  padding-left: 0.6% !important;
  padding-right: 0.6% !important;
  display: flex !important;
  width: 100% !important;
}
.gform_wrapper.gravity-theme
  .national
  .ginput_container_address
  span
  span
  .selection {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
.gfield_required_text {
  display: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 100% !important;
}
.gform_wrapper.gravity-theme .land .ginput_container_address {
  position: relative;
  top: -1px;
}
.select2-container,
#input_2_13_6_container,
#input_3_13_6,
#input_3_15_2_container {
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
}
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid rgba(0, 64, 111, 0.1);
  border-radius: 20px;
  padding-left: 20px !important;
  color: var(--global);
  background-color: rgba(0, 64, 111, 0.1);
  border-color: rgba(0, 64, 111, 0.1);
}
#select2-input_3_15_2-container {
  padding: 9px 20px 9px 0 !important;
  color: var(--global);
  font-size: 18px !important;
  font-family: "Poppins Light";
}
#select2-input_2_13_6-container,
#select2-input_3_13_6-container {
  padding: 9px 20px !important;
  color: var(--global);
  font-size: 18px !important;
  font-family: "Poppins Light";
}
.select2-search--dropdown {
  display: none !important;
}
.select2-container--open .select2-dropdown--below,
.select2-results__option[aria-selected] {
  border: 1px solid rgba(0, 64, 111, 0.1);
}
.select2-dropdown {
  border-radius: 0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 320px !important;
}
.select2-results__option {
  font-family: "Poppins Light";
  padding: 16px 23px;
  color: var(--global);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: rgba(0, 64, 111, 0.1);
}
.select2-results__option:first-child {
  padding-top: 26px !important;
}
.select2-results__option:last-child {
  padding-bottom: 26px !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--base-3);
  color: var(--global);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: relative;
  border-color: transparent !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  content: "";
  background-image: url("assets/images/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
  width: 12px;
  position: absolute;
  top: 9px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gfield_radio {
  display: flex;
  list-style-type: none;
  padding: 0;
  flex-direction: row;
}
.gfield_radio .gchoice {
  margin: 0 15px 0 0;
  width: 100%;
  position: relative;
  display: flex;
}
.gfield_radio .gchoice label {
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 64, 111, 0.1);
}
.gfield_radio .gchoice input {
  height: 0px;
}
.gfield_radio .gchoice label,
.gfield_radio .gchoice input {
  left: 0;
  right: 0px;
  bottom: 0;
  max-width: 100% !important;
  border-radius: 20px;
  font-size: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: "Poppins Light";
}
.gfield_radio input[type="radio"] {
  opacity: 0.01;
  display: flex !important;
  z-index: 100;
}
.gfield_radio input[type="radio"]:checked + label,
.gfield_radio label:hover {
  background: var(--global);
  color: var(--base-3);
}
.gfield_radio label {
  padding: 5px;
  border: 1px solid rgba(0, 64, 111, 0.1);
  cursor: pointer;
  z-index: 90;
}
span.dropdown-wrapper {
  position: absolute;
}
.hero-home-section {
  overflow: hidden;
}
.number {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 0px;
  font-family: "Poppins Bold";
}
.hero-numbers {
  font-size: 22px;
  line-height: 30px;
  font-family: "Poppins Bold";
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.page-id-67 .floating-button,
.page-id-69 .floating-button {
  display: none;
}
.ginput_container.ginput_container_consent input {
  min-height: 1px;
  line-height: 1px;
  position: relative;
  top: -2px;
}
.ginput_container.ginput_container_consent input:focus {
  outline: none;
}
.gfield_radio .gchoice:last-child {
  margin-right: 0;
}
.gfield--type-signature {
  z-index: 9;
}
.gfield_consent_description {
  margin-bottom: 20px !important;
}
.logo-box img {
  height: 54px;
  display: flex;
}
.logos-section {
  margin-top: 60px;
}
@media (min-width:1600px) {
  /*Animation*/
  .hero-home-section::before {
    left: -470px; 
    animation: slideLeft 1.2s ease-in-out forwards;
  }
  .hero-home-section:after {
    right: -900px;
    animation: slideRight 1.2s ease-in-out forwards;
  }
  @keyframes slideLeft {
    0% {
      left: -470px; 
    }
    100% {
      left: -235px; 
    }
  }
  @keyframes slideRight {
    0% {
      left: -900px;
    }
    100% {
      right: -550px; 
    }
  }
  .hero-inner-section:before {
    left: -437px; 
    animation: slideInnerLeft 1.2s ease-in-out forwards;
  }
  .hero-inner-section:after {
    right: -658px;
    animation: slideInnerRight 1.2s ease-in-out forwards;
  }
  @keyframes slideInnerLeft {
    0% {
      left: -437px; 
    }
    100% {
      left: -185px; 
    }
  }
  @keyframes slideInnerRight {
    0% {
      left: -658px;
    }
    100% {
      right: -430px; 
    }
  } 
  .hero-inner-kontakt2:after {
    right: -344px;
    animation: slideInnerKRight 1.2s ease-in-out forwards;
  }
  @keyframes slideInnerKRight {
    0% {
      left: -344px;
    }
    100% {
      right: -160px; 
    }
  }
  .hero-inner-kontakt2:before {
    left: 545px;
    animation: slideInnerKLeft 1.2s ease-in-out forwards;
  }
  @keyframes slideInnerKLeft {
    0% {
      left: -545px; 
    }
    100% {
      left: -190px; 
    }
  }
}
/*BIG SCREENS*/
@media (min-width: 1925px) {
  .hero-section {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .hero-home-section {
    min-height: 80vh;
  }
  .hero-inner-section {
    min-height: 58vh;
  }
  .hero-inner,
  .hero-inner-in {
    padding-top: 0 !important;
  }
  .hero-home-section:after {
    bottom: 0px;
  }
  .hero-home-section:before {
    height: 535px;
    width: 500px;
    left: -245px;
    top: 16px;
  }
  .numbers-wrap:before {
    height: 355px;
    width: 417px;
    left: 159px;
    top: -230px;
  }
  .orange_wall {
    min-height: 1480px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1700px) and (min-width: 1024px) {
  .hero-inner-in p {
    font-size: 18px;
    line-height: 26px;
  }
  .orange_wall,
  .news-wrapper,
  .numbers-wrap {
    padding-left: 36px;
    padding-right: 36px;
  }
  .hero-inner:after {
    height: 85px;
    width: 67px;
    right: 13px;
  }
  .orange_wall {
    padding-top: 130px;
  }
  .about-info-home:before {
    height: 99px;
    width: 167px;
    left: 0;
    top: -133px;
  }
  .orange_wall:before {
    height: 295px;
    width: 441px;
    left: -117px;
    bottom: -170px;
  }
  .orange_wall:after {
    height: 130px;
    width: 130px;
    right: 130px;
    top: -55px;
  }
  .hero-home-section:before {
    height: 300px;
    width: 250px;
    left: -126px;
    top: 90px;
  }
  .hero-home-section:after {
    height: 466px;
    width: 400px;
    right: -210px;
    bottom: 49px;
  }
  .numbers-wrap:before {
    height: 180px;
    width: 210px;
    left: 150px;
    top: -117px;
  }
  .hero-inner-kontakt-section:after {
    right: -207px;
    width: 381px !important;
    height: 295px !important;
  }
  .site-header .inside-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-inner-kontakt2:before {
    width: 300px;
    height: 270px;
    bottom: -85px;
    left: -100px;
  }
  .hero-inner-kontakt2:after {
    width: 225px;
    height: 230px;
    right: -110px;
  }
  .hero-inner-section:before {
    height: 310px;
    width: 300px;
    left: -135px;
    bottom: -140px;
  }
  .hero-inner-section:after {
    width: 461px;
    height: 305px;
  }
  .hero-inner-section:after {
    width: 231px;
    height: 237px;
  }
}
@media (max-width: 1024px) and (min-width: 1023px) {
  .legal-pages-menu {
    display: none !important;
  }
  .legal-pages-menu-mob {
    display: flex !important;
  }
  .news.posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*Tablet*/
@media (max-width: 1023px) {
  .news.posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-header {
    min-height: 40vh;
  }
  .gfield_consent_label {
    padding-left: 3px;
  }
  .single-header {
    overflow: hidden;
  }
  .hero-numbers {
    font-size: 20px;
  }
  .number {
    font-size: 70px;
    line-height: 74px;
  }
  body {
    padding-top: 122px;
  }
  body.admin-bar {
    padding-top: 92px;
  }
  .legal-pages-menu {
    display: none;
  }
  .legal-pages-menu-mob {
    display: flex !important;
  }
  .footer-grid .wp-block-site-logo img {
    width: 146px;
  }
  .legal-pages-menu a,
  .legal-pages-menu-mob a {
    font-size: 12px;
  }
  .map-li {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .map-li img {
    width: 190px;
  }
  .orange_wall {
    min-height: 790px;
  }
  .about-info-home {
    z-index: 9;
  }
  .hero-home-section p,
  .hero-inner-section p,
  .single-header-wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .orange_wall:before {
    height: 177px;
    width: 209px;
    left: -50px;
    bottom: -112px;
  }
  .about-info-home:before {
    height: 90px;
    width: 85px;
    left: 12px;
    top: -80px;
  }
  .orange_wall:after {
    height: 75px;
    width: 75px;
    right: 36px;
    top: -35px;
  }
  .numbers-wrap:before {
    height: 150px;
    width: 175px;
    left: 70px;
    top: -93px;
  }
  .hero-home-section:before,
  .hero-inner-section:after {
    display: none;
  }
  .hero-home-section:after {
    background-image: url("assets/images/Liacht_Sonne_RGB_inner.svg");
    height: 159px;
    width: 178px;
    right: -105px;
    bottom: 65px;
  }
  .hero-inner:after {
    height: 55px;
    width: 55px;
    right: inherit;
    left: 20px;
    bottom: -35px;
  }
  .hero-inner:before {
    background-image: url("assets/images/Liacht_Stern_1_blau_RGB.svg");
    height: 66px;
    width: 68px;
    left: 40%;
    top: -10px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .site-header .inside-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 36px;
    /* transition: 0.3s ease-in-out; */
  }
  .site-header .header-image {
    width: 146px;
 
  }
  .floating-button {
    bottom: 35px;
    right: 35px;
    width: 100px;
    height: 90px;
  }
  .floating-text {
    font-size: 16px;
    line-height: 20px;
  }
  .hero-home-section {
    min-height: 54vh;
  }
  .slideout-menu-footer #menu-main-menu-1 {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: 51px;
  }
  .slideout-menu-logo {
    top: 30px;
    left: 36px;
    position: absolute;
  }
  .slideout-menu-logo img {
    width: 146px;
  }
  .slideout-navigation.do-overlay .inside-navigation {
    padding: 30px 36px !important;
    max-width: 100% !important;
    align-items: inherit !important;
    position: relative;
  }
  button.slideout-exit.has-svg-icon {
    padding: 0 !important;
    display: flex !important;
    justify-content: end;
    position: relative !important;
    top: 10px !important;
  }
  .gp-icon.icon-menu-bars svg {
    height: 26px;
    width: 45px;
  }
  button.menu-toggle {
    padding: 0;
  }
  .slideout-navigation .gp-icon svg {
    height: 36px !important;
    width: 36px !important;
    fill: var(--base-3) !important;
  }
  #generate-slideout-menu {
    background-color: var(--global) !important;
  }
  .slideout-menu-content {
    display: flex;
    margin-top: 150px;
    justify-content: center;
  }
  .slideout-menu-footer #menu-main-menu-1 li a {
    color: var(--base-3) !important;
    font-size: 32px;
    line-height: 50px;
    font-family: "Poppins Bold";
  }
  #generate-slideout-menu:before {
    background-image: url("assets/images/Liacht_Stern_1_RGB_MOB.svg");
    height: 144px;
    width: 140px;
    left: -65px;
    bottom: 160px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  #generate-slideout-menu:after {
    background-image: url("assets/images/Liacht_Sonne_RGB_MOB1.svg");
    height: 227px;
    width: 255px;
    right: -125px;
    bottom: -80px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .slideout-menu-footer,
  #generate-slideout-menu {
    overflow: hidden;
  }
  .slideout-menu-footer:after {
    background-image: url("assets/images/STAR_MOB.svg");
    height: 127px;
    width: 143px;
    right: -40px;
    top: 115px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .hero-inner-section:before {
    height: 110px;
    width: 108px;
    left: -53px;
    bottom: -45px;
  }
  .single-header:after {
    height: 83px;
    width: 94px;
    right: -11px;
    top: 10px;
  }
  .single-header:before {
    display: none;
  }
  .single-image:before {
    background-image: url("assets/images/Liacht_Stern_1_RGB_MOB.svg");
    height: 104px;
    width: 101px;
    left: -49px;
    top: -5px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .hero-inner-section {
    min-height: 36vh;
  }
  .single-header {
    min-height: 42vh;
  }
  .single-header-wrap,
  .single-content-wrap {
    max-width: 100%;
    padding-top: 20px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .single-content-wrap {
    padding-top: 0px !important;
    position: relative;
    top: -50px;
  }
  .single-image {
    position: relative;
    padding: 50px 36px 0 36px;
    top: -130px;
  }
  .single-image img {
    width: auto;
    min-height: 170px;
  }
  .single-content-wrap h3,
  .single-content-wrap h2 {
    margin-top: 48px !important;
  }
  .single-news {
    padding-bottom: 20px;
  }
  h2,
  h1 {
    hyphens: auto;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    padding-left: 10px !important;
  }
  .special-kontakt:before {
    height: 100px;
    width: 113px;
    left: -20px;
    bottom: -35px;
  }
  .special-kontakt:after {
    background-image: url("assets/images/Liacht_Stern_1_RGB_MOB.svg");
    height: 48px;
    width: 48px;
    right: 5px;
    top: 0px;
    display: block;
  }
  .legal-pages h2,
  .single-content-wrap h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-inner-section {
    min-height: 90vh;
  }
  .hero-home-section {
    min-height: 150vh;
  }
}

/*Mobile*/
@media (max-width: 768px) {
  .news.posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .logos-section {
    margin-top: 50px;
  }
  .logo-box img {
    height: 40px;
    width: 100%;
  }
  .has-inline-mobile-toggle.stickyHeader .inside-header {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
  } 
  .has-inline-mobile-toggle.stickyHeader .header-image {
    width: 100px;
    transition: 0.3s ease-in-out;
  }
  .floating-button {
    bottom: 3px;
    right: 10px;
  }
  #span#input_3_13_6_container {
    line-height: 50px !important;
    height: 50px;
  }
  .gfield--type-consent,
  .ginput_container_consent {
    width: 100%;
  }
  .single-header:after {
    height: 60px;
    width: 60px;
  }
  .gfield_radio .gchoice label,
  .gfield_radio .gchoice input {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .gfield_consent_label {
    padding-left: 3px;
  }
  .number {
    font-size: 46px;
    line-height: 60px;
  }
  .hero-numbers {
    font-size: 18px;
  }
  .single-header-wrap {
    padding-bottom: 20px;
  }
  .single-header-wrap p {
    margin-bottom: 12px;
  }
  .single-date {
    padding-bottom: 18px;
  }
  #input_3_13_6_container b:after {
    top: 5px !important;
  }
  #input_3_13_6_container .select2-container--open b:after {
    top: 9px !important;
  }
  body.admin-bar {
    padding-top: 76px;
  }
  .hero-home-section {
    min-height: 85vh;
  }
  .hero-inner-section {
    min-height: 67vh;
  }
  .single-header {
    min-height: 73vh;
  }
  .legal-pages h2,
  .single-content-wrap h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 33px !important;
  }
  .map-li img {
    width: 190px;
  }
  .wp-block-button .wp-block-button__link,
  .gform_button.button {
    font-size: 15px;
    padding: 1px 20px;
  }
  .about-info-home p {
    font-size: 18px;
    line-height: 26px;
  }
  .gform_wrapper.gravity-theme .gfield_label,
  .gfield--type-choice .ginput_container_consent label {
    font-size: 15px !important;
  }
  .ginput_container input,
  .ginput_container_textarea textarea,
  #select2-input_3_15_2-container,
  .gfield_radio .gchoice label,
  .gfield_radio .gchoice input {
    font-size: 15px !important;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 5.5px !important;
  }
  div#input_3_15 {
    height: 50px;
  }
  .spacer.gfield {
    display: none !important;
  }
  .gfield--type-choice .ginput_container_consent input {
    padding: 0 !important;
  }
}
