/* ALLGEMEINES */
body, html {
    height: 100%;
    font-weight: 400;
    margin: 0;
}

a {
    color: var(--color-primary);
}

.gallery a:hover {
    color: var(--color-button);
    background: var(--color-primary) !important;
}

a:hover, a:focus {
    color: var(--color-secondary);
}

.member-head {
    padding: 25px 0px;
    position: relative;
    background: var(--color-secondary);
    border-bottom: 3px solid var(--color-primary);
}

.member-head a {
    color: #fff;
}

.head.nologin .nologin-btn {
    background: transparent;
}

.head {
    padding-top: 50px;
    padding-bottom: 50px;
}

.head.nologin {
    padding: 25px 0px;
    position: relative;
    background: var(--color-secondary);
    border-bottom: 3px solid var(--color-primary);
}

.head.big {
    padding-bottom: 15px;
}

.head .left .logo {
    width: 125px;
}

.head .logo {
    padding-top: 0;
    margin-bottom: 0;
}

.head .logo img {
    padding-top: 3px;
    width: 100px;
}

.head .logo h1 {
    color: #FFF;
    font-size: 29px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.head .logo h1 .orange {
    padding: 0;
}

.head .logo h1 small {
    color: #fff;
}

.head .logo .pink {
    color: var(--color-primary);
}

.body {
    padding: 50px 0px;
}

.body h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 44px;
}

.body span {
    color: #333333;
}

.checkstyle {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkstyle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkstyle input:checked ~ .checkmark:after {
    display: block;
}

.checkstyle .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu {
    display: none;
}

.mobile {
    display: none;
}

.right {
    float: right;
    text-align: right;
}

.btn {
    border: 2px solid var(--color-primary);
    font-size: 14px;
    padding: 10px 20px;
    color: var(--color-primary);
    border-radius: 14px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
}

.btn.smalltxt {
    font-size: 14px;
    font-weight: normal;
}

.btn.full {
    background: var(--color-primary);
    color: #fff;
}

.btn#login_site {
    margin-left: 15px;
}

.btn:hover, .btn:active, .btn:focus {
    color: var(--color-primary);
}

.btn.big {
    width: 100%;
}

.btn.facebook {
    background: #3B5995;
}

.btn.google {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin-top: 15px;
}

.btn.apple {
    background: #333;
    color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin-top: 15px;
}

.btn.noborder.google:hover {
    color: #000;
}

.btn.noborder {
    border: none;
    border-radius: 0px;
}

.btn.noborder:hover, .btn.noborder:active, .btn.noborder:focus {
    color: #fff;
}

.clear {
    clear: both;
}

.form-control {
    padding: 12px 15px;
    height: auto;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
    margin-bottom: 0;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

select, textarea {
    border: 1px solid #E5E5E5;
    padding: 12px;
    height: auto;
    border-radius: 15px;
    -webkit-appearance: none;
    line-height: normal;
    width: 100%;
    outline: none;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    background: url(../images/chevron.png) no-repeat;
    background-position: 96% 50%;
}

select:not([multiple]) {
    padding-top: 12px;
    padding-bottom: 12px;
}

select.pinkselect {
    background: url(../images/chevron_black.png) no-repeat;
    background-position: 96% 50%;
    font-size: 1rem;
}

/*
	input[type="radio"]{
	-webkit-appearance: radio;
	width:auto;
	margin-right:15px;
}

input[type="checkbox"]{
	width:auto;
	margin-right:10px;
	-webkit-appearance: checkbox;
	float:left;
}
*/
.agb label {
    font-weight: normal;
    width: 80%;
    display: inline-block;
}

.gender {
    margin-bottom: 5px;
}

.gender label, .gender-search label {
    font-weight: normal;
    margin-right: 15px;
}

.error {
    color: #e72626;
    font-size: 12px;
    background: #d3535352;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 0.5rem;
}

.search_mobile .profile-link {
    width: 22%;
    display: inline-block;
    background: #f9f9f9;
    padding: 1rem;
    margin: 0.7rem 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px lightgray;
    transition: 0.3s all ease-in;
}

#search-container {
    box-sizing: border-box;
}

.inner-search-container {
    background: #f9f9f9;
    padding: 1rem;
    box-shadow: 0px 2px 6px lightgrey;
    border-radius: 6px;
    margin-top: 0.5rem;
    transition: 0.3s all ease-in;
}

.search_mobile .profile-link img {
    border-radius: 10%;
    box-shadow: 0px 2px 4px lightgrey;
}

.username-tile {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.dob-title {
    font-size: 12px;
    font-style: italic;
}

a:hover .imageInfo {
    visibility: visible;
    opacity: 0.7;
    transition-delay: 0s
}


.imageInfo {
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition: visibility 0s linear 0.5s,opacity 0.5s linear;*/
    /*color: #fff;*/
    font-size: .75rem;
    /*margin-top: -65px;*/
    /*height: 65px;*/
    /*width: 100%;*/
    /*background-color: #000;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    padding: 5px 10px;
    /*width: 100%;*/
    margin-bottom: 5px;
    text-align: center;
}

.sidebarHeadline {
    font-weight: bold;
    color: var(--color-primary);
    font-size: 20px;
}

form h3 {
    font-size: 13px;
    /*font-weight: bold;*/
}

.inner-search-container form label {
    font-weight: normal;
    font-size: 13px;
}

.inner-search-container form input {
    background: transparent;
    box-shadow: none;
    border-radius: 18px;
    border-color: #E5E5E5;
}

.loading {
    font-weight: bold;
    color: var(--color-primary);
    margin: 10px 0;
}

.submit-btn {
    background: var(--color-primary) !important;
    font-weight: bold;
    display: block !important;
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.callout {
    font-size: 14px;
/ / box-shadow: 0 px 3 px 6 px #dadada;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 4px;
}

.callout span {
    color: #fff !important;
}

.callout.success {
    /*background-color:#1bff6d;*/
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.callout.alert {
    /*background-color:#ff634b;*/
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.callout.warning {
    /*background-color: #ffd782;*/
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    z-index: 9;
}

.callout.info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.callout .close-button {
    background: #bf1717;
    padding: 3px 6px;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.rechtliches p {
    word-break: break-word;
}


/* STARTSEITE */

.start-login-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.start-login-btn .login-btn-outline, .start-login-btn .login-btn-solid {
    text-align: center;
    padding: 10px 35px;
    width: auto;
    font-size: 12px;
}

.startseite {
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 120px;
}

.startseite .vegas-wrapper {
    position: relative !important;
    padding: 0 !important;
}

/*layout changed for chatbox*/
.chat-box-mobile {
    height: 550px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.chat-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.startseite .logo {
    margin-bottom: 41px;
}

.intro, .buttons {
    margin-bottom: 41px;
}

.intro {
    margin-bottom: 25px;
}

.apps {
    margin-top: 50px;
}

.intro h3 {
    font-weight: 300;
    font-size: 31px;
}

.intro h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
}

.green-highlight {
    color: var(--color-primary);
}

.reg-btn {
    background: var(--color-primary);
    border-radius: 23px;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    width: 300px;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.reg-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #159228;
}

.login-btn-outline {
    border: 1px solid var(--color-primary);
    border-radius: 23px;
    padding: 10px 50px;
    text-decoration: none;
    color: var(--color-primary);
    width: 300px;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-btn-outline:hover {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.login-btn-solid {
    background: var(--color-primary);
    border-radius: 23px;
    /*fix*/
    border-radius: 10px;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    width: 300px;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-btn-solid:hover {
    color: #fff;
    text-decoration: none;
}

.apps a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 32px;
}

.apps a:hover {
    text-decoration: none;
    color: var(--color-primary);
}

.apps a i {
    color: var(--color-primary);
}

.info_boxes {
    margin-top: -35px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99;
}

.info_boxes .box {
    padding: 35px;
    height: 100%;
}

.info_boxes .box strong {
    font-size: 22px;
}

.info_boxes .boxcenter {
    width: 50%;
    margin: 0 auto;
}

.info_boxes .boxcenter2 {
    width: 60%;
    margin: 0 auto;
}

.info_boxes .box img {
    margin-bottom: 19px;
}

.info_boxes .box span {
    font-size: 13px;
    line-height: 23px;
}

.info_boxes .box .short {
    width: 50%;
    margin: 0 auto;
}

.info_boxes .box img {
    margin-bottom: 10px;
}

.info_boxes .dark {
    background: var(--color-secondary);
}

.info_boxes .orange {
    background: var(--color-primary);
}

.info_boxes .col-md-6:first-child {
    padding-right: 10px;
}

.info_boxes .col-md-6:last-child {
    padding-left: 10px;
}

/* STARTSEITE REGISTER */

.reg-start.register select, .reg-start.register textarea {
    background-color: #fff;
    font-size: 16px;
}

.reg-start.register form .text-choose .text label {
    color: #fff;
    font-size: 16px;
}

.reg-start.register .reg-form h1 {
    font-size: 33px;
    margin-bottom: 20px;
}

.reg-start.register form .avatar-box {
    width: 70%;
}

.reg-start.register form .btn.big-btn, .reg-start.register form .btn.next {
    background: var(--color-primary);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.reg-start.register form .btn.big-btn.btnleft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 22%;
}

.reg-start.register form .btn.big-btn.btnright {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 22%;
}

.reg-start.register form .social-buttons .btn {
    font-size: 16px;
    border-radius: 10px;
}


/* MENÜ */

.message.active .message-number {
    border: 1px solid var(--color-primary);
    line-height: 19px;
}

.message {
    display: inline-block;
    position: relative;
}

.message, .coins {
    display: inline-block;
}

.message .message-number, .coins .coins-number {
    background: var(--color-highlight);
    color: #fff;
    max-height: 16px;
    border-radius: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0 0.3rem;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
}

.navigation {
    float: right;
    text-align: right;
}

.navigation .border-menu {
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    display: inline-block;
    padding: 6px;
    text-align: center;
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.navigation .border-menu .shop-number {
    position: absolute;
    background: var(--color-primary);
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    top: -5px;
    right: -5px;
    font-size: 10px;
}

.navigation img {
    width: 17px;
    height: 17px;
}

.navigation .heart img {
    height: auto;
}

.navigation .user {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
    float: right;
}

.navigation a {
    padding-left: 7px;
    padding-right: 7px;
}

.navigation .user-image {
    display: inline-block;
}

.navigation .user-image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
    cursor: pointer;
}

.menu {
    text-align: center;
    padding-top: 1px;
}

.desktop-menu .right-menu {
    padding-top: 12px;
}

.top-bar, .top-bar ul {
    background-color: transparent;
}

.menu .active > a {
    background: transparent !important;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.dropdown.menu > li > a {
    padding: 0px 15px;
    font-size: 14px;
}

.dropdown > li.active {
    font-weight: 900;
}

.dropdown.menu > li.is-active > a {
    color: #fff;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    background: #fff;
    text-align: left;
    margin-top: 15px;
}

.dropdown .is-dropdown-submenu a, .dropdown-pane a {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #C7C7C7;
    font-weight: normal;
}

.user-image .dropdown-pane {
    max-width: 200px;
    width: 200px;
    padding: 0;
    margin-top: 12px;
}

.dropdown .is-dropdown-submenu li:last-child a {
    border-bottom: 0;
}

.top-bar {
    background: none !important;
}

.top-bar-title {
    display: block;
    float: none;
    padding: 0;
}


/* SHOP SEITE */

.shop .large-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.body h5 {
    font-weight: bold;
}

.body .empty-body-description {
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.body .empty-body-description .fas {
    font-size: 50px;
    margin-bottom: 12px;
}

.body .empty-body-description p {
    font-style: italic;
}

.shop .zahlungsart, .shop .paket {
    padding: 25px 0px;
}

.shop .paket .pakete_auswahl {
    display: none;
}

.shop .paket .pakete_auswahl.paypal {
    display: block;
}

.shop .zahlungsart .choose .box {
    padding: 25px;
    border: 1px solid #ccc;
    text-align: center;
    height: 125px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.shop .zahlungsart .choose .box.active {
    border: 2px solid var(--color-primary);
}

.shop .zahlungsart .choose .box.active img, .shop .zahlungsart .choose .box.active strong {
    opacity: 1;
}

.shop .zahlungsart .choose .box img, .shop .zahlungsart .choose .box strong {
    opacity: .6;
}

.shop .zahlungsart .choose .box img {
    width: 100%;
}

.shop .zahlungsart .choose .box img:hover {
    opacity: 1;
}

.shop .zahlungsart .choose .box strong {
    font-size: 20px;
}

.shop .paket .box {
    border: 1px solid #ccc;
    padding: 25px 15px;
    text-align: center;
    height: 250px;
    margin-top: 35px;
    margin-bottom: 15px;
    position: relative;
}

.shop .paket .box h4 {
    font-size: 20px;
}

.shop .paket .box h2 {
    font-size: 42px;
    margin-bottom: 0;
}

.shop .paket .box span {
    display: block;
    font-size: 12px;
}

.shop .paket .box .button {
    background: var(--color-primary);
    margin-top: 25px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 6px 20px;
    margin-bottom: 0;
    /*fix*/
    margin-top: 15px;
}

.shop .paket .box .button.buy {
    background: #fff;
    margin-top: 10px;
    width: 100%;
    padding: 4px;
    border-radius: 16px;
    font-weight: normal;
    font-size: 13px;
    display: none;
    /*fix*/
    padding: 10px 4px;
    border-radius: 14px;
}

.shop .paket .box .button.buy:hover, .shop .paket .box .button.buy:active, .shop .paket .box .button.buy:focus {
    color: #000;
}

.shop .paket .box .topseller {
    position: absolute;
    background: var(--color-primary);
    color: #fff;
    top: -15px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 16px;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.shop .paket .box .topseller span {
    color: #fff;
}

.shop .paket .box.active {
    background: var(--color-primary);
    box-shadow: 0px 3px 20px #c7c7c7;
    border: none;
}

.shop .paket .box.active .button.buy {
    display: block;
}


/* LOGIN */

.login .box {
    box-shadow: 0px 3px 6px #dadada;
    padding: 20px;
}

.login .box .title {
    color: var(--color-primary);
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.login form .line {
    color: #c3c3c3;
    text-align: center;
    padding: 15px 0px;
}

.login form .border {
    border-bottom: 2px solid #E5E5E5;
    opacity: .51;
    width: 42%;
    float: left;
    padding-top: 9px;
}

.login form .border.right {
    float: right;
}

.login form .line span {
    display: inline-block;
    margin-top: -25px;
}

/* REGISTER */

.register .reg-form {
    width: 100%;
    margin: 45px auto;
    text-align: center;
    /*margin-bottom: 50px;*/
}

.register .reg-form h1 {
    color: var(--color-primary);
    /*width:60%;*/
    margin: 0 auto 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    /*margin-bottom:50px;*/
}

.register .reg-form .cell.large-12 {
    margin-bottom: 25px;
}

.register .info_txt {
    /*text-align: center;*/
    color: var(--color-secondary);
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f6f6f6;
    padding: 1.5rem;
    flex: auto;
    cursor: pointer;
    transition: 1s ease;
    position: relative;
    text-align: justify;
    text-align-last: center;
    border-radius: 15px;

}

.register .info_txt::before, .register .info_txt::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.1s ease;
    background: var(--color-primary);
}

.register .info_txt .inner_txt::before, .register .info_txt .inner_txt::after {
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    transition: all 0.1s ease;
    background: var(--color-primary);
}

.register .info_txt:hover::before, .register .info_txt:hover::after {
    width: 100%;
}

.register .info_txt:hover .inner_txt::before, .register .info_txt:hover .inner_txt::after {
    height: 100%;
}

/*----- button 6 -----*/
.register .info_txt::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.register .info_txt::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.register .inner_txt::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.register .inner_txt::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.register .info_txt:hover::before, .register .info_txt:hover::after {
    left: 0;
}

.register .info_txt:hover .inner_txt::before, .register .info_txt:hover .inner_txt::after {
    top: 0;
}

.register .info_txt:hover strong {
    color: var(--color-primary);
}

.register .info_txt .inner_txt span {
    color: #585858;
}

.register .info_txt strong {
    font-size: 27px;
    display: block;
    /*design change*/
    transition: 0.3s ease-in;
    /*text-transform: uppercase;*/
    letter-spacing: -2px;
    margin-top: 25px;
    text-align: center;
}

.register form h2 {
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
    font-size: 30px;
}

.register .reg-text, .register .reg-input form {
    text-align: left;
}

.register .btn-box {
    text-align: center;
    margin-top: 25px;
}

.register .reg-input form .left, .register .reg-input form .right {
    padding: 0;
}

.register .reg-input form .mid {
    padding-left: 10px;
    padding-right: 10px;
}

.register .reg-input form strong {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.register form .agbdatitle {
    font-size: 14px;
}

.register .reg-input a {
    color: var(--color-primary);
}

.register .reg-input form .questionmark {
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    padding-left: 1px;
    cursor: pointer;
}

.register .reg-input form .info-text {
    padding: 15px;
    font-size: 12px;
    border: 1px solid var(--color-primary);
    display: none;
    margin-bottom: 25px;
}

#birthdate-day {
    padding-left: 0.9375rem;
}

.register form .btn.big-btn {
    border-radius: 0;
    padding: 20px 60px;
    margin-left: 10px;
    margin-right: 10px;
}

.register form .btn.big-btn.active {
    background: var(--color-primary);
    color: #fff;
}

.register form .btn.big-btn:hover {
    color: #fff;
    background: var(--color-primary);
}

.register form .social-buttons {
    border-top: 1px solid #cfcfcf;
    padding: 25px;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}

.register form .social-buttons .btn {
    padding: 20px;
    width: 40%;
    float: left;
    margin-top: 0;
}

.register form .social-buttons .btn:first-child {
    float: left;
}

.register form .social-buttons .btn:last-child {
    float: right;
}

.register form input.form-control, .register form #stadt.form-control, label.error {
    width: 60%;
    margin: 0 auto;
}


.register form .btn.next {
    /*display:block;*/
    margin: 0 auto;
    margin-top: 15px;
    padding: 20px 55px;
    border-radius: 0px;
}

.register form .btn.next:hover {
    color: #fff;
    background: var(--color-primary);
}

.register form .small-box {
    width: 60%;
    margin: 0 auto;
}

.register input[type="file"] {
    display: none;
}

.register form label.btn.big-btn {
    width: fit-content;
    padding: 10px 40px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.register form .avatar-box {
    width: 60%;
    margin: 0 auto;
}

.register form .avatar-box .avatar-choose img {
    cursor: pointer;
}

.register form textarea {
    height: 330px;
    border-radius: 0px;
    margin-bottom: 0;
}

.register form .text-choose .text {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0px;
}

.register form .text-choose .text:last-child {
    border-bottom: none;
}

.register form .text-choose .text label {
    font-weight: normal;
    width: 80%;
}

.register form .text-choose .text input[type="checkbox"] {
    margin-right: 0px;
    margin-top: 5px;
    float: left;
}

.register form .summary .summary-box {
    /*width:60%;*/
    margin: 0 auto;
    text-align: left;
}

.register form .summary .summary-box .title {
    /*width:30%;*/
    float: left;
}

.register form .summary .summary-box .content {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.register form .summary .summary-box .content.land .btn.big-btn {
    width: 30%;
}

.register form .summary .summary-box .btn.big-btn {
    width: 47%;
    display: inline-block;
    padding: 20px;
    font-size: 15px;
}

.register form .summary .summary-box .btn.big-btn:first-child {
    margin-left: 0;
    float: left;
}

.register form .summary .summary-box .btn.big-btn:last-child {
    margin-right: 0;
    float: right;
}

.register form .summary .summary-box input.form-control {
    width: 100%;
}

.register form .summary .summary-box .small-box {
    width: 100%;
}

.register form .summary .summary-box .geb .grid-padding-x > .cell:first-child {
    padding-left: 0;
}

.register form .summary .summary-box .geb .grid-padding-x > .cell:last-child {
    padding-right: 0;
}

.register form .summary .summary-box .btn.next {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.register input[type='checkbox'], .register input[type='radio'] {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.register input[type='password']::after {
    content: "\f06e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: pointer;
}

/* REGISTER ERRORS */
label.error {
    color: var(--color-secondary);
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    font-size: 15px;
}


/* USER OVERLAY */

.overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}

.overlay .wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .box {
    max-width: 550px;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.overlay .box .head {
    padding: 15px;
    border-bottom: 1px solid #BFBFBF;
    color: #fff;
    background: var(--color-secondary);
}

.overlay .box .head .close {
    float: right;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.overlay .box .body {
    padding: 15px;
}

.overlay .box .body .btn {
    margin-bottom: 10px;
}

.button {
    background: var(--color-primary);
    color: var(--color-button);
}

.button:hover, .button:focus {
    background: var(--color-primary);
    color: var(--color-button);
}

.overlay.geschenk_overlay .body {
    height: 600px;
    overflow: scroll;
}

.overlay.geschenk_overlay .btn {
    font-size: 12px;
    padding: 6px 12px;
}

.overlay.geschenk_overlay .btn.active {
    background: var(--color-primary);
    color: #000;
}

.overlay.geschenk_overlay .filter .columns:first-child {
    padding-left: 0;
}

.overlay.geschenk_overlay .filter .columns:last-child {
    padding-right: 0;
}

.overlay.geschenk_overlay .geschenke {
    padding: 25px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.overlay.geschenk_overlay .giftbox {
    /*background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #1fd03a),color-stop(100%, #6bf880));*/
    margin-bottom: 15px;
}

.overlay.geschenk_overlay .giftbox .image-container {
    min-height: 100px;
    width: 100%;
}

.overlay.geschenk_overlay .giftbox img {
    max-height: 100px;
}

.overlay.geschenk_overlay .giftbox .padd {
    padding: 10px;
    text-align: center;
}

.overlay.geschenk_overlay .giftbox .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    background: var(--color-primary);
    color: #fff;
    margin-bottom: 0;
}

.overlay.geschenk_overlay .giftbox span {
    font-size: 10px;
}

.overlay.geschenk_overlay .send {
    background: #eee;
    padding: 15px 0px;
    margin-bottom: 15px;
    display: none;
}

.overlay.geschenk_overlay .send small {
    font-size: 10px;
}

.overlay.geschenk_overlay .send .btn {
    background: var(--color-primary);
    color: #000;
    margin-top: 15px;
    display: block;
}


/* FOOTER */

.footer {
    text-align: center;
    font-size: 12px;
    /*color: #000;*/
    background: #000;
    padding: 10px 5px;
    margin-top: auto;
}

.footer a {
    color: #717171;
    display: inline-block;
    margin: 0 5px;
}


/* VOTING */

.vote-box {
    text-align: center;
}

.vote-box img {
    width: 100%;
}

.voting-button {
    font-size: 20px !important;
    width: 250px;
    background-color: #1779ba;
    color: #fff;
}

.voting-button:hover {
    color: #fff;
}

.voting-men:hover {
    background: #1779ba;
}

.voting-women {
    background: #f64da7 !important;
}

.vote-link {
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    padding-top: 13px;
    margin-top: -45px;
}

.vote-link:hover {
    background: #148a26;
    color: #fff;
    border: 2px solid #fff;
    transition-delay: 0s;
}

.vote-box .userinfos span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 20px 0 15px 0;
}

.vote-box .userinfos a {
    color: var(--color-primary);
    display: block;
    margin-bottom: 10px;
}


/* DASHBOARD */

.fokus {
    /*background:var(--color-primary);*/
    padding: 20px;
}

.fokus .images .profile-link {
    width: 100%;
}

.fokus .image {
    width: 9%;
    max-width: 129px;
    max-height: 150px;
    float: left;
    margin-right: 24px;
    margin-top: 10px;
}

.fokus .image:last-child {
    margin-right: 0px;
}

.gallery {
    overflow: hidden;

}

.infinitescroll {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.slick-slider {
    margin-bottom: 0px;
}

DIV.gallery.slick-slider .slick-slide {
    min-width: inherit;
    min-height: inherit;
}


.dashboard h2 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0;
}

.dashbox {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 25px;
    background: #fff;
    padding: 15px;
}

.dashbox .head {
    border: none;
    background: #fff;
    padding: 0;
    padding-bottom: 10px;
    color: var(--color-highlight);
    font-weight: bold;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.dashbox.startbox .head {
    background: #fff;
    color: var(--color-highlight);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.dashbox .body {
    padding: 15px 0px;
}

.dashbox.no-padding .head, .dashbox.no-padding .body {
    padding: 0;
    border-bottom: 0;
}

.dashbox.no-padding .head {
    padding-bottom: 10px;
}


.dashboard .surprise .body {
    padding: 25px;
}

.dashboard .surprise .surprise-img {
    float: left;
    padding-left: 0;
}

.dashboard .surprise .surprise-img img {
    width: 80%;
    transform: rotate(-7deg);
}

.dashboard .surprise .surprise-text {
    float: left;
    padding-right: 0;
    padding-left: 15px;
    margin-top: 0;
}

.dashboard .surprise .surprise-text h2 {
    color: var(--color-primary);
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 30px;
    padding-top: 15px;
}

.dashboard .surprise .surprise-text span {
    color: rgba(0, 0, 0, 0.41);
    font-size: 12px;
    line-height: 17px;
    display: block;
}

.dashboard .surprise .surprise-text .btn {
    margin-top: 35px;
}


.dashboard .no-shadow {
    box-shadow: none;
}

.dashboard .visitor .body {
    padding-bottom: 5px;
    padding-top: 5px;
}

.dashboard .visitor img {
    width: 22%;
    float: left;
    margin: 5px;
}

.dashboard .visitor a:first-child img {
    margin-left: 0;
}

.dashboard .visitor a:nth-child(5) img {
    margin-left: 0;
}

.dashboard .visitor a {
    color: #818181;
    font-size: 12px;
    display: block;
}

.dashboard .visitor .btn {
    font-size: 12px;
    margin-top: 10px;
}

.dashboard .visitor .btn:hover {
    background: var(--color-highlight);
    color: #fff;
}

html.is-reveal-open.zf-has-scroll {
    overflow: unset !important;
}

body.is-reveal-open, html.is-reveal-open {
    overflow: unset !important;
    position: initial !important;
}

html.is-reveal-open, html.is-reveal-open body {
    position: initial !important;
}


.dashboard .messages .user-images .userimg {
    width: 31.5%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.dashboard .messages .user-images .userimg img {
    width: 100%;
}

.dashboard .messages .user-images .userimg:nth-child(3), .dashboard .messages .user-images .userimg:nth-child(6) {
    margin-right: 0;
}

.dashboard .messages .new-messages {
    margin-top: 10px;
    /*fix*/
    margin-top: 0px;
}

.dashboard .messages .new-messages a {
    color: #333;
}

.dashboard .messages .new-messages .message-text {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}

.dashboard .messages .new-messages .message-text.new {
    background: rgba(204, 225, 95, 0.11);
    padding: 15px;
    margin-bottom: 10px;
}

.dashboard .messages .new-messages .message-text.new:last-child {
    margin-bottom: 0;
}

.dashboard .messages .new-messages .message-text img {
    float: left;
    margin-right: 15px;
    width: 70px;
}

.dashboard .messages .new-messages .message-text span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.41);
    line-height: 15px;
    display: inline-block;
    width: 82%;
}

.dashboard .messages .new-messages .message-text strong {
    font-size: 16px;
    display: inline-block;
    padding-top: 14px;
}

.dashboard .messages .new-messages .message-text small {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.41);
}

.dashboard .messages .new-messages .message-text .nachrichten-count {
    position: absolute;
    right: 25px;
    top: 30px;
    border-radius: 50%;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}


.dashboard .fokus img {
    width: 45%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


/* PROFIL */

.body.profil {
    padding: 0;
}

.profil .green-bg {
    background: var(--color-primary);
    height: 220px;
    width: 100%;
}

.profil .profil-name h2 {
    font-weight: normal;
    margin: 0;
    float: left;
    margin-right: 15px;
    padding-top: 9px;
    font-size: 23px;
}

.profil .profil-name .rating {
    float: left;
}

.profil .profil-name .rating .fa, .profil .profil-standort .rating .fa {
    color: #FBDA26;
    font-size: 16px;
    float: left;
    padding-right: 5px;
    padding-top: 15px;
}

.profil .profil-name .rating .fa.none, .profil .profil-standort .rating .fa.none {
    color: #ADADAD;
}

.profil .profil-name .buttons, .profil .profil-standort .buttons {
    float: right;
}

.profil .profil-name .buttons .btn, .profil .profil-standort .buttons .btn {
    margin-left: 15px;
}

.profil .profil-name .buttons .message {
    background: var(--color-highlight);
    padding: 15px 55px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

.profil .profil-name .buttons .border, .profil .profil-standort .buttons .border {
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 2px solid var(--color-highlight);
}

.profil .profil-name .buttons .fa, .profil .profil-standort .buttons .fa {
    color: var(--color-highlight);
}


.profil .profil-standort .profil-standort-text {
    float: left;
}

.profil .profil-standort .profil-standort-text h3 {
    margin-top: 0;
    color: var(--color-highlight);
    font-weight: lighter;
}


.profil .profil-info {
    background: #fff;
    padding: 25px;
    margin-top: 15px;
}

.profil .all-photos {
    padding: 25px;
}

.profil .all-photos .images img {
    width: 150px;
    padding: 10px;
}

.profil .all-photos .title h1 {
    font-size: 25px;
}

.profil .all-photos .title hr {
    float: left;
    margin-top: 0;
    border-bottom: 2px solid var(--color-primary);
    width: 100px;
}

.profil .profil-images {
    margin-top: -150px;
}

.profil .profil-images h2 {
    font-size: 35px;
    margin: 0;
    margin-bottom: 7px;
    font-weight: bold;
    color: #333333;
}

.profil .profil-images h2 small {
    font-size: 19px;
    color: #333333;
    padding-left: 15px;
}

.profil .profil-images .profil-more {
    padding: 50px 5px;
}

.profil .profil-images .profil-more .actions {
    margin-top: 15px;
}

.profil .profil-images .profil-more .actions .btn {
    margin-right: 5px;
    margin-bottom: 10px;
}

.profil .profil-images .profil-more .sendmessage .buttons .btn {
    padding: 18px 0px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    background: #333333;
    color: #fff;
    border: none;
}

.profil .profil-images .profil-more span {
    font-size: 19px;
    color: var(--color-secondary);
}

.profil .profil-images .profil-more a {
    color: var(--color-highlight);
    display: block;
    margin-top: 15px;
}

.profil .profil-images .rating .fa {
    color: #FBDA26;
    font-size: 14px;
    float: left;
    padding-right: 5px;
    margin-bottom: 10px;
}

.profil .profil-images .rating .fa.none {
    color: #ADADAD;
}

.profil .profil-images .main-image {
    margin: 0;
    margin-bottom: 10px;
}

.profil .profil-images .main-image img {
    width: 100%;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
}

.profil .profil-images .small-images img {
    width: 33.33333%;
    object-fit: cover;
    float: left;
}


.profil .profil-details {
    margin-bottom: 15px;
    color: #fff;
}

.profil .profil-details .details-menu {
    margin-top: 25px;
    padding: 12px 25px;
    display: inline-block;
    float: left;
    border: 2px solid #DEDEDE;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.profil .profil-details .details-menu span {
    padding: 0px 15px;
    color: #000;
    cursor: pointer;
}

.profil .profil-details .details-menu span:first-child {
    padding-left: 0;
}

.profil .profil-details .details-menu span.active {
    font-weight: bold;
    color: var(--color-primary);
    display: inline-block;
    font-weight: bold;
}

.profil .profil-details .buttons .message {
    background: #fff;
    padding: 15px 55px;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    float: right;
    margin-top: 15px;
}


.profil .search {
    padding: 25px;
    border: 2px solid #DEDEDE;
    border-radius: 10px;
}

.profil h3 {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 20px;
}


.profil .profil-pers, .profil .profil-last .profil-int {
    padding: 0;
}

.profil .profil-pers .search {
    border-bottom: 1px solid #BFBFBF;
    padding: 25px 15px;
}

.profil .profil-pers .per-info {
    padding: 15px;
}

.profil .profil-pers .per-info .list-point {
    margin-bottom: 7px;
}

.profil .profil-pers .per-info strong {
    display: inline-block;
    width: 160px;
}

.profil .profil-last h3 {
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--color-highlight);
}


.profil .profil-int .interest {
    padding: 25px 0px;
}

.profil .profil-int .interest .interest-point {
    float: left;
    margin-right: 10px;
    background: rgba(231, 76, 60, 0.1);
    color: var(--color-highlight);
    padding: 6px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.profil .profil-gift .gift {
    padding: 15px 30px;
}

.profil .profil-gift .gift h3 {
    margin-top: 0;
}

.profil .profil-gift .gift img {
    padding: 10px;
    width: 150px;
    float: left;
}

.profil .menu {
    padding-top: 100px;
}


.profil .morephotos .title {
    text-align: left;
}

.profil .morephotos .title h1 {
    font-size: 25px;
}

.profil .morephotos .title hr {
    float: left;
    margin-top: 0;
    border-bottom: 2px solid var(--color-primary);
    width: 100px;
}

.profil .morephotos img {
    width: 33.33333%;
    float: left;
    padding: 5px;
}

.profil .morephotos small a {
    color: var(--color-primary);
    display: block;
    margin-top: 10px;
}

.profil .profil-int .interest {
    padding: 15px 30px;
}

.profil .profil-int .interest h3 {
    margin-top: 0;
}


.profil .besucher {
    margin-bottom: 25px;
}

.profil .besucher .images img {
    width: 16.666667%;
    float: left;
    padding: 10px;
}


.profil .short-reg form .social-buttons .btn {
    width: 47%;
    float: left;
    margin-top: 0;
}

.profil .short-reg form .social-buttons .btn.google {
    float: right;
}

.profil .short-reg form a {
    color: var(--color-primary);
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.profil .short-reg form .reg-btn {
    background: var(--color-primary);
    color: #000;
}

.profil .short-reg form .line {
    color: #c3c3c3;
    text-align: center;
    padding: 15px 0px;
}

.profil .short-reg form .border {
    border-bottom: 2px solid #E5E5E5;
    opacity: .51;
    width: 42%;
    float: left;
    padding-top: 9px;
}

.profil .short-reg form .border.right {
    float: right;
}

.profil .short-reg form .line span {
    display: inline-block;
    margin-top: -25px;
}


/* PROFIL BEARBEITEN */

.profil-bearbeiten .bearbeiten-menu {
    margin-bottom: 15px;
    color: #fff;
}

.profil-bearbeiten .bearbeiten-menu .details-menu {
    margin-top: 25px;
    padding: 12px 25px;
    display: inline-block;
    float: left;
    border: 2px solid #DEDEDE;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.profil-bearbeiten .bearbeiten-menu .details-menu span {
    padding: 0px 15px;
    color: #000;
    cursor: pointer;
}

.profil-bearbeiten .bearbeiten-menu .details-menu span:first-child {
    padding-left: 0;
}

.profil-bearbeiten .bearbeiten-menu .details-menu span.active {
    font-weight: bold;
    color: var(--color-primary);
    display: inline-block;
    font-weight: bold;
}

.profil-bearbeiten .edit-box {
    padding: 25px;
}

.profil-bearbeiten strong {
    color: var(--color-primary);
}

.profil-bearbeiten textarea {
    height: 150px;
    max-height: 250px;
}

.profil-bearbeiten .btn.big {
    background: var(--color-primary);
    color: #fff;
    padding: 15px;
    margin-top: 25px;
}

.profil-bearbeiten .mein-profil-edit .checkmark {
    border: 1px solid #cfcfcf;
    height: 30px;
    width: 30px;
}

.profil-bearbeiten .mein-profil-edit .checkmark:after {
    left: 10px;
    top: 6px;
    width: 8px;
    height: 14px;
    border: solid lightblue;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profil-bearbeiten .meine-bilder-edit input[type="file"] {
    display: none;
}

.profil-bearbeiten .meine-bilder-edit .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.profil-bearbeiten .meine-bilder-edit .preview {
    padding-top: 25px;
}

.profil-bearbeiten .meine-bilder-edit, .profil-bearbeiten .passwort-andern-edit {
    display: none;
}

.profil-bearbeiten .meine-bilder-show .columns:last-child {
    float: left;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild {
    position: relative;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild img {
    width: 100%;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild .profilbild {
    position: absolute;
    bottom: 0;
    background: var(--color-primary);
    padding: 5px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild-edit {
    padding: 10px;
    font-size: 13px;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild-edit .bild-offen {
    margin-bottom: 15px;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild-edit .bild-offen span {
    font-weight: bold;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild-edit div {
    margin-bottom: 5px;
}

.profil-bearbeiten .meine-bilder-show .bild-box .bild-edit .bild-delete, .profil-bearbeiten .meine-bilder-edit .bild-box .bild-edit .bild-privat {
    cursor: pointer;
}

.profil-bearbeiten .meine-bilder-show .btn {
    font-size: 10px;
    padding: 8px 12px;
    /*fix*/
    padding: 10px 12px;
    width: 100%;
    text-align: left;
}

.profil-bearbeiten .meine-bilder-show .btn .fa {
    padding-right: 5px;
}


/* CHAT */
.chat.body h1 {
    margin-bottom: 15px;
    font-size: 35px;
}

.chat .user-liste, .chat .chat-box {
    padding: 0;
}

.chat .chat-box .head {
    border: 1px solid #BFBFBF;
    padding: 14px;
    background: var(--color-secondary);
    border-top-right-radius: 10px;
}

.chat .chat-box .head img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.chat .chat-box .head h2 {
    margin: 0;
    font-size: 23px;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
}

.chat .chat-box .head .right {
    float: right;
}

.chat .chat-box .head .right .btn {
    background: transparent;
}

.chat .chat-box .body {
    border: 1px solid #BFBFBF;
    padding: 15px;
    position: relative;
    /*height:550px;*/
    background: url("../images/chat-bg.png") !important;
    /*background:#fff;*/
    overflow-y: scroll;
}

.chat .chat-box .actions {
    padding: 5px;
    border: 1px solid #BFBFBF;
    border-top: 0;
    display: none;
    background: #fff;
    padding-top: 10px;
}

.chat .chat-box .actions .btn {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.chat .chat-box .actions .btn .fa {
    margin-right: 5px;
}

#history {
    height: 100%;
}

.chat .chat-box .own-msg {
    padding: 15px 5px 5px;
    width: 70%;
    float: right;
}

.chat .chat-box .own-msg .sent-msg {
    background: var(--color-primary);
    padding: 15px;
    border-radius: 23px;
    color: #fff;
    /*fix*/
    border-radius: 14px;
}

.chat .chat-box .own-msg .sent-msg span {
    color: #fff;
}

.chat .chat-box .own-msg .right {
    float: right;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.41);
    font-size: 11px;
}

.chat .chat-box .other-msg {
    padding: 15px;
    width: 70%;
    float: left;
}

.chat .chat-box .other-msg .sent-msg {
    padding: 15px;
    border: 1px solid #BFBFBF;
    /*border-radius:23px;*/
    /*fix*/
    background: white;
    border-radius: 14px;
}

.chat .chat-box .other-msg .left {
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.41);
    font-size: 11px;
}


.chat .chat-box .send {
    left: 0;
    bottom: 0;
    width: 100%;
    /*new layout fix*/
    /*padding-top:15px;*/
    /*background:#fff;*/
    border-bottom-right-radius: 10px;
    height: 89px;
    color: white;
    background: var(--color-secondary) !important;
    padding: 16px 13px 2px !important;
}

.chat .chat-box .send .send-input {
    float: left;
    width: 78%;
    position: relative;
}

.chat .chat-box .send textarea {
    width: 100%;
    padding: 15px;
    /*height:100px;*/
    /*border-radius:14px;*/
    box-shadow: none;
    font-size: 16px;
    border-color: #BFBFBF;
    /*new layout fix */
    height: 50px !important;
    border-radius: 6px !important;
    margin-bottom: 0px;
}

.chat .chat-box .send .btn {
    width: 20%;
    float: right;
    padding: 6px;
    border-radius: 21px;
    /*fix*/
    border-radius: 14px;
}

.chat .chat-box .send .btn span {
    font-size: 10px;
    display: block;
    margin-top: 0px;
    color: #fff;
}

.chat .chat-box .send .btn:hover {
    color: #fff;
}

.chat .chat-box .send small {
    color: rgba(0, 0, 0, 0.41);
    float: left;
    padding-left: 15px;
    padding-top: 5px;
}

.chat .user-liste {
    overflow-y: scroll;
    /*new layout fix*/
    background: var(--color-secondary) !important;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.chat .user-liste .user {
    /*background:rgba(204, 225, 95, 0.11);*/
    padding: 10px;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
    /*new layout fix*/
    color: #fff;
}

/*new layout fix start*/
.chat .user-liste .active {
    background: rgb(207 207 207 / 27%);
}

.chat .user-liste .user img {
    border-radius: 50%;
}

.chat .user-liste .user .left strong {
    font-size: 15px;
}

#strokes_container, #strokes_container .strokes {
    color: var(--chat-color);
    font-size: 12px;
}

/*new layout fix end*/

.chat .user-liste .user:last-child {
    border-bottom: none;
}

.chat .user-liste .user img {
    float: left;
    width: 25%;
    /*fix*/
    width: 60px;
    margin-right: 15px;
}

.chat .user-liste .user small {
    font-size: 10px;
}

.chat .user-liste .user .left strong {
    font-size: 12px;
}

.chat .user-liste .user .left {
    float: left;
}

.chat .user-liste .user .right {
    float: right;
}

.chat .user-liste .user .right .message-count {
    background: var(--color-primary);
    display: block;
    width: auto;
    min-width: 32px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.chat .user-liste .user .right .message-count.new {
    /*fix*/
    /*background:#f04124;*/
}

.chat .user-liste .user .right .delete-message {
    display: block;
    width: 32px;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    display: none;
}

.chat .user-liste .user:hover .right .delete-message {
    display: block;
}

.chat .chat-box .head.mobile-head {
    display: none;
}

/* width */
.chat .chat-box .body::-webkit-scrollbar {
    width: 6px;
}

/*.chat .user-liste::-webkit-scrollbar{*/
/*    width: 6px;*/
/*}*/
/* Handle */
.chat .chat-box .body::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}

/* Handle on hover */
.chat .chat-box .body::-webkit-scrollbar-thumb:hover {
    background: #9d9d9d;
}

#imageSend_overlay .images {
    padding: 5px 0;
}
#imageSend_overlay .images input {
    display: none;
}
#imageSend_overlay .images label {
    max-height: 100px;
}
#imageSend_overlay .images label img {
    max-height: 100px;
}
#imageSend_overlay .images input:checked + label img {
    box-shadow: 0px 0px 3px 1px #1b5ae1;
}

#imageSend_overlay .images #payed label {
    position: relative;
}
#imageSend_overlay .images #payed label:after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    /* height: auto; */
    background: rgba(0,0,0,0.3);
    color: #FFF;
    text-align: center;
}

@media only screen and (max-width: 480px) {

    .cropper-point, .cropper-point.point-se {
        width: 2em;
        height: 2em;
    }

    /* ALLGEMEINES */
    .btn#login_site {
        margin-left: 5px;
    }

    .member-head {
        padding: 15px;
        position: relative;
        padding-bottom: 0;
    }

    .member-head .logo {
        width: 50%;
        float: left;
        position: relative;
        z-index: 999999999;
    }

    /*.member-head .logo img {*/
    /*    width: 100px;*/
    /*    margin-top: -3px;*/
    /*}*/
    .menu .navbar {
        padding: 0;
        text-align: left;
    }

    .head.nologin {
        padding: 15px 0px;
        padding-top: 12px;
    }

    .body {
        padding: 25px 0px;
    }

    .body span {
        font-size: 13px;
    }

    /*.mobile-menu {*/
    /*    display: block;*/
    /*}*/
    /*.desktop-menu {*/
    /*    display: none;*/
    /*}*/
    .desktop {
        display: none !important;
    }

    .head {
        /*padding-top:15px;*/
        /*padding-bottom:25px;*/

        /*new layout*/
        padding: 10px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        border-top-left-radius: 10px;
    }

    .chat .chat-box .send {
        border-bottom-left-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .head .left .logo {
        width: 75px;
        float: left;
    }

    .head .left {
        width: 35%;
    }

    .head .right {
        width: 65%;
    }

    .head .right .btn {
        padding: 4px 6px;
        font-size: 12px;
    }

    .body h1 {
        font-size: 24px;
    }

    .sidebarHeadline {
        font-size: 18px;
    }

    /* STARTSEITE */
    .startseite {
        background-position: center center;
    }

    .info_boxes .large-6, .info_boxes .large-6:first-child, .info_boxes .large-6:last-child {
        padding-right: 0;
        padding-left: 0;
    }

    .startseite {
        padding-top: 75px;
        padding-bottom: 25px;
    }

    .startseite .logo {
        margin-bottom: 25px;

    }

    .startseite .logo img {
        width: 200px;
        height: auto;
    }

    .intro h3 {
        font-size: 21px;
    }

    .intro h1 {
        font-size: 34px;
    }

    .buttons a {
        margin-bottom: 8px;
    }

    .mobilebox {
        display: block;
    }

    .info_boxes {
        margin-top: 0px;
        padding: 0;
    }

    .info_boxes .boxcenter, .info_boxes .boxcenter2 {
        width: 100%;
        margin: 0 auto;
    }

    .intro, .buttons {
        margin-bottom: 21px;
    }

    .apps {
        margin-top: 10px;
    }

    /* STARTSEITE REGISTER */
    .reg-start.register form .avatar-box {
        width: 100%;
    }

    .reg-start.register .reg-form h1 {
        font-size: 29px;
    }

    .reg-start.register form .btn.big-btn.small {
        width: 48%;
        float: left;
    }

    .reg-start.register form .btn.big-btn, .reg-start.register form .btn.next {
        padding: 20px 0px;
        text-align: center;
        line-height: inherit;
    }

    .reg-start.register form .btn.big-btn.btnright {
        float: right;
    }

    .reg-start.register form .social-buttons {
        margin-top: 15px;
    }

    .reg-start.register .seventh_step .btn {
        margin-bottom: 15px;
    }

    .reg-start.register .success {
        font-size: 12px;
    }

    .reg-start.register form h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* SHOP SEITE */
    .shop .zahlungsart .large-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .shop .large-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .shop .zahlungsart .large-3:nth-child(even) {
        padding-left: 5px;
    }

    .shop .zahlungsart .large-3:nth-child(odd) {
        padding-right: 5px;
    }

    .shop .zahlungsart .choose .box {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 15px;
        height: 100px;
    }

    .shop .zahlungsart .choose .box strong {
        font-size: 16px;
    }

    .shop .paket .box {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .zahlungsart .choose .grid-x .columns:active {
        display: block;
    }

    /* MENÃœ */
    .message {
        float: none;
        margin: 0 auto;
        position: relative;
    }

    .message .message-number {
        top: -7px;
        right: -17px;
    }

    .mobile-menu .logo {
        text-align: center;
    }


    /* USER OVERLAY */
    .overlay .box {
        width: 95%;
    }

    .overlay .box .head strong {
        width: 80%;
        display: inline-block;
    }

    .overlay.geschenk_overlay .box {
        height: 85vh;
        position: relative;
        overflow: hidden;
    }

    .overlay.geschenk_overlay .body {
        height: 90%;
        padding-bottom: 25px;
    }

    .overlay.geschenk_overlay .filter .large-6 {
        width: 50%;
        float: left;
    }

    .overlay.geschenk_overlay .geschenke .large-4 {
        width: 50%;
        float: left;
    }

    .overlay.geschenk_overlay .giftbox img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .overlay.geschenk_overlay .giftbox strong {
        font-size: 14px;
    }

    /* LOGIN */
    .login .box {
        margin-bottom: 35px;
    }

    .login form .border {
        width: 35%;
    }

    /* REGISTER */
    .register .reg-form {
        width: 100%;
    }

    .register .reg-form h1 {
        font-size: 18px;
        margin-bottom: 0px;
        width: 100%;
    }

    .register .info_txt strong {
        font-size: 24px;
        margin-bottom: -10px;
    }

    .register .reg-text, .register .reg-input {
        padding: 15px;
        border: none;
    }

    .register .reg-input {
        float: none;
    }

    .register .pink {
        font-size: 16px;
    }

    .register .reg-input form .left, .register .reg-input form .right, .register .reg-input form .mid {
        float: left;
        width: 33.333333%;
    }

    .register .reg-input form .left {
        padding-right: 5px;
    }

    .register .reg-input form .right {
        padding-left: 5px;
    }

    .register .reg-input form .mid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .register .reg-input form .questionmark {
        padding: 0;
    }

    .register .reg-input form .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .register form .btn.big-btn {
        padding: 35px 0px;
    }

    .register form input.form-control, .register form #stadt.form-control {
        width: 100%;
    }

    .register form label.error {
        width: 100%;
    }

    .register form .btn.next {
        margin-top: 15px;
    }

    .register form .small-box {
        width: 100%;
    }

    .register form .geb .grid-x > .large-3 {
        width: 30%;
    }

    .register form .geb .grid-x > .large-6 {
        width: 40%;
        /*padding:0;*/
    }

    .register form label.btn.big-btn {
        width: 100%;
        padding: 10px;
    }

    .register form .avatar-box {
        width: 100%;
    }

    .register form textarea {
        height: 200px;
    }

    .register form h2 {
        font-size: 16px;
    }

    .register form .summary .summary-box {
        width: 100%;
    }

    .register form .summary .summary-box .title {
        width: 100%;
        float: none;
    }

    .register form .summary .summary-box .title.small {
        width: 70%;
        float: left;
    }

    .register form .summary .summary-box .content {
        width: 100%;
        float: none;
    }

    .register form .summary .summary-box .content.small {
        width: 30%;
        float: left;
    }

    .register form .summary .summary-box .content.land .btn.big-btn {
        width: 30%;
        font-size: 10px;
        margin-bottom: 0;
    }

    .register form .social-buttons {
        width: 100%;
        padding: 25px 10px;
    }

    /* SUCHE */
    .profile-link {
        /*width:50%;*/
        float: left;
        /*padding-left:5px;*/
        /*padding-right:5px;*/
        /*padding-bottom:5px;*/
    }

    .infinitescroll .profile-link {
        float: none;
    }

    .search_mobile {
        flex-flow: column-reverse;
    }

    /* VOTING */
    .voting-button {
        width: 100%;
    }

    .topimages .profile-link {
        width: 16.666667%;
        padding-left: 2px;
        padding-right: 2px;
    }

    .vote-box {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 50%;
    }

    /* DASHBOARD */
    .fokus {
        padding: 10px 0px;
    }

    .fokus .image {
        width: 16.666666667%;
        margin-right: 10px;
    }

    .fokus .image:nth-child(6), .fokus .image:nth-child(7), .fokus .image:nth-child(8), .fokus .image:nth-child(9) {
        display: none;
    }

    .dashboard .schnellsuche label {
        font-size: 11px;
    }

    .dashboard .news {
        padding-top: 0;
    }

    .dashboard .visitor img {
        width: 100%;
    }

    .dashboard .visitor .profile-link {
        width: 25%;
    }

    .dashboard .messages .user-images .userimg {
        width: 30%;
    }

    .dashboard .messages .new-messages .message-text span {
        font-size: 12px;
        width: auto;
    }

    .dashboard .messages .new-messages .message-text strong {
        padding-top: 10px;
        font-size: 14px;
    }

    .dashboard .messages .new-messages .message-text img {
        width: 60px;
    }

    .dashboard .messages .new-messages .message-text.new {
        padding: 5px;
    }

    .dashboard .messages .new-messages .message-text .nachrichten-count {
        top: 20px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .dashboard .surprise .body {
        padding: 15px;
    }

    .dashboard .surprise .surprise-text h2 {
        font-size: 23px;
    }

    .dashboard .surprise .surprise-img {
        text-align: center;
        float: none;
        padding: 0;
    }

    .dashboard .surprise .surprise-img img {
        margin: 0 auto;
        width: 130px;
        margin-bottom: 35px;
    }

    .dashboard .surprise .surprise-text {
        padding: 0;
        float: none;
    }

    .dashboard .fokus img {
        width: 30%;
    }

    /* PROFIL */
    .profil .profil-name .circle-star {
        margin-top: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        font-size: 14px;
    }

    .profil .profil-name .rating {
        float: left;
    }

    .profil .profil-name .rating .fa {
        padding-top: 7px;
    }

    .profil .profil-name h2 {
        padding-top: 0px;
        font-size: 25px;
        float: none;
    }


    .profil .profil-details {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .profil .profil-details .buttons {
        width: 100%;
        text-align: center;
    }

    .profil .profil-details .buttons .message {
        margin-left: 0;
        padding: 15px;
        margin: 0px;
        width: 90%;
        background: var(--color-highlight);
        color: #fff;
        float: none;
    }

    .profil .profil-details .details-menu, .profil-bearbeiten .bearbeiten-menu .details-menu {
        margin-bottom: 10px;
        padding: 10px;
        float: none;
        width: 100%;
        margin-top: 0;
    }

    /* layout modification */
    .modifier-edit-menu .details-menu {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }

    .profil .profil-details .details-menu span, .profil-bearbeiten .bearbeiten-menu .details-menu span {

        padding: 0 10px;
        font-size: 12px;
    }

    /*layout modificaiton */
    .modifier-edit-menu .details-menu span {
        padding: 10px !important;
        font-size: 12px;
        background: var(--color-highlight);
        margin: 0.3rem;
        border-radius: 10px;
        width: 45%;
    }

    .profil .profil-details .details-menu span.active, .profil-bearbeiten .bearbeiten-menu .details-menu span.active {
        height: auto;
        margin-bottom: 0;
    }

    .modifier-edit-menu .details-menu span.active {
        color: var(--color-highlight);
        border: 2px solid var(--color-highlight);
        background: transparent;
    }

    .profil .profil-name .buttons .border {
        margin-top: 15px;
    }

    .profil .profil-name .buttons {
        margin-top: -50px;
        clear: both;
    }

    .profil .profil-images {
        margin-top: -210px;
        padding: 10px;
    }

    .profil .profil-images img {
        width: 50%;
        height: 150px;
    }

    .profil .profil-images .main-image {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .profil .profil-images .profil-more {
        padding: 0px;
    }

    .profil .profil-images h2, .profil .profil-images h2 small, .profil .profil-images .profil-more span {
        color: #000;
    }

    .profil .profil-images h2 small {
        display: block;
        padding-left: 0;
        margin-top: 10px;
    }

    .profil .profil-images .profil-more span {
        font-size: 15px;
    }

    .profil .profil-images .profil-more .buttons .btn {
        background: #fff;
        margin-top: 15px;
        width: 100%;
        padding: 10px;
    }

    .profil .profil-images .profil-more .sendmessage .buttons .btn {
        margin-top: 15px;
        font-size: 12px;
    }

    .profil .profil-images .profil-more .actions .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .profil .profil-images .small-images {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .profil .profil-images .small-images img {
        width: 33.3333333%;
        height: 100px;
    }

    .profil .profil-info {
        padding: 0;
    }

    .profil .profil-info .profil-standort {
        padding: 15px;
    }

    .profil .profil-info .profil-last {
        padding: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .profil .profil-last .profil-pers .search {
        padding: 15px 0px;
    }

    .profil .profil-last .profil-pers .per-info {
        padding: 15px 0px;
    }

    .profil .profil-pers .per-info strong {
        width: 140px;
    }

    .profil .profil-last .profil-pers .col-md-5 {
        padding: 0;
    }

    .profil .profil-last .profil-int {
        border: none;
    }

    .profil .profil-last .profil-int .gift img {
        width: 33.3333333%;
        float: left;
    }

    .profil .profil-last .search {
        padding: 15px;
    }

    .morephotos {
        padding: 15px;
    }

    .profil .all-photos {
        padding: 15px;
    }

    .profil .all-photos .images img {
        width: 50%;
        float: left;
    }

    .profil .besucher .images img {
        width: 33.33333%;
    }

    .profil .short-reg form .social-buttons {
        font-size: 14px;
    }

    /* PROFIL BEARBEITEN */
    .profil-bearbeiten .edit-box {
        padding: 10px;
    }

    .profil-bearbeiten .meine-bilder-edit .preview-edit {
        margin-top: 15px;
    }

    .profil-bearbeiten .meine-bilder-edit .bild-box {
        margin-bottom: 15px;
    }

    /* CHAT */
    .body.chat h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .chat .chat-box {
        margin-bottom: 0px;
    }

    .chat .chat-box .body {
        min-height: auto;
    }

    .chat .chat-msg {
        margin-bottom: 0px;
    }

    .chat .chat-box .other-msg {
        padding: 0px 15px;
    }

    .chat .chat-box .send .send-input {
        width: 83%;
    }

    .chat .chat-box .send input {
        width: 100%;
    }

    #chatform {
        width: 100%;
    }

    .chat .chat-box .send .btn {
        width: 50px;
        border-radius: 30px;
        height: 50px;
        font-size: 10px;
        font-weight: bold;
        padding: 8px;
    }

    .chat .chat-box .send textarea {
        border-radius: 30px !important;
    }

    .chat .chat-box .send .btn span {
        font-size: 8px;
        margin-top: 1px;
        font-weight: normal;
    }

    .chat .chat-box-mobile {
        position: relative;
        height: 70vh;
    }

    .chat .user-liste {
        /*height: auto;*/
        display: none;
        position: absolute;
        z-index: 99;
        width: 100%;
        left: 0;
        height: 100%;
        /*top: 47px;*/
        background: #fff;
        padding-bottom: 25px;
    }

    .chat .chat-box .head .right {
        float: none;
        width: 100%;
        /*margin-top:15px;*/
        /*text-align:left;*/
    }

    .chat .chat-box .head .right .btn {
        padding: 6px 12px;
    }

    .chat .chat-box .head h2 {
        margin-top: 0px;
    }

    /* GALLERY */
    UL.gallery#sliderNewFriends, UL.gallery#sliderFriends, UL.gallery#sliderFavorites, UL.gallery#sliderVisits {
        margin-left: 0;
    }

    UL.gallery#sliderNewFriends LI, UL.gallery#sliderFriends LI, UL.gallery#sliderFavorites LI, UL.gallery#sliderVisits LI {
        min-width: auto;
        min-height: auto;
        max-width: auto;
        max-height: auto;
        text-align: left;
        margin: 0;
        width: 25%;
        height: auto;
    }

    UL.gallery#sliderNewFriends LI .profile-link, UL.gallery#sliderFriends LI .profile-link, UL.gallery#sliderFavorites LI .profile-link, UL.gallery#sliderVisits LI .profile-link {
        width: 100%;
    }

    UL.gallery#sliderNewFriends LI A IMG, UL.gallery#sliderFriends LI A IMG, UL.gallery#sliderFavorites LI A IMG, UL.gallery#sliderVisits LI A IMG {
        height: auto;
        width: 100%;
    }

}

body, label, .button, select {
    color: var(--color-secondary);
}

.button {
    border-radius: 14px;
}

.color-white {
    color: white !important;
}

.color-dark {
    color: var(--color-secondary);
}

/* orbit fixes */
.reveal .orbit {
    margin-top: 30px;
}

#orbitModal .orbit-container, #orbitModal .orbit-wrapper {
    min-height: 500px;
}

@media only screen and (max-width: 480px) {
    #orbitModal .orbit-container, #orbitModal .orbit-wrapper {
        min-height: 328px;
    }
}

.image-bullets button {
    width: 50px;
    height: 50px;
    margin: .1rem;
    border-radius: 0% !important;
    background-color: transparent;
}

.image-bullets img {
    width: 50px !important;
    height: 50px !important;
    float: none;
    padding: 0px !important;
    border-radius: 0% !important;
}

.image-action-container {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.image-action-container a.btn {
    padding: 5px 20px;
}

.image-action-container .action-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.image-action-container:hover .action-container {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    .image-action-container .action-container {
        visibility: visible;
        opacity: 1;
    }
}


/*
 accordion
*/

.label {
    background: var(--color-primary);
}

.label span {
    color: white;
}

.accordion, .accordion-title:focus, .accordion-title:hover {
    background: transparent;

}

.accordion-item.is-active .accordion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accordion-title {
    font-weight: bold;
    font-size: 15px;
    color: var(--color-primary);
/ / border: 2 px solid #DEDEDE;
/ / border-radius: 10 px;
}

.label.interests {
    padding: 5px;
    float: left;
    font-size: 0.875rem;
    margin: 0 10px 10px 0;
}

.interests {
    float: left;
    font-size: 64px;
    margin-right: 10px;
}

.interests .glyphicon {
    font-size: 32px;
}

p.support-text {
    display: none;
}

#chat-navigation-icon {
    font-size: 15px;
    color: white;
}

#chat-navigation-icon::after {
    display: none;
}

#vote-wrapper-for-position {
    position: relative;
}

.skip-vote a {
    position: absolute;
    top: 75%;
    left: 45%;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translate(7%, 20%);

    border: 2px solid #a70c0c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #a70c0c;
    box-shadow: 0px 3px 13px var(--color-secondary);
}

#city {
    border-radius: 15px;
    border-color: #E5E5E5;
    box-shadow: none;
    outline: none;
}

body {
    min-height: 100vh;
}

.footer {
    position: sticky;
    top: 100%;
}

input, select {
    border-radius: 25px !important;
}

.register .info_modifier {
    margin-top: 0px;
}


/* impressum */

.table-wrapper {
    overflow-x: scroll;
}

/* user block list */
#blockUserYes {
    margin: 3px 0 0;
}

/* profile image slider */

.orbit-figure {
    height: 450px;
}

.orbit-image {
    height: 100%;
    object-fit: contain;
}

.orbit-next, .orbit-previous {

    background: var(--color-highlight);
    border-radius: 50%;
    padding: 0.9rem;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

/*my profile pictures*/
.my-profile-picture-grid {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.my-profile-picture-grid .img {
    padding: .6rem;
    width: 15%;
}

.my-profile-picture-grid .img img {
    border-radius: 15px;
}

.profil-gallery .heading {
    margin-top: 25px;
    padding: 12px 25px;
    border: 2px solid #DEDEDE;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

#displayMessage {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 99999999999;
    width: 40%;
}

.send-icon-m {
    font-size: 22px;
}

.flash-msg {
    position: fixed;
    top: 60px;
    width: 40%;
    right: 10%;
    right: calc(10vw + 20px);
    z-index: 9;
    animation: ease-in-out repeat;
    animation-name: flash-msg;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    opacity: 1;
    font-size: 1em;
}

@keyframes flash-msg {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#askForPermission {
    opacity: 0;
    position: fixed;
    z-index: -1;
    background: #fbfbfb;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 5px var(--color-primary);
}

.show-notification{
    opacity: 1 !important;
    z-index: 999999999 !important;
}

.hide-notification{
    opacity: 1 !important;
    z-index: -1 !important;
}

#askForPermission .modal-footer {
    margin-top: 1rem;
}

@media only screen and (max-width: 75rem) {

    .flash-msg {
        right: 10%;
    }
}

.image-action-container a img {
    border-radius: 10%;
}

@media only screen and (max-width: 10240px) {
    .logo img {
        width: 180px;
    }

    .row-rs {
        display: flex;
    }

    .col-rs {
        width: auto;
    }

    .profile-responsive .main-image {
        width: 25%;
    }

    .profile-responsive .profil-more {
        width: 75%;
    }

    .profile-responsive .profil-more .username-details {
        width: 65%;
    }

    .profile-responsive .profil-more .sendmessage {
        width: 35%;
    }

    .profil .profil-images .profil-more .sendmessage .buttons .btn {
        font-size: 14px;
    }
}


@media only screen and (min-width: 640px) and ( max-width: 940px) {
    .row-rs {
        justify-content: center;
    }

    .row-rs .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .navigation .user {
        margin-left: 0px;
    }

    .desktop-menu .right-menu {
        padding-top: 0px;
    }

    .dropdown.menu > li > a {
        padding: 0px 7px;
    }

    .member-head {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 800px) {

    .profil .profil-images .main-image img {
        height: 250px;
        width: 250px;
        margin: 0 auto;
    }

    .profile-responsive .main-image {
        width: 100%;
    }

    .profile-responsive .profil-more {
        width: 100%;
    }

    .profile-responsive .profil-more .username-details {
        width: 60%;
    }

    .profile-responsive .profil-more .sendmessage {
        width: 40%;
    }

    .profil .profil-images .profil-more {
        padding: 0px;
    }


}

@media only screen and (max-width: 639px) {

    /* moved css from 480px to 640px to set responsivness for larger screens */
    #askForPermission {
        width: 100%;
        top: 10%;
    }

    .navigation .logo img {
        width: 100%;
    }

    .menu .mobile-menu a {
        color: #000;
        padding: 0px 5px;
        display: inline-block;
    }

    .mobile-menu a img {
        display: inline-block;
    }

    .mobile-menu a .money {
        width: 15px;
    }

    .mobile-menu a .power {
        width: 15px;
        margin-top: -2px;
    }

    .mobile-menu a span {
        display: inline-block;
        margin-top: -2px;
    }

    .navigation .logo h1 {
        font-size: 24px;
        padding-top: 0;
    }

    .menu {
        padding: 0px;
        width: 100%;
        float: none;
        text-align: left;
    }

    .navigation {
        width: 100%;
    }

    .navigation .right-menu span {
        padding-top: 5px;
        float: right;
        color: #000;
    }

    .navigation .right-menu {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 10px;
        background: var(--color-primary);
        padding: 5px 10px;
    }

    .navigation .user {
        float: none;
        margin-left: 0;
    }

    .mobile-menu {
        display: block;
    }

    .desktop-menu {
        display: none;
    }

    .menu .user {
        display: inline-block;
        float: none;
        margin-top: 4px;
        margin-left: 0;
        width: 100%;
        margin-bottom: -3px;
    }

    .menu .user-image {
        float: left;
    }

    .menu .user-image img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
        margin-left: 0;
    }

    .menu .icons {
        float: right;
    }

    .top-bar {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-bar-title span {
        float: right;
        margin-top: -42px;
    }

    #responsive-menu {
        width: 100%;
    }

    .is-drilldown {
        width: 100% !important;
        max-width: 100% !important;
    }

    .drilldown a {
        background: transparent;
        padding-left: 0;
    }

    .drilldown .is-drilldown-submenu.is-active a {
        color: #000;
        font-size: 14px;
        border-bottom: 1px solid #C7C7C7;
    }

    .drilldown .is-drilldown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem;
    }

    .drilldown .js-drilldown-back > a::before {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #000 transparent transparent;
        border-left-width: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.75rem;
    }

    /* end */
    .drilldown a {
        background: transparent;
        padding-left: 0;
    }

    .drilldown .is-drilldown-submenu.is-active a {
        color: #000;
        font-size: 14px;
        border-bottom: 1px solid #C7C7C7;
    }

    .my-profile-picture-grid .img {
        width: 50%;
    }

    #displayMessage {
        width: 90%;
    }

    .chat .chat-box .head.mobile-head {
        display: block;
        border-radius: 50%;
        float: right;
        box-shadow: 0px 0px 10px gray;
        background: var(--color-highlight);
        position: absolute;
        right: 8px;
        top: -8%;
    }

    .chat .chat-box .head.mobile-head span {
        display: block;
        margin-top: -2px;
    }

    #cookiescript_badge {
        transform: rotate(270deg);
        bottom: 11% !important;
        right: -65px !important;
        left: auto !important;
    }

    .vote-box {
        width: 50%;
    }

    .flash-msg {
        width: 70%;

    }
}

@media only screen and (max-width: 600px) {
    #sliderVisits a.profile-link {
        width: 180px !important;
    }

    .vegas-container {
        height: auto !important;
    }

    .chat .chat-box .own-msg, .chat .chat-box .other-msg {
        width: 85% !important;
    }

    .search_mobile .profile-link img {
        width: 130px !important;
    }

    .infinitescroll {
        display: flex;
        /* flex-direction: row; */
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .search_mobile .profile-link {
        width: 46%;
    }

    .callout.warning {
        width: 85% !important;

    }

    .register .info_txt {
        margin-top: 0px;
    }

    .register .reg-form {
        margin: 20px auto;
    }

    .skip-vote a {
        /*top: 66%;*/
        /*left: 43%;*/
    }
}

@media only screen and (max-width: 490px) {
    .skip-vote a {
        top: 62%;
        left: 43%;
    }

    .chat .user-liste .user .left {
        float: none;
    }

    .profile-responsive .profil-more {
        width: 100%;
    }

    .profile-responsive .profil-more .username-details {
        width: 100%;
    }

    .profile-responsive .profil-more .sendmessage {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .search_mobile .profile-link {
        width: 100%;
    }

    .search_mobile .profile-link img {
        width: 272px !important;
    }

    .skip-vote a {
        top: 47%;
        left: 41%;
    }
}

@media only screen and (max-width: 341px) {
    .chat .chat-box .send .send-input {
        width: 76%;
    }
}

.form-checkbox-help input {
    margin-right: 8px;
}

.form-checkbox-help strong {
    display: inline-block;
}
.preview-edit br {
    display: none;
}