.main-section a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
}

.filelink-filename > a::before,  a.link-file::before  {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
    margin-right: 5px;
}

a.link-file::after  {
	height: 0;
    width: 0;
}

/**
Layout
allgemein
*/
@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .frame-container-default {
        max-width: 960px;
    }
}

a {
    text-decoration: none;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/**
Layout
header
*/
.page-header {
    border: none !important;
}

.navbar-brand-logo-normal {
    height: 100px !important;
}

#c1 {
    margin-top: -120px;
}

.nav-item>a {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.carousel-box {
    display: none;
}

.card {
    border: 2px solid #0080d3;
    color: #0080d3;
}

.card-title {
    font-size: 95% !important;
}

/**
Layout
footer
*/
.footer-section-content {
    background-color: #0080d3;
    color: #ffffff !important;
}

.footer-section-content a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.footer-section-meta {
    background-color: #ffffff;
}

.footer-section-meta .frame {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-logo {
    height:35px;
    width:auto;
}