/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";



body {
    font-family: 'Garet', 'Poppins', sans-serif;
    background: #e5e0df;
}

p {
    font-family: 'Garet', 'Poppins', sans-serif;
    font-size: 0.9em;
    /*font-weight: 300;*/
    line-height: 1.4em;
    color: #38384c;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    border: none;
    margin: 20px 0 30px 0;
    padding: 20px;
    background-color: #efecec;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;*/
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

div.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    perspective: 1500px;
}


#sidebar {
    min-width: 280px;
    max-width: 280px;
    color: #fff;
    transition: all 0.8s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    /*background: url("/gfx/topo/topografi-pale-mod-06.png") #38384b;*/
    background-color: #38384b;
    background-position: 0px 715px;
    background-repeat: no-repeat;
    /*background-color: #38384b;*/
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#sidebar-booking-trin {

}

#step-foerste-nedrunding, #step-sidste-oprunding {
    height: 20px;
    display: block;
}

#sidebar.active {
    margin-left: -280px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #38384c;
    min-height: 100px;
}

/*************************************************************
 * Sidebar menuområde
 */

#sidebar div.booking-outer-step {
    background-color: #38384c;
    color: #fff;
}

#sidebar div.booking-outer-step.active {
    background-color: #38384b;
    color: #fff;
}

#sidebar div.booking-step {
    /*border:1px solid #f0f;*/
    margin-left: 15px;
    padding: 10px 0;
    color: #38384c;
    font-size: 1.1em;
    font-weight: bold;
    /*line-height: 1.6em;*/
    color: #e5e0df;
}

#sidebar div.booking-step.active {
    border-radius: 20px 0 0 20px;
    background-color: #e4e0df;
}

div.round-down {
    border-radius: 0 0 40px 0;
    background-color: #38384c;
}
div.round-up {
    border-radius: 0 40px 0 0;
    background-color: #38384c;
}

#sidebar span.step-name {
    display: inline-block;
    padding: 2px;
    line-height: 1em;
    height: 26px;
    padding: 3px;
    font-size: 0.9em;
    font-weight: 500;
    /*margin-bottom: -5px;*/
}

#sidebar span.step-name.active {
    color: #38384c;
}

#sidebar span.step-nr {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 5px 0 5px 20px;
    padding: 5px 3px 3px 3px;
    font-weight: 600;
    font-size: 0.75em;
    border-radius: 6px;
    background: #5b5a69;
    text-align: center;
    color: #fff;
}

div.step-sub-sektion {
    border-left: 1px solid #c3c3c9;
    padding: 0 10px 0 5px;
    margin-left: 32px;
    color: #c2bec2;
}
div.step-sub-sektion-active {
    color: #38384b;
}
div.step-sub-sektion-item {
    margin: 10px 10px 0 10px;
}
div.step-sub-sektion-header {
    font-size: 0.65em;
    font-weight: bold;
}
div.step-sub-sektion-info {
    font-size: 0.6em;
    font-weight: normal;
}

#sidebar span.step-nr.active {
    background: #38384c;
    color: #fff;
}

div.forlad-booking {

}

div.forlad-booking p {
    font-size: 0.75em;
    color: #fff;
}

ul.nav-bar-tlf {
    width: 100%;
}
li.nav-tlf-item {
    width: 100%;
    text-align: right;
}

div.tlf-header {
    font-weight: 600;
    color: #38384c;
}

#desktop-header {
    width: 100%;
    max-width: 1200px;
    padding: 20px 80px;
    /* min-height: 100vh; */
    transition: all 0.3s;
    color: #38384c;
    /*text-align: right;*/
    font-weight: 600;
    font-size: 0.9em;
}

#desktop-header-tlf {
    float: left;
}

#desktop-header-pris {
    float: right;
    text-align: right;
    max-width: 220px;
    padding: 10px 15px;
    /*background-color: #38384c;*/
    border-radius: 5px;
}

#headers-footer {
    /*background: #38384c;*/
    /*
    background: url("/gfx/baggrund/topografi-pale-01.png") no-repeat #38384c;
    background-position: top 0px left 0px;
    height: calc(100% - 600px);
    */
}

.sidebar-footer {
    /*background: url("/gfx/baggrund/topografi-pale-01.png") no-repeat #38384c;*/
    /* height: 50px; */
    /* position: absolute; */
    /*height: 140%;*/
    width: 280px;
}

div.valgt-totalpris {
    font-size: 0.9em;
    /*color: #c2bec2;*/
    font-weight: normal;
}
div.totalpris-beloeb {
    font-size: 1.4em;
    font-weight: bold;
    /*color: #fff;*/
    color: #38384c;
}
span.totalpris-valuta {
    font-size: 0.65em;
    font-weight: normal;
    color: #c2bec2;
}


div.pris-info {
    padding: 40px 20px 0 40px;
}

div.sidebar-logo-wrapper {
    margin: 20px 0 5px 0;
}

img.sidebar-logo {
    max-width: 70%;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
    padding: 20px 0 0 20px;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li span {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li span:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > span, span[aria-expanded="true"] {
    /*
    color: #fff;
    background: #6d7fcc;
    */
    color: #000;
    background: #e4e0df;
}

/* ---------------------------------------------------
    Header (mobil, tablet)
----------------------------------------------------- */
#trin-og-logo-wrapper {
    width: 100%;
    height: 100px;
    background-color: #38384c;
    color: #fff;
}

#header-mobil-logo {
    float:left;
    width: 110px;
    overflow: hidden;
}
#header-mobil-logo img {
    height: 70px;
    margin: 15px;
}

#trin-wrapper {
    float:left;
    margin-top: 30px;
    line-height: 1.2em;
}

#trin-wrapper span.trin-taeller {
    font-size: 0.9em;
    color: #e5e0df;
}

#trin-wrapper span.trin-overskrift {
    font-size: 1.3em;
    font-weight: 500;
}

#pris-bar-wrapper {
    width: 100%;
    height: 50px;
    background-color: #717194;
    margin-bottom: 25px;
}

#pris-bar-wrapper div.pin-icon {
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

#pris-bar-wrapper div.pin-icon {
    display: inline;
    margin-left: 5px;
}
#pris-bar-wrapper div.turnavn-kort {
    display: inline;
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
}
#pris-bar-wrapper div.turnavn-kort span {
    position: relative;
    top: -2px;
    left: 5px;
}
#pris-bar-wrapper div.samlet-pris {
    float: right;
    margin: 15px 7px 0 0; color: #fff; font-size: 0.9em; font-weight: 500;
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */
#footer {
    width: 100%;
    min-height: 150px;
    background-color: #38384c;
    /*
    bottom: 0;
    position: fixed;
    */
}
#footer div.footer-text {
    width: 100%;
    padding: 30px 0 10px 0;
    font-size: 0.75em;
    text-align: center;
    position: relative;
}

#mini-footer {
    width: 100%;
    min-height: 110px;
    display: none;
    background-color: #38384c;
}
#mini-footer div.footer-text {
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 0.65em;
    text-align: center;
    position: relative;
}

div.footer-text p {
    padding: 1px;
    margin: 0;
    color: #e4e0df;
    font-weight: 500;
}
div.footer-rejsegaranti-gfx {
    text-align: center;
}




span[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul span {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs span {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content-wrapper {
    width: 100%;
    min-height: 1000px;
}
#content {
    width: 100%;
    max-width: 1200px;
    padding: 20px 80px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    color: #38384c;
}

#content a {
    text-decoration: underline;
    color: #000;
}
#content a:hover {
    text-decoration: underline;
    color: #555;
}

#sidebarCollapse {
    width: 50px !important;
    height: 50px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 78%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse.active span:first-of-type {
    /*
    width: 67%;
    transform: rotate(35deg) translate(-1px, -2px);
    */
    /*
    width: 18px;
    transform: rotate(35deg) translate(-2px, -3px);
    */
    width: 14px;
    transform: rotate(35deg) translate(-1px, 0px)
}
/*
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
*/
#sidebarCollapse.active span:last-of-type {
    /*
    width: 67%;
    transform: rotate(-35deg) translate(-1px, 1px);
    */
    /*
    width: 20px;
    transform: rotate(-38deg) translate(0px, 0px);
    */
    width: 14px;
    transform: rotate(-35deg) translate(-1px, 0px);
}

/*********/

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(3px, 1px);
    opacity: 1;
    /*margin: 5px auto;*/
    margin: 4px auto;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(3px, -2px);
    opacity: 1;
    /*margin: 5px auto;*/
    margin: 3px auto;
}

.new-sidebar-collapse {
    background: #53536c !important;
    color: #f5f5f5;
    width: 30px;
    height: 30px;
    /*margin: 10px;*/
}

span.sidebar-new-burger {
    background: #efecec !important;
}

span.super-header {
    font-size: 0.9em;
}

div.vaerelse-wrap {
    font-size: 0.9em;
}
div.vaerelse-wrap span.vaerelse-navn {
    font-weight: bold;
}
div.vaerelse-wrap span.vaerelse-beskr {
    font-weight: normal;
}

div.vaerelse-tillaeg {
    font-size: 0.8em;
    font-weight: 500;
}
span.vaerelse-overnatning {
    font-size: 0.8em;
    font-weight: 500;
}
span.vaerelse-indkvartering {
    font-size: 1.2em;
    font-weight: 600;
}

.form-group-block {
    margin: 10px 0;
    /*padding: 20px;*/
    padding: 15px 20px;
    background-color: #efecec;
    border: none;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;*/
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.form-group-header {
    background-color: #e5e0df;
    font-weight: bold;
}

div.tillaeg-navn {
    /*padding-top: 20px;*/
    font-size: 0.9em;
    font-weight: 400;
}
div.tillaeg-navn span.tillaeg-pris {
    font-size: 0.85em;
    font-weight: 600;
}
div.tillaeg-pris {
    font-size: 0.8em;
    font-weight: bold;
}

.form-sub-block {
    margin: 10px 0;
    padding: 10px;
    background-color: #e0dde0;
    border: none;
    border-radius: 5px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;*/
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
}

.form-sub-block span.sub-block-header {
    font-size: 0.85em;
}

/* ---------------------------------------------------
    Tur-kasse på forside
----------------------------------------------------- */
div.tur-item-wrapper {
    margin-bottom: 50px;
}
div.tur-item-tekst {
    margin-left: 20px;
}

div.tur-item-billede {
    margin-bottom: 8px;
}
div.tur-item-billede img {
    border-radius: 15px;
}

h3.tur-item-header {
    line-height: 1.1em;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
p.tur-item-sub-header {
    font-weight: 700;
    /*line-height: 1.2em;*/
    margin: 8px 0;
}
div.tur-item-tekst ul li {
    font-size: 0.9em;
}
p.tur-item-pris {
    margin: 12px 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}
div.tur-item-vaelg-btn-div {
    float:right;
    margin-top: -30px;
}

span.opsummering-pers-label {
    font-size: 0.85em;
}
span.opsummering-data {
    font-size: 0.95em;
    font-weight: 600;
}

/* ---------------------------------------------------
    Spinner ting
----------------------------------------------------- */
div.input-spinner-wrapper {
    max-width: 350px;
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

div.input-spinner input {
    text-align: center;
    border: none;
    background: #fff;
    border-left: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    height: 25px;
}
div.input-spinner button.btn {
    height: 25px;
    padding: 0;
    font-size: 16px;
    /*color: #f0f !important;*/
    font-weight: normal !important;
    font-family: monospace;
}
div.input-spinner button.btn-outline-secondary {
    /*min-width: 4.5rem !important;*/
    min-width: 2rem !important;
    background-color: #fff !important;
    border-bottom: none;
}
div.input-spinner button.btn {
    color: #000;
    margin: -1px 0 0 0;
}
div.input-spinner button.btn:hover {
    color: #38384c;
}
div.input-spinner button.btn:active {
    color: #38384c !important;
}
div.input-spinner button.btn-decrement {
    border-radius: 0 !important;
    border-color: transparent !important;
}
div.input-spinner button.btn-increment {
    border-radius: 0 !important;
    border-color: transparent !important;
}


/* ---------------------------------------------------
    Andre formular elementer
----------------------------------------------------- */

input::placeholder {
    /*opacity: 0.5;*/
    color: #bbb !important;
}

span.checkbox-lbl {
    font-size: 0.9em;
}

.btn-frem {
    min-width: 120px;
    color: #ececec !important;
    font-weight: bold;
    background-color: #649a53;
    border-color: #649a53;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;
}
.btn-frem:hover {
    color: #fff !important;
    background-color: #5b8d4b;
    border-color: #548345;
}
.btn-frem:active {
    min-width: 120px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;

    color: #fff !important;
    background-color: #5b8d4b !important;
    border-color: #548345;
}
.btn-frem.disabled {
    background-color: #b0b0b0;
    opacity: 0.6;
}

.btn-tilbage {
    min-width: 120px;
    color: #606060 !important;
    font-weight: bold;
    border-color: #606060;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;
    background-color: #efecec;
}
.btn-tilbage:hover {
    color: #494949 !important;
    border-color: #4f4f4f;
    background-color: #efecec;
}
.btn-tilbage:active {
    min-width: 120px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;

    background-color: #dedede !important;
    color: #494949 !important;
    border-color: #4f4f4f;
}

/* ---------------------------------------------------
    GAVEKORT I BOOKING
----------------------------------------------------- */
div.gavekort-input-sektion {
    margin-top: 10px;
}

.btn-micro {
    padding: 0px 10px;
    font-size: 14px;
    height: 38px;
    transition: 400ms all ease-in-out;
    border: 2px solid;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;

    min-width: 10px;
    color: #ececec !important;
    font-weight: bold;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;
}
.btn-micro:hover {
    color: #fff !important;
}
.btn-micro:active {
    min-width: 10px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-micro-green {
    background-color: #649a53;
    border-color: #649a53;
}
.btn-micro-green:hover {
    background-color: #5b8d4b;
    border-color: #548345;
}
.btn-micro-green:active {
    background-color: #5b8d4b !important;
    border-color: #548345;
}
.btn-micro-green.disabled {
    background-color: #b0b0b0;
    opacity: 0.6;
}

.btn-micro-red {
    background-color: #dd3434;
    border-color: #d12e2e;
}
.btn-micro-red:hover {
    background-color: #ed3c3c;
    border-color: #d12e2e;
}
.btn-micro-red:active {
    background-color: #ed3c3c !important;
    border-color: #d12e2e;
}
.btn-micro-red.disabled {
    background-color: #b0b0b0;
    opacity: 0.6;
}

.btn-micro-grey {
    background-color: #efecec;
    border-color: #606060;
    color: #606060 !important;
}
.btn-micro-grey:hover {
    background-color: #efecec;
    border-color: #474747;
    color: #555555 !important;
}
.btn-micro-grey:active {
    background-color: #efecec !important;
    border-color: #474747;
}
.btn-micro-grey.disabled {
    color: #606060;
    background-color: #b0b0b0;
    border-color: #b3b3b3;
    opacity: 0.6;
}

ul.gavekortfejl {
    padding-left: 20px;
    list-style-type: disc;
}
ul.gavekortok {
    padding-left: 0px;
    list-style-type: none;
}

li.indloest-gavekort {
    margin-top: 5px;
    padding: 6px;
    background-color: #faf8f8;
    border: 1px solid #faf8f8;
    border-radius: 5px;
}

li.indloest-gavekort .slet-indloest-gavekort {
    margin-right: 5px;
    cursor: pointer;
    /*background-color: #ed3c3c;*/
    border-color: #9f1f1f;
    color: #db2929;


}


/* Checkbox/switch */
.form-check-input:checked {
    background-color: #38384c;
    border-color: #6d6d8c;
}
.form-switch .form-check-input {
    width: 3em;
    height: 1.6em;
    margin-right: 6px;
}
label.tillaeg-checkbtn {
    min-width: 170px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #5b8d4b !important;
    border-color: #548345;
}

.btn-outline-success {
    font-weight: bold;
    border-width: 2px;
    border-radius: 0.6rem;
    text-decoration: none !important;
    color: #548345;
    background-color: transparent;
    border-color: #999;
}

span.reqd {
    color: red;
    padding: 0px 4px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 810px) and (max-width: 930px) {
    #content {
        padding: 20px 40px;
    }
    #desktop-header {
        padding: 20px 40px;
    }
}
@media (max-width: 800px) {

    /*
    #sidebar {
        margin-left: -280px;
        transform: rotateY(90deg);
    }

    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    */
/*
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
    */

    #desktop-header {
        display: none;
    }
    #footer {
        display: none;
    }
    #mini-footer {
        display: block;
    }

    #kalender-wrapper {
        padding: 10px;
    }

    #content-wrapper {
        min-height: auto; /*1000px;*/
        /*background-image: url(/gfx/baggrund/topografi-pale-02.png);*/
        background-image: url(/gfx/baggrund/topografi-pale.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 0%;
    }

    #content {
        padding: 20px 20px;
        /*
        background-image: url("/gfx/baggrund/topografi-pale-02.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 0%;
        */
    }

    #step-foerste-nedrunding {
        height: 28px;
        display: block;
    }

    div.tur-item-tekst {
        margin-left: 0px;
    }

    #valgt-dato {
        margin-top: 10px;
    }

}
