<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #09070c;
    color: #CAA76E;
}

body {
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #CAA76E;
}

label {
    font-size: 13px;
}

footer {
    flex-shrink: 0;
    width: 100%;
    background-color: none;
    text-align: center;
    bottom: 0px;
}

/* Contains all content except Footer */
.main-container {
    flex: 1 0 auto;
}

/* Background Image */
#bg {
    background: url(/suchedates/images/bg.jpg) no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199.98px) {
    #bg{
        background-position: 57% 0%;
    }
 }

@media (max-width: 768.98px) {
    #bg{
        background-position: 64% 0%;
    }
}

@media (max-width: 575.98px) {
    #bg{
        background-position: 38% 0%;
    }
}

/* Register Header */
@media(max-width:1200px) {
    #wizardHeader {
        font-size: 24px;
    }
}

/* Navbar */
.navbox {
    background: rgba(0, 0, 0, 0.7);
    height: 75px;
}
@media(max-width:992px) {
    .nav-container {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbox {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Login Button */
.btn-login {
    color: #CAA76E;
    border: 1px solid #CAA76E;
    border-radius: 0;
}
.btn-login:hover {
    color: #CAA76E;
    border: 1px solid #CAA76E;
    border-radius: 0;
}

/* Modal */
.modal-content {
    background-color: #0e0b14;
    color: white;
}

.modal-header {
    border-bottom-color: #CAA76E;
}

.close {
    color: #CAA76E;
    text-shadow: none;
    opacity: 1;
}

.modal-backdrop {
    opacity: 0.93 !important;
}


.footer-link {
    color: #CAA76E;
    font-size: 16px;
}

@media (max-width:992px) {
    .footer-link {
        color: #CAA76E;
        font-size: 13px;
    }
}

.text-color h6 {
    color: rgb(255, 255, 255);
}

.text-color p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 1000;
}

.hr-color {
    border-top-color: #6D6C6E;
    width: 25%;
}

.text-shadow {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}

.text-shadow2 {
    text-shadow: -1px 2px 1px rgba(202, 167, 110, 0.397);
}

.aColor {
    color: #CAA76E !important;
    font-size: 15px;
    text-decoration: underline;

}

.btnColor {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #CAA76E;
    color: #CAA76E;
    border-radius: 0px;
}

.btnColorFB {
    background-color: #4666AD !important;
    border: none;
    color: #CAA76E;
    border-radius: 0px;
}

.btnColor:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(230, 195, 140);
    border: 1px solid rgb(230, 195, 140);
}

.btnColorFB:hover {
    border: none;
}

@media(min-width:576px) {
    .form-inline {
        width: 100%;
    }
}

@media(min-width:768px) {
    .form-inline {
        width: auto;
    }
}

.LoginFormColor {
    color: #CAA76E !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #CAA76E;
    border-radius: 0;
    font-weight: 100;
    /* height: 32px; */

}

@media(min-width:576px) {
    .LoginFormColor {
        width: 150px;
    }
}

@media(min-width:992px) {
    .LoginFormColor {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .LoginFormColor {
        width: 180px;

    }
}

/* shadow effect for input focus - login */
.LoginFormColor:focus {
    border-color: #CAA76E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #CAA76E;
    background-color: #244B8B;
    color: #CAA76E;
}

/* Color for placeholder in input - login*/
.LoginFormColor::-webkit-input-placeholder {
    color: #CAA76E;
}

/* WebKit, Blink, Edge */
.LoginFormColor:-moz-placeholder {
    color: #CAA76E;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormColor::-moz-placeholder {
    color: #CAA76E;
}

/* Mozilla Firefox 19+ */
.LoginFormColor:-ms-input-placeholder {
    color: #CAA76E;
}

/* Internet Explorer 10-11 */
.LoginFormColor::-ms-input-placeholder {
    color: #CAA76E;
}

.logo {
    max-width: 40%;


}

@media (min-width:576px) {
    .logo {
        max-width: 20%;
    }
}

@media (min-width:768px) {
    .logo {
        max-width: 16%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:992px) {
    .logo {
        max-width: 20%;
    }
}

@media (min-width:1200px) {
    .logo {
        max-width: 16%;
    }
}

/* Checkbox */
input[type="checkbox"] {
    position: absolute;
    left: 18px;
    opacity: 0;
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 10px; */
    color: rgba(202, 167, 110, 1) !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(202, 167, 110, 1);
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Autocomplete styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #CAA76E;
    -webkit-text-fill-color: #CAA76E;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.fb-text{
    font-size:12px;
    color:rgb(138, 138, 138);
}

.input-default {
    color: rgb(131, 102, 57) !important;
    border-radius: 0;
    border: none;
    /* height:35px; */
}

.input-default:focus {
    color: rgb(131, 102, 57) !important;
    border-color: #CAA76E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #CAA76E;
}

.fa-facebook-f {
    color: white;
}

.wizard {
    background-color: rgb(27, 20, 7);
    padding: 0.5rem;
}

.text-divider {
    color: #CAA76E;
}

.wrapper {
    max-width: 500px;
    padding: 1rem;
    position: relative;
    padding: 6px;
    background: rgba(202, 167, 110, 1);
    background: -moz-linear-gradient(top, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 1%, rgba(118, 99, 57, 1) 45%, rgba(118, 99, 57, 1) 55%, rgba(202, 167, 110, 1) 99%, rgba(198, 181, 155, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 1%, rgba(118, 99, 57, 1) 45%, rgba(118, 99, 57, 1) 55%, rgba(202, 167, 110, 1) 99%, rgba(198, 181, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 1%, rgba(118, 99, 57, 1) 45%, rgba(118, 99, 57, 1) 55%, rgba(202, 167, 110, 1) 99%, rgba(198, 181, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6b59b', endColorstr='#c6b59b', GradientType=0);

}

/* Shine effect on Button */
.shineEffect {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgb(221, 192, 48);
}

.shineEffectFB {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    background: #4666AD;
}

.shineEffect:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -100%;
    left: -150%;
    width: 50%;
    height: 50%;
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.shineEffectFB:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -100%;
    left: -150%;
    width: 50%;
    height: 50%;
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.shineEffect:active:after {
    opacity: 0;
}

.shineEffectFB:active:after {
    opacity: 0;
}


@-webkit-keyframes shine {
    10% {
        opacity: 0.8;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-moz-keyframes shine {
    10% {
        opacity: 0.8;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-ms-keyframes shine {
    10% {
        opacity: 0.8;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-o-keyframes shine {
    10% {
        opacity: 0.8;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@keyframes shine {
    10% {
        opacity: 0.8;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

.shadowC {
    -webkit-box-shadow: 0px 0px 58px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 58px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 58px 1px rgba(0, 0, 0, 0.75);
}

#littleShine {
    position: absolute;
    left: 40px;
    top: -28px;
    width: 50px;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0.8, 0.8);
    }

    40% {
        -webkit-transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
    }
}

@-moz-keyframes zoom {
    0% {
        -moz-transform: scale(0.8, 0.8);
    }

    40% {
        -moz-transform: scale(1.1, 1.1);
    }

    100% {
        -moz-transform: scale(0.8, 0.8);
    }
}

@-ms-keyframes zoom {
    0% {
        -ms-transform: scale(0.8, 0.8);
    }

    40% {
        -ms-transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(0.8, 0.8);
    }
}

@-o-keyframes zoom {
    0% {
        -o-transform: scale(0.8, 0.8);
    }

    40% {
        -o-transform: scale(1.1, 1.1);
    }

    100% {
        -o-transform: scale(0.8, 0.8);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.8, 0.8);
    }

    40% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

#littleShine {
    animation: zoom 5s infinite linear;
}

/* Seals */

.seal {
    position: absolute;
    width: 100px;
    right: -1px;
	bottom: -82px;
}

.sealModal {
    position: absolute;
    width: 100px;
    right: 5px;
    bottom: -80px;
}

@media(min-width:576px) {
    .seal {
        width: 26%;
        right: -25px;
        bottom: -64px;
    }
}

@media(min-width:768px) {
    .seal {
        width: 35%;
        right: -70px;
        bottom: -100px;
    }

    .shine {
        position: absolute;
        left: 40px;
        top: -29px;
        width: 15%;
    }
}

@media(min-width:992px) {
    .seal {
        width: 45%;
        right: -75px;
        bottom: -20px;
    }

    .shine {
        position: absolute;
        left: 40px;
        top: -34px;
        width: 20%;
    }
}

@media(min-width:1200px) {
    .seal {
        width: 50%;
        right: -50px;
        bottom: -20px;
    }

    .shine {
        position: absolute;
        left: 40px;
        top: -40px;
        width: 20%;
    }
}

.couple {
    max-width: 100%;
    position: absolute;
    right: -80px;
    bottom: -135px;
}

@media(min-width:768px) {
    .couple {
        max-width: 127%;
        position: absolute;
        right: -60px;
        bottom: -46px;
    }
}

@media(min-width:992px) {
    .couple {
        max-width: 103%;
        position: absolute;
        right: -60px;
        bottom: -41px;
    }
}

@media(min-width:1200px) {
    .couple {
        max-width: 88%;
        position: absolute;
        right: -74px;
        bottom: -47px;
    }
}

.card {
    max-width: 80px;
    height: 77px;
    background-color: rgb(22, 16, 6);
    color: #CAA76E;
    padding: 5px;
    border-radius: 0;

}

.card-body {
    font-size: 14px;
    padding: 0;
}

.card-wrapper {
    max-width: 80px;
    position: relative;
    padding: 1px;
    background: rgba(202, 167, 110, 1);
    background: -moz-linear-gradient(left, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 10%, rgba(118, 99, 57, 1) 50%, rgba(202, 167, 110, 1) 90%, rgba(198, 181, 155, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 10%, rgba(118, 99, 57, 1) 50%, rgba(202, 167, 110, 1) 90%, rgba(198, 181, 155, 1) 100%);
    background: linear-gradient(to right, rgba(198, 181, 155, 1) 0%, rgba(202, 167, 110, 1) 10%, rgba(118, 99, 57, 1) 50%, rgba(202, 167, 110, 1) 90%, rgba(198, 181, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6b59b', endColorstr='#c6b59b', GradientType=1);
    -webkit-box-shadow: -0px 0px 15px 0px rgba(202, 167, 110, 0-7);
    -moz-box-shadow: -0px 0px 15px 0px rgba(202, 167, 110, 0.7);
    box-shadow: -0px 0px 15px 0px rgba(202, 167, 110, 0.7);
}

.card-wrapper {
    animation: slidebg 40s infinite linear;
}

@keyframes slidebg {
    to {
        background-position: 1500px;
    }
}

.icons {
    width: 150%;
    height: 150%;
}

.icon1 {
    -ms-transform: translateX(-17%) translateY(-16%);
    -moz-transform: translateX(-17%) translateY(-16%);
    -webkit-transform: translateX(-17%) translateY(-16%);
    transform: translateX(-17%) translateY(-16%);
}

.icon2 {
    -ms-transform: translateX(-17%) translateY(-15%);
    -moz-transform: translateX(-17%) translateY(-15%);
    -webkit-transform: translateX(-17%) translateY(-15%);
    transform: translateX(-17%) translateY(-15%);
}

.icon3 {
    -ms-transform: translateX(-16%) translateY(-18%);
    -moz-transform: translateX(-16%) translateY(-18%);
    -webkit-transform: translateX(-16%) translateY(-18%);
    transform: translateX(-16%) translateY(-18%);
}

.icon4 {
    -ms-transform: translateX(-16%) translateY(-18%);
    -moz-transform: translateX(-16%) translateY(-18%);
    -webkit-transform: translateX(-16%) translateY(-18%);
    transform: translateX(-16%) translateY(-18%);
}
</pre></body></html>