@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;400;600');

HTML, BODY, DIV, H1, H2, P, BUTTON, UL, LI, INPUT, A
{
    padding:                            0;
    margin:                             0;

    font-family:                        'Dosis', sans-serif;
}

BODY
{
}

.header
{
}



.flexbox-panel
{
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;

     justify-content: space-between;
     align-items: flex-start;
     align-content: center;
}

.flexbox-item {
     flex: 0 1 auto;
     flex-grow: 0;
     flex-shrink: 1;
     flex-basis: auto;
}



.block_content
{
    padding:                            10px;
}

.detail
{
}

.detail_label
{
    padding:10px;
    background-color: #555555;
    color:  #ffffff;
}

.detail_text
{
    margin:10px;
}



UL.detail_nav
{
    border-top:3px solid #555555;
    width:100%;
}

UL.detail_nav span, UL.detail_nav A
{
    border-bottom:                      3px solid #555555;
    padding:                            5px;
    display:                            block;
    text-decoration:                    none;
    font-size:                          28px;
    font-weight:                        200;
    text-align:                         left;
    background-color:                   #519efc;
    color:                              #ffffff;
    background-color: #ffffff;
    color:  #555555;
}


H1
{
    font-size:                          35px;
    padding:                            10px;
}

H2
{
    font-size:                          30px;
    font-weight:                        400;
    margin-bottom:                      10px;
}

P
{
    font-size:                          20px;
    font-weight:                        200;
    margin-bottom:                      10px;
}

A.navalt
{
    padding:                            10px;
    display:                            block;
    border:                             1px solid #555555;
    background-color:                   #eeeeee;
    text-decoration:                    none;
    font-size:                          30px;
    font-weight:                        200;
    text-align:                         center;
    border-radius:                      10px;
    margin-bottom:                      10px;
}

IMG
{
    width:                              100%;
    margin-bottom:                      0px;
}

UL, LI
{
    list-style-type:                    none;
}

I
{
    font-size:                          25px;
    border:                             1px solid #ffffff;
    border-radius:                      5px;
    padding:                            5px;
    margin-right:                       5px;
}


UL.nav
{
    border-top:                         3px solid #ffffff;
    width:                              100%;
}


UL.nav I
{
    width:28px;
    height:28px;
    text-align:center;
    line-height: 28px;
}


UL.nav span, UL.nav A
{
    border-bottom:                      3px solid #ffffff;
    padding:                            5px;
    display:                            block;
    text-decoration:                    none;
    font-size:                          28px;
    font-weight:                        200;
    text-align:                         left;
    background-color:                   #888888;
    color:                              #ffffff;
}

UL.subnav
{
    border-top:1px solid #ffffff;
    display:none;
}

UL.subnav span
{
    border-bottom:                      1px solid #888888;
    padding:                            5px;
    padding-left:                       50px;
    display:                            block;
    text-decoration:                    none;
    font-size:                          22px;
    font-weight:                        200;
    text-align:                         left;
    background-color:                   #ffffff;
    color:                              #888888;
}


UL.detailnav
{
    border-top:1px solid #999999;
}

UL.detailnav span
{
    border-bottom:                      1px solid #999999;
    padding:                            5px;
    display:                            block;
    text-decoration:                    none;
    font-size:                          22px;
    font-weight:                        200;
    text-align:                         center;
    background-color:                   #ffffff;
    color:                              #999999;
}


SELECT, INPUT, TEXTAREA, BUTTON
{
    display:                            block;
    width:                              100%;
    box-sizing:                         border-box;
    font-size:                          22px;
    padding:                            10px;
    margin-top:                         20px;
}

TEXTAREA
{
    height: 200px;
}


#panel_mainframe
{
}

#panel_header
{
    position:                           fixed;
    height:                             70px;
    background-color:                   #4986c5;
}

#panel_content
{
    position:                           fixed;
    overflow:                           auto;
    background-color:                   #ffffff;
}

#panel_menu
{
    position:                           fixed;
    display:                            none;
    overflow:                           auto;
}

.carousel-cell
{
    width:                              100%;
}

.flickity-page-dots
{
    bottom:                             -5px;
}
.flickity-page-dots .dot
{
    height:                             4px;
    width:                              40px;
    margin:                             0;
    border-radius:                      0;
}

.button_menge
{
    background-color:                   #ffffff;
    border: 1px solid                   #888888;
    border-radius:                      10px;

    font-size:                          50px;
    font-weight:                        400;
    line-height:                        0;

    margin:                             0;
    padding-top:                        0;

    width:                              60px;
    height:                             60px;
}

.feld_menge
{
    background-color:                   #eee;
    border: 1px solid                   #eee;
    border-radius:                      10px;

    font-size:                          35px;
    font-weight:                        400;
    line-height:                        58px;

    margin:                             0;
    padding:                            0;
    padding-left:                       20px;
    padding-right:                      20px;
}
