@import url('rhoen-services-website.css');


/* ROTE SIGNALFARBE */
a:hover,
#footer ul li a:hover,
.link-arrow:after{
  color: var(--c-secondary);
}

p{
  color: var(--c-text);
}

/* Headlinelinie */
.dik-green .h1.line-bottom::after, .dik-green .h2.line-bottom::after, .dik-green h1.line-bottom::after, .dik-green h2.line-bottom::after, .h1.line-bottom:after, .h2.line-bottom:after, h1.line-bottom:after, h2.line-bottom:after{
  background-color: var(--c-secondary);
  border-radius: .25rem;
  height: 5px;
}

/* Links */
.link-arrow,
.link-arrow:hover{
  font-size: 16px;
  font-weight: 600;
  color: var(--c-primary);
}
.link-arrow:hover{
  text-decoration: underline;
}

/* Footer */
#footer .nav-social a{
  color: var(--c-text);
}
.icon-gesundheitsblog::before,
.icon-gesundheitsblog:hover::before {
  background-image: none;
}
.icon-gesundheitsblog::before {
  content: '';
  display: block;
  height: 24px;
  width: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400'><g><g><path fill='%23343434' d='M1268.75,0H131.25C58.88,0,0,58.88,0,131.25V984.38c0,72.37,58.88,131.24,131.25,131.24h175v240.63a43.75,43.75,0,0,0,74.69,30.93l271.55-271.56h616.26c72.37,0,131.25-58.87,131.25-131.24V131.25C1400,58.88,1341.12,0,1268.75,0ZM563,814.81,382.81,875,443,694.83l328-328,120,120Zm441.17-441.13-62,62-119.94-120,62.06-62a44.2,44.2,0,0,1,62.57-.18l57.55,57.54C1021.54,328.23,1021.45,356.32,1004.16,373.68Z'/></g></g></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400'><g><g><path fill='%23343434' d='M1268.75,0H131.25C58.88,0,0,58.88,0,131.25V984.38c0,72.37,58.88,131.24,131.25,131.24h175v240.63a43.75,43.75,0,0,0,74.69,30.93l271.55-271.56h616.26c72.37,0,131.25-58.87,131.25-131.24V131.25C1400,58.88,1341.12,0,1268.75,0ZM563,814.81,382.81,875,443,694.83l328-328,120,120Zm441.17-441.13-62,62-119.94-120,62.06-62a44.2,44.2,0,0,1,62.57-.18l57.55,57.54C1021.54,328.23,1021.45,356.32,1004.16,373.68Z'/></g></g></svg>");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.icon-gesundheitsblog:hover::before {
  color: var(--c-secondary);
}


#footer .nav-social a:hover{
  color: var(--c-secondary);
}

/* Sonstige */
#btn-top{
  background: var(--c-primary);
}



/* ##################################
          STARTSEITE
 ################################## */

/* Parallax-Bilder */
.home-2images-text-wrap,
.home-2images-text-wrap .home-2images-images{
  background-color: var(--c-primary);
}

/* Zitat */
.quote-box-wrap{
  background-color: var(--c-text);
}
