/******************************************************
******************** ALLGEMEIN ************************
*******************************************************/
*{
    margin:0;
    padding:0;
    box-shadow:none !important;
}

html{
    margin:0;
    padding:0;
    font-size:16px;
}

body{
    background-color:transparent;
    color:#FFFFFF !important;
    font-family:'Jost', sans-serif;
    font-weight:400;
    background-image:url("./img/romy25_hg.jpg");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:top center;
}

.container-fluid{
    max-width:1200px;
    padding:0 2rem;
}

hr{
    height:2px !important;
    background-color:#E3B558 !important;
    border:none !important;
    opacity:1;
}

.w-85{
    width:85% !important;
}

.title-wrapper{
    height:35%;
    margin-bottom:10px;
    text-align:center;
}

.title-wrapper *{
    color:#E3B558;
    display:inline-block;
    padding:0 15px;
    text-shadow:2px 2px 5px #555555;
    font-weight:400 !important;
    text-transform:uppercase;
    font-size:1.65rem;
}

@media (min-width: 768px) {
    .title-wrapper{
        border-bottom:2px solid #E3B558 !important;
    }

    .title-wrapper *{
        background-color:#11100B;
    }
}

.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active{
    border-color:#E3B558 !important;
    color:#E3B558 !important;
    box-shadow:none !important;
    font-weight:600;
    border-width:1px;
}

.btn-outline-warning:hover{
    background-color:#E3B558 !important;
    color:#11100B !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    border-color:#E3B558 !important;
    background-color:#E3B558 !important;
    color:#11100B !important;
    box-shadow:none !important;
    font-weight:600;
}

.color-gold{
    color:#E3B558 !important;
}

.btn-link{
    color:#E3B558 !important;
    padding-left:0;
    text-decoration:none;
}

img.waehlen-sie{
    max-height:240px;
    width:auto;
    max-width:100%;
}

.portrait-wrapper{
    position:relative;
}

.portrait-name{
    font-size:1.1rem;
    margin-top:2rem;
}

.portrait-wrapper .form-check{
    position:absolute;
    top:20px;
    right:20px;
}

.portrait-wrapper .form-check input[type=radio]{
    transform:scale(3.5);
    box-shadow:none !important;
    cursor:pointer;
    border-color:#A16119 !important;
}

.form-check-input:checked{
    background-color:#E3B558 !important;
    border-color:#E3B558 !important;
}

.form-check-input:checked[type=radio]{
    background-image:none !important;
}

a, a:hover{
    color:#E3B558;
}


.form-control{
    background-color:transparent !important;
    border-color:#E3B558 !important;
    box-shadow:none !important;
    color:#E3B558 !important;
}

::placeholder{
    color:#E3B558 !important;
    opacity:1; /* Firefox */
}

:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color:#E3B558 !important;
}

::-ms-input-placeholder{ /* Microsoft Edge */
    color:#E3B558 !important;
}

body *{
    z-index:999;
}

.romy-portrait{
    cursor:pointer;
}

.step-counter{
    color:#E3B558;
    font-size:1.25rem;
}

#captchaReload{
    font-size:1.4rem;
    margin-left:0.5rem;
}

.footer-wrapper{
    color:#E3B558 !important;
}

.footer-wrapper .nav-link{
    color:#E3B558 !important;
}

#optanon-cookie-policy *{
    color:#FFFFFF !important;
}

#optanon-cookie-policy thead *{
    color:#000000 !important;
}

#optanon-cookie-policy table a{
    color:#000000 !important;
}

.optanon-toggle-display{
    cursor:pointer !important;
}
