* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

html, body {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.75;
}

header {
  background: #f9f9f9;
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  z-index: 999;
}

header .logo-wrapper svg.logo {
  height: 3rem;
  width: auto;
}

header .logo-wrapper .logo {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 600;
}

header nav .menu-item {
  color: #555555;
  font-size: 0.875rem;
  margin-left: 1rem;
  text-decoration: none;
}

.intro-content {
  padding: 15rem 0 10rem 0;
  position: relative;
}

.intro-content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro-content .bg-img img {
  width: 100%;
  height: auto;
}

.intro-content .left h1.title {
  font-size: 5rem;
  line-height: 5rem;
}

.intro-content .left h1.title span {
  color: #d4d4d4;
}

.intro-content .left .subtitle {
  padding: 1rem 0 0 0;
}

.intro-content .right {
  position: relative;
}

.intro-content .right .card {
  background: none;
  border: none;
  color: #ffffff;
}

.intro-content .right .card-bg {
  background-color: #7eca9c;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.angebot {
  padding: 10rem 0;
}

.angebot h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.angebot .themen {
  font-size: 1.375rem;
}

.team {
  background-color: #f9f9f9;
  padding: 10rem 0;
}

.team h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.team .card .avatar {
  width: 50%;
}

.team .card .card-title {
  padding: 0 0 1rem 0;
}

.team .card .card-text p {
  font-size: 0.825rem;
}

.google-maps {
  padding: 10rem 0;
  overflow: hidden;
}

.google-maps h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.google-maps .map {
  width: 100%;
  min-height: 600px;
}

.tarife {
  background-color: #f9f9f9;
  padding: 10rem 0;
}

.tarife h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.tarife .preis {
  font-size: 3rem;
  position: relative;
}

.tarife .preis span {
  font-size: 1rem;
}

.kontakt {
  padding: 10rem 0;
}

.kontakt h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.notfall {
  background-color: #f9f9f9;
  padding: 10rem 0;
}

.notfall h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}
/*# sourceMappingURL=main.css.map */