

/* Unternehmensfarben  */
:root {
  --vggreen:  #1b7d5a;
  --vgorange: #ef8d37;
  --vggray:   #efefef;
}

body {
  font-size: 100%;
  font-family: 'Calibri';
  /*line-height: 100%;*/
  color: var(--black);
}

#main .inside {
  width: 100%;
}
#main .inside .mod_article {
  max-width: 1200px;
  margin: auto;
  overflow: visible;
}
#main .inside .mod_article:first-child {
		margin-top: 8.7rem;
		position: relative;
}
#main .inside .mod_article h2 {
  //padding-top: 1rem;
}

#main .inside .mod_article.has-swiper {
  position: relative;
	max-width: none !important;
	margin: 8.7rem auto 0 auto !important;
}
/*****************************************************************************/
#header.scrollHeader {
  position: fixed;
  /* box-shadow: 0 5px 16px rgba(0, 141, 82, 0.5); */
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
  animation: slideDown 0.35s ease-out;
}
#header .inside {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
#header .inside .content-image {
  background-color: white;
  padding: 0.3rem;
  border-radius: 4px;
}
.mod_mobile_menu {
  display: none;
}
/*****************************************************************************/

.handorgel__header__button {
  padding: 10px 24px;
}
.handorgel__header__button:before {
  content: '\2BC6';
  color: #43BFDA;
  color: #1B7D5A;
  padding-right: 0.5rem;
}
.content-accordion h2 {
  font-size: 1.6em;
}
.handorgel__content__inner table {
  width: 50%;
}

.content-text .rte p {
  margin-top: 0;
}

/*****************************************************************************/