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

body{
  background-color: #E3F0FB;  
}

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

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


@media (width <= 1250px) {
 

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

}


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

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

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

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

p strong {
  color: black;
}

a {
    text-decoration: underline;
    color: black;
}
 
.mm-content
{
  min-height: 3000px;
  background: url(../images/hg_bild_top.jpg);
  background-position: center top;
  /*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: #315986;
    border-color: #315986;
    font-weight: bold;
}

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

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

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

.mm-box-shadow-glow
{
  box-shadow: 0 0 20px rgba(49,89,134,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;
  color: #315986;
}

.mm-feature-entry * {
  color: #315986;
}

.mm-feature-entry strong {
  color: #315986!important;
}

.mm-bottom-links a {
  color: white;
}

.mm-gradient-background {
  background: rgb(227, 240, 251);
  background: linear-gradient(180deg, rgba(71, 133, 206,1) 0%, rgba(51, 89, 134,1) 30%, rgba(33, 41, 69,1) 85%);

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