html {
    /*
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: rgb(0, 10, 0) url(../img/page_bg_hd.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}

*, *:before, *:after {
    box-sizing:border-box;
}


html {
    font-family: Candara, sans-serif;
    background-color: #000000;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #3a3a3a;
    height: 100%;
}

/*
button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

 */

body {
    font-family: Candara, sans-serif;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #3a3a3a;
    background: rgb(0, 10, 0) url(../img/page_bg_hd.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

/* set background image per page */
.content-bg {
    background: rgb(0, 10, 0) url(../img/content_bg_hd.jpg) no-repeat center center fixed;
}
.impressum-bg {
    background: #aabbaa;
}

/*
div.container {
    margin: 0px auto;
    width: 1000px;
    height: auto;
}

@media all and (max-device-width: 768px),(max-device-width: 568px),(max-device-width: 480px),(max-device-width: 667px),(max-device-width: 736px),(max-device-width: 360px)   {
    body {
        background: url('../../masterfiles/other/images/browser/auXenticate_background_w_1hd_dark.jpg') no-repeat center 0 fixed;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        max-width: 100%;
    }
}
*/

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

table.tr {
    border-bottom: 1px solid #ddd
}

thead {
    color: #3a3a3a !important

}

/* ----------- table devices ------------ */
div .simple-container  {
    width: 100%;
    padding: 20px 24px;
    display: table;
    background-color: rgba(0, 5, 0, 0.7);
    color: #ddffdd;
}

.simple-container:last-child {
    padding-bottom: 50px;
}


.simple-container table {
    color: #ddffdd;
    margin: 2px 0px 6px 0px;
    font-size: 17px;
}

.simple-container th {
    text-align: left;
    color: #ddffdd;
}

.simple-container td {
    border: none;
    outline: none;
    border-bottom: 1px solid #aabbaa;
    height: auto;
}

.simple-form input {
    width: 100%;
    border-radius: 0px;
    clear: both;
    border: none;
    outline: none;
    padding: 10px 24px 10px 24px;
    color: #ddffdd;
    margin: 2px 0px 6px 0px;
    font-size: 17px;
    background: transparent;
    border-bottom: 1px solid #aabbaa;

}

.simple-form button, .simple-container a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 24px 7px 24px;
    margin: 16px 0px 6px 0px;
    transition: 0.3s;
    font-size: 17px;
    color: #ddffdd;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    white-space: nowrap
}

.simple-container a {
    box-sizing:border-box;
    text-decoration: none;
}
/* ----------- tab selection ------------ */
div .info-box-container {
    width: 100%;
    display: table;
    margin-top: 32px;
}

div .info-box-left {
    display: table-cell;
    width: 10%;
}

div .info-box-right {
    display: table-cell;
    width: 65%;
}

div .info-box-middle {
    font-size: 17px;
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(235, 255, 235, 0.7);
    margin-top: 25px;
    padding: 12px 12px 12px 20px;
    display: table-cell;
}

.info-box-container input {
    width: 100%;
    font-size: 17px;
    border-radius: 0;
    background-color: transparent;
    clear: both;
    border: none;
    outline: none;
    border-bottom: 1px solid #3a3a3a;
    padding: 10px 24px 10px 24px;
    margin: 2px 0px 6px 0px;
    color: #3a3a3a;
}

.info-box-container button {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 24px 7px 24px;
    margin: 16px 0px 6px 0px;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap
}


/* ----------- tab selection ------------ */
div .tab-selection-container {
    width: 100%;
    display: table;
    margin-top: 32px;
}

div .tab-selection {
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(235, 255, 235, 0.7);
    margin: 25px 5px 5px 5px;
    display: table-cell;
}

.tab-selection .tab {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
    border: none;
    background-color: rgba(235, 255, 235, 0);
}

/* Style the buttons inside the tab */
.tab-selection .tab button {
    background-color: rgba(255, 255, 255, 0);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap
}

/* Change background color of buttons on hover */
.tab-selection .tab button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Create an active/current tab-link class */
.tab-selection .tab button.active {
    background-color: rgba(250, 255, 250, 0.8);
}

/* Style the tab content */
.tab-selection .tab-content {
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 25px;
    display: none;
    padding: 6px 12px;
    border-style: none;
}

.tab-content input {
    width: 100%;
    font-size: 17px;
    border-radius: 15px;
    clear: both;
    border: none;
    outline: none;
    padding: 10px 24px 10px 24px;
    margin: 2px 0px 6px 0px;
}

.tab-content button {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 24px 7px 24px;
    margin: 16px 0px 6px 0px;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap
}

.tab-content h2 {
    margin: 5px 0px 15px;
}


div.tab-selection-left {
    display: table-cell;
    width: 60%;
}

div.tab-selection-right {
    display: table-cell;
    width: 15%;
}



/* ----------- footer bar ------------ */
.bar-footer {
    background-color: rgba(0, 0, 0, 0.5);
    clear: both;
    margin: 0 0 0 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

.bar-footer a {
    color: #bbccbb;
    text-decoration: none;
    padding: 10px 15px 10px 10px;
    float: right !important;
    font-size: 17px;
}

/* ----------- header bar ------------ */
.bar-header {
    background-color: rgba(0, 10, 0, 0.8);
    clear: both;
    margin: 0 0 0 0;
    width: 100%;
    overflow: hidden;
}

.bar-header a {
    color: #bbccbb;
    text-decoration: none;
    padding: 10px 15px 10px 10px;
    font-size: 17px;
    float: left;
}

.right {
    float: right !important;
}

/* ----------- title  ------------ */
.page-title {
    background: rgba(0, 10, 0, 0.7) url(../img/pattern.png);
    color: #f3f3f3;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 14px 24px;
    font-size: 42px;
}

.animate {
    padding: 4px 8px !important;
    animation: opac 0.8s;
}

/* ----------- title  ------------ */
.message {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 24px;
    border-style: none;
    text-align: center;
}

/* ----------- impressum  ------------ */
.impressum {
    font-size: 11px;
    background-color: rgba(200, 210, 200, 0.75);
    padding: 10px 24px;
    border-style: none;
    text-align: left;
}

.impressum img {
    opacity: 65%;
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 600px) {
    .info-box-left {
        width: 5% !important;
    }
    .info-box-right {
        width: 5% !important;
    }
    .tab-selection-left {
        width: 5% !important;
    }
    .tab-selection-right {
        width: 5% !important;
    }
    div.hide-on-small-screen {
        display: none !important;
    }
    div.hide-on-medium-screen {
        display: none !important;
    }
    .page-title {
        font-size: 32px;
    }
}

/* General media settings */
@media (max-width: 992px) and (min-width: 601px) {
    .info-box-left {
        width: 5% !important;
    }
    .info-box-right {
        width: 40% !important;
    }
    .tab-selection-left {
        width: 50% !important;
    }
    .tab-selection-right {
        width: 10% !important;
    }
    div.hide-on-medium-screen {
        display: none !important
    }
}


