
 
  .itsme {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
 
  .itsme__about-hello {
    font-family: 'Rock Salt', cursive;
    grid-row: 1;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .itsme__about-intro {
    grid-row: 3;
    font-family: Montserrat, sans-serif;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    max-width: 80%;
  }
  .itsme__h1 {
    margin-bottom: -0.9rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    
  }
  .itsme__img {
    grid-row: 2;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: auto;
    max-width: 80%;
}
.itsme__about-link {
    text-decoration: none;
    color: #444a4b;
    font-weight: bold;
}

.strategie__text::before {
  content: "";
  display: flex;
  width: 0.2rem;
  height: 7.5rem;
  background-color: #723D46;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.strategie__text::after {
  content: "";
  display: flex;
  width: 0.2rem;
  height: 7.5rem;
  background-color: #723D46;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.strategie {
  display: grid;
  background: rgb(112,127,131);
background: radial-gradient(circle, rgba(112,127,131,0.7959558823529411) 34%, rgba(165,181,176,1) 100%);
 
}
.strategie__text {
  font-family: 'Rock Salt', cursive;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#leistungen__h2{
  font-family: inherit;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}
.angebot__container {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(8rem, 100%), 1fr));
    grid-template-rows: auto;
    gap: 1.5rem;
    align-self: center;
    justify-items: center;
    padding-top: 3rem;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-left: auto;
    margin-right: auto;
  }
.angebot__item-one {
  align-self: top;
  justify-self: center;
  margin-bottom: 2rem;
}
.angebot__item-two {
  align-self: top;
  justify-self: center;
  margin-bottom: 2rem;
}
.angebot__item-three {
  align-self: top;
  justify-self: center;
  margin-bottom: 2rem;
}
.card {
  max-width: 14rem;
}
.card__heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: .2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.card__text {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}


.kontaktaufnahme {
  display: flex;
  justify-content: center;
}

.button__kontakt {
  display: inline-block;
  font-family: inherit;
  font-weight: bolder;
  font-size: 1.2rem;
  background-color: #723D46;
  color: #f4f4f4;
  border-radius: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3rem 1.6rem 0.3rem 1.6rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  
}

.kontaktaufnahme {
  display: flex;
  justify-content: center;
}

.button__mehrerfahren {
  display: inline-block;
  font-family: inherit;
  font-weight: bolder;
  font-size: 1.2rem;
  background-color: #ded7d4;
  color: #444a4b;
  border-radius: 1rem;
  text-decoration: none;
  
  padding: 0.1rem 1.6rem 0.3rem 1.6rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
}

@media (min-width: 75em) {
.itsme {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
.itsme__about {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  text-align: left;
  padding-left: 4rem;

}
a.itsme__about-link:hover {
  color: #7b7ba6;
}
 
.itsme__img {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1rem 0rem 1rem 1rem;
  height: 100%;
  width: auto;
}
.itsme__textarea {
  justify-self: flex-start;
}
.itsme__about-hello {
  font-family: 'Rock Salt', cursive;
  grid-column: 2;
  grid-row: 1;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  text-align: left;
  font-size: 2rem;
}
.itsme__about-intro::before {
content: "";
display: flex;
height: 0.15rem;
width: 9.5rem;
background-color: #444a4b;
margin-top: 3rem;
margin-left: 0;
margin-bottom: 1rem;

}
.itsme__about-intro {
  font-family: inherit;
  margin-left: 0;
  margin-right: auto;
  grid-column: 2;
  grid-row: 1;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 4rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.itsme__h1 {
  font-family: inherit;
  font-weight: bold;
  margin-bottom: -0.9rem;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  
}

.kontaktaufnahme {
  display: flex;
  justify-content: center;
}

.button__mehrerfahren {
  display: inline-block;
  font-family: inherit;
  font-weight: bolder;
  font-size: 1rem;
  background-color: #723D46;
  color: #f4f4f4;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
}


#leistungen__h2 {
  font-family: inherit;
  font-size: 3rem;
  text-align: center;
  padding-top: 5rem;
  color: #444a4b;
}
#leistungen__h2::after {
  content: "";
  display: flex;
  height: 0.2rem;
  width: 9.5rem;
  background-color: #444a4b;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; 
}
.angebot__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(6rem, 100%), 1fr));
  gap: 2rem;
  align-self: center;
  justify-items: center;
  padding-top: 3rem;
  padding-left: 12rem;
  padding-right: 12rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.angebot__item-one {
  align-self: top;
    justify-self: center;

  }
.angebot__item-two {
    align-self: top;
    justify-self: center;
    
  }
  .angebot__item-three {
    align-self: top;
    justify-self: center;
    
  }
.card__body {
  padding-top: 0.4rem;
}
.card__heading {
  color: #444a4b;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card {
  max-width: 22rem;
  height: 28rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 0
}
.card__text {
  color: #444a4b;
  font-size: 1.3rem;
  margin-top: 0;
  padding-top: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kontaktaufnahme {
  display: flex;
  justify-content: center;
}

.button__kontakt {
    display: inline-block;
    font-family: inherit;
    font-weight: bolder;
    font-size: 24px;
    background-color: #723D46;
    color: #f4f4f4;
    border-radius: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.button__kontakt:hover {
    background-color: #7b7ba6;
}
}

/* Mobil */
* {
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  background-color: #f1f4f2;
  padding: 0;
  color: #444a4b;
  min-height: 100%;
  width: 100%;
}
/* montserrat-100 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Montserrat-Medium.otf') format('otf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Montserrat-Bold.otf') format('otf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rock-salt-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: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/RockSalt-webfont.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* media queries
@media screen and (max-width:30em) 
@media (min-width: 48em) */

.header {
  background: 
  linear-gradient(to top,
  rgba(0, 0, 0, 0),
  rgba(0, 0, 0, 0.3) );
  display: grid;
  grid-template-rows: auto;
  background-color: #f1f4f2;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  padding: 1rem 0 1rem 0;
  margin-top: 0;
}

#logo_img {
 display: flex;
 max-height: 150px;
 max-width: auto;
 object-fit: contain;
 align-self: center;
 justify-self: center;
}

#nav__header {
  grid-row: 1;
  padding-right: 1rem;
  justify-self: flex-end;
  align-self: self-start;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.nav__link-item-1, .nav__link-item-2 {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #723D46;
  color: #444a4b;
  text-decoration: none;
} 
.nav__link-item-3 {
  display: block;
  padding: 20px 20px;
  color: #444a4b;
  text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 0rem;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #444a4b;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #444a4b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.nav__footer {
  display: block;
  text-align: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-left: 0;
}

.footer__nav-link {
  display: inline-block;
  justify-self: center;
  color: #444a4b;
  font-size: 1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

@media (min-width: 75em) {

  body {
    font-family: Montserrat, sans-serif;
    background-color: #f1f4f2;
    padding: 0;
    color: #444a4b;
    min-height: 100%;
    width: 100%;
  }

  a:hover {
    font-weight: bold;
  }

  .header {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .header .menu-icon {
    display: none;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header li {
    float: left;
  }
  a.logo {
    grid-column: 1;
    padding-top: 1rem;
    padding-left: 3rem;
  }

  #nav__header {
    grid-column: 2;
    justify-self: end;
  }

  ul.menu {
    grid-column: 2;
    grid-row: 1;
    margin-right: 3rem;
    justify-self: end;
    padding-right: 3rem;
    color: #444a4b;
    font-size: 1.3rem;
  }

  .nav__item-1 {
    padding: 0;
    border-right: 1px solid #723D46;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  
  .nav__item-2 {
    padding: 0;
    border-right: 1px solid #723D46;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  .nav__item-3 {
    padding: 0;
    border-right: none;
    color: #444a4b;
    text-decoration: none;
    grid-row: 1;
  }
  .nav__link-item-3 {
    border-right: none;
  }

  footer {
      background: 
      linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3) );
      background-color: #f1f4f2;
      box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      width: 100%;
     
      padding: 0;
      margin-top: 0;
    }
    .nav__footer {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
      padding-left: 0;
    }
    
    .footer__nav-link {
      color: #444a4b;
      font-size: 1.5rem;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem 1rem 1rem 1rem;
      text-decoration: none;
    }
    .footer__nav__item-1 {
      padding: 0;
      border-right: 1px solid #723D46;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    
    .footer__nav__item-2 {
      padding: 0;
      border-right: 1px solid #723D46;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    .footer__nav__item-3 {
      padding: 0;
      color: #444a4b;
      text-decoration: none;
      grid-row: 1;
    }
    .footer__nav__item-1 a:hover,
    .footer__nav__item-2 a:hover,
    .footer__nav__item-3 a:hover {
      background: rgb(200,198,198);
      background: radial-gradient(circle, rgba(200,198,198,0.12088585434173671) 25%, rgba(244,244,244,1) 100%);
    }
}




 