body {
    font-family: 'Open Sans' !important;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    padding-top: 0.5rem;
}

.margin-center {
    margin: 0 auto;
}

.rbooking-btn {
    background: #235586;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}

.rbooking-input {
    background-color: #fff !important;
    border: 2px solid #235586 !important;
    color: #707070 !important;
    outline: none !important;
    height: 39px !important;
    border-radius: 9px !important;
    margin-top: 7px !important;
    box-shadow: none !important;
    text-indent: 5px;
}

.rbooking-input-container {
    display: inline-block;
    margin-right: 10px;
}

#nav {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0.5rem /* skal måske fjernes? */
}

#nav-links li a {
    color: #2282C1;
    text-decoration: underline;
    text-underline-position: under;
}

.hidedtrow {
	display: none;
}

.page-footer {
    background-color: #E3E3E3;
    color: #333;
}

#footer .footer-logo-div .site-name {
    display: block;
    font-size: 1.2rem;
}

.reset-select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}

.mobile-nav-br {
    display: none;
}

.pageNorm {
	text-decoration: none;
}

.pageSel {
	font-weight: bold;
	text-decoration: underline;
}

nav {
    line-height: 58px;
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        /*height: 56px;*/
        /*line-height: 56px;*/
        height: 72px;
        line-height: 70px;
    }
}

@media screen and (max-width: 992px) {
    #nav {
        margin-bottom: 55px;
    }


    .mobile-nav-br {
        display: block;
    }

    #nav-links {
        width: 100%;
        float: none !important;
        text-align: center;
        margin: 0 auto;
        height: 50px;
        margin-top: 10px;
    }

    #nav-links li {
        width: 33.33%;
    }
}

.card-image, .card.large {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.admin-page-title {
    text-align: center;
    margin-top: 0;
    line-height: 1;
    color: #235586;
    font-weight: 500;
    letter-spacing: 5px;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 40px;
}


.card.small .card-image+.card-content, .card.medium .card-image+.card-content, .card.large .card-image+.card-content {
    max-height: 50%;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
    max-height: 50%;
    overflow: hidden;
}

.std-link {
    color: #2282C1;
    text-decoration: underline;
    text-underline-position: under;
}