body {
   
   font-family: 'Open Sans', sans-serif;
   font-size: 1em;
   letter-spacing: 1px;
}

#navbar {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #01579b;
}

#section1 {
    margin-top: 60px;
    margin-bottom: 60px;    
}

.separator {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    border-top: 5px solid #01579b;
}


.footer {
    min-height: 300px;
    border-top: 5px solid #01579b;
    background-color: #0091ea;
    color: white;
    padding-top: 30px;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

h1 {
    
}

h2 {
    font-size: 1.4em;
    font-family: "Palatino";
    color: #01579b;
    font-weight: bold;    
}

h3 {
    font-size: 1.2em;
    font-family: "Palatino";
    color: white;
    font-weight: bold;
}

.section2 {
    padding-top: 30px;
}

.kalender {
/*    background-color: #b3e5fc;
    padding-left: 15px;*/
    padding-bottom: 40px;
}

.bottom-link {
    margin-left: 15px;
    padding-left: 0px;
}

.footer_left {
    
}

.footer_middle {
    text-align: center;
}

.footer_right {
    text-align: right;
}

.img_underviser {
    max-width: 100%;
}

.spacer {
    height: 30px;
}

.center {
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.traeningen_list {
    list-style-type: upper-latin;
    
}