@font-face {
  font-display: swap;
  font-family: 'RobotoSerif';
  font-style: normal;
  font-weight: 100;
  src: url('/dist/fonts/RobotoSerif_120pt-Regular.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'DancingScript';
  font-style: normal;
  font-weight: 200;
  src: url('/dist/fonts/DancingScript-VariableFont_wght.ttf');
}


body {
    font-family: 'RobotoSerif';
    background-color: #cdd6c7; 
    font-size: 1.5rem;

    /*cursor: url('/dist/img/maus.png'), auto;*/
} 
a, a:active, a:focus  
{
    outline: none;
    outline: 0;
    text-decoration: none;
    color: #788580;
}
a:hover {
    outline: none;
    outline: 0;
    color: #3B423B;
}

h1 {
  font-family: 'DancingScript';
  font-size: 4rem;

}

h2 {
  font-size: 2rem;
}
.navbar-toggler-icon {
  color: #795A3A !important;
}
.text-menu {
  color: #795A3A !important;
}
.color-rot {
  color: #795A3A !important;
  border: 2px solid #795A3A !important;
  background-color: #795A3A !important;
}
.color-gruen {
  color: #788580 !important;
  border: 2px solid #788580 !important;
  background-color: #788580 !important;
}
.card-title {
  margin-top: 5px;
  margin-bottom: 7px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #cdd6c7;
  border-bottom: 0px solid #788580;
  padding-top: 0px;
  padding-bottom: 0px;
}
.card-body {
  background-color: #cdd6c7;
}
.card {
  border: 0px solid #788580;
}
hr {
  background-color: #788580;
  height: 3px;
  box-shadow: 0px 5px 5px rgb(126, 126, 126);
}
.bg-light {
  background-color: #cdd6c7 !important;
}
.text-success {
  color: #788580 !important;
}
.zoom {
  transition: transform .2s; /* Animation */
  width: 100px;
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(2.5);
}
.zoom_25 {
  transition: transform .2s; /* Animation */
  width: 25px;
  margin: 0 auto;
}
.zoom_25:hover {
  transform: scale(2.5);
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #cdd6c7 !important;
  border: 1px solid #cdd6c7 !important;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
