﻿@import url("/include/bootstrap3/css/bootstrap.css");
/* Using a url */

/***************************** Basics *****************************/
body
{
    font-family: Times New Roman, Arial, Verdana;
    font-size: 12pt;
    background-color: #fff;
    color: #000;
}

body.brevkasse, body.forside, body.emneside, body.formularsalg, body.beregningside, body.ordlisteside
{
    background-color: #f5f5f5;
}
body.brevkasse .forsidelinks, body.forside .forsidelinks, body.emneside .forsidelinks, body.formularsalg .forsidelinks, body.beregningside .forsidelinks, body.ordlisteside .forsidelinks
{
    padding-top: 50px;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    color: #001774;
    text-decoration-color: blue;
}
a:visited
{
    color: darkcyan;
}
.navbar-bottom a, .navbar-bottom a:visited
{
    color: white;
    text-decoration: underline;
}
.navbar-bottom a:hover
{
    color: #ddd;
}
a[name]
{
    text-decoration: none;
}
table
{
    font-size: 12pt;
    text-align: left;
    margin-bottom: 15px;
}
hr
{
    margin-top: 30px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    -webkit-border-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    -moz-border-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    border-image-slice: 1;
}
h1
{
    font-size: 24px;
}
h3
{
    font-size: 20px;
}
h1, h2, h3, h4
{
    font-family: ubuntu;
}
p
{
    margin: 16px 0 0 0;
    padding: 0;
    border: 0;
    font-size: 12pt;
    font: inherit;
}
td p
{
    margin: 0 0 0 0;
}
.bold
{
    font-weight: bold;
}
.ubuntu
{
    font-family: ubuntu;
}
td
{
    vertical-align: top;
}
.clear
{
    clear: both;
}
/* vi vil gerne have lidt luft efter første td i en tabel - typisk beregninger*/
tr td:first-child
{
    padding-right: 10px;
}
label
{
    display: initial !important;
    font-weight: 100 !important;
}
#container a, .emnerTable a, .breadcrump a, .forside_linksbokse a
{
    color: #111;
}

#rightmenu a.menuheader, #rightmenu .menuheader
{
    color: #fff !important;
    text-decoration: none;
    font-family: Arial;
}
#rightmenu
{
    display: none;
}
.radiochoice
{
    min-width: 10px;
    width: 10px;
}
.tworows
{
    display: flex;
    flex-wrap: wrap;
}
.tworows div
{
    width: 40%;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0);
    border-image-slice: 1;
}
#wrapper .tworows div a, .wrapper .tworows div a
{
    text-decoration: none;
}
blockquote 
{
    font-size:12pt;
}
/***************************** Content area *****************************/

#wrapper, .wrapper
{
    max-width: 68ch;
    width: calc(100% - 40px);
    margin: 70px auto 0;
    padding: 10px 0 22px 0;
    position: relative;
    font-size: 18px;
    line-height: 1.65;
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0);
    border-image-slice: 1;
}
body.forside #wrapper, body.forside .wrapper,
body.emneside #wrapper, body.emneside .wrapper,
body.brevkasse #wrapper, body.brevkasse .wrapper
{
    max-width: 980px;
    min-width: 980px;
}
body.forside #wrapper, body.forside .wrapper
{
    border-bottom: none;
}

#wrapper a, .wrapper a
{
    color:#21a0c2;
    text-decoration: none;
}
#wrapper a:hover, .wrapper a:hover
{
    /*text-decoration-color: #d22;*/
    color: #000;
}

.forsidelinks
{
    min-height: 320px;
    padding-top: 50px;
}

.forside .forsidelinks .container, .brevkasse .forsidelinks .container, .beregningside .forsidelinks .container, .emneside .forsidelinks .container, .formularsalg .forsidelinks .container
{
    padding: 0;
    text-align: left;
}

div.forside_linksbokse
{
    width: 100%;
    padding-right: 11px;
    display: block;
    text-align: left;
}
div.forside_linksbokse .roedpil
{
    display: none;
}
div.forside_linksbokse:nth-child(1)
{
    margin-bottom: 10px;
    padding-top: 20px;
}
div.forside_linksbokse:nth-child(2)
{
    padding-top: 10px;
}
div.forside_linksbokse .overskrift
{
    font-weight: bold;
    font-family: ubuntu;
}
.roedpil
{
    position: relative;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid red;
    border-top: 2px solid red;
    transform: rotate(45deg);
    margin-right: -7px;
    left: -15px;
}

.footerboxes, .formularsalgcontainer
{
    background-color: #fff;
}
.footerboxes .container
{
    max-width: 977px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.footerbox-trustpilot
{
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
}
.footerbox
{
    flex: 1;
    min-width: 0;
    margin-top: 20px;
    text-align: center;
}
.footerbox .header
{
    font-family: ubuntu;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0);
    border-image-slice: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 90%;
    height: 40px;
}
.footerbox .header img
{
    padding-right: 13px;
}

.footerbox ul
{
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
}


.footerbox li
{
    padding-bottom: 15px;
}

.footerbox li:hover
{
    color: red;
}
.footerboxmorelink
{
    font-weight: bold;
    text-transform: uppercase;
    color: #404040;
    font-family: ubuntu;
    font-size: 13px;
    padding-left: 20px;
}

/***************************** Højre menuen *****************************/
#rightmenu td
{
    background-size: 100%;
}
#frontpagecounter
{
    color: #666;
    width: 187px;

    border: 1px solid #999;
}
#frontpagecounter .hitcounterWrapper
{
    font-size: 18px;
}
#rightmenu
{
    margin-top: 96px;
    float: right;
    margin-right: 10px;
    width: 186px;
    min-width: 187px;
    max-width: 285px;
}
#rightmenu table
{
    width: 100%;
}

#afstemmning
{
}
.rightmenu_content /* De røde bokse */
{
    border: 1px solid #999;
    padding: 10px 1px 0px 7px;
    font-size: 16px;
    background-color: #fff;
}
.rightmenu_content ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    padding-left: 7px;
    color: #af1908;
    list-style-type: none;
}
.rightmenu_content ul a
{
    color: #111;
}
.rightmenu_content ul a:visited
{
    color: crimson;
}
.rightmenu_content li
{
    margin-bottom: 10px;
    display: block;
    line-height: 17px;
}
.rightmenu_content li:before
{
    content: "\00BB  ";
}
.menuheader
{
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.menuheadertop
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

body.forside #rightmenu
{
    margin-top: 172px;
}

.klageinstans .wrapper
{
    display:flex;
    flex-wrap: wrap;
}

.klageadresse
{
    flex:0 0 175px;
    padding-left:30px;
}
.klageadresse ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.klageadresse ul li {
  padding-bottom: 10px;
}

.klageinstans #contentLeft
{
    flex:1;
}
.statiskeinformationer
{
    flex: 1 100%;
    padding-top:40px;
}

/***************************** Top frame *****************************/
#topFrame
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
}
.navbar-default
{
    background-color: #fff;
    box-shadow: 0px 7px 7px #0000004a;
    border: none;
    margin: 0;
}
.brandimage
{
    width: 350px;
    position: relative;
    top: 2px;
}
body.brevkasse .navbar-default, body.forside .navbar-default, body.emneside .navbar-default, body.formularsalg .navbar-default, body.beregningside .navbar-default, body.ordlisteside .navbar-default
{
    box-shadow: 0px 3px 6px #0000000B;
}
.navbar-default .navbar-nav > li > a
{
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #111;
    font-family: Ubuntu;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover
{
    color: #555;
    background-color: #eee;
}
#searchString
{
    padding: 7px;
    margin-top: 20px;
    margin-right: 15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
{
    max-height:390px;
}

/********************************** Forsiden ************************/
body.forside .forsideheader
{
    padding-top: 0px;
    min-height: 0px;
    font-size: 19px;
}
body.emneside .forsideheader, body.brevkasse .forsideheader
{
    text-align: center;
    padding: 20px 0 10px;
}
body.forside .forsideheader img
{
    padding-bottom: 20px;
}
.forsideikon
{
    width: 58px;
    height: 58px;
    border: 2px solid #E2E2E2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.forsideikon img
{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
#container
{
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container > a
{
    display: block;
    width: calc(33.33% - 16px);
    min-width: 305px;
    margin: 8px;
    margin-bottom: 18px;
}
#container div.containerbox
{
    width: 100%;
    min-height: 170px;
    height: 100%;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #Eee;
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#container div.containerbox br
{
    display: none;
}
#container div.containerbox:hover
{
    transition: all .2s ease;
    border-color: #D6231B;
    border-width: 3px;
    padding: 14px 19px 19px;
}
body.emneside #container div.containerbox:hover
{
    /*border-color: #EDEDED;     border-width: 2px;     padding-top: 50px;*/
}
#container div.containerbox a
{
    text-decoration: none;
}
body.emneside #container div.containerbox a:hover
{
    text-decoration: underline;
}
#container span.heading
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-family: ubuntu;
}

#container span.txt
{
    color: #626262;
    font-size: 18px;
}
.trustpilotstat
{
    margin-top: -20px;
    position: absolute;
}

/********************************** Footer **************************/
.footerDiv .navbar-default
{
    background-color: #666;
}
.footerDiv .container
{
    background-color: #666;
    height: 180px;
    color: #fff;
}
.footerDiv.container A
{
    color: #fff;
}
.footerDiv .container A:hover
{
    color: blue;
}
.bottomcounter
{
    text-transform: uppercase;
    margin-top: 30px;
    color: #CBCBCB;
}
/************************ Emne siderne med tabeller ******************/

.emneoversigt
{
    font-size: 16px; /*font-weight: bold;*/
}

.emnerTable
{
    border: 1px solid #ddd;
    width: 100%;
}

.emnerTable tr:nth-child(even)
{
    background-color: #f7f7f7;
}

.emnerTableHeader
{
    background-color: #dd1e09;
    color: White;
    font-weight: bold;
    font-size: 16px;
}

.emnerTable li a
{
    font-size: 16px;
}

.lovsamling
{
    width: 33%;
    float: left;
}

.lovsamlingHolder
{
    /*padding-left: 75px;*/
    overflow: hidden;
}

.brevkasseikon img
{
    width: 40px;
    position: relative;
    top: -3px;
}
.beregningerheader img
{
    width: 30px;
    position: relative;
    top: -3px;
}
.formularsalgheader img
{
    height: 25px;
    position: relative;
    left: -10px;
    top: -3px;
}

#wrapper table.tabelmedrundelinks a
{
    padding: 10px;
    border: 1px solid #CBCBCB;
    border-radius: 30px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
}
#wrapper table.tabelmedrundelinks a .roedpil
{
    position: relative;
    top: -2px;
}

.emner h1, .brevkasse h1, .beregningside h1, .formularsalg h1
{
    font-size: 32px;
    color: #D6231B;
    text-transform: uppercase;
    font-weight: bold;
}
.ordliste
{
    background-image: url(/images/2020redesign/icon_ordbog_stor.png);
    height: 36px;
    background-size: 17%;
    background-repeat: no-repeat;
    width: 140px;
    padding-left: 25px;
    color: #D6231B;
    text-transform: uppercase;
}

.ordlisteelement
{
    width: 80px;
    height: 80px;
    border: 2px solid #cbcbcb;
    border-radius: 20px;
    display: inline-block;
    margin-right: 27px;
    margin-bottom: 27px;
    text-transform: uppercase;
    background-color: #fff;
}
.ordlisteelement a, .ordlisteelement h1
{
    text-decoration: none !important;
    color: #D6231B;
    font-weight: bold;
    font-family: ubuntu;
    position: relative;
    top: 5px;
}
.font19
{
    font-size: 19px;
}
.redbutton
{
    padding: 20px 35px;
    border: none;
    background-color: #D6231B;
    border-radius: 30px;
}
.redbutton a
{
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    font-family: ubuntu;
    font-size: 18px;
}
/*********************** Klubben og formularsalg *************************/
ol.ikkeloggetindside
{
    list-style: none;
    counter-reset: li;
}
ol.ikkeloggetindside li::before
{
    content: counter(li);
    color: #D6231B;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    font-family: ubuntu;
    font-weight: bold;
    font-size: 16px;
}
ol.ikkeloggetindside li
{
    counter-increment: li;
    margin-bottom: 20px;
}

div.formularkategorier
{
    text-transform: uppercase;
    font-family: ubuntu;
    font-size: 13px;
    text-align:center;
}
#wrapper div.formularkategorier a, .wrapper div.formularkategorier a
{
    text-decoration: none;
    padding-left: 17px;
}
table.klubben
{
    width: 100%;
    border: 1px solid #999;
}

.klubben td
{
    padding: 10px;
}

.klubben tr:nth-child(even)
{
    background-color: #f7f7f7;
}

table.klubben
{
    border-collapse: collapse;
}
.formulartabel
{
    width: 800px;
}
.formulargruppe
{
    background-color: White;
}
.formulargruppe a
{
    text-decoration: none;
}
.formulartabel tr
{
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0);
    border-image-slice: 1;
}
.formulartabel tr td
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.formularsalgvisformular hr
{
    border: 1px solid #ddd;
}
div.indkobskurvknap img
{
    cursor: pointer;
}

.formularomtekst
{
    width: 300px;
    float: right;
    margin-top: 145px;
    margin-left: 40px;
    background-color: #FCFCFC;
    border: 1px solid #EDEDED;
    padding: 20px;
}
.bestilknap
{
    font-weight: bold;
    font-size: 25px;
    padding-right: 30px;
}
.formularteaser
{
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 342px;
    display: inline-block;
    position: relative;
    padding-left: 100px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: ubuntu;
    text-align: left;
    padding-top: 10px;
}
.formularteaser a
{
    text-decoration: none !important;
}
.formularteaserimage1
{
    background-image: url(/images/2020redesign/Image2.png);
    background-repeat: no-repeat;
    background-position: 1px -12px;
    background-size: 17%;
    background-color: #fff;
}
.formularteaserimage2
{
    background-image: url(/images/2020redesign/Image3.png);
    background-repeat: no-repeat;
    background-position: 1px -12px;
    background-size: 17%;
    background-color: #fff;
}
.formularteasertext
{
    position: relative;
    top: -10px;
}
/************************ Afstemninger ************************/
.stemresultat td
{
    color: #111;
}

/********************************** Misc ****************************/


.greyBox, .greyBoxWide
{
    font-family: ubuntu;
    font-weight: bold;
}
.greyBox
{
    max-width: 65%;
}
.formularsalg .greyBox, .brevkasse .greyBox
{
    max-width: 100%;
    text-align: center;
}
.greyBoxWide
{
    text-align: center;
    padding: 10px 0;
}
.greyBox b, .greyBoxWide b
{
    font-family: ubuntu;
    font-size: 20px;
}

#cookieInformerBooklet p, #cookieInformerBooklet h3
{
    margin: 0;
}
.maxwidth600
{
    display: none;
}

a.icon
{
    display: none;
}

#bottomFrame
{
    clear: both;
}

/********************************* Synopsis siderne *************************/
.article
{
    max-width: 1138px;
    padding-top: 90px;
    font-family: Times New Roman;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    border: 1px solid #ddd;
}

.article a
{
    color: #111;
}

body.afstemninger
{
    background-color: #f8f8f8;
    padding: 6px;
}
#contentLeft
{
    min-height: 250px;
}

.wrapper a
{
    text-decoration: none;
}
/******************************* Media queries *******************************/


@media screen and (max-width: 1024px)
{
    .container
    {
        width: 100%;
    }
    .navbar .container
    {
        width: 100%;
    }
    .nav > li > a
    {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .trustpilotstat
    {
        position: relative;
        width: 260px;
        height: 740px;
        border: 1px solid #ccc;
    }
    .formulartabel
    {
        max-width: 600px;
        width: calc(100% - 200px);
    }
    body.forside .forsideheader
    {
        padding-left: 100px;
    }
    .formularomtekst
    {
        width: 200px;
    }
    li.omosmenu
    {
        display: none;
    }
    .formularteasertext
    {
        display: none;
    }
    .formularteaser
    {
        margin-top: 10px;
    }
    #container > a
    {
        width: calc(50% - 16px);
    }
}

@media screen and (max-width: 767px)
{
    .navbar-nav
    {
        margin-bottom: 4px !important;
        margin-top: 10px !important;
    }
    .navbar-right
    {
        position: relative;
    }
    .menuheaderlogo img
    {
        width: 150px;
    }
    .menuheaderlogo
    {
        top: -2px;
    }
    .formulartabel
    {
        max-width: 600px;
        width: calc(100% - 200px);
    }
    .formularomtekst
    {
        width: 100%;
        float: none;
        margin-top: 25px;
        margin-left: 0;
    }
    .menuheader
    {
        top: -2px;
        width: 100%;
    }
    .menuheader A
    {
        font-size: small;
    }
    .topnav a
    {
        padding: 10px 2px;
    }
    .lovsamling
    {
        width: 50%;
    }
    #navbar li a
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav > li > a
    {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    #container span.txt
    {
        font-size: 15px;
    }
    #container > a
    {
        width: calc(50% - 16px);
    }
    li.formularmenu, li.omosmenu
    {
        display: block;
    }
    .navbar-brand img
    {
        width: 273px;
    }
    .footerboxes .container, .footerboxes .container A
    {
        color: Black;
        text-align: left;
    }
    .minwidth700
    {
        display: none;
    }
    .brandimage
    {
        width: 180px;
    }
    body.forside .forsideheader
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 600px)
{
    .container, #wrapper, .wrapper
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tabelmedrundelinks a
    {
        display: inline-block;
    }
    .topnav a
    {
        display: none;
    }
    .lovsamling
    {
        width: 100%;
    }

    #rightmenu
    {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    .topnav.responsive
    {
        position: relative;
    }
    a.icon
    {
        display: block;
        position: absolute;
        left: 10px;
        top: 28px;
        z-index: 10000;
    }
    .topnav.responsive a
    {
        clear: both;
        float: none;
        display: block;
        text-align: left;
        border: 1px solid #ddd;
        font-size: large;
        background-color: #efefef;
    }
    .menuheaderlogo
    {
        left: 35px;
        top: -18px;
        z-index: 10000;
    }
    .menuheaderlogo img
    {
        width: 250px;
    }
    .maxwidth600
    {
        display: block;
    }
    .menuheader .topsearch, .brandimageforside img
    {
        display: none;
    }
    .forsideheader img
    {
        max-width: 90%;
    }
    div.forside_linksbokse
    {
        width: 100%;
    }
    #container span.txt
    {
        top: 40px;
    }
    .blivbruger, .omos, .emner
    {
        padding-left: 56px;
        width: auto;
    }
    .blivbruger h1
    {
        font-size: 30px;
    }
    .klubben td
    {
        padding: 10px;
    }
    .greyBox, .greyBoxWide
    {
        width: 100%;
    }
    #container > a
    {
        width: calc(100% - 16px);
    }
    #container
    {
        padding-top: 0;
        overflow: visible;
    }
    #container > div
    {
        background-image: none !important;
        box-shadow: 10px 10px 22px -9px rgba(0,0,0,0.75);
        border: 1px solid #ddd;
        width: 142px;
        margin-left: 0;
        margin-right: 5px;
    }
    .footerbox
    {
        flex-basis: 100%;
    }
    .forsidelinks, div.forside_linksbokse
    {
        height: auto;
        padding-bottom: 20px;
    }
    .forside .forsidelinks .container, .brevkasse .forsidelinks .container, .beregningside .forsidelinks .container, .emneside .forsidelinks .container, .formularsalg .forsidelinks .container
    {
        padding-right: 0;
    }
    .footerboxes, .formularsalgcontainer
    {
        background-color: transparent;
    }
    .trustpilotstat
    {
        margin: 0 auto !important;
    }
    body.forside .forsideheader
    {
        padding-top: 0;
        padding-left: 0;
    }
    body.brevkasse .navbar-default, body.forside .navbar-default, body.emneside .navbar-default, body.formularsalg .navbar-default, body.beregningside .navbar-default, body.ordlisteside .navbar-default
    {
        background-color: #fff;
        box-shadow: 0px 7px 7px #0000004a;
    }
}