@charset "UTF-8";
/* CSS Hamdala */

body {
      font-family: 'Source Sans 3'; font-weight: 400; 
      margin: 0; padding-top: 100px; /* Platz für die fixe Navibar */
      background-color: #e0e0e0;
    }
    
h1, h2, h3, h4, h5 {
    font-family: 'Minion Pro'; font-weight: 600; 
}
h1 {font-size: 2.4rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.7rem;}
h4 {font-size: 1.4rem;}
h5 {font-size: 1.2rem;}
    
/* Navigation */   
.top-nav {
      font-family: 'Minion Pro';
      background-color: #fff;
      position: fixed;
      top: 0;
      width: 100%;
      height: 100px;
      z-index: 1000;
      color: #000;
      padding-top: 15px; padding-bottom: 15px;
      border-bottom: 2px solid #39AA35;
    }
.toplinks {
    text-align: right;
}
.toplinks a { color: #000; }
.toplinks a:hover {color:#89f4a4; }
.submenu a {color: #326e2e;}
.submenu a:hover {color: #000; }
.navilogo {
  height: 70px;
  width: auto;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #39AA35 transparent transparent;
}
.navilogo {
  height: 70px;
  width: auto;
}
    
/* Content */
    .content {
      font-family: 'Source Sans 3';
      background-color: #ffffff;
    }
    
/* Footer */
footer {font-family: 'Source Sans 3';}
