/******************** style for admin-area ***************/

*{
    /* margin: 0px; */
    /* padding: 0px; */
    font-family: arial, helvetica;
    /* font-size: 12px; */
    line-height: 140%;
}

html{
    height: 100%;
}

body{
    height: 100%;
}

/*
.dologin{
    margin: 200px auto;
    max-width: 400px;
    padding: 30px;
    border: 1px solid #222222;
}
    .dologin td{
        padding: 3px 5px;
    }
*/

.error{
    align: center;
    padding: 5px 8px;
    background: #fee;
    color: #f00;
    border: 1px solid #f00;
    max-width: 90%;
}
.message{
    align: center;
    padding: 5px 8px;
    background: #efe;
    color: #090;
    border: 1px solid #090;
    max-width: 90%;
}

.gb_clear{
    clear: both;
}

.header{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    height: 20px;
}
    .header div{
        display: none;
    }

    .header td.active a{
        text-decoration: none;
        color: #666666;
    }

.navi, .content{
    padding: 20px;
}

.navi{
    background: #DEF1FE;
    width: 120px;
    border-right: 1px solid #DBDADA;
}
    .navi ul{
        list-style: none;
    }
        .navi li{
            margin-bottom: 5px;
        }
            .navi a{
                color: #000;
                text-decoration: none;
                font-weight: bold;
                font-size: 14px;
            }
            .navi li.active a{
                color: #30ACFF;
            }
.content h1{
    font-size: 18px;
    margin-bottom: 30px;
}
.content form table{
    margin-bottom: 40px;
    width: auto;
}

/*
input{
    width: 100%;
    height: 23px;
    border: 1px solid #AABAC4;
    padding: 0px 3px;
    color: #555;
    box-sizing: border-box;
}
input.button{
    background: #A8DCFF;
    color: #000;
    cursor: pointer;
    height: 28px;
}
*/
input.checkbox{
    width: 15px;
    height: 15px;
    border: none;
}

.content input[type="text"]{
    min-width: 200px;
}

.content input.button{
    width: 206px;
}
.content label{
    display: block;
}

p{
    margin-bottom: 15px;
}

/*
table {
    border-collapse: collapse;
    width: 100%;
}
    table tr td{
        vertical-align: top;
        padding: 3px 15px 3px 0px;
    }
    form table tr td:last-child{
        padding-right: 5px;
    }
*/

.gb_pagebrowser{
    margin-top: 30px;
}
    .gb_pagebrowser p{
        margin-bottom: 0px;
    }
    .gb_pagebrowser_left{
        float: left;
    }
        .gb_pagebrowser_entry_qty{
            display: inline-block;
            border-right: solid 1px #000;
            padding-right: 5px;
        }
        .gb_pagebrowser_page_form{
            display: inline-block;
            padding-left: 3px;
        }
        .content input.gb_pagebrowser_input{
            width: 25px;
            border: #333 1px solid;
            padding: 2px 3px;
            height: 16px;
            min-width: auto;
        }
        .gb_pagebrowser_submit{
            background: none;
            border: none;
            cursor: pointer;
            font-weight: bold;
            width: auto;
            color: #000;
        }
    .gb_pagebrowser_right{
        margin-top: 5px;
        float: right;
    }
        .gb_pagebrowser_prev a,
        .gb_pagebrowser_next a{
            font-weight: bold;
        }



.gb_eintrag_block{
    margin: 50px 0px 50px 0px;
    padding-bottom: 6px;
    background: url(../images/shadow.png) repeat-x bottom;
}
    .gb_entry_body{
        border: 1px solid #DBDADA;
        padding-bottom: 15px;
    }
    .gb_inactive .gb_entry_body{
        background: #eee;
        color: #555;
    }

        .gb_eintrag_head{
            background: #DEF1FE;
            border-bottom: 1px solid #DBDADA;
            padding: 3px 10px;
            font-size: 13px;
        }
        .gb_inactive .gb_eintrag_head{
            background: #ddd;
        }
            .gb_eintrag_head strong{
                font-weight: bold;
            }
            .gb_entry_header_left{
                float: left;
            }
                .gb_entry_header_left div{
                    display: inline;
                }
            .gb_entry_header_right{
                float: right
            }
                .gb_entry_email,
                .gb_entry_url{
                    display: block;
                    float: left;
                    width: 15px;
                    margin-left: 10px;
                    text-decoration: none;
                }
                .gb_entry_email{
                    background: url(../images/email.png) no-repeat;
                    height: 11px;
                    margin-top: 2px;
                }
                .gb_entry_url{
                    background: url(../images/web.png) no-repeat;
                    height: 15px;
                }
        .gb_form_body{
            padding: 10px;
        }
        .gb_eintrag_text{
            padding: 10px 10px 0px 10px;
        }
            .gb_eintrag_text p{
                padding-bottom: 15px;
                border-bottom: 1px solid #DBDADA;
            }

        .gb_form_row,
        .gb_form_message{
            margin: 3px 0px;
            clear: both;
        }
            .gb_form_row label{
                width: 80px;
                font-weight: bold;
                display: block;
                float: left;
            }
                .gb_form_row label span,
                .gb_form_message label span{
                    font-weight: normal;
                    font-size: 10px;
                    padding-left: 5px;
                }
                .gb_form .gb_form_message input{
                    width: 30px;
                }

        .gb_form input,
        .gb_form textarea{
            padding: 3px;
            border: 1px solid #bfbfcc;
        }
        .gb_form input{
            height: 15px;
            width: 300px;
        }
        .gb_entry_body input{
            box-sizing: content-box;
        }
        .gb_form_message{
            margin-top: 30px;
            margin-bottom: 15px;
            border-bottom: 1px solid #DBDADA;
            padding-bottom: 15px;
        }
            .gb_form_message label{
                font-weight: bold;
            }
            .gb_form_message p{
                margin-bottom: 6px;
                font-size: 11px;
            }
            .gb_form_message textarea{
                width: 98%;
                height: 80px;
            }
            .gb_form_smileys div{
                float: left;
                cursor: pointer;
                padding: 5px 0px;
            }

        .gb_form_body .gb_eintrag_komm{
            margin: 0px;
        }
        .gb_eintrag_komm{
            margin: 0px 10px 15px 10px;
            border: 1px solid #E6EDF2;
            /*background: #F3F9FD;*/
            background: #E8F5FF;
        }
            .gb_eintrag_komm p{
                padding: 7px 10px;
                margin-bottom: 0px;
            }
            .gb_eintrag_komm .gb_eintrag_komm_header{
                border-bottom: 1px solid #E6EDF2;
                padding: 3px 10px;
                margin-bottom: 0px;
            }
                .gb_eintrag_komm_header strong{
                    font-weight: bold;
                }
            .gb_eintrag_komm_body{
                padding: 7px 10px;
                margin-bottom: 0px;
            }
                .gb_form_smiley_info{
                    margin-bottom: 6px;
                    font-size: 11px;
                    color: #888;
                }
                .gb_eintrag_komm textarea{
                    width: 98%;
                    height: 80px;
                    padding: 3px;
                    border: 1px solid #bfbfcc;
                    margin-top: 5px;
                }
                .gb_form_smileys div{
                    float: left;
                    cursor: pointer;
                    padding: 5px 0px;
                }

        .gb_form_buttons{
            margin: 0px 10px 0px 10px;
        }
            .gb_form_buttons p{
                margin-bottom: 0px;
            }
            .gb_form_activation{
                float: left;
            }
                .gb_form_activation input{
                    width: 15px;
                    height: 10px;
                    border: none;
                }
            .gb_form_submit {
                float: right;
            }
                .gb_form_submit input{
                    background: #A8DCFF;
                    color: #000;
                    cursor: pointer;
                    height: 20px;
                    width: 120px;
                    font-size: 12px;
                    border: solid 1px #85ABC4;
                    padding: 0px 0px 3px 0px;
                    margin: 0px 2px;
                    box-sizing: border-box;
                }





.dummfraform{
    margin-top: 40px;
}
    .content form.dummfraform table{
        width: 100%;
        max-width: 550px;
    }
        .dummfraform tr th{
            padding: 6px;
            text-align: left;
            background: #E8F5FF;
        }
        .dummfraform tr td{
            padding: 12px 6px;
            white-space: nowrap;
        }
            .dummfraform tr table{
                margin-bottom: 0px;
            }
                .dummfraform tr tr td{
                    padding: 0px 10px 4px 0px;
                }
                    .dummfraform tr tr td input{
                        max-width: 350px;
                        min-width: 200px;
                        width: 100%;
                    }
            .dummfra_answer_text{
                display: none;
            }
            .dummfra_answer{
                margin-bottom: 10px;
            }
                .dummfra_answer input,
                .content .dummfra_answer input{
                    width: 60px;
                    min-width: auto;
                }
            .dummfra_delete{
                margin-bottom: 0px;
            }


@media screen and (max-width: 800px) {
    .gb_pagebrowser_left,
    .gb_pagebrowser_right{
        float: none;
    }

    .gb_form_activation{
        float: none;
    }
        .gb_form_buttons p.gb_form_activation{
            margin-bottom: 10px;
        }

    .gb_form_submit {
        float: left;
        width: 31%;
        margin-right: 2%;
    }
    .gb_form_buttons form .gb_form_submit{
        margin-right: 0px;
    }
        .gb_form_submit input{
            width: 100%;
        }
            .gb_entry_header_left div{
                display: block;
            }
}


@media screen and (max-width: 600px) {
    .header{
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
    }
        .header div{
            display: block;
            background: url(../images/mobile-nav.png) no-repeat;
            width: 28px;
            height: 22px;
            cursor: pointer;
            position: absolute; right: 20px;
            top: 15px;
        }

    .navi, .navi.hide_navi{
        position: fixed;
        display: none;
        left: 0px;
        top: 50px;
        width: 100%;
        padding: 0px;
    }
    .navi.display_navi{
        display: block;
    }
        .navi ul{
            margin: 20px 0px;
        }
            .navi li{
                margin: 0px;
            }
                .navi a{
                    display: block;
                    font-size: 16px;
                    padding: 6px 20px;
                    text-align: center;
                }
    .content{
        padding-top: 70px;
        vertical-align: top;
    }
        .content form.dummfraform table,
        .content form table{
            width: 100%;
            max-width: auto;
        }
            .content form td{
                display: block;
                width: 100%;
                padding: 0px 0px 20px 0px;
            }

            .content form td:first-child{
                padding: 0px 0px 2px 0px;
            }
                .content input, .content input.button{
                    padding: 6px !important;
                    height: 31px;
                    max-width: 100%;
                }
                .content input[type="text"], .content input.button{
                    width: 100%;
                    max-width: 100%;
                }
                .content input[type="checkbox"], .content input.checkbox{
                    margin: 5px 2px 0px 0px;
                    height: auto;
                }
                .content label{
                    display: inline-block;
                    width: 48%;
                }

    .dummfraform{
        margin-top: 30px;
    }
        .dummfraform > table > tbody > tr:first-child{
            display: none;
        }

            .content form.dummfraform > table > tbody > tr > td:last-child{
                padding: 0px 0px 20px 0px;
            }
            .content form.dummfraform > table > tbody > tr > td:first-child{
                padding: 20px 0px 0px 0px;
                border-top: 5px solid #A8DCFF;
            }
                .dummfra_answer_text{
                    display: block;
                }
                .dummfraform tr tr td input{
                    max-width: auto;
                    min-width: auto;
                    width: 100%;
                }

    .content input.gb_pagebrowser_input{
        width: 30px !important;
        min-width: 30px;
        box-sizing: border-box;
        height: 20px;
        padding: 2px !important;
    }
    .gb_entry_body input {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 380px) {
    .dologin {
        margin: 20px 10px;
        padding: 15px;
    }
        .dologin td{
            display: block;
            width: 100%;
            padding: 0px 0px 10px 0px;
        }
        .dologin td:first-child{
            padding: 0px 0px 2px 0px;
        }
            .dologin input, .dologin input.button{
                padding: 6px !important;
                height: 35px;
                max-width: 100%;
            }

    .gb_pagebrowser_entry_qty{
        display: block;
        border-right: none;
        padding-right: 0px;
    }
    .gb_pagebrowser_page_form{
        display: block;
        padding-left: 0px;
    }
    .gb_pagebrowser_pages{
        display: block;
    }

    .content input[type="text"]{
        min-width: auto;
    }

    .header{
        font-size: 20px;
        line-height: 150%;
    }
}

