
#about {
    padding-top: 50px;
    min-height: 200px;
    background: url("/image/carousel/slide3/background.jpg") no-repeat center center / cover;
    color: #fff;
    margin-top: 80px;
}

#about .panel {
    display: inline-block;
    position: relative;
    left: 50%;
    width: 80%;
    padding: 25px 0;
    margin: 25px auto;
    transform: translateX(-50%);
    height: auto;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
}

#about .panel label {
    color: white;
}

#about .panel p {
    line-height: 28px;
    font-size: 1.3em;
    margin-bottom: 20px;
}

form {
    min-width: auto;
    max-width: 500px;
    margin: auto !important;
}

form h1 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

select {
    display: block;
    color: black;
    font-size: 15px;
    padding: 0 .3125em !important;
    height: 34px;
}

.button.is-small {
    font-size: 1em;
}

@media only screen and (max-width: 770px) {
    #about {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-custom .container {
        width: 100%;
    }
}

#field_Username {
    background-color: white;
    height: 34px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.margin-5 {
    margin: 5px;
}

#cookiedUsers {
    padding-bottom: 2em;
    padding-top: .5em;
}

.languageSwitcher {
    cursor: pointer;
}

.mbsc-ic:before {
    margin-right: 5px;
}

a:focus-visible, button:focus-visible {
    outline: 1px solid blue;
    outline-offset: 2px;
}

a:focus, button:focus {
    outline: 1px solid blue;
}

input[type="text"]:focus-visible {
    outline: 3px solid blue;
    outline-offset: 2px;
}

select:focus-visible {
    outline: none;
    border-color: blue;
    box-shadow: 0 0 0 3px blue;
}