﻿body {
    margin: 0px;
}

a {
    text-decoration: none;
    color: black;
}

#content {
    width: 1200px;
    margin: 0 auto;
}

.header > div {
    height: 200px;
}

#heading {
    margin-top: 42px;
    margin-left: 29px;
    display: inline-flex;
}

#headingText {
    margin-top: 23px;
    font-family: bso_HeavyPS;
    margin-left: 27px;
}

#logoText {
    font-size: 30px;
    line-height: 20px;
}

#logoSubText {
    font-size: 23px;
}

#footer {
    width: 100%;
    height: 200px;
    background-color: #feb811;
}

.row {
    width: 100%;
    display: table;
    clear: both;
}

    .row > div {
        float: left;
    }

.navigation {
    margin-top: 114px;
}

    .navigation > a > div {
        margin-left: 15px;
        float: left;
        font-family: bso_Regular;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 19px;
        cursor: pointer;
    }

.activeNavElement {
    color: white;
    background-color: black;
}

#welcome_heading {
    position: absolute;
    margin-left: 130px;
    margin-top: 75px;
    color: white;
}

#welcome_headline {
    font-family: bso_Bold;
    font-size: 44px;
}

#welcome_subline {
    font-family: bso_Regular;
    font-size: 24px;
}

.content_font {
    font-family: bso_Bold;
    line-height: 24px;
}

.font_content_over25 {
    margin-left: 130px;
    margin-top: 60px;
    margin-right: 130px;
}

.font_content_w25 {
    margin-left: 40px;
    margin-top: 60px;
    margin-right: 40px;
}

.kita_info_box {
    color: white;
    line-height: 20px;
    font-family: bso_Regular;
    margin: 40px;
}

    .kita_info_box > span {
        font-family: bso_HeavyPS;
    }

.kita_info_box_head {
    font-size: 22px;
}

.footer_navigation {
    float: right;
    margin-top: 135px;
    margin-right: 40px;
    font-family: bso_Bold;
    color: white;
}

    .footer_navigation > a {
        margin-left: 40px;
        text-decoration: none;
        color: white;
    }

#koop_heading {
    position: absolute;
    margin-left: 130px;
    margin-top: 80px;
    color: white;
    font-family: bso_Bold;
    font-size: 45px;
}

.partner_desc {
    margin-left: 125px;
    margin-top: 70px;
    color: #feb811;
    font-family: bso_Bold;
    font-size: 60px;
}

.text_overlay_w100 {
    height: 300px;
    width: 1200px;
    position: absolute;
}

    .text_overlay_w100 > div {
        float: left;
    }

.partner_nav {
    margin-left: 35px;
    margin-top: 55px;
}

    .partner_nav > div {
        float: left;
        margin-left: 10px;
    }

        .partner_nav > div > a {
            cursor: pointer;
            font-family: bso_Regular;
            color: white;
            font-size: 21px;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 3px;
            padding-bottom: 3px;
            line-height: 30px;
        }

.koop_content {
    margin-left: 130px;
    margin-right: 100px;
    margin-top: 60px;
    font-family: bso_Bold;
    line-height: 24px;
}

.koop_content_heading {
    font-family: bso_HeavyPS;
    font-size: 22px;
}

#content_page_heading {
    color: #feb811;
    position: absolute;
    margin-left: 130px;
    margin-top: 70px;
    font-family: bso_Bold;
    font-size: 100px;
}

.content_info_box{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 90px;
    margin-right: 90px;
    color: black;
    font-family: bso_Bold;
    line-height: 20px;
}

.content_info_box_head{
    font-size: 24px;
}