/**
Theme Name: Astra Child healthMUT
Author: healthMUT
Author URI: https://healthmut.de
Description: healthMUT Landingpage
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/poppins-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.ccm-settings-summoner--link {
  display: none !important;
}

body {
font-family: 'Poppins', sans-serif !important;
}

h1 {
  font-size: 2.75rem !important;
  font-weight: 400 !important;
  line-height: 3.75rem !important;
}

h2 {
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 3.125rem !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 2.25rem !important;
}

h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
}

h5 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

h6 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  color: #177C83 !important;
  margin-bottom: 0 !important;
}

p, li {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #000 !important;
}

.wp-element-button {
  background-color: #177C83 !important;
  border-radius: 9999px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 6px 6px 6px 20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.wp-element-button::after {
	background-color:#fff;
	content: "";
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 9999px;
  background-image: url("../../img/arrow_right_alt.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.wp-element-button:hover {
  background-color: #509BA0 !important;
}

ul li {
  margin-bottom: 8px !important;
}

details {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
}

summary {
  list-style: none;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  font-size: 24px;
  color: #509BA0;
  transition: transform 0.3s ease;
}

details[open] summary::after {
  content: '–';
}

details p {
  margin-top: 12px !important;
  font-size: 0.875rem !important;
  color: #535353 !important;
  line-height: 1.25rem !important;
}

#ast-scroll-top {
  display: none !important;
}




.menu-block {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 24px !important;
}

.menu-block figure {
  margin: 0 !important;
  padding: 0 !important;
}

.menu-block img {
  height: 48px;
  width: auto;
}

.hero-block {
  height: 100vh;
  min-height: 500px;
  text-align: left;
  padding: 60px 120px !important;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-block img {
  object-position: 25% 0%;
}

.hero-block h1 {
  margin-bottom: 10px !important;
}

.hero-block .highlight {
  color: #177C83 !important;
}

.hero-block p {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}

.hero-block .wp-block-cover__background {
  opacity: 0;
}



.columns-tiles-block {
  background-color: #177C83;
  color: #fff !important;
  padding: 80px 120px 90px 120px !important;
}

.columns-tiles-block .wp-block-columns {
  gap: 150px;
}

.columns-tiles-block h2 {
  color: #fff !important;
}

.columns-tiles-block h6 {
  color: #fff !important;
  opacity: 0.5;
}

.columns-tiles-block img {
  flex: 1 1 auto;
  border-radius: 20px;
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.columns-tiles-block figure {
  margin: 0;
}

.columns-tiles-block .tiles-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.columns-tiles-block .tiles-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.columns-tiles-block li {
  color: #fff !important;
}




.info-box {
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0;
  padding: 20px;
  text-align: center;
  width: 200px;
  height: 200px;
}

.info-box.white {
  background-color: #ffffff;
}

.info-box.white h4, .info-box.white p {
  color: #177C83 !important;
}

.info-box.teal {
  background-color: #509BA0;
}

.info-box.teal h4, .info-box.teal p {
  color: #ffffff !important;
}

.info-box h4 {
  margin-bottom: 8px;
}

.info-box p {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 0;
}

.info-box .kpi {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.columns-tiles-block .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.teaser-block {
  background-color: #fff;
  padding: 70px 120px 80px 120px !important;
}

.teaser-block .wp-block-columns {
  margin-top: 44px;
}

.teaser {
  text-align: center;
  padding: 32px;
  border-radius: 20px;
  height: 230px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  justify-content: center;
}

.teaser.light {
  background-color: #D6E5E6;
  color: #177C83 !important;
}

.teaser.dark {
  background-color: #177C83;
  color: #fff !important;
}

.teaser.gray {
  background-color: #868686;
  color: #fff !important;
}

.teaser figure {
  margin-top: -10px !important;
}

.teaser img {
  opacity: 0.5;
}

.teaser h3 {
  color: #fff !important;
  margin: 0;
}

.teaser.light h3, .teaser.light p {
  color: #177C83 !important;
}

.teaser p {
  opacity: 0.7;
  margin: 0;
  font-size: 0.875rem !important;
  color: #fff !important;
}

.teaser .arrow-right {
  position: absolute;
  right: 24px;
  bottom: 16px;
}

.teaser-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.teaser-link a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

.teaser-link a:hover {
  background-color: rgba(0,0,0,0.2);
}

.text-image-block {
  background-color: #D6E5E6;
  color: #fff !important;
  padding: 80px 120px 90px 120px !important;
}

.text-image-block img {
  border-radius: 20px;
}

.text-image-block h5 {
  margin-bottom: 0;
}

.text-image-block p {
  color: #535353 !important;
  margin-top: 0;
}

.solutions-block {
  background-color: #fff;
  padding: 70px 120px 80px 120px !important;
}

.solutions-block .wp-block-button {
  margin-top: 32px !important;
}

.intro {
  font-weight: 500;
  text-align: center;
  max-width: 700px;
  margin-bottom: 50px !important;
}

.check-list {
  border-radius: 20px;
  border: 1px solid #C0D9D8;
  background-color: #fff;
  padding: 30px;
}

.check-list h3 {
  color: #177C83;
  font-weight: 600;
}

.check-list ul, .logo-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.check-list li, .logo-block li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px !important;
}

.check-list li::before, .logo-block li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  background-image: url('../../img/checkmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-block {
  background-color: #D6E5E6;
  padding: 80px 120px 90px 120px !important;
}

.faq-block .wp-block-columns {
  margin-top: 44px;
}

.logo-image-block .wp-block-columns {
    align-items: flex-start !important;
}

.logo-image-block img {
  border-radius: 20px;
}

.logo-block figure {
  height: 150px;
  padding: 0 40px;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
}

.logo-block img {
  border-radius: 0;
}

.caption {
  font-size: 12px !important;
  color: #535353 !important;
  margin-top: 10px !important;
  margin-bottom: 32px !important;
}

.text-details-block {
  border-top: 1px solid #D6E5E6;
}

.text-details-block h3 {
  color: #177C83 !important
}

.text-details-block details {
  background-color: #D6E5E6;
}

.image-grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}

.image-grid-block figure {
  margin: 0;
}

.image-grid-block .img1 {
  grid-column-end: span 2;
}

.footer-block {
  background-color: #177C83;
  padding: 30px 120px 40px 120px !important;
}

.footer-block .wp-block-columns {
  justify-content: space-between !important;
}

.text-footer {
  flex-grow: 2 !important;
}

.footer-block h2 {
  color: #fff !important;
  font-size: 2rem !important;
  margin-bottom: 12px !important;
}

.footer-block p {
  color: #fff !important;
  margin-top: 12px !important;
}

.footer-block .wp-element-button {
  background-color: #fff !important;
  color: #177C83 !important;
}

.footer-block .wp-element-button:hover {
  background-color: #C0D9D8 !important;
}

.footer-block .wp-element-button::after {
	background-color:#177C83;
  background-image: url("../../img/arrow_white.svg");
}

.links-block {
  background-color: #177C83;
  padding: 16px 120px 16px 120px !important;
  border-top: 1px solid #509BA0;
}

.links-block p, .links-block p a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.875rem !important;
  opacity: 0.75;
}

.datenschutz-block {
  padding: 120px 120px 80px 120px !important;
  max-width: 1200px !important;
}




@media screen and (min-width: 801px) and (max-width: 1200px) {

  .hero-block {
    padding: 40px 60px !important; 
    height: 75vh;
    min-height: 300px;
  }

  .columns-tiles-block, .teaser-block, .text-image-block, .solutions-block, .faq-block, .footer-block, .logo-image-block, .text-details-block {
    padding: 60px 60px 70px 60px !important;
  }

  .datenschutz-block {
    padding: 120px 60px 60px 60px !important;
  }

  .columns-tiles-block .wp-block-columns {
    gap: 60px;
  }

  .columns-tiles-block img {
    height: 130px;
  }

  .info-box {
    width: 130px;
    height: 130px;
  }

  .teaser {
    height: 300px;
  }

  .solutions-block .wp-block-columns {
    gap: 15px;
  }

  .check-list {
    padding: 15px;
  }

  .check-list li::before, .logo-block li::before {
    background-size: 50%;
    background-position: 0% 50%;
  }

  .check-list li {
    padding-left: 25px;
  }

  .text-footer {
    flex-grow: 1 !important;
  }

  .links-block {
    padding: 16px 60px !important;
  }


}





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

  h1 {
    font-size: 2rem  !important;
    line-height: 2.75rem !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 2.75rem !important;
  }

  h6 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .menu-block {
    padding: 16px !important;
  }

  .hero-block {
    padding: 32px 16px !important;
    height: 75vh;
    min-height: 300px;
  }

  .hero-block p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .columns-tiles-block, .teaser-block, .text-image-block, .solutions-block, .faq-block, .footer-block {
    padding: 30px 16px 40px 16px !important;
  }

  .datenschutz-block {
    padding: 120px 16px 40px 16px !important;
  }

  .links-block {
    padding: 16px !important;
  }

  .columns-tiles-block .wp-block-columns {
    gap: 24px;
    flex-direction: column-reverse;
  }

  .columns-tiles-block img {
    height: 150px;
  }

  .columns-tiles-block .tiles-block {
    gap: 10px;
  }

  .columns-tiles-block .tiles-row {
    gap: 10px;
  }

  .info-box {
    width: 150px;
    height: 150px;
  }

  .teaser-block .wp-block-columns {
    margin-top: 24px;
    gap: 16px;
  }

  .teaser {
    height: 180px;
  }

  .intro {
    margin-bottom: 24px !important;
  }

  .solutions-block .wp-block-columns {
    gap: 0x;
  }

  .check-list {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #C0D9D8;
    padding: 8px 0;
  }

  .faq-block .wp-block-columns {
    margin-top: 24px !important;
    gap: 24px;
  }

  .logo-block figure {
    height: 120px;
  }
  

}
