.toggle-menu {
    margin-bottom: 22px
}

.toggle-menu input, .toggle-menu label {
    display: none /* her bør ikke benyttes display: none*/
}

.topmenu-phone {
    float: right;
    margin-right: 0 !important;

}

@media (max-width: 767px) {
    .toggle-menu {
        margin-top: -10px
    }

    .toggle-menu label {
        cursor: pointer;
        display: inline-block;
    }

    .toggle-menu input {
        display: none
    }

    .toggle-menu input ~ ol {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease;
        -webkit-transition: max-height 1s ease;
        border-top: 0;
    !important;
        margin-top: 10px
    }

    .toggle-menu input ~ ol li:first-child {
        border-top: 1px solid #999;
    }

    .toggle-menu input:checked ~ ol {
        max-height: 1200px
    }

    /**
     * Functional styling for collapsing and opening the top navigation menu in mobile state.
     */
    .btn.topmenu-phone {
        /*background-color: #3A302A;*/
        border-radius: 4px;
        margin-bottom: 5px;

    }

    ul.dropdown-menu > li {
        padding: 0;
        margin: 0;
        border-bottom: solid #e1e1e1 1px;
    }

    input#toggle-topmenu-phone ~ ul.dropdown-menu {
        margin: 5px 0 0 -6px;
        width: 102%;
        opacity: 0;
        border-radius: 0;
        display: block;
        padding: 0;
        list-style: none;

        /*background: #3a302a;*/
        /*color: white;*/

        max-height: 0;
        overflow: hidden;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        border: 0px;
    }

    input#toggle-topmenu-phone:checked ~ ul {
        /*display: block;*/
        opacity: 1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

        border: solid #a0bb70 1px;
        max-height: 1200px
    }

    input#toggle-topmenu-phone ~ ul.dropdown-menu.open {
        /*display: block;*/
        opacity: 1;
        max-height: 1200px;
        border-top: solid #333 1px;
    }
    .top-menu-phone-container{
        position: relative;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

input#toggle-topmenu-phone ~ ul.dropdown-menu > li > a {
    color: #333333;
    background-color: #FFFFFF;
    padding: 7px 15px;
    max-height: 1200px;
    line-height: 22px;
    text-decoration: none;
}

input#toggle-topmenu-phone ~ ul.dropdown-menu > li > a:hover {
    background-color: #FFFFFF;
    color: #b64529;
    text-decoration: none;
}

input#toggle-topmenu-phone ~ ul.dropdown-menu > li.active > a {
    color: #333333;
    background-color: #deeac8;
}
input#toggle-topmenu-phone ~ ul.dropdown-menu > li.active > a:hover {
    color: #333333;
    background-color: #deeac8;
}

p.form-control-static{
    background-color: #eeeeee;
    padding: 4px 6px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

/* Only relevant for borger.dk. Will be overwritten by designguide css*/
ol.indicator li a {text-decoration: none; color: #333;}
ol.indicator li.done a {color: #6B6B6B;}
.form-control-static {
    background-color: #EEE; 
    padding: 4px 6px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.alert h3:first-child {margin-top: 0}

a.help {cursor:pointer;}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}