/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.btn {
    background-color: #157853 !important;
    border-color: #157853 !important;
    color: #f8f0eb !important;
}

.navbar,
.navbar-brand,
.nav-link,
.navbar-text {
    color: #f8f0eb !important;   /* støvhvid */
}


/* Top bar / header */
.navbar,
.navbar.navbar-default,
.navbar-fixed-top {
    background-color: #037D51 !important;
    border-color: #037D51 !important;
}

#outerframeContainer,
#main-col {
    max-width: 1000px !important;   /* justér tallet */
    margin-left: auto !important;
    margin-right: auto !important;
}

.question-container {
    border-radius: 10px !important;
    overflow: hidden; /* sikrer at indhold følger de runde hjørner */
}

.question-title-container {
    background-color: #ffc31d !important;
    color: #262c2e;
}


.navbar .navbar-header,
.navbar .container,
.navbar .container-fluid {
  justify-content: flex-start !important;
}

html body {
    font-family: Söhne, Tahoma, Helvetica, Arial, Roboto, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700 !important;
    color: #262c2e !important;
}

/* Mindre logo generelt */
.logo-container > img,
.navbar-brand img {
    max-height: 60px !important;   /* juster tallet efter behov */
    height: auto !important;
    padding: 5px 10px !important;
}

.alert-warning {
    background-color: #ad88bd !important;
    border-color: #ad88bd !important;
    color: #262c2e !important;
}

/* Hjælpetekst farve */
.question-help-container,
.ls-questionhelp,
.help-block {
    color: #262c2e !important;
}

/* Gør progress bar højere */
.top-container .progress {
    height: 35px !important;   /* justér tallet */
}

/* Sørg for teksten centreres korrekt */
.top-container .progress .progress-bar {
    line-height: 35px !important;
}

.progress-wrapper {
    position: relative;
}

.progress-icon {
    position: absolute;
    top: 50%;
    transform: translate(-15%, -50%);
    height: 24px;
    z-index: 10;
    pointer-events: none;
}

.global-footer-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

body .question-help-container {
    background: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .ls-questionhelp,
body .questionhelp,
body .text-info {
    background: transparent !important;
    color: #262c2e !important;
    border: none !important;
    box-shadow: none !important;
}

body .group-description,
body .group-title-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
