body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

h1, h2, h3, h4 {
    font-family: 'Source Sans Pro';
    font-size: 36px;
    font-weight: 700;
}

.bg-bluedark {
    background-color: rgba(19,139,171,1);
}
.bg-light-dark {
    background-color:  #f0f0f0 !important;
}
.text-white {
    color: #ffffff;
}
.text-shadow {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .6);
}
.box-shadow{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

tr:nth-child(even) {
    background-color: #f7f7f7;
}

.header {
    background-color: #fffcb2;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.header-line {
    width: 100%;
    height: 20px;
}
.footer {
    background-color: #fffcb2;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.footer-line {
    height: 20px;
}

.footer-menu {
    color: rgba(255, 255, 255, 0.5);
}
.footer-menu a {
    color: rgba(255, 255, 255, 0.5);
}
.logotyp-header {
    background-image: url('/img/logotyp-header.png');
    background-repeat: no-repeat;
    background-position: 80% 0;
}
/*.logotyp-footer {
    background-image: url('/img/logotyp-footer.png');
    background-repeat: no-repeat;
    background-position: 80% 0;   
}*/
@media (max-width: 40em) {
    h1, .h1 {
        font-size: 1.5rem;
    }
   
}

@media (max-width: 62em) {

}


