body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-family: 'Noto Serif', serif;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.text-white a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.text-white a:hover {
    text-decoration: underline;
}

#page-content a {
    text-decoration: underline;
}

.navbar {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    z-index: 1;
}

.navbar-brand img {
    height: 64px;
    width: 280px;
    max-width: 100%;
}

.navbar-brand {
    max-width: 70%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.carousel-caption {
    top: 45%;
}

.sidebar_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar_menu li {
        line-height: 1.8;
}

.btn-primary {
    color: #fff;
    background-color: #ab8e14;
    border-color: #ab8e14;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b99e2c;
    border-color: #b99e2c;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #525c67;
    border-color: #525c67;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #ab8e14;
}

.bg-dark {
    background-color: #3f1200!important;
}

.bg-light {
    background-color: #f4f4f4!important;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
}

.bg-darkgray {
    background-color: #464646!important;
}

#aktuelt h3 > a {
    color: #000;
}

.links {
    border-top: 3px solid #464646;
}

.links a {
    text-decoration: none!important;
    color: #464646;
    font-weight: 600;
}

.links a:hover {
    text-decoration: underline!important;
}

.btn-link {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover {
    color: #212529;
    text-decoration: underline;
}



input[aria-invalid="true"] {
  /*background-color: #F2DEDE !important;
	border-color: red !important;*/

}


footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.screen-reader-response {
    padding: 2rem;
    font-weight: 600;
    font-size: 1.6rem;
}

.wpcf7-response-output {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 2rem!important;
    font-weight: 600;
    font-size: 1.6rem;
}

@media (min-width: 576px) {
.navbar-brand img {
    height: 75px;
    width: 332px;
}

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}

@media (min-width: 1600px) {

}
