body {
    height: 100%;
    width: 100%;
    line-height: 1;
    color: #3c3c3b;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.mobile-item {
    height:34px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.notice {
    font-size: 13px;
}
.content {
    margin: 20px 0 0 0;
    padding: 0;
}

#v-pills-tab {
    .active {
        background-color: orange;
    }
}


header .nav-item {
    @media screen and (max-width: 465px) {
        font-size: 20px !important;
    }
    @media screen and (max-width: 380px) {
        font-size: 18px !important;
    }
    font-size: 26px !important;
}
.imprintext {
    line-height: 24px;
    ul {
        list-style-type: none;
    }
}
.required {
    color:red;
}
h1 {
    font-size: 60px;
}

a {
    text-decoration: none;
    color: #0a53be;
}


#top_navigation {
    height: 40px;
    background-color: white;
    ul {
        padding-right: 40px;
        float: right;
        li {
            float: left;
            list-style-type: none;
        }
        li:not(:first-child){
            padding-left: 40px;
        }
        margin-top: 10px;
    }

}

footer {
    background-color: #0a53be;
    height: 40px;
    margin-top: 40px;
}

#main_navigation {
    background-color: #0a53be !important;
    height: 100px;
    .navbar-nav {
        a {
            color: white;
            font-size: 30px;
            font-weight: bold;
        }
        a:not(:first-child){
            margin-left: 40px;
        }
        .active {
            color: red !important;
        }
    }
}
