
@import url('../assets/bootstrap/dist/css/bootstrap.css');
@import url('../assets/font-awesome/css/font-awesome.min.css');

body {
    margin: 0;
    padding: 0;
    background: #fff url(../images/bg.gif) repeat-x;
    font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 1.6em;
    color: #333;
}

/* LINKS AND HEADINGS STYLING */

a {
    color: #546F92;
	text-decoration:underline;
    /*background: inherit;*/
}

    a:hover {
        color: #808080;
        /*background: inherit;*/
    }

h1 {
    font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif;
    margin: 0;
    background-color: transparent;
}

h2 {
    font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}

h3 {
    clear: both;
    font-size: 1.1em;
    color: #000;
    background: #fff url(../images/h3bg.gif) no-repeat center left;
    padding: 0 14px;
    margin: 0;
}

.blue {
    color: #546F92;
    background: inherit;
}

.image {
    float: left;
    border: 2px solid #e2e2e2;
    padding: 3px;
    margin: 0 15px 10px 0;
}

input[type="radio"] + label {
    margin-left: 5px;
    margin-right: 10px;
}
/* CONTENT WRAPPER */


.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

#sidebarCollapse {
    display: none;
}

#headerImage {
    background-image: url('../Images/RIB_Intro.jpg');
    background-size: cover;
    width: 100%;
    height: 250px;
    position: relative;
}

#logo h1 {
    color: #000;
    font-size: initial;
}

@media (max-width: 768px) {
    #headerImage {
        height: 200px;
    }
    #logo h1 {
        font-size: 0.6em;
    }
}
@media (min-width: 1500px) {
    #headerImage {
        height: 350px;
    }
}
    @media (max-width: 768px) {
        #sidebar {
            margin-left: -250px;
        }

            #sidebar.active {
                margin-left: 0;
            }

        #sidebarCollapse {
            display: inline-block;
        }
    }

    #main {
        width: 100%;
    }



    /* TOP RIGHT HORIZONTAL MENU */
    #menu {
    }

        #menu li {
            padding: 14px 18px 14px 18px;
            color: #333;
            font-weight: bold;
            background: rgb(249,249,249);
            background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(224,224,224,1) 77%, rgba(209,209,209,1) 100%);
            display: inline;
            margin-right: 1px;
        }

            #menu li.blue {
                padding: 14px 18px 14px 18px;
                color: #000;
                font-weight: bold;
                background: rgb(249,249,249);
                background: linear-gradient(180deg, rgb(242, 251, 254) 0%, rgb(135, 164, 204) 77%, rgb(53, 81, 120) 100%);
                display: inline;
            }

            #menu li.active {
                background: #fff url(../images/baractive.gif) no-repeat bottom left;
                color: #8D9CAF;
                font-weight: bold;
                padding: 14px 18px 14px 18px;
                margin: 0 1px 0 0;
            }

            #menu li.blue a {
                background: transparent;
                color: #303030;
                font-weight: bold;
                text-decoration: none;
            }

            #menu li a {
                /*background: #f8f8f8;*/
                color: #808080;
                font-weight: bold;
                text-decoration: none;
            }

                #menu li a:hover {
                    color: #000;
                    font-weight: bold;
                    /*background: #f8f8f8;*/
                }

    .key {
        text-decoration: underline;
    }
    /* ACCESKEY UNDERLINED LETTER */
    .PayButton {
        background: rgb(252,234,187); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
        color: #003366;
        font-size: 12px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        height: 30px;
    }
    /* LEFT INTRO SIDE */

    #intro_left {
        /*    clear: left;
    float: left;
    width: 250px;
    background: #8D9CAF url(../images/leftintrobg.gif) repeat-x;
    color: #E5EAF2;
    margin: 0 0 1px 0;*/
    }

        #intro_left a {
            color: #fff;
            background: inherit;
        }

        #intro_left p {
            padding: 14px 15px;
            margin: 0;
        }

    /* LEFT VERTICAL MENU */

    #menu_left {
        float: left;
        margin: 0 0 6px 0;
        padding: 0 0 1px 0;
        border-bottom: 2px solid #e2e2e2;
    }

        #menu_left li {
            list-style: none;
        }

            #menu_left li a {
                display: block;
                color: #3F5B7F;
                background: #C2CEDE url(../images/arrow.gif) no-repeat center left;
                padding: 7px 23px 7px 23px;
                margin: 0 0 1px 0;
                font-weight: bold;
                text-decoration: none;
            }

                #menu_left li a:hover {
                    background: #9EB1C9 url(../images/arrow.gif) no-repeat center left;
                    color: #fff;
                }

        #menu_left ul li {
            list-style: none;
        }

            #menu_left ul li a {
                display: block;
                background: #9EB1C9 url(../images/arrow.gif) no-repeat center left;
                color: #fff;
                width: 164px;
                padding: 7px 23px 7px 23px;
                margin: 0 0 1px 0;
                font-weight: bold;
                text-decoration: none;
            }

                #menu_left ul li a:hover {
                    background: #C2CEDE url(../images/arrow.gif) no-repeat center left;
                    color: #3F5B7F;
                }


    /* RIGHT INTRO SIDE */

    #intro_right {
        /*    float: right;
    width: 643px;
    padding: 25px 280px 0 20px;
    background: #BCCEDA url(../images/intro.jpg) no-repeat;
    color: #547592;
    margin: 0 0 6px 0;
    height: 174px;
    border: 2px solid #e2e2e2;*/
    }

        #intro_right h1 {
            margin: 0 0 20px 0;
        }

        #intro_right .white {
            color: #FFF;
            background-color: transparent;
        }

    /* LEFT SIDE */

    #left {
        float: left;
        width: 250px;
    }

    .box {
        padding: 4px 15px;
        border: 1px solid #ccc;
        margin: 0 0 10px 0;
    }

    .note {
        padding: 15px 15px 20px 100px;
        border: 1px solid #CFCB66;
        margin: 0 0 5px 0;
        background: #FFFFAD url(../images/package.gif) no-repeat;
        color: #585616;
    }

    /* RIGHT SIDE */

    #right {
        float: right;
        width: 643px;
    }

    .leftcol {
        /*    float: left;
    padding: 12px 15px;
    width: 285px;
    border: #ccc 1px solid;
    text-align: justify;
    margin: 0 0 10px 0;*/
    }

    .rightcol {
        /*    float: right;
    padding: 10px 15px;
    width: 285px;
    border: #ccc 1px solid;
    margin: 0 0 10px 0;*/
    }

    .special {
        clear: both;
        margin: 0px 0 20px 0;
        padding: 5px 20px;
        border: 1px solid #ccc;
        background: #eee;
        color: #444;
    }

    .leftandrightcol {
        clear: both;
        margin: 0px 0 20px 0;
        padding: 5px 20px;
        border: 1px solid #ccc;
        width: 100%;
    }
    /* FOOTER */

    #footer {
        clear: both;
        padding: 5px;
        border-top: 1px solid #ccc;
    }


    h1, h2, h3 {
        font-size: 1.5em;
        margin: 0;
    }

    h2, h3 {
        margin: 30px 0 0 0;
    }

    p {
        margin: 12px 0;
    }


    #Content {
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        color: black;
    }

        #Content a:link {
            color: red;
        }

        #Content a:visited {
            color: red;
        }

        #Content a:hover, #Content a:active, #Content a:focus {
            color: red;
            text-decoration: none;
        }

    .headline {
        color: #000000;
        font-size: 1.3em;
        font-weight: bold;
    }

    .text {
        color: #000000;
        font-size: 1em;
    }

    .text_gray {
        color: #CCCCCC;
        font-size: 1em;
    }

    .textsmall {
        font-size: 0.8em;
    }

    #Calender tr {
        padding: 2px;
        font-size: 1em;
        background-color: #FCFCFC;
    }

    #Calender td.now {
        background-color: #DDDDDD;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #BBBBBB;
    }

    #Calender td.month {
        background-color: #F7F7F7;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #BBBBBB;
    }

    #Calender td.weekday {
        background-color: #F7F7F7;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #BBBBBB;
    }


    #ContentDate {
        font-size: 0.8em;
        padding: 0;
    }

    #ContentDateHead {
        font-size: 1em;
        font-weight: bold;
        padding: 0;
        background-color: #F7F7F7;
        padding-left: 6px;
        padding-right: 6px;
    }

    #ContentSearch {
        padding: 4px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 0.85em;
        font-weight: bold;
        background-color: #F7F7F7;
        color: #003466;
    }

    #ContentSeachDetails {
        padding: 0px;
        padding-left: 6px;
        padding-right: 6px;
        color: #FFFFFF;
        background-color: #9EB1C9;
        font-size: 0.8em;
        font-weight: bold;
        text-align: right;
    }

    #ContentSeachSites {
        padding: 0px;
        padding-left: 6px;
        padding-right: 6px;
        margin: 0px;
        color: #003466;
        font-size: 0.9em;
        border-bottom: 1px solid #DADADA;
    }

    .SeachResultTitle a {
        padding: 0px;
        padding-left: 6px;
        padding-right: 6px;
        color: #0355AF;
    }

    .SeachResultTeaser {
        padding: 0px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .SeachResultLink, .SeachResultLink a {
        font-size: 0.9em;
        border-bottom: 1px solid #DADADA;
        text-align: right;
        text-decoration: none;
    }



    #mgtab li {
        margin-left: -25px;
        list-style-image: url(grfx/list_point_e1.gif);
    }

        #mgtab li li {
            list-style-image: url(grfx/list_point_e2.gif);
        }

    #mgtab td {
        vertical-align: top;
        border-bottom: 1px solid #cccccc;
        padding-top: 5px;
    }
    /* Artikel Style */
    .orderTableRow td {
        border-bottom: 1px solid #ccc;
    }

    .orderTable tr th {
        background-color: silver;
        padding: 5px 2px;
    }

    .orderTable .orderTableRow:hover {
        background-color: #E7F0F9;
    }

    .orderTable {
        border: 5px double #ccc;
    }

    @media (min-width: 576px) {
        .container, .container-sm {
            max-width: 100%;
        }
    }

    .btn-rib {
        color: #fff;
        background-color: #6f8eb5;
        border-color: #6f8eb5;
    }

        .btn-rib:hover {
            color: #fff;
            background-color: #306dad;
            border-color: #306dad;
        }

        .btn-rib:focus, .btn-rib.focus {
            color: #fff;
            background-color: #306dad;
            border-color: #306dad;
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

        .btn-rib.disabled, .btn-rib:disabled {
            color: #fff;
            background-color: #9EB1C9;
            border-color: #9EB1C9;
        }

        .btn-rib:not(:disabled):not(.disabled):active, .btn-rib:not(:disabled):not(.disabled).active,
        .show > .btn-rib.dropdown-toggle {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
        }

            .btn-rib:not(:disabled):not(.disabled):active:focus, .btn-rib:not(:disabled):not(.disabled).active:focus,
            .show > .btn-rib.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            }

    .badge-basket {
        position: relative;
        top: -5px;
        left: 5px;
    }


.message-container, .message-overlay {
    position: absolute;
    z-index: 2147483646;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.message-overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    height: 100%;
    background-color: transparent;
    background-color: rgba(0,0,0,.65);
    overflow: hidden;
}