html, body, aside {
    display: block;
    margin: 0;
    padding: 0;
    font: 18px 'Roboto Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

.font_color_reset {
    color: Black;
}

.validators {
    color: Red;
    font-size: 14px;
}

.sky-form {
    font-size: 18px !important;
}

.sky-mega-menu li {
    font-size: 20px !important;
}

    .sky-mega-menu li ul li {
        font-size: 17px !important;
    }

.sky-form, .sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .button, .sky-mega-menu {
    font-family: 'Roboto Condensed', 'Open Sans', Arial, Helvetica, sans-serif !important;
}

a, a:link, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #1B77A9;
}


body {
    max-width: 1200px;
    margin: 0 auto;
}


.pn-header {
    background: #222;
    margin: 0px;
    padding: 10px;
}

.pn-footer {
    background: #222;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    corner-shape: round;
}

.pn-header {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    corner-shape: round;
}


ol.contact-list, ul.contact-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.contact-list li {
        margin-bottom: 10px;
    }

        ul.contact-list li i {
            margin-right: 7px;
        }

h3 {
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
}
    h3.ReallyNoPadding {
        font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 26px;
        padding: 10px 0px 0px 0px;
        border: 0px;
        margin: 0px;
    }


    h3.NoPadding {
        font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 26px;
        padding: 25px 0px 0px 0px;
        border: 0px;
        margin: 0px;
    }

    h3.WithPadding {
        font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 26px;
        padding: 25px 0px 25px 0px;
        border: 0px;
        margin: 0px;
    }

h4 {
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

p.separator {
    font-size: 12px;
    display: block;
    height: 48px;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

    p.separator:before {
        content: "";
        position: absolute;
        display: block;
        background: #f4f4f4;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: 0;
    }

    p.separator i {
        background: #fff;
        padding: 0 10px;
        margin-top: -18px;
        margin-left: -25px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
    }

.glyphicons {
    display: inline-block;
    position: relative;
    padding-left: 48px;
    color: #1d1d1b;
    text-decoration: none;
    vertical-align: middle;
}

.widget {
    margin: 5px 5px 15px 5px;
    padding: 10px;
    border: 1px solid #efefef;
    background: #fefefe;
}


.one-half {
    width: 49%;
}

.one-third {
    width: 32%;
}

.two-third {
    width: 64%;
}

.one-fourth {
    width: 23.5%;
}

.three-fourth {
    width: 74.5%;
}

.one-fifth {
    width: 18.4%;
}

.two-fifth {
    width: 38.8%;
}

.three-fifth {
    width: 59.2%;
}

.four-fifth {
    width: 79.6%;
}

.one-sixth {
    width: 15%;
}

.five-sixth {
    width: 75%;
}

.one-one {
    width: 100%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
    position: relative;
    float: left;
    margin-right: 2% !important;
}

.one-one {
    position: relative;
    float: left;
}

.last-in-row {
    clear: right;
    margin-right: 0 !important;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .one-half {
        width: 100%;
    }

    .one-third {
        width: 100%;
    }

    .two-third {
        width: 100%;
    }

    .one-fourth {
        width: 100%;
    }

    .three-fourth {
        width: 100%;
    }

    .one-fifth {
        width: 100%;
    }

    .two-fifth {
        width: 100%;
    }

    .three-fifth {
        width: 100%;
    }

    .four-fifth {
        width: 100%;
    }

    .one-sixth {
        width: 49%;
    }

    .five-sixth {
        width: 100%;
    }

    .one-one {
        width: 100%;
    }

    .one-one, .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
        margin-bottom: 0px;
    }
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

    .container:after {
        content: "\0020";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
    }

.sep10 {
    height: 10px;
}

.sep20 {
    height: 20px;
}

.sep30 {
    height: 30px;
}

.sep40 {
    height: 40px;
}

.sep50 {
    height: 50px;
}

.sep60 {
    height: 60px;
}

.sep70 {
    height: 70px;
}

.sep80 {
    height: 80px;
}

.sep90 {
    height: 90px;
}

.sep100 {
    height: 100px;
}

.linkButton {
}

.normalRow {
    background-color: #61bce3;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}

.normalRowNext {
    background-color: #61bce3;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}

.alternativeRow {
    background-color: #9dd5ed;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}

.alternativeRowNext {
    background-color: #9dd5ed;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}

.titleRow {
    background-color: #000000;
    font-size: 12pt !important;
    font-weight: bold;
    color: #ffffff;
}

table.namelist {
    border-spacing: 0px 1px;
    width: 100%;
}

    table.namelist td {
        border-spacing: 0px;
        text-align: left;
        vertical-align: middle;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    table.namelist table td {
        border-spacing: 0px;
        text-align: left;
        vertical-align: middle;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

.namelistname {
    width: 120px;
    font-weight: 700;
}

.randomReload {
}

.namelistinfo {
    width: 100px;
    max-width: 120px;
    font-size: 10pt;
}

.namelistbez {
}

.namelistbezBedeutung {
    padding: 0;
}

.namelistbezGeeignetFuer {
    padding: 0;
    font-size: 10pt;
}

.namelistbezSeeAlso {
    padding: 0;
    font-size: 10pt;
}

.namelistvoting {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    width: 20px;
    font-size: 5px;
}

.namelistedit {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    width: 20px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .randomReload {
        display: none;
    }

    .namelistinfo {
        width: 0px;
        max-width: 0px;
        display: none;
    }

    .namelistvoting {
        display: none;
    }

    .nav-link {
        font-size: 15px;
    }

    .nav-fill .nav-item, .nav-fill > .nav-link 
    {
        max-width: 50%;
    }
}



.navbar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .navbar-logo img {
        width: 50px;
        max-width: 50px;
        height: 50px;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.title2-text {
    color: white;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

/*

    .navbar-logo {
    white-space: nowrap;
}
p.title2 {
    color: white;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif !important;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 18px;
}

img.title2 {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}*/

/* All Mobile Sizes (devices and browser) */
@media (min-width: 660px) {

    .navbar-logo img {
        width: 100px;
        height: 100px; 
        max-width: 100px;
    }

    .title2-text {
        font-size: 50px;
        font-weight: 700;
    }

/*    p.title2 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    img.title2 {
        width: 100px;
        height: 100px;
    }*/
}


.newImage {
    color: lightcyan;
    margin-left: 5px;
    font-size: 14px !important;
    vertical-align: text-top;
    margin-top: 3px;
}


@media screen and (max-width:767px) {
    .sky-mega-menu-response-to-icons li a > .fa {
        margin-right: 5px !important;
    }

    .sky-mega-menu-response-to-icons li a > .fa-solid {
        margin-right: 5px !important;
    }

    .sky-mega-menu .right {
        float: none !important;
    }

    .sky-mega-menu li {
        font-size: 15px !important;
    }

    h3 {
        font-size: 20px;
    }

        h3.NoPadding {
            font-size: 20px;
        }

        h3.WithPadding {
            font-size: 20px;
        }
}

.votingTable {
    border-spacing: 0px 1px;
    text-align: center;
    color: Black;
    width: 100%;
}

    .votingTable tr {
    }

.voting_field_titel, .voting_label {
    padding: 1px 10px;
    font-size: 18px;
    text-align: center;
}


.voting_field {
    padding: 1px 10px;
    font-size: 18px;
    text-align: center;
}

.voting_label {
    width: 235px;
}

.div_align_middle {
    display: inline-block;
    vertical-align: middle;
}

.admin_name_changed {
    background: #c1d8ff;
}

.admin_notifiy_changed {
    color: #0056d6 !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

INPUT:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
    color: rgba(0, 0, 0, 0.21);
    opacity: 1;
}

.notAvailable {
    color: rgba(0, 0, 0, 0.4);
}

.dropdown-menu {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.9);
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
        color: rgba(255, 255, 255, 0.75);
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark a,
.navbar-dark a:link,
.navbar-dark a:visited,
.navbar-dark a:active {
    color: rgba(255, 255, 255, 0.9);
}

    .navbar-dark a:hover,
    .navbar-dark a:active {
        color: rgba(255, 255, 255, 0.75);
    }

/*    .navbar-dark i {
        margin-right: 10px;
    }
*/

.nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.navbar .container {
    max-width: 100% !important;
}

.navbar-collapse {
    flex-grow: 1;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.navbar-collapse ul {
    margin-left: 25px;
    width: auto;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, .9);
    margin-left: 15px;
    margin-right: 15px;
}

.dropdown-menu i {
    margin-right: 10px;
}


#nameBody p, #searchBody p, #RandomNamePlaceholder p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.voting-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #000000;
}

    .voting-form .rating:last-child {
        margin-bottom: 0;
    }

    .voting-form .rating input {
        position: absolute;
        left: -9999px;
    }

    .voting-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }

    .voting-form .rating input + label:hover,
    .voting-form .rating input + label:hover ~ label {
        color: #ffc228;
    }


.voting-form .radio input + i:after {
    background-color: #2da5da;
}

.voting-form .radio input:checked + i
 {
    border-color: #2da5da;
}

.voting-form .rating input:checked ~ label {
    color: #2da5da;
}

.alternativeRowNext td.namelistinfo,
.alternativeRowNext td.namelistbez,
.normalRowNext td.namelistinfo,
.normalRowNext td.namelistbez {
    border-top: 1px solid #ffffff40;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}


.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.pn-navbar-toggler-icon, .pn-navbar-toggler-icon:focus, pn-navbar-toggler-icon:active
{
    color: white;
    
}

.navbar-dark .navbar-toggler {
    border: none;
}

.pn-button {
    font: 16px 'Roboto Condensed', 'Open Sans', Arial, Helvetica, sans-serif !important;
    background: #1B77A9;
    border: none;
    color: white;
}

    .pn-button:hover {
        background: #207fb2;
        color: white;
    }

.pn-input-group {
    font: 16px 'Roboto Condensed', 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    background: #1B77A9;
}

.text-danger
{
    font-size: 16px;
}


h3 .fa-solid, h3 .fa, h3 .fa-regular {
    font-size: inherit;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 8px;
}


.tooltip-inner {
    background-color: #1b77a9;
    color: white;
    padding: 10px;
    font-size: 12px;
    max-width: 300px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1b77a9;
}

img {
    max-width: 100%;
    height: auto;
}

.stats-chart-container {
    overflow-x: auto;
    overflow-y: hidden;
}