*
{
  font-family: "Noto Sans", sans-serif;
  color: white;
}

body{
  background-color: #1A0338;  
}

h1 {
  font-size: 3.625rem !important;  
}

h2 {
  font-size: 3.375rem;     
  font-weight:400;  
  line-height: normal;
}

h3 {
  font-size: 2.125rem;     
  font-weight: bold;
  line-height: normal;
}

h4 {
  font-size: 1.875rem;     
  font-weight: normal;
  line-height: normal;
}

h5 {
    font-size: 1.625rem;
    font-weight: normal;
    line-height: normal;
}

p {
  font-size: 1.5rem;
  font-weight:400;  
  line-height: normal;  
}

a {
    text-decoration: underline;
    color: white;
}
.mm-content
{
  min-height: 3000px;
  background: url(../images/hg_bild_top.jpg), url(../images/hg_bild_footer.jpg);
  background-position: center top, center bottom;
  /*background-size: contain;*/
  background-repeat: no-repeat;
}

.mm-blur-background
{
   -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);

    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255, 0.2); /* Black w/opacity/see-through */
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #B847CE;
    border-color: #B847CE;
    font-weight: bold;
}

.btn-primary:hover {  
  background-color: #E355FF;
  border-color: #E355FF;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: white;
    border-color: white;
    color: #B847CE;
    font-weight: bold;
}

.btn-secondary:hover {  
  background-color: #ecd7ff;
  border-color: #e355ff;
}

.mm-box-shadow-glow
{
  box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.mm-feature-entry {
  padding-top: 3rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  text-align: left;

  font-size: 1.5rem;
  font-weight:400;  
  line-height: normal;
}


.mm-gradient-background {
  background: rgb(183,71,206);
  background: linear-gradient(180deg, rgba(183,71,206,1) 0%, rgba(114,51,134,1) 30%, rgba(52,33,69,1) 85%);

  width:100%;
  
  margin-top:6rem;
}
