.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

body {
    padding: 0;
    margin: 0;
    background: #fff;
    color: #313E50;
  }
  /*--- navigation bar ---*/
  .navbar {
    background:#fff;
  }
  
  .nav-link,
  .navbar-brand {
    color: #000;
    cursor: pointer;
  }
  .nav-link {
    margin-right: 1em !important;
  }
  .nav-link:hover {
    color: #000;
  }
  .navbar-collapse {
    justify-content: flex-end;
  }

  .logo-image{
    height: 46px;
    overflow: hidden;
}

  /*--- header ---*/
  .description {
    text-align: center;
    margin: 0em 4em auto;
    padding: 4em 0em;
    
  }
  /*.description h1 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif"; 
    font-size: 2.5rem; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 700; 
    line-height: 35px; 
    color: #0E6781;
  }*/
  blockquote {
    border:none;
    font-family:  Georgia, "Times New Roman", Times, serif;
    margin-bottom:30px;
    quotes: "\201C""\201D""\2018""\2019";
    }
    
    blockquote {
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif"; 
        font-size: 2.6rem; 
        font-style: normal; 
        font-variant: normal;
        text-align: left;
        margin-left: 10%;
        top: 14%; 
        font-weight: 700; 
        line-height: 35px;
        letter-spacing: 2px;
        /*color:rgb(12, 100, 0); */
        color:#704C5E;
        -webkit-text-stroke: 1px thistle;
     
    }
    
    blockquote:before { 
        content: open-quote;
        font-weight: bold;
        font-size: 4rem;
        line-height: 110%;
        color: #CC2936;
        -webkit-text-stroke: 0px;
    } 
    blockquote:after { 
        content: close-quote;
        font-weight: bold;
        font-size: 3rem;
        line-height: 100%;
        color: #CC2936;
        -webkit-text-stroke: 0px;
      
    }
    

/*--- features-1 ---*/  
  .features-1 {
    margin: 4em auto;
    padding: 1em;
    position: relative;
  }
  .feature-1-title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

 /*--- features-2 ---*/  
  .features-2 {
    margin: 4em auto;
    padding: 4em 1em 4em;
    position: relative;
  }
  .feature-2-title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
 

 /*--- register-formular ---*/  
 .register-formular {
    margin: 4em auto;
    padding: 1em;
    position: relative;
  }
  .register-formular-title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }  
 

/*--- footer ---*/
  .page-footer {
    background-color: #2B645F;
    color: #fff;
    padding: 60px 0 30px;
    position: relative;
  }
  .footer-copyright {
    color: #ccc;
    padding: 0px 0;
  }
  .footer-bulb {
      margin-left: -14%;
      bottom: 0;
      height: 150%;
      padding: 0;
      position: absolute;
  }


/*--- media querries ---*/

  @media (max-width: 575.98px) {

    blockquote {
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif"; 
        font-size: 1rem; 
        font-style: normal; 
        font-variant: normal;
        margin-left: 0;
        padding: 0; 
        font-weight: 500; 
        line-height: 35px;
        letter-spacing: 2px; 
        color:#704C5E;
     
    }
    blockquote:before { 
        content: open-quote;
        font-weight: bold;
        font-size: 3rem;
        line-height: 110%;
        color: #CC2936;
    } 
    blockquote:after { 
        content: close-quote;
        font-weight: bold;
        font-size: 2rem;
        line-height: 100%;
        color: #CC2936;
      
    }

    .description {
      padding: 0 15px;
      text-align: center;
    }
    
    .description h1 {
      font-size: 2em;
    }
    
    .description p {
      font-size: 1rem;
    }
    
    .features-1 {
      margin: 0;
    }
    .features-2 {
        margin: 0;
    }
    .footer-bulb {
        margin-left: -14%;
        bottom: 0;
        height: 20%;
        padding: 0;
        position: absolute;
        display: none;
    }
  }

  @media (max-width: 767.98px) {
    
    blockquote {
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif"; 
        font-size: 5rem; 
        font-style: normal; 
        font-variant: normal;
        margin: 0;
        padding: 0; 
        font-weight: 500; 
        line-height: 35px;
        letter-spacing: 2px; 
        color:#704C5E;
     
    }
    blockquote:before { 
        content: open-quote;
        font-weight: bold;
        font-size: 1rem;
        line-height: 110%;
        color: #CC2936;
    } 
    blockquote:after { 
        content: close-quote;
        font-weight: bold;
        font-size: 2rem;
        line-height: 100%;
        color: #CC2936;
      
    }

    .description {
      padding: 0 15px;
      text-align: center;
    }
    
    .description h1 {
      font-size: 2em;
    }
    
    .description p {
      font-size: 1.2rem;
    }
    
    .features-1 {
      margin: 0;
    }
    .features-2 {
        margin: 0;
    }
    .footer-bulb {
        margin-left: -14%;
        bottom: 0;
        height: 50%;
        padding: 0;
        position: absolute;
        display: none;
    }
  }

  @media (max-width: 991.98px){
    
    blockquote {
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif"; 
        font-size: 1.9rem; 
        font-style: normal; 
        font-variant: normal;
        margin-top: 0%;
        padding: 20px; 
        font-weight: 700; 
        line-height: 35px;
        letter-spacing: 2px; 
        color:#704C5E;
     
    }
    blockquote:before { 
        content: open-quote;
        font-weight: bold;
        font-size: 3rem;
        line-height: 110%;
        color: #CC2936;
    } 
    blockquote:after { 
        content: close-quote;
        font-weight: bold;
        font-size: 2rem;
        line-height: 100%;
        color: #CC2936;
      
    }

    .description {
      padding: 0 15px;
      text-align: center;
    }
    
    .description h1 {
      font-size: 2em;
    }
    
    .description p {
      font-size: 1.2rem;
    }
    
    .features-1 {
      margin: 0;
    }
    .features-2 {
        margin: 0;
    }
    .footer-bulb {
        margin-left: -14%;
        bottom: 0;
        height: 50%;
        padding: 0;
        position: absolute;
        display: none;
    }
  }