﻿/****** PLACE YOUR CUSTOM STYLES HERE ******/
@charset "UTF-8";

.nav-bar .logo {
    max-height:80%;
}
body.side-push-panel {
    overflow-x: hidden;
}

    body.side-push-panel .nav-container,
    body.side-push-panel .main-container {
        right: 0;
        position: relative;
    }

    body.side-push-panel.side-panel-open .nav-container,
    body.side-push-panel.side-panel-open .main-container {
        right: 300px;
    }

    body.side-push-panel.side-panel-open.device-xl .slider-parallax-inner,
    body.side-push-panel.side-panel-open.device-lg .slider-parallax-inner {
        left: -300px;
    }

    #side-panel,
    body.side-push-panel .nav-container,
    body.side-push-panel .main-container {
        -webkit-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease;
    }

    body.side-push-panel .slider-parallax-inner {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease;
    }

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto;
}

body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover {
    cursor: url('/assets/images/icons/close.png') 15 15, default;
}

body.side-push-panel #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    border-radius: 0 0 0 2px;
    padding: 10px;
}

#side-panel-trigger {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}

#primary-menu > div > #side-panel-trigger {
}

.sticky-responsive-menu.device-touch #side-panel-trigger {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.responsive-sticky-header:not(.static-sticky) #side-panel-trigger {
}
/* ----- Side Panel Trigger ----- */
#side-panel-trigger a {
    display: block;
    position: relative;
    width: auto;
    height: auto;
}

#side-panel-trigger a {
    display: block;
    position: relative;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

    #side-panel-trigger a i {
        position: relative;
        top: 1px;
    }

body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #side-panel-trigger {
    opacity: 0;
}

#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body.side-push-panel {
    overflow-x: hidden;
}

#side-panel {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 399;
    width: 300px;
    height: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

body.side-panel-left #side-panel {
    left: -300px;
    right: auto;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
    right: 0;
}

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
    left: 0;
    right: auto;
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px;
}

body.device-touch #side-panel .side-panel-wrap {
    overflow-y: scroll;
}

#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
    border-top: 1px solid #E5E5E5;
}

    #side-panel .widget:first-child {
        padding-top: 0;
        border-top: 0;
        margin: 0;
    }

body.side-panel-open #side-panel {
    right: 0;
}

body.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto;
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
    right: 300px;
}

body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner,
body.side-push-panel.side-panel-open.stretched.device-lg .slider-parallax-inner {
    left: -300px;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
    left: 300px;
    right: auto;
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-right: 5px;
}

#side-panel-trigger-close a {
    display: none;
}

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto;
}

body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover {
    cursor: url('images/icons/close.png') 15 15, default;
}

#side-panel {
    background-color: #FFF;
}

body.side-panel-open #side-panel {
    -webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
    box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

h1, .h1 {
    font-size:48px;
    line-height:54px;
}
h4 .icon,
#side-panel-trigger-close a .icon {
    font-size: 18px;
}

.nav-bar .module i.icon {
    font-size: 12px;
}

.widget hr {
    margin: 24px 0;
}
#submenu {
    line-height: 2.2em;
    text-transform:uppercase;
}
.sub {
    margin-left: 1.5em;
}
.menu li a {
    display:block;
    opacity:.6;
}
.menu li a.selected {
    color: #880C18;
}
.menu .has-dropdown li a.selected {
    background-color: #E5E5E5;
    opacity: 0.85;
}
.menu > li:last-child > ul {
    right:-25px;
}
.link-list span {
    line-height: 1.2em;
    font-style:italic;
}
.downloadList {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #efefef;
}

.downloadList > a {
    display: block;
    width: 100%;
}

.tabbed-content ul li {margin-bottom:1em;}
.tabbed-content .date {display:block;font-style:italic;font-weight:400;}

#hverv li {
    margin-bottom:1rem;
}
#hverv li span {
    display:block;
}
.breadcrumb {
    margin-top:4em;
    margin-bottom:0;
}

.MembersSection .frontpageBox {
    margin-top:20px;
}
footer {
    padding-top:4em;
}
.footer-1 .logo {
    max-height:24px;
}
footer .link-list {
    line-height:22px;
}
footer .link-list span {
    display:block;
    padding:4px 0 10px;
}
footer .btn:not(.inner-link) {
    display:none;
}

.umbraco-forms-container,
.umbraco-forms-navigation > div {
    padding: 0;
}
.umbraco-forms-form fieldset {
    padding: 1em 1em 0em 0em;
    margin: 0 0 1.5em 0;
    border: none !Important;
}
.field-validation-error {
    display:block;
    color:#880C18;
}

input[type="email"],
input[type="date"],
textarea {
    background:#f5f5f5;
    border:none;
    width:100%;
    height:50px;
    padding-left:20px;
    font-weight:500;
    margin-bottom:24px;
    border-radius:0;
}
textarea {
    height:150px;
}

#tilmeldingformular #contour fieldset legend {
    float: left;
    width: 100%;
    margin: 20px 0 10px;
    font-weight:400!important;
}

#tilmeldingformular .umbraco-forms-fieldset legend {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 4px;
    font-weight: 400 !important;
}
#tilmeldingformular .umbraco-forms-field.radio,
#tilmeldingformular .umbraco-forms-field.checkbox {
    margin-top:0;
}
#tilmeldingformular .umbraco-forms-field.singlechoice {
    margin-bottom:10px;
}
#tilmeldingformular #contour small {
    display: none;
}

#tilmelding #contour span.checkboxlist,
#tilmelding #contour span.radiobuttonlist,
#tilmelding #contour span.checkbox,
#tilmeldingformular #contour span.checkboxlist,
#tilmeldingformular #contour span.radiobuttonlist,
#tilmeldingformular #contour span.checkbox {
    width: 100%;
    padding: 5px 0;
}

#tilmeldingformular #contour span.checkbox,
#tilmeldingformular div.checkbox > .umbraco-forms-field-wrapper {
    float: left;
    margin:4px 0 0 20px;
}

#tilmeldingformular .umbraco-forms-form .radiobuttonlist input {
    width: 2% !important;
    min-width: 2%;
}

#tilmeldingformular #contour div.checkbox label.fieldLabel,
#tilmeldingformular div.checkbox > label.umbraco-forms-label {
    float: right;
    width: 93%;
    padding-left:0;
    font-weight: normal;
}

#tilmeldingformular .radiobuttonlist > input {
    margin-right: 2%;
}

#tilmeldingformular .umbraco-forms-form .checkboxlist input,
#tilmeldingformular .umbraco-forms-form .radiobuttonlist input,
#tilmeldingformular .umbraco-forms-form .checkbox input {
    margin-top: 2px;
}

/*#tilmelding #contour .contourButton.contourSubmit,
#tilmeldingformular #contour .contourButton.contourSubmit,
#tilmeldingformular .umbraco-forms-navigation input[type=submit] {
    float: left;
    width: 153px;
    height: 32px;
    margin-top: 10px;
    margin-right: 0;
    background: transparent url(/images/send_tilmelding.png) no-repeat scroll 0 0;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
}
    */

#tilmelding #contour span.radiobuttonlist br,
#tilmelding #contour span.checkboxlist br { /*display:none;*/
}

#tilmelding #contour span.radiobuttonlist label,
#tilmelding #contour span.checkboxlist label {
    margin-right: 10px;
}

#tilmeldingformular #contour .samlettilmeldingsgebyr {
    margin-top: 20px;
}

#tilmeldingformular #contour .ialtidkk input {
    width: 100px !important;
}

#tilmeldingformular .checkbox:not(.jegharlæstogacceptererdommerforeningenshandelsbetingelser) > .umbraco-forms-tooltip {
    display: none;
}
#tilmeldingformular [class^="jegharl"] {
    position: relative;
    margin-top: 20px;
}
#tilmeldingformular [class^="jegharl"] .checkbox {
    margin-top: 10px;
}
#tilmeldingformular #handelsbetingelser {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid grey;
    padding: 10px;
    height: 200px;
    overflow-y: scroll;
}
#tilmeldingformular [class^="jegharl"] > .umbraco-forms-tooltip + div {
    position: absolute;
    top: 2px;
} 
        
#tilmeldingformular #handelsbetingelser {
    float: right;
    width: 100%;
} 
#tilmeldingformular #handelsbetingelser #main {
    width: 100%!important;
    left:0!important;
    margin-right: 0;
}
#tilmeldingformular #handelsbetingelser #main .breadcrumb {
    display:none;
}
#tilmeldingformular [class^="jegharl"] .field-validation-error {
    width: 300px;
    float: left;
    z-index: 2000;
    background: #fff !important;
    border: 1px solid red;
    padding: 10px;
} 
#handelsbetingelser #breadcrumb {
    display: none;
} 
#handelsbetingelser h1 {
    font-size: 18px;
}
#tilmeldingformular .umbraco-forms-form .umbraco-forms-navigation {
    min-height:60px;
}
input[type="submit"], button[type="submit"] {
    width: auto;
    padding: 0 26px;
}

.ezsearch-result {
    margin-bottom:24px;
}
.ezsearch-result h2 {
    font-size:24px;
    line-height:30px;
    margin-bottom:4px;
}
.ezsearch-result p {
    margin-bottom:0;
}
.ezsearch-pager a,
.ezsearch-pager span {
    margin-right:0;
    margin-bottom:8px;
    padding: 0 8px;
}
.ezsearch-pager span {
    background-color:#13181d;
    color:#fff;
}

.back-to-top {
    bottom:-40px;
}

@media (max-width: 991px) {
    #side-panel-trigger {
        right: 40px !important;
    }

    .mobile-side-panel {
        position: absolute;
        display: block;
        top: 26px;
        font-size: 18px;
        color: #222;
        right: 40px;
        padding: 10px;
    }
}

@media (max-width:989.98px){
    .menu > li ul {
        padding:0;
        background-color:#fff;
    }
    .language .menu > li ul {
        width: auto;
        max-width: none;
    }
    .mega-menu .title {
        display:none;
    }
    .menu > li > ul li a {
        color: inherit;
    }
    .module.widget-handle .menu li li {
        line-height:24px;
    }
    .module.widget-handle.mobile-toggle {
        border:none!important;
    }
} @media (max-width:767px){
    .image-bg h2 {
        font-size:30px;
        line-height:40px;
        letter-spacing:6px;
    }
    .breadcrumb {
        margin-top:2em;
    }
    .radiobuttonlist br {
        display: block !important;
    }

} @media (max-width:480px){
    .image-bg h2 {
        font-size:16px;
        line-height:24px;
    }
} @media (min-width:767px){
    .tabbed-content ul.tabs li:not(:first-of-type) {
        border-left: 1px solid #ccc;
    } 
} @media (min-width:990px){
    .language .menu > li ul {
        max-width: 200px;
        left: auto;
    }
} @media (min-width:990px) and (max-width:1100px){
    .module {
        padding:0 22px;
    }
}
/* COOKIE NOTICE */
.cookie-notice {
    height: 0;
    overflow: hidden;
    will-change: height;
    transition: height .1s ease;
    background: #425968;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align:center;
} .cookie-notice .container {
    padding:20px 0;
} .cookie-notice h3, .cookie-notice p {
    font-size: 1em;
    color: #fff;
    margin-bottom: .5em;
} .cookie-notice h3 {
    font-size: 1.3em;
    line-height:1.5em;
    font-weight: 700;
} .cookie-notice p {
} .cookie-notice a {
    color: #fff;
    text-decoration: underline;
} .cookie-notice .button {
    height: 25px;
    width: 80px;
    padding: 4px 20px;
    background-color: #880C18;
    border: 1px solid #880C18;
    border-radius: 8px;
    color: #fff;
    float: none;
    right: 0;
    position: relative;
    line-height: 25px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin: 0;
} .cookie-notice .button:hover {
    border-color: #000;
}

@page {
    margin-top:2cm;
    margin-bottom:2cm;
}
@media print {
    section {
        padding:30px 0;
    }
    h1 {
        font-size:30px;
        line-height:36px;
    }
    p {
        margin-bottom:16px;
    }
    .noPrint {
        display:none!important;
    }
    .onlyPrint {
        display:block!important;
    }
}