:hover, :focus {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 0.15s ease-in-out;
}
/* Bootstrap override classes desktop */
.navbar-toggler {
  color: #fff;
}
.modal-title {
  font-size: 18px;
}
.dropdown-item:last-child {
  color: var(--font-white);
}
.dropdown-item {
  border-top: 1px solid var(--border-color);
  padding: 16px 6px;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--font-white);
  background-color: var(--main-color);
  opacity: 1;
}
.modal-backdrop {
  z-index: 0;
}
.bg-dark {
  background-color: var(--third-color) !important;
}
.dropdown-menu {
  padding: 0;
  background-color: var(--third-color);
  border: 1px solid var(--border-color);
}
.card-img-top {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.btn-close {
  color: var(--font-white);
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.toast {
  border-radius: var(--border-radius);
  box-shadow: 0 2px 6px 0 var(--second-color);
  border: none;
}
.toast-container small {
  color: var(--font-white);
  font-weight: bold;
}
.toast-header {
  background-color: var(--second-color);
  border-bottom: none;
}
.toast-link {
  font-weight: bold;
}
.toast-body {
  background-color: var(--third-color);
  color: var(--font-white);
}
.toast-button {
  border: none;
  color: var(--font-white);
  background-color: var(--main-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.5rem 0.75rem;
  width: 100%;
  text-align: center;
}
.toast-button:hover {
  color: var(--font-white);
  opacity: 0.8;
}
.toast-button:focus {
  color: var(--font-white);
  opacity: 0.8;
}
/* Bootstrap override classes desktop */  
h1 a {
  border-bottom: 1px solid var(--link-color);
}
.pre-nav-box {
  padding-top: 10px;
}
.phone-number-modal {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.scroll-box {
  background-color: #212529;
}
.scroll-box a {
  padding: 6px 12px;
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.scroll-box a:hover {
  color: var(--font-white);
  opacity: 1;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  background-color: var(--third-color);
}
.members-online {
  font-size: 14px;
  color: var(--font-white) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#pageloader {
  background: #000;
  opacity: 0.5;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.pageloader-img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
.login-btn {
  color: var(--font-white);
  font-weight: normal;
  white-space: nowrap;
  background-color: var(--second-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  padding: 6px 12px;
}
.login-btn:hover {
  color: var(--font-white);
  background-color: var(--third-color);
  opacity: 0.8;
  border: 1px solid var(--main-color);
}
.login-btn:focus {
  color: var(--font-white);
  background-color: var(--third-color);
  opacity: 0.8;
  border: 1px solid var(--main-color);
}
.category-btn {
  color: var(--font-white);
  font-weight: normal;
  white-space: nowrap;
  background-color: var(--second-color);
  border: 1px solid var(--border-color) !important;
  font-size: 16px !important;
  width: 100%;
}
.category-btn:hover, .category-btn:focus {
  color: var(--font-white);
  opacity: 0.8;
  background-color: var(--third-color);
  border-color: var(--main-color) !important;
}
.filter-btn {
  color: var(--font-white);
  font-weight: normal;
  white-space: nowrap;
  background-color: var(--second-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  font-size: 16px !important;
  margin: 6px;
}
.filter-btn-active, .category-btn-active, .category-country-btn-active {
  opacity: 0.8;
  background-color: var(--third-color);
  border-color: var(--main-color) !important;
}
.filter-btn:hover {
  color: var(--font-white);
  background-color: var(--third-color);
  opacity: 0.8;
  border: 1px solid var(--main-color);
}
.filter-btn:focus {
  color: var(--font-white);
  background-color: var(--third-color);
  opacity: 0.8;
  border: 1px solid var(--main-color);
}
.modal-header strong {
  color: var(--link-color);
}
.modal-content span {
  color: var(--link-color);
  font-weight: bold;
}
*::-moz-selection {
  background: var(--main-color) none repeat scroll 0 0;
  color: var(--font-white);
}
a {
  color: var(--font-white);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: var(--font-white);
}
a:focus {
  opacity: 0.6;
  color: var(--font-white);
  outline: none;
}
b, strong {
  font-weight: bold !important;
}
ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
}
section:after {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.56);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.56);
}
hr {
  border-style: dashed;
}
footer {
  color: var(--font-white);
  font-size: var(--font-body-size);
  border-top: 1px solid var(--border-color);
}
footer p {
  color: var(--font-white);
}
footer a {
  color: var(--font-white);
}
footer li {
  padding: 6x 0px;
}
p {
  font-size: var(--font-body-size);
  color: var(--font-grey);
}
a.logo-link {
  color: var(--link-color);
  font-weight: bold;
}
a.logo-link:hover {
  color: var(--font-white);
  font-weight: bold;
}
.present-txt-index {
  font-size: 22px;
  color: var(--font-white);
  margin: 0;
  padding: 0.5rem;
}
.present-txt-white-header {
  font-size: 20px;
}

/* hide default checkbox  */
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-check-input[type="radio"] {
  border-radius: 4px;
}
.form-check-input:focus {
  border-color: var(--border-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(169, 61, 109, 0.35);
}

.form-check-label {
  font-weight: normal;
}
.nav-button {
  color: var(--font-white);
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
}
.nav-button:hover {
  color: var(--font-white);
  opacity: 0.8;
}
.nav-button:focus {
  opacity: 0.8;
  outline: none;
}
.navbar-brand:focus, .logo:focus {
  outline: none;
}
.country-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-bottom: 4px;
}
.gender-icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.share-button {
  padding: 6px 12px;
  text-shadow: 1px 1px 1px #000;
}
.share-button:hover {
  opacity: 0.8;
  color: var(--link-color);
}
.share-list-title {
  margin-left: 6px;
}
.share-list {
  height: 50px;
  background-color: var(--third-color);
  display: flex;
  overflow-x: auto;
  background-image: linear-gradient(to right, var(--third-color), var(--third-color)), linear-gradient(to right, var(--third-color), var(--third-color)), linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 18px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
}
.social-icon {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
  -webkit-filter: brightness(0) invert(1) drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
  padding-right: 6px;
}
.present-txt {
  font-size: var(--font-body-size);
}
.present-txt-white {
  font-size: var(--font-body-size);
  color: var(--font-white);
}
.present-txt-profil {
  font-size: var(--font-body-size);
  color: var(--font-white);
}
.secondary-bg {
  background-color: #010a1c;
}
.primary-bg{
  background-color: var(--primary-background-color);
}
.third-bg {
  background-color: var(--third-color);
}
.nav-bg {
  background-color: var(--second-color);
  border-bottom: 1px solid var(--border-color);
}
.fourth-bg{
  background-color: var(--second-color);
}
.fifth-bg{
  background-color: var(--fifth-background-color);
}
.logo-form-1 {
  width: 135px;
  height: 125px;
}
.logo-form-2 {
  width: 175px;
  height: 146px;
}
.logo-form-3 {
  width: 150px;
  height: 125px;
}
#emailform {
  margin-bottom: 0px;
}
#signupform, #loginform-2 {
  background: var(--second-color);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 6px 0 var(--second-color);
}
#signupform-profil {
  background: var(--second-color);
  border-radius: var(--border-radius);
  padding: 12px;
  box-shadow: 0 2px 6px 0 var(--second-color);
}
.fetisch-card {
  border: 1px solid var(--border-color);
  background-color: var(--second-color);
  box-shadow: 0 2px 6px 0 var(--second-color);
  border-radius: var(--border-radius);
  padding: 12px;
  transition: all .3s ease;
  text-align: center;
  width: 100%;
  display: block;
}
.fetisch-card:hover {
  color: var(--font-white);
  background-color: var(--third-color);
  opacity: 0.8;
  border: 1px solid var(--main-color);
}
.profil-card {
  color: var(--font-white);
  border-radius: var(--border-radius);
  background: var(--second-color);
  box-shadow: 0 2px 6px 0 var(--second-color);
}
.profil-card-image {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
.service-image-1 {
  border-radius: var(--border-radius);
  border: 4px solid var(--main-color);
  -webkit-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
  box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
}
.service-image-2 {
  border-radius: var(--border-radius);
  border: 4px solid var(--main-color);
  -webkit-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
  box-shadow: 7px 7px 17px 0px rgba(0,0,0,0.4);
 ;
}
.telefonsex-image-1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.padding_bottom_none{
  padding-bottom:0px;
}
.clear{
  clear:both;
}
img {
  max-width:100%;
}
.navbar.navbar-default, #navbar.collapse.navbar-collapse {
  background-color: #010a1c;
}
.navbar {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.navbar-collapse {
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}
.present {
  position: relative;
}
.present_img {
  text-align: right;
  position: relative;
}
.present h1 {
  color: var(--font-white);
}
.present h5 {
  color: var(--font-white);
}
p span {
  color: var(--main-color);
}
.present b {
  color: #F15050;
}
.btn-call {
  background: green none repeat scroll 0 0;
  border-radius: var(--border-radius);
  color: var(--font-white);
  font-size: 24px;
  width: 100%;
}
.btn-call:hover {
  opacity: 0.8;
  color: var(--font-white);
  background: green none repeat scroll 0 0;
}
.section-btn-row-profil .btn.btn-default {
  background: var(--main-color) none repeat scroll 0 0;
  border: 0 none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: var(--font-white);
  width: 100%;
}
.btn.btn-default:hover {
  opacity: 0.8;
  color: var(--font-white);
}
.btn.btn-default:focus {
  opacity: 0.8;
  color: var(--font-white);
} 
.section_btn .btn.btn-default {
  background: var(--main-color) none repeat scroll 0 0;
  color: var(--font-white);
}
.present_img {
  position: relative;
}
.port_img1 {
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}
.portfolio_img {
  overflow: hidden;
}
.seo-link {
  font-weight: bold;
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
}
.seo-link:hover {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
}
.seo-link-2 {
  border-bottom: 1px solid var(--main-color);
  font-weight: bold;
  color: var(--main-color);
}
.seo-link-2:hover {
  opacity: 1;
  color: var(--main-color);
}
.nav-icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.filter-green {
  filter:invert(30%) sepia(100%) saturate(2400%) hue-rotate(100deg) brightness(150%) contrast(119%);
  -webkit-filter:invert(30%) sepia(100%) saturate(2400%) hue-rotate(100deg) brightness(150%) contrast(119%);
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 4px;
}
.button-icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.button-icon-2 {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-right: 8px;
}
.button-icon-small {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.text-white {
  color: var(--font-white);
}
.m-hide {
  display: none;
}
.footer-container {
  padding: 0px 10px;
}
.footer-list {
  margin-bottom: 12px;
}
.footer-list li {
  display: inline-block;
  margin: 8px;
}
footer a:hover {
  opacity: 0.6;
  color: var(--font-white);
}
footer a:focus {
  opacity: 0.6;
  color: var(--font-white);
}
.btn-responsive {
  width: 100% !important;
}
.navbar-dark .navbar-toggler {
  border-color: var(--border-color) !important;
  background-color: #212529;
}
.nav-li {
  border-bottom: 1px solid var(--border-color);
  padding: 6px;
}
.nav-li:last-child {
  border-bottom: 0;
}
.nav-li a {
  display: block;
  width: 100%;
}
.nav-li a:hover {
  opacity: 0.8;
}
.nav-link:hover {
  opacity: 0.6;
  color: var(--font-white);
}
.nav-link:focus {
  opacity: 0.6;
  color: var(--font-white);
  outline: none;
}
.features_detail h3 {
  font-size: 20px;
  margin-bottom: 0;
  display: inline-block;
}
.ja-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* The Modal (background) */
.modal {
  display: none;
 /* Hidden by default */
  position: fixed;
 /* Stay in place */
  z-index: 1;
 /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
 /* Full width */
  height: 100%;
 /* Full height */
  overflow: hidden;
 /* Enable scroll if needed */
  background-color: rgb(0,0,0);
 /* Fallback color */
  background-color: rgba(0,0,0,0.6);
 /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background: var(--second-color);
  border-radius: var(--border-radius);
  color: var(--font-white);
  margin: 15% auto;
 /* 15% from the top and centered */
  width: 80%;
 /* Could be more or less, depending on screen size */
  max-width: 450px;
}
.modal-content label {
  color: var(--font-white);
}
.close, .comment_close {
  cursor: pointer;
  font-size: 30px;
}
.headline-erfolg {
  color: var(--font-white);
  font-weight: bold;
  padding: 0.5rem;
  margin-bottom: 0px;
}
.erfolg-pre-box {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: var(--third-color);
  padding: 6px;
  margin-bottom: 0px;
}
#erfolg {
  display:none;
  background: var(--second-color);
  border-radius: var(--border-radius);
  padding: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 6px 0 var(--second-color);
}
.small-white {
  color: #fff;
}
#fehler {
  display: none;
  background: var(--second-color);
  border-radius: var(--border-radius);
  padding: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 6px 0 var(--second-color);
}
.form-radio {
  padding-top: 4px;
  padding-bottom: 4px;
}
.form-icon {
  height: 25px;
  width: 25px;
  filter: invert(35%) sepia(6%) saturate(2826%) hue-rotate(339deg) brightness(93%) contrast(96%);
}
.form-input-box {
  display: flex;
}
.form-floating {
  width: 100%;
}
.form-input-field {
  width: 50%;
}
.form-field-box {
  display: flex;
}
.input-group-text {
  color: var(--main-color);
  background-color: var(--primary-background-color);
  border: 1x solid var(--border-color);
  border-radius: var(--border-radius);
}
.form-control, .form-select {
  border-radius: var(--border-radius);
}
.form-control:focus, .form-select:focus {
  border: none;
  box-shadow: 0 0 0 .3rem rgba(115, 80, 58,.5);
}
.form-field-active {
  animation: shake 0.2s ease-in-out 0.6s 3;
  box-shadow: 0 0 0.5em var(--link-color);
}
.form-field-active:focus {
  outline: none;
}
.form-text {
  margin-top: 0px;
  text-align: center;
}
@keyframes shake {
  0% {
      margin-left: 0rem;
 }
  25% {
      margin-left: 0.5rem;
 }
  75% {
      margin-left: -0.5rem;
 }
  100% {
      margin-left: 0rem;
 }
}
.form-field:focus {
  outline: none;
}
.form-submit-box {
  text-align:center;
  padding: 0.5rem 0.5rem;
}

.dferror {
  color: #ff1919 !important;
  padding: 6px;
  display: block;
  font-weight: bold;
}
#semail {
  font-weight: bold;
}
.pre-nav-header {
  color: var(--font-white);
}
.pre-nav {
  color: var(--font-white);
  background-color: var(--second-color);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  height: 50px;
  font-size: 14px;
  align-items: center;
  white-space: nowrap;
  display: flex;
}
.pre-nav-2 {
  color: var(--font-white);
  background-color: var(--third-color);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  height: 50px;
  font-size: 14px;
  align-items: center;
  white-space: nowrap;
  display: flex;
}
.pre-nav-2 a {
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
  font-weight: bold;
}
.pre-nav-active {
  opacity: 0.6;
  color: var(--font-white);
}
.pre-nav li, .pre-nav-2 li {
  padding: 12px;
  margin-right: 12px;
}
.pre-nav a:hover {
  opacity: 0.6;
  color: var(--font-white);
}
.pre-nav a:focus {
  color: var(--font-white);
  opacity: 0.6;
}
.pre-nav-button {
  padding: 6px 12px;
  font-weight: bold;
  color: var(--font-white);
  background: none;
  border: none;
}
.pre-icon {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  margin-bottom: 2px;
  margin-right: 4px;
  border: 1px solid var(--border-color);
}
.pre-nav-2 {
  height: 50px;
  align-items: center;
}
.pre-nav-3 {
  display: flex;
  height: 50px;
  align-items: center;
}
.pre-nav-li-a-3 a {
  width: 33%;
}
.slider::-webkit-scrollbar, .slider-2::-webkit-scrollbar, .slider-3::-webkit-scrollbar, .share-list::-webkit-scrollbar {
  display: none;
}
.slider {
  display: flex;
  overflow-x: auto;
  background-image: linear-gradient(to right, var(--second-color), var(--second-color)), linear-gradient(to right, var(--second-color), var(--second-color)), linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 18px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider:focus-visible {
  outline: 1px solid var(--main-color);
}
.slider-3 {
  display: flex;
  overflow-x: auto;
  background-image: linear-gradient(to right, var(--third-color), var(--third-color)), linear-gradient(to right, var(--third-color), var(--third-color)), linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 18px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-3:focus-visible {
  outline: 1px solid var(--main-color);
}
.slider-2 {
  display: flex;
  overflow-x: auto;
  background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, transparent, transparent), linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 18px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fa-icon-right {
  margin-right: 8px;
}
.pull-right {
  float: right;
}
.card {
  margin-bottom: 22px;
}
.profil-text {
  margin: 0;
}
.country-filter-box {
  display: flex;
}
.country-filter-li {
  margin-left: 6px;
  margin-right: 6px;
}
.fetisch-filter-box {
  display: flex;
}
.fetisch-filter-li {
  color: var(--font-white);
  font-weight: normal;
  white-space: nowrap;
  background-color: var(--second-color);
  border-radius: var(--border-radius);
  font-size: 16px !important;
}
.fetisch-card-2 {

}
.card-online-status {
  color: var(--font-white) !important;
  background-color: var(--third-color);
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px 8px 12px;
  position: absolute;
  top: 1px;
  right: 1px;
  opacity: 0.8;
}
.card-call-mobile {
  color: var(--font-white) !important;
  background: green none repeat scroll 0 0;
  border-top-right-radius: 10px;
  font-size: 13px;
  padding: 8px 12px 8px 12px;
  position: absolute;
  bottom: 645px;
  left: 0px;
  border: none;
  font-weight: bold;
}
.card-online-status-mobile {
  color: var(--font-white) !important;
  background-color: var(--third-color);
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 13px;
  padding: 8px 12px 8px 12px;
  position: absolute;
  right: 8px;
  opacity: 0.8;
}
.online-icon {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  filter: invert(30%) sepia(100%) saturate(2400%) hue-rotate(100deg) brightness(150%) contrast(119%);
  -webkit-filter: invert(30%) sepia(100%) saturate(2400%) hue-rotate(100deg) brightness(150%) contrast(119%);
}
.offline-icon {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
  -webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.card-title {
  text-transform: uppercase;
  font-weight: bolder;
  padding: 12px 10px;
  margin-bottom: 0px !important;
  font-size: 18px;
}
.card-text {
  font-size: 15px;
  color: var(--font-white);
  padding: 10px 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-info {
  font-size: 15px;
  padding: 0px 10px;
  color: var(--font-white);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-info span {
  color: var(--font-white);
  font-weight: normal;
}
.profileimage {
 border: 12px solid white;
}
.btn {
  border: none;
  border-radius: 5px;
  padding: 1rem .75rem;
}
.btn:hover {
  color: var(--font-white);
  opacity: 0.8;
  border: none;
}
#esubmit {
  width: 100%;
}
.copyright-box {
  display: block;
  text-align: center;
  font-style: italic;
}
.profil-h1 {
  color: var(--main-color);
  font-weight: bold;
}
.profil-h2 {
  color: var(--font-white);
  font-weight: bold;
}
.profil-box {
  color: var(--font-white);
  background-color: var(--second-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 6px 0 var(--second-color);
  padding: 16px;
}
.profil-box-text {
  color: var(--font-white);
  margin: 0;
}
.profil-related-box {
  color: var(--font-white);
  padding-top: 16px;
}
.profil-h2 span, .profil-related-box span {
  color: var(--main-color);
  font-weight: bold;
}
.mobile-present-image {
  display: none;
}
.profil-h1-subline {
  color: var(--font-white) !important;
}
.desktop-center {
  text-align: center;
}
.d-hide {
  display: none;
}
.present-header {
  padding: 6px 12px 0px 12px;
}
.present-header h1 {
  margin-bottom: 0px !important;
}
.present-txt-header {
  padding: 6px 12px 0px 12px;
  font-size: 18px;
}
.present-txt-header-white {
  padding: 6px 12px 0px 12px;
  font-size: 20px;
  color: white;
  margin: 0px;
}
.question-card {
  background-color: var(--second-color);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 12px;
}
.question-card p {
  margin: 0;
}
.call-note {
  font-size: 14px;
  color: var(--font-grey);
  text-align: center;
  display: block;
}
.siegel-norton {
  width: 105px;
  height: 57px;
}

hr.content {
 border-color: var(--main-color);
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: var(--main-color);
}
.present-txt-size {
  /*width: 70%;*/
  margin-left: auto;
  margin-right: auto;
}
.faqbox {
  background-color: var(--second-color);
  border-radius: var(--border-radius);
  border: 2px solid var(--border-color);
  padding: 12px;
  margin-bottom: 24px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.faqbox:nth-child(odd) {
  margin-left: 300px;
}
.faqbox:nth-child(even) {
  margin-left: 150px;
}
.imageintext {
  margin: 24px;
  background-color: var(--main-color);
  float: right;
}

.how_it_work_m {
  margin-top: 50px;
}
.how_it_work_m i {
  font-size: 46px;
  line-height: 50px;
  color: var(--main-color);
}
.how_it_work_m.text-right h5 {
  color: #555454;
  line-height: 50px;
  padding-bottom: 15px;
  position: relative;
}
.how_it_work_m.text-right h5::after {
  border-bottom: 1px solid var(--main-color);
  bottom: 0;
  color: var(--main-color);
  content: "";
  position: absolute;
  width: 60%;
  z-index: 1;
}
.how_it_work_m.text-right h5::before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  top: 38px;
  z-index: 1;
  color:var(--main-color);
}
.how_it_work_m h3 {
  margin-bottom: 0;
  display: inline-block;
}
.how_it_work_m p {
  margin: 0;
  padding: 6px;
}
.workng_img {
  margin: 0 auto;
  text-align: center;
}
.how_it_work_m.text-left h5 {
  color: #555454;
  line-height: 50px;
  padding-bottom: 15px;
  position: relative;
}
.how_it_work_m.text-left h5::after {
  border-bottom: 0.5px solid var(--main-color);
  bottom: 0;
  content: "";
  position: absolute;
  left: -60px;
  width: 60%;
  z-index: 1;
  color:var(--main-color);
}
.how_it_work_m.text-left h5::before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  left: -69px;
  top: 38px;
  z-index: 1;
  color:var(--main-color);
}

.services_detail span {
  border-radius: 100%;
  color: #E4A8A8;
  display: inline-block;
  float: left;
  padding: 30px 30px;
}
.services_detail h5 {
  display: inline-block;
  float: left;
  line-height: 47px;
  margin: 0;
  padding: 0 20px 5px;
}
.services_detail h3 {
  font-size: 20px;
  float: right;
  width: 70%;
 /**text-align: center;
 **/
  padding: 0 0 0 20px;
}
.services_detail p {
  float: right;
  padding: 0 0 0 20px;
  width: 70%;
}
.services_detail > ul {
  margin: 0;
  padding: 0;
}
.services_detail {
  margin-left: 45px;
  margin-top: 45px;
}
.services_detail li {
  margin-bottom: 30px;
  overflow: hidden;
  list-style: none;
}
.services_detail span i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services_detail span i:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.btn-width {
  width: 100%;
}

@media (min-width:990px) {
  .navbar-collapse {
      display: inline-block;
  }
}

@media (min-width:993px) and (max-width:1200px){
  .btn.btn-default {
    margin: 0;
  }
  .navbar ul.nav.navbar-nav li a {
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .features_detail h5 {
    font-size: 22px;
  }
  .features_img {
    padding-top: 30px;
  }
  .features_detail {
    margin-top: 70px;
  }
  .services_img {
    width: 49%;
  }
  .services_img_n {
    float: left;
    width: 49%;
  }
  .services_detail span {
    padding: 23px 24px;
  }
  .services_detail {
    margin-left: 15px;
    margin-top: 15px;
  }
  .how_it_work_m {
    margin-top: 20px;
  }
  .navbar ul.nav.navbar-nav li a {
    font-size: 15px;
    font-weight: 400;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 728px) and (max-width: 1199px){
  .container {
      max-width: 100%;
 }
}

@media (min-width:768px) and (max-width:992px){
  .navbar ul.nav.navbar-nav li {
    list-style: outside none none;
    margin: 0;
    padding: 0 2px;
  }
  .navbar ul.nav.navbar-nav li a {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 12px;
  }
  .search_btn-2 .btn.btn-default {
    border-radius: 0 15px 15px 0;
    margin: 0;
  }
  .section_btn {
    margin: 20px 0 30px;
  }
  .present_img {
    margin: 0 auto;
    text-align: center;
  }
  .features_detail {
      margin-top: 30px;
 }
  .features_detail li {
    border-right: none;
    text-align: center;
    width: 100%;
  }
  .features_img {
    text-align: center;
  }
  .features_img.pull-left {
    float: none;
    width: 100%;
  }
  .services_img_n {
    margin: 0 auto;
    text-align: center;
  }
  .how_it_work_m {
    margin-top: 15px;
    text-align: center;
  }
  .how_it_work_m.text-right h5::before {
    display: none;
  }
  .how_it_work_m.text-right h5::after {
    display: none;
  }
  .how_it_work_m.text-right h5 {
    line-height: 35px;
  }
  .how_it_work_m p {
    margin: 0 0 30px;
  }
  .workng_img {
    margin: 0 auto 40px;
    /* margin: 30px auto 40px; */
  }
  .how_it_work_m.text-left h5::before {
    display: none;
  }
  .how_it_work_m.text-left h5::after {
    display: none;
  }
  .how_it_work_m.text-left h5 {
    line-height: 35px;
  }
  .port_img1 {
    width: 100%;
  }
}

@media (min-width:500px) and (max-width:991px){
  .search_btn-2 .btn.btn-default {
    border-radius: 0 15px 15px 0;
    margin: 0;
  }
}

@media (min-width:1px) and (max-width:991px) {
  .present-txt-size, .faqbox {
      width: 100%;
 }
  .faqbox:nth-child(odd), .faqbox:nth-child(even) {
      margin-left: 0px;
 }
}

@media (max-width: 500px){
  .category-btn {
    margin-right: 6px;
  }
  .profil-card-image {
    height: 200px;
 }
  #erfolg {
    background: none;
 }
  #fehler {
    background: none;
 }
  .form-field-box {
    width: 98%;
 }
 .siegel-landscape-hide {
  display: none;
 }
}

@media (max-width: 767px){
  .mobile-present-image {
    margin: 0 auto;
    text-align: center;
    display: unset;
  }
  .col-box-hide {
    display: none;
  }
}

@media (max-width: 867px){
  .erfolg-pre-box {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
  }
  #emailform {
    padding: 10px;
  }
  .m-width {
    width: 100%;
  }
  .profil-h1 {
    padding-top: 6px;
    margin-bottom: 0px;
  }
  .profil-h2 {
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .how_it_work_m p {
    padding: 0;
  }
  .profil-related-box {
    padding: 6px;
  }
  .section_heading {
    text-align: center;
  }
  .profil-box {
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .nav-flex-box {
    background: var(--third-color);
    padding: 12px 6px;
    justify-content: center;
  }
  /* Bootstrap override css classes - mobile max-width: 867px */
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-menu {
    border: none;
    border-radius: 0 !important;
  }
  .nav-item {
    border-bottom: 1px solid var(--border-color);
  }
  .nav-link {
    padding: 16px 6px;
    width: 100%;
  }
  /* Bootstrap override css classes - mobile max-width: 867px */
  #erfolg {
    padding: 0;
    margin: 0;
    background-color: var(--second-color);
  }
  .erfolg-profil {
    padding: 10px !important;
  }
  .question-card {
    margin-bottom: 24px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
  .section_btn .btn.btn-default {
    font-size: 20px;
  }
  .present-txt-header-white {
    font-size:18px;
  }
  .present-txt-size, .present-txt-header {
    margin-bottom: 0;
    margin-top: 6px;
    padding: 0px 6px;
  }
  .profil-header {
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0px 10px;
  }
  .nav-bg {
    border-bottom: 0;
  }
  #signupform {
    box-shadow: none;
  }
  #signupform-profil {
    box-shadow: none;
    padding: 0;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .desktop-center {
    text-align: left;
    padding: 0px 6px;
  }
  .row {
    margin: 0;
  }
  .container {
    padding: 0;
    max-width: 98%;
  }
  .navbar-nav {
    border-top: 1px solid var(--border-color);
  }
  .present-profil-image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
  }
  .mobile-hide {
    display: none;
  }
  .profil-h2 {
    padding: 0px 10px;
  }
  .row > * {
    padding: 0;
  }
  .present-txt {
    font-size: var(--font-body-size);
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px 10px;
  }
  .present-txt-white {
    color: var(--font-white);
    font-size: var(--font-body-size);
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px 10px;
  }
  .present-txt-profil {
    color: var(--font-white);
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px 10px;
  }
  .present-txt-index {
    font-size: var(--font-body-size);
  }
  .services_detail h3 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .m-hide {
    display: block !important;
  }
  .collapse.navbar-collapse {
    overflow: scroll;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 365px;
  }
  .section_sub_btn .btn.btn-default {
    padding: 10px 20px;
  }
  .btn.btn-default {
    border-radius: 15px;
  }
  .nav.navbar-nav.navbar-right {
    display: none;
    margin-top: 15px;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar ul.nav.navbar-nav {
    display: block;
  }
  .navbar ul.nav.navbar-nav li a {
    text-align: center;
  }
  .navbar-collapse {
    border-top: none;
  }
  .dropdown-menu li:hover {
    background: hsl(39, 100%, 50%) none repeat scroll 0 0;
    color:var(--font-white);
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: hsl(39, 100%, 50%);
    color: hsl(0, 0%, 33%);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: hsla(0, 0%, 0%, 0);
    color: var(--font-white);
  }
  /*h1 {
    margin: 0;
  }*/
  .profil-h1-subline {
    font-size: 15px;
  }
  .section_heading h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .features_detail {
    margin-top: 0px;
  }
  .features_detail li {
    border-right: none;
    padding: 0px 10px;
    width: 100%;
  }
  .features_img {
    text-align: center;
    width: 100%;
  }
  .services_img {
    display:none;
  }
  .services_img_n {
    margin: 0 auto;
    padding: 20px 5px 0;
    text-align: center;
    width: 100%;
  }
  .services_detail {
    margin: 0 0 30px;
    text-align: center;
  }
  .services_detail li {
    padding: 10px 0 0px;
    margin: 0 auto;
  }
  .services_detail span {
    float: none;
  }
  .services_detail h5 {
    float: none;
    padding: 10px 20px 5px;
    display: block;
  }
  .services_detail p {
    float: none;
    width: 100%;
    margin-top: 12px;
    padding: 0 6px;
  }
  .how_it_work_m {
    margin-top: 15px;
    padding: 0px 6px;
  }
  .how_it_work_m.text-right h5::before {
    display: none;
  }
  .how_it_work_m.text-right h5::after {
    display: none;
  }
  .how_it_work_m.text-right h5 {
    line-height: 35px;
  }
  .workng_img {
    margin: 0 auto 40px;
  }
  .how_it_work_m.text-let h5::before {
    display: none;
  }
  .how_it_work_m.text-left h5::after {
    display: none;
  }
  .how_it_work_m.text-left h5 {
    line-height: 35px;
  }
  .port_img1 {
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .workng_img {
    margin: 30px auto 40px;
  }
  .section_btn .btn.btn-default, .btn-call {
    font-size: var(--font-body-size);
    width: 100%;
  }
  .pull-right {
      float: none;
      width: 100%;
  }
}

@media (max-width: 992px){
  .container-lg {
    max-width: 98%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar-toggler {
    margin-right: 12px;
  }
  .profil-card-image {
    height: 180px;
  }
  .d-hide {
    display: block;
  }
  .navbar-brand {
    margin-left: 12px;
  }
  .information li {
    text-align: center;
    font-size: 20px !important;
    width: 100%;
  }
  .information-img {
    text-align: center;
  }
  .how_it_work_m i {
    font-size: 32px;
  }
}

@media (max-width: 1200px){
  .profil-card-image {
    height: 175px;
  }  
}
.login-box-text {
  font-size: 14px;
  color: var(--font-white);
  margin: 0;
}
.seo-link-inline-box {
  display: inline-block;
}