
#topcontrol::before {
content: url('http://happyrollup.at/fileadmin/happyroLLup/pfeilrechts/nachoben_02.png');
}         
      
      
p {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
font-size: 1.25rem;
line-height: 1.9rem;
   }  
      
.main-content ul {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
font-size: 1.1rem;
line-height: 1.6rem;
      list-style: none;
      padding-left: 0px;
      text-align: center;
      } 
      
.main-content li {
border-bottom: 2px dotted #333;
margin-bottom: 7px;
padding-bottom: 10px;
      }           
      
      
      
 
h1 {
font-family: "raleway";
font-weight: 600;
font-size: 38px;
line-height: 52px;
color: #005492;
}       
      	
h2, h3, h4, h5 {
color: #EE7768;
font-family: 'Raleway';
text-transform: uppercase;
font-size: 2.0rem;
line-height: 2.4rem;
      }
      


h4, h5 {
font-size: 1.4rem;
line-height: 1.8rem;      
      } 
      
.business h2 {      
color: #547284;
letter-spacing: 0.1rem;
word-spacing: 0.6rem;      
font-size: 1.9rem;
text-transform: uppercase;
line-height: 2.2rem;
      }      

.wedding h2 {
color: #EE7768;
letter-spacing: 0.1rem;
word-spacing: 0.6rem;      
font-size: 1.9rem;
text-transform: uppercase;
line-height: 2.2rem;
}
      
u {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
      text-decoration: none;
      }
      
  u:hover {
    background-size: 100% 88%;
  }      

.footer-section {
color: #fff;
background: #005492;    
      
}    

.footer-section h3 {
font-family: 'Raleway';
font-weight: 400;
word-spacing: 0.1rem;
font-size: 1.3rem;
line-height: 2.5rem;
color: #FFF;      
}      
      
.footer-section p {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 1.0rem;
line-height: 1.5rem;
letter-spacing: 0.05rem;
      }      

.footer-section a {
color: #fff;
text-decoration: underline;
}       
      
      
      
.btn-outline-primary {
    color: #37505C;
    border-color: #37505C;
    border: 1px solid #37505C;
    border-radius: 0px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: 0.05rem;

}      
      