/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: "Proxima-Nova", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #382F2D;
}

p {
  margin: 0;
  padding: 0;
  color: #231F20;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0;
}

p {
  color: #25292D;
  font-size: 15px;
  line-height: 1.3em;
}

a {
  text-decoration: none;
  color: #DC1928;
}

input[type=text], input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
}

.table-full {
  display: table;
  width: 100%;
  height: 100%;
}

.table-full .table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

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

.v1 {
  /* ==========================================================================
  Fonts
  ========================================================================== */
  /* ==========================================================================
  Helper classes
  ========================================================================== */
  /*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  /* ==========================================================================
     Responsive helpers
     ========================================================================== */
  /*
   * Grid helpers inspired from Twitter Bootstrap
   */
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  /* ==========================================================================
     Colors
     ========================================================================== */
  /* ==========================================================================
     Homepage
     ========================================================================== */
  /*.menu-wrapper ul:before{ content: ""; width: 3px; height: 100%; display: inline-block; background-color: rgba(255,255,255,0.4);} */
  /*.search-service a:hover{background : #FF0062; transition: all 300ms;}*/
  /*.search-regionen a:hover{ background-color: #fff; color: #1A1A1A;}*/
  /* ==========================================================================
     Toggled images - Toggle1
     ========================================================================== */
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
  /***************     NEW   *********************/
}
@font-face {
  .v1 {
    font-family: "Proxima-Nova";
    font-weight: 300;
    src: url("../fonts/proximanova-light-webfont.eot");
    src: local("Proxima-Nova"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#webfontg8dbVmxj") format("svg");
  }
}
@font-face {
  .v1 {
    font-family: "Proxima-Nova";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/proximanova-lightitalic-webfont.eot");
    src: local("Proxima-Nova"), url("../fonts/proximanova-lightitalic-webfont.woff") format("woff"), url("../fonts/proximanova-lightitalic-webfont.ttf") format("truetype"), url("../fonts/proximanova-lightitalic-webfont.svg#webfontg8dbVmxj") format("svg");
  }
}
@font-face {
  .v1 {
    font-family: "Proxima-Nova";
    font-weight: 400;
    src: url("../fonts/proximanova-reg-webfont.eot");
    src: local("Proxima-Nova"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svg#webfontg8dbVmxj") format("svg");
  }
}
@font-face {
  .v1 {
    font-family: "Proxima-Nova";
    font-weight: 500;
    src: url("../fonts/proximanova-sbold-webfont.eot");
    src: local("Proxima-Nova"), url("../fonts/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-sbold-webfont.svg#webfontg8dbVmxj") format("svg");
  }
}
.v1 .container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
}
.v1 .container:before, .v1 .container:after {
  content: " ";
  display: table;
}
.v1 .container:after {
  clear: both;
}
.v1 .container {
  *zoom: 1;
}
.v1 .container-fluid {
  width: 100%;
  padding: 0 25px;
}
.v1 .clearfix:before,
.v1 .clearfix:after {
  content: " ";
  display: table;
}
.v1 .clearfix:after {
  clear: both;
}
.v1 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.v1 .visuallyhidden.focusable:active,
.v1 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.v1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.v1 .row {
  margin: 0 -20px;
}
.v1 .row:before, .v1 .row:after {
  content: " ";
  display: table;
}
.v1 .row:after {
  clear: both;
}
.v1 .row {
  *zoom: 1;
}
.v1 .row > div {
  padding: 0 20px;
}
.v1 .row-0 {
  margin: 0;
}
.v1 .row-0 > div {
  padding: 0;
}
.v1 .row-48 {
  margin: 0 -24px;
}
.v1 .row-48 > div {
  padding: 0 24px;
}
.v1 .row-4 {
  margin: 0 -4px;
}
.v1 .row-4 > div {
  padding: 0 4px;
}
.v1 .row-10 {
  margin: 0 -5px;
}
.v1 .row-10 > div {
  padding: 0 5px;
}
.v1 .row-20 {
  margin: 0 -10px;
}
.v1 .row-20 > div {
  padding: 0 10px;
}
.v1 .col12 {
  width: 100%;
  float: left;
}
.v1 .col11 {
  width: 91.6666666667%;
  float: left;
}
.v1 .col10 {
  width: 83.3333333333%;
  float: left;
}
.v1 .col9 {
  width: 75%;
  float: left;
}
.v1 .col8 {
  width: 66.6666666667%;
  float: left;
}
.v1 .col7 {
  width: 58.3333333333%;
  float: left;
}
.v1 .col6 {
  width: 50%;
  float: left;
}
.v1 .col5 {
  width: 41.6666666667%;
  float: left;
}
.v1 .col4 {
  width: 33.3333333333%;
  float: left;
}
.v1 .col3 {
  width: 25%;
  float: left;
}
.v1 .col2 {
  width: 16.6666666667%;
  float: left;
}
.v1 .col1 {
  width: 8.3333333333%;
  float: left;
}
.v1 .col-cel1 {
  width: 18.6666666667%;
  float: left;
}
.v1 .col-cel2 {
  width: 15%;
  float: left;
}
.v1 .col-cel3 {
  width: 16.6666666667%;
  float: left;
}
.v1 .col-cel4 {
  width: 14%;
  float: left;
}
.v1 .col-cel5 {
  width: 16.6666666667%;
  float: left;
}
.v1 .col-cel6 {
  width: 19%;
  float: left;
}
.v1 .col2-cel1 {
  width: 15%;
  float: left;
}
.v1 .col2-cel2 {
  width: 28%;
  float: left;
}
.v1 .hidden-desktop {
  display: none;
}
.v1 .pull-right {
  float: right;
}
.v1 .pull-left {
  float: left;
}
.v1 .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.v1 .color-pink {
  color: #FF0062;
}
.v1 .page-wrapper {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
.v1 .logo {
  width: 115px;
  display: block;
  margin: 0 auto;
  padding-top: 9px;
}
.v1 .main-section {
  margin-bottom: 100px;
}
.v1 .hero-home {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
}
.v1 .hero-home-text {
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 58%;
  left: 50%;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.v1 .hero-home-text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.v1 .hero-home-text p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 10px;
}
.v1 .hero-home-text a {
  font-size: 20px;
  color: #fff;
}
.v1 .hero-home .arrow-down {
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 82px;
  z-index: 100;
}
.v1 .overlay-black {
  position: absolute;
  background: rgba(21, 21, 22, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.v1 .title-intro {
  font-size: 28px;
  font-weight: 500;
}
.v1 .title-intro {
  color: #25292D;
  letter-spacing: -0.2px;
  line-height: 1.3em;
  padding: 50px 0;
}
.v1 .title-intro .text-pink {
  color: #FF0062;
  text-decoration: underline;
}
.v1 .group-girl {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
}
.v1 .group-heading {
  line-height: 50px;
  padding: 5px 15px;
}
.v1 .group-heading h5 {
  vertical-align: middle;
  color: #0086C9;
  font-size: 18px;
  line-height: 50px;
}
.v1 .group-heading h5 img {
  width: 52px;
}
.v1 .group-heading h5 img {
  vertical-align: middle;
  margin-right: 9px;
}
.v1 .group-heading span {
  color: #999999;
}
.v1 .group-heading span img {
  vertical-align: middle;
}
.v1 .img-wrapper {
  position: relative;
}
.v1 .img-wrapper img {
  max-width: 100%;
}
.v1 .img-wrapper .caption {
  background: rgba(21, 21, 22, 0.6);
  padding: 8px 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 99997;
}
.v1 .caption .heart-caption {
  width: 28px;
  height: 27px;
  position: relative;
  top: 2px;
}
.v1 .caption .pin-caption {
  width: 15px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.v1 .caption p {
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  padding-top: 6px;
}
.v1 .info-text {
  padding: 0 15px;
}
.v1 .info-girl {
  line-height: 40px;
  border-bottom: 1px solid rgba(107, 114, 119, 0.3);
}
.v1 .info-girl .phone-red {
  width: 32px;
  height: 33px;
  position: relative;
  top: 5px;
}
.v1 .info-girl p {
  font-size: 24px;
  color: #FF0062;
  line-height: 45px;
}
.v1 .info-text > p {
  font-size: 14px;
  font-weight: 500;
  color: #B3B3B3;
  letter-spacing: 0.3px;
}
.v1 .info-text > h5 {
  color: #333333;
  font-size: 18px;
  padding: 13px 0;
  line-height: 1.25em;
}
.v1 .info-text > h5 .text-blue {
  color: #0086C9;
}
.v1 .img-wrapper .free-strip {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 210px;
}
.v1 .info-girl .btn-blue {
  font-size: 11px;
  line-height: 25px;
  margin-top: 6px;
  width: 85px;
  text-align: center;
  color: #0086C9;
  border: 1px solid #0086C9;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
}
.v1 .group-girl-slider {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.v1 .slider-inside {
  width: 100%;
}
.v1 .cycle-pager {
  padding-top: 16px;
}
.v1 .cycle-pager span {
  display: block;
  margin: 0 4px;
  width: 9px;
  height: 9px;
  background-color: rgba(107, 114, 119, 0.3);
  text-indent: -999999px;
  border-radius: 50%;
  float: left;
  cursor: pointer;
}
.v1 .cycle-pager .cycle-pager-active {
  background-color: #FF0062;
}
.v1 .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -23px;
}
.v1 .overlay-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(37, 41, 45, 0.8);
  top: 0;
  left: 0;
  display: none;
}
.v1 .popup-overlay {
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.v1 .close-popup {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 17px;
}
.v1 .footer-menu {
  text-align: center;
  border-top: 1px solid rgba(37, 41, 45, 0.25);
  padding-top: 4px;
  margin: 0 -15px;
}
.v1 .footer-menu li {
  display: inline-block;
  width: 18%;
}
.v1 footer {
  background: #fff;
  height: 53px;
  line-height: 53px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  max-width: 768px;
}
.v1 .footer-menu li a {
  margin: 0 auto;
}
.v1 .footer-menu li .home-item {
  width: 24px;
  height: 23px;
  background: url("../images/home-icon.svg") no-repeat;
  background-size: 24px 23px;
  display: block;
}
.v1 .footer-menu li .toggle-item {
  width: 22px;
  height: 22px;
  background: url("../images/toggle-icon.svg") no-repeat;
  background-size: 22px 22px;
  display: block;
}
.v1 .footer-menu li .camera-item {
  width: 25px;
  height: 22px;
  background: url("../images/camera-icon.svg") no-repeat;
  background-size: 25px 22px;
  display: block;
}
.v1 .footer-menu li .search-item {
  width: 23px;
  height: 23px;
  background: url("../images/search-icon.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}
.v1 .footer-menu li .heart-item {
  width: 23px;
  height: 23px;
  background: url("../images/heart-icon.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}
.v1 .menu-group {
  width: 100%;
  height: 100vh;
  z-index: 9000;
  position: relative;
  display: none;
  min-height: 660px;
}
.v1 .overlay-darkblack {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 21, 22, 0.8);
}
.v1 .menu-group-inside {
  position: absolute;
  z-index: 100;
  width: 220px;
  margin: 0 auto;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -110px;
}
.v1 .close-menu {
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 19px;
}
.v1 .menu-group-footer {
  background-color: rgba(21, 21, 22, 0.5);
  position: absolute;
  z-index: 100;
  width: 100%;
  line-height: 55px;
  bottom: 0;
}
.v1 .menu-group-list {
  text-align: center;
}
.v1 .menu-group-list li {
  display: inline-block;
  margin-right: 40px;
}
.v1 .menu-group-list li:last-child {
  margin-right: 0;
}
.v1 .menu-group-list li a img {
  vertical-align: middle;
}
.v1 .menu-group-facebook img {
  width: 15px;
}
.v1 .menu-group-youtube img {
  width: 22px;
}
.v1 .menu-group-instagram img {
  width: 23px;
}
.v1 .menu-wrapper {
  padding-top: 100px;
}
.v1 .menu-wrapper ul li {
  padding: 22px 20px;
  transition: 200ms all;
  border-left: 3px solid rgba(255, 255, 255, 0.4);
}
.v1 .menu-wrapper ul li a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.v1 .menu-wrapper ul li.active a {
  color: #FF0062;
}
.v1 .menu-wrapper ul li.active {
  border-left: 3px solid #FF0062;
}
.v1 .menu-wrapper ul li:hover {
  border-left: 3px solid #FF0062;
  transition: 200ms all;
}
.v1 .menu-wrapper ul li:hover a {
  color: #FF0062;
  transition: 300ms all;
}
.v1 .language {
  padding-left: 15px;
  padding-top: 20px;
}
.v1 .language li {
  display: inline-block;
}
.v1 .language li a {
  border-right: 1px solid #fff;
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
  transition: 300ms all;
}
.v1 .language li a.active {
  color: #FF0062;
}
.v1 .language li a:hover {
  color: #FF0062;
  transition: 300ms all;
}
.v1 .language li:last-child a {
  border-right: none;
}
.v1 .signup-menu {
  margin-top: 8px;
}
.v1 .signup-menu li {
  display: inline-block;
}
.v1 .signup-menu li a {
  font-size: 22px;
  font-weight: 500;
  color: #0096FC;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.v1 .signup-menu li:last-child a {
  border: none;
}
.v1 .signup-group span {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
}
.v1 .signup-group {
  position: absolute;
  bottom: 120px;
  width: 235px;
}
.v1 .signup-img {
  width: 55px;
}
.v1 .section-subpage {
  position: relative;
  display: none;
}
.v1 .heading-blue {
  background-color: #25292D;
  line-height: 40px;
  z-index: 100;
  position: relative;
}
.v1 .heading-blue .zaruk {
  font-weight: 500;
  letter-spacing: 1.5px;
  color: white;
  opacity: 0.5;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 7.5px;
}
.v1 .heading-blue .heading-title {
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.v1 .main-content {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 35px;
  padding-top: 30px;
  position: relative;
  z-index: 100;
  color: #fff;
}
.v1 .main-content h5 {
  padding-top: 30px;
  font-size: 22px;
  font-weight: 500;
}
.v1 .main-content p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  padding-top: 12px;
}
.v1 .main-content ul li {
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.5em;
}
.v1 .main-content ul li span {
  font-size: 18px;
}
.v1 .main-content-title {
  padding-top: 30px;
  padding-bottom: 25px;
}
.v1 .main-content .text-pink {
  color: #FF0062;
}
.v1 .uber-uns .main-content .text-pink {
  color: #FF0062;
}
.v1 .funktioniert-content {
  padding-top: 20px;
}
.v1 .tab-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: table;
  text-align: center;
  margin: 0 auto;
}
.v1 .tab-list li {
  display: inline-block;
  padding: 0 8px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  top: 1px;
}
.v1 .tab-list li:hover, .v1 .tab-list li.active {
  border-bottom: 1px solid #FF0062;
  transition: 300ms all;
}
.v1 .tab-list li:last-child {
  padding-right: 5px;
}
.v1 .tab-list li a {
  font-size: 14px;
  letter-spacing: 1.3px;
  color: #fff;
  font-weight: bold;
}
.v1 .tab {
  display: none;
}
.v1 .tab.active {
  display: block;
}
.v1 .list-tick li:before {
  content: "";
  background: url(../images/tick-icon.png) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  margin-top: 2px;
}
.v1 .list-tick li {
  padding-left: 22px;
}
.v1 .main-content .btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  padding: 0 25px;
  letter-spacing: 1.5px;
}
.v1 .main-content .btn-border-white {
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 65px;
}
.v1 .main-content .btn-pink {
  background: #FF0062;
  margin-top: 65px;
}
.v1 .footer-content {
  margin-top: 95px;
  color: #fff;
  background-color: #25292D;
  position: relative;
  z-index: 99999;
  padding-bottom: 20px;
}
.v1 .footer-content ul {
  padding: 35px 0;
}
.v1 .footer-content ul li {
  display: inline-block;
  padding: 0 15px;
}
.v1 .footer-content ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.v1 .footer-content p {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.v1 .funktioniert.tab-1 {
  background: url("../images/menu-bg.jpg") no-repeat;
  background-size: 100%;
}
.v1 .funktioniert.tab-2 {
  background: url("../images/menu-bg2.jpg") no-repeat;
  background-size: 100%;
}
.v1 .section-subpage-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 40px);
  position: relative;
  z-index: 100;
}
.v1 .footer-menu li .home-item:hover, .v1 .footer-menu li.active .home-item {
  width: 24px;
  height: 23px;
  background: url("../images/home-icon1.svg") no-repeat;
  background-size: 24px 23px;
  display: block;
}
.v1 .footer-menu li .toggle-item:hover, .v1 .footer-menu li.active .toggle-item {
  width: 22px;
  height: 22px;
  background: url("../images/toggle-icon1.svg") no-repeat;
  background-size: 22px 22px;
  display: block;
}
.v1 .footer-menu li .camera-item:hover, .v1 .footer-menu li.active .camera-item {
  width: 25px;
  height: 22px;
  background: url("../images/camera-icon1.svg") no-repeat;
  background-size: 25px 22px;
  display: block;
}
.v1 .footer-menu li .search-item:hover, .v1 .footer-menu li.active .search-item {
  width: 23px;
  height: 23px;
  background: url("../images/search-icon1.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}
.v1 .footer-menu li .heart-item:hover, .v1 .footer-menu li.active .heart-item {
  width: 23px;
  height: 23px;
  background: url("../images/heart-icon1.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}
.v1 .footer-menu li .profile-item, .v1 .profile-item {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 0;
}
.v1 .main-content h3 {
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.45px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.v1 .main-content .text-content {
  padding-top: 20px;
}
.v1 .uber-uns {
  color: #1A1A1A;
}
.v1 .uber-uns .main-content {
  color: #1A1A1A;
}
.v1 .uber-uns .main-content p {
  color: #1A1A1A;
}
.v1 .uber-uns .main-content h5 {
  color: #1A1A1A;
}
.v1 .uber-uns .main-content ul li {
  color: #1A1A1A;
}
.v1 .uber-uns .tab-list {
  border-color: #E6E6E6;
  margin: 30px auto;
}
.v1 .uber-uns .tab-list li a {
  color: #1A1A1A;
}
.v1 .uber-text > h3 {
  padding-top: 0;
}
.v1 .uber-text p {
  padding-top: 18px;
  color: #FF0062;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.v1 .uber-text > h5 {
  padding-top: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 1px;
}
.v1 .kontakt-text > h3 {
  padding-top: 25px;
  padding-bottom: 0;
}
.v1 .kontakt-text > p {
  padding: 60px 0;
  padding-bottom: 30px;
  font-size: 17px;
  line-height: 1.55;
}
.v1 .kontakt-text > p .text-lightblue {
  color: #0086C9;
}
.v1 .login-section {
  height: 100vh;
  position: relative;
}
.v1 .login-group {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
.v1 .login-group > h5 {
  font-size: 14px;
  font-weight: 500;
}
.v1 .login-form-old {
  width: 320px;
  padding: 0 35px;
  padding-top: 40px;
  margin: 0 auto;
}
.v1 .close-login {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.v1 .login-form-old .input-wrapper {
  position: relative;
}
.v1 .login-form-old input {
  outline: none;
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #9DA2AA;
  margin-bottom: 25px;
  background-color: transparent;
}
.v1 .login-form-old input[type=submit] {
  line-height: 35px;
  border: 2px solid rgba(157, 162, 170, 0.2);
  padding: 0;
  color: #1A1A1A;
  width: 105px;
  border-radius: 17px;
  margin: 0 auto;
  display: block;
}
.v1 .login-form-old .forgot {
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 12px;
}
.v1 .login-form-old ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9DA2AA;
}
.v1 .login-form-old ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9DA2AA;
}
.v1 .login-form-old :-ms-input-placeholder {
  /* IE 10+ */
  color: #9DA2AA;
}
.v1 .login-form-old :-moz-placeholder {
  /* Firefox 18- */
  color: #9DA2AA;
}
.v1 .gradient-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(50% 100% 90deg, white 80%, rgba(255, 255, 255, 0.91) 86.38%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(90deg, white 80%, rgba(255, 255, 255, 0.91) 86.38%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 80%, color-stop(0, white), color-stop(0.8638, rgba(255, 255, 255, 0.91)), color-stop(1, rgba(255, 255, 255, 0.9)));
  background: -o-linear-gradient(90deg, white 80%, rgba(255, 255, 255, 0.91) 86.38%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(90deg, white 80%, rgba(255, 255, 255, 0.91) 86.38%, rgba(255, 255, 255, 0.9) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, white 80%, rgba(255, 255, 255, 0.91) 86.38%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.v1 .signup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(37, 41, 45, 0.8);
  top: 0;
  left: 0;
}
.v1 .signup-inside h5 {
  font-size: 30px;
  font-weight: 300;
  padding-top: 5px;
  color: #fff;
  line-height: 1.4em;
}
.v1 .signup-inside .work-link {
  color: #fff;
  margin: 60px auto;
  width: 120px;
  font-size: 16px;
  display: block;
}
.v1 .btn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  padding: 0 25px;
  letter-spacing: 1.5px;
}
.v1 .signup-inside .btn-pink {
  background: #FF0062;
  margin-top: 0;
  letter-spacing: 1.5px;
  font-size: 16px;
  padding: 0 35px;
  line-height: 60px;
  border-radius: 30px;
}
.v1 .section-signup {
  display: none;
}
.v1 .section-search {
  display: none;
}
.v1 .section-favoriten {
  display: none;
}
.v1 .search-inside .btn-border-white {
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 0;
  padding: 0 45px;
  font-size: 17px;
}
.v1 .signup-overlay2 {
  background: rgba(21, 21, 22, 0.5);
}
.v1 .search-inside {
  padding: 0 20px;
}
.v1 .search-inside h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 16px;
}
.v1 .search-group {
  margin-bottom: 45px;
}
.v1 .search-group a {
  display: inline-block;
  margin: 3px 1.5px;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  transition: all 300ms;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
.v1 .search-service a.active {
  background: #FF0062;
  transition: all 300ms;
}
.v1 .search-regionen a.active {
  background-color: #fff;
  color: #1A1A1A;
}
.v1 ul.three-cols.horizontal-list.video-controls svg {
  display: none !important;
}
.v1 ul.three-cols.horizontal-list.video-controls svg:first-child {
  display: block !important;
}
.v1 .signup-inside, .v1 .search-inside {
  padding-top: 45px;
  position: relative;
  z-index: 10;
}
.v1 .snapq-big-img {
  width: 280px;
}
.v1 .options-section {
  display: none;
}
.v1 .options-heading {
  height: 55px;
  padding: 15px 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #FF0062;
  position: relative;
}
.v1 .options-heading .sub h6 {
  height: auto;
  padding: 0;
  top: 0;
  font-size: 19px;
  letter-spacing: 1px;
}
.v1 .options-heading h6 {
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  top: 2px;
}
.v1 .r-arrow {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 10;
}
.v1 .options-heading .r-arrow {
  top: 15px;
}
.v1 .options-inside {
  padding: 20px;
  padding-top: 10px;
}
.v1 .options-section-main .option-row.active:before {
  background: url("../images/arrow-right-grey.png") no-repeat;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 16px;
  right: 0;
  top: 19px;
  background-size: 12px 16px;
}
.v1 .option-section-sprache .option-row.active:before {
  background: url("../images/tick-pink.png") no-repeat;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 16.5px;
}
.v1 .option-row {
  line-height: 40px;
  border-bottom: 1px solid rgba(37, 41, 45, 0.3);
  position: relative;
  width: 100%;
}
.v1 .option-row p {
  font-size: 18px;
  color: #333333;
  line-height: 55px;
}
.v1 .option-row a {
  font-size: 18px;
  color: #333333;
  display: block;
  width: 100%;
  line-height: 55px;
}
.v1 .option-row p.pull-right {
  padding-right: 23px;
}
.v1 .option-row .span-profil-option {
  font-size: 14px;
  font-weight: 500;
  color: #14C45F;
  display: block;
  line-height: 1;
  position: relative;
  top: -16px;
  transition: 300ms all;
}
.v1 .option-row .span-profil-option.red {
  color: #FF0062;
  transition: 300ms all;
}
.v1 .option-row-dif img {
  margin-left: 15px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.v1 .option-row-dif input {
  line-height: 60px;
  border: none;
  padding-left: 40px;
  color: #333333;
  font-size: 18px;
  outline: none;
  background: url("../images/lock-grey-icon.png") no-repeat;
  background-position: 15px 45%;
  background-size: 16px;
}
.v1 .option-row-dif2 {
  margin: 0 15px;
}
.v1 .option-row-dif2 input {
  margin-left: 0;
  background-position: 0 45%;
  padding-left: 25px;
}
.v1 .grey-line-border {
  height: 10px;
  background-color: rgba(37, 41, 45, 0.05);
  border-bottom: 1px solid rgba(37, 41, 45, 0.3);
}
.v1 .span-speichern {
  line-height: 50px;
  font-size: 18px;
  color: #14C45F;
  padding-left: 15px;
}
.v1 .option-row-dif input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
.v1 .option-row-dif input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.v1 .option-row-dif input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
.v1 .option-row-dif input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.v1 .mitglied-group {
  position: relative;
}
.v1 .mitglied-up {
  height: 34%;
}
.v1 .mitglied-down {
  height: 65%;
}
.v1 .mitglied-text {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.v1 .mitglied-text h4 {
  font-size: 22px;
  font-weight: 500;
  color: #1A1A1A;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
}
.v1 .mitglied-text span {
  font-size: 14px;
  color: rgba(37, 41, 45, 0.5);
  display: block;
}
.v1 .grey-line-border-top {
  border-top: 1px solid rgba(37, 41, 45, 0.3);
}
.v1 .grey-border-top {
  border-top: 1px solid rgba(37, 41, 45, 0.3);
}
.v1 .mitglied-text .aktiv-span {
  display: table;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #14C45F;
  position: absolute;
  right: -34px;
  top: -15px;
}
.v1 .mitglied-text .btn-pink {
  background: #FF0062;
  letter-spacing: 1px;
  margin-top: 25px;
  width: 200px;
}
.v1 .mitglied-text p {
  color: #333333;
  font-size: 16px;
  padding-bottom: 20px;
}
.v1 .mitglied-text h3 {
  font-size: 30px;
  color: #1A1A1A;
  position: relative;
  padding-bottom: 5px;
}
.v1 .options-section .overlay-darkblack {
  z-index: 3500;
  display: none;
}
.v1 .options-section .btn-bottom {
  display: none;
  background: #FF0062;
  letter-spacing: 0.83px;
  margin-top: 25px;
  width: 90%;
  position: absolute;
  z-index: 4000;
  bottom: 13px;
  text-align: center;
  border-radius: 12px;
  font-size: 22px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.v1 .toggle-box .toggled-img {
  position: relative;
}
.v1 .toggle-box .toggled-img .favoriten-heart .heart-caption {
  width: 35px !important;
  max-width: 100px;
}
.v1 .toggle-box .toggled-img .favoriten-heart {
  display: block;
  width: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.v1 section.toggled-images {
  margin-bottom: 45px;
}
.v1 section.toggled-images h6 {
  height: 55px;
  padding: 15px 10px 10px 10px;
  position: relative;
  font-weight: 500;
  font-size: 19px;
}
.v1 section.toggled-images h6.h6-small {
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  padding-top: 20px;
}
.v1 .toggle-box .toggled-img {
  display: inline-block;
  width: 20%;
  padding: 1px;
  margin-right: -4px;
}
.v1 .toggle-box .toggled-img img {
  width: 100%;
  margin-top: -3px;
  margin-bottom: -1px;
}
.v1 section.toggled-images .sub .toggle-heading {
  height: 65px;
  padding: 22px 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background: #FF0062;
  position: relative;
}
.v1 section.toggled-images .sub h6 {
  height: auto;
  padding: 0;
  top: 0;
}
.v1 .r-arrow {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 10;
}
.v1 .r-arrow img {
  width: 16px;
}
.v1 .round-img {
  overflow: hidden;
  border-radius: 50%;
}
.v1 .toggle-content-img {
  width: 35%;
  padding-top: 35%;
  margin: 8% auto;
  position: relative;
}
.v1 .toggle-content-img img {
  position: absolute;
  top: 0;
  width: 100%;
}
.v1 .toggle-content img {
  min-width: 100%;
  min-height: 100%;
}
.v1 .toggle-content {
  text-align: center;
}
.v1 .toggle-content .phone-num {
  font-size: 26px;
  margin-bottom: 5px;
}
.v1 .toggle-content .area {
  font-size: 20px;
  margin-bottom: 10px;
}
.v1 .toggle-content .info-text {
  margin-bottom: 20px;
}
.v1 a.toggle-tab-photos {
  background: url(../images/photos2.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 li.active a.toggle-tab-photos, .v1 a.toggle-tab-photos:hover {
  background: url(../images/photos1_1.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 a.toggle-tab-messages {
  background: url(../images/message.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 li.active a.toggle-tab-messages, .v1 a.toggle-tab-messages:hover {
  background: url(../images/message1.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 a.toggle-tab-info {
  background: url(../images/info.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 li.active a.toggle-tab-info, .v1 a.toggle-tab-info:hover {
  background: url(../images/info1.svg) no-repeat;
  background-size: 33px 30px;
  width: auto;
  display: block;
  background-position: 50%;
  height: 30px;
}
.v1 .toggle-tabs ul li {
  display: inline-block;
  width: 33.3333%;
  margin-right: -4px;
  text-align: center;
  border-right: 1px solid rgba(37, 41, 45, 0.25);
  padding: 5px 0;
}
.v1 .toggle-tabs ul li:last-child {
  border-right: 0;
}
.v1 .toggle-tabs ul li a {
  padding: 0 10px;
}
.v1 .toggle-tabs {
  border-top: 1px solid rgba(37, 41, 45, 0.25);
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
  padding: 9px 0;
}
.v1 .tab-content > div {
  display: none;
}
.v1 .tab-content > div.active {
  display: block;
}
.v1 .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 34px;
  margin-top: 15px;
}
.v1 .switch input {
  display: none;
}
.v1 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.v1 .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.v1 input:checked + .slider {
  background-color: #FF0062;
}
.v1 input:focus + .slider {
  box-shadow: 0 0 1px #FF0062;
}
.v1 input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.v1 .slider.round {
  border-radius: 34px;
}
.v1 .slider.round:before {
  border-radius: 50%;
}
.v1 input:checked + .slider:before {
  background: url(../images/checked.svg) no-repeat #fff;
  background-position: 50%;
}
.v1 .slider:before {
  background-position: 50%;
}
.v1 .tab-info-box {
  background: rgba(37, 41, 45, 0.05);
  padding-top: 1px;
}
.v1 .tab-info-row span {
  font-size: 13px;
}
.v1 .tab-info-row {
  margin: 15px 0;
  background: #fff;
  padding: 7px 10px;
  border-top: 1px solid rgba(37, 41, 45, 0.25);
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
}
.v1 .tab-info-row span {
  font-size: 20px;
  display: block;
  padding: 15px 30px;
}
.v1 .tab-info-row.profile {
  display: block;
}
.v1 .tab-info-row .profile-name {
  background: url(../images/profile-img.svg) no-repeat;
  background-position: 10px 50%;
  padding-left: 48px;
  width: auto;
  background-size: 26px;
}
.v1 .tab-info-row .profile-area {
  background: url(../images/city.svg) no-repeat;
  position: relative;
  background-position: 10px 50%;
  padding-left: 48px;
  width: auto;
  background-size: 26px;
}
.v1 .tab-info-row .profile-phone {
  background: url(../images/phone.svg) no-repeat;
  position: relative;
  top: 7px;
  background-position: 10px 40%;
  padding-left: 48px;
  width: auto;
  background-size: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v1 a.green-btn.pull-right {
  background: #14C45F;
  font-size: 12px;
  color: #fff;
  padding: 10px 12px;
  letter-spacing: 1px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 8px;
}
.v1 .tab-info-row > a {
  line-height: 55px;
  width: 20px;
  display: block;
}
.v1 .tab-info-row > a img {
  width: 18px;
}
.v1 .tab-info-row-content input[type=tel] {
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
  font-size: 13px;
  color: #25292D;
  margin-top: 15px;
  width: 220px;
  margin-left: 12px;
}
.v1 .tags {
  text-align: center;
  padding: 10px 15px;
}
.v1 a.tag {
  background: rgba(37, 41, 45, 0.08);
  color: #25292D;
  padding: 0px 18px;
  margin: 5px 1px;
  border-radius: 8px;
  line-height: 36px;
  display: inline-block;
}
.v1 a.tag.on {
  background: #fff;
  color: #FF0062;
}
.v1 .toggled-images-inner.sub {
  display: none;
}
.v1 .edit-bar, .v1 .edit-bar span {
  font-size: 14px;
  color: #333333;
  padding: 0;
}
.v1 .edit-bar a {
  font-size: 14px;
  color: #0086C9;
}
.v1 .edit-bar {
  background: rgba(37, 41, 45, 0.05);
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
  border-top: 1px solid rgba(37, 41, 45, 0.25);
  margin-left: -10px;
  margin-right: -10px;
  padding: 11px 10px 7px 10px;
  margin-bottom: 20px;
}
.v1 .tab-info-row-heading > .tab-info-row {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 0 10px;
  border: 0;
  margin-bottom: 0;
}
.v1 .tab-info-row-heading {
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
  margin-bottom: 23px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 0 10px;
  border: 0;
  margin-bottom: 0;
}
.v1 .tab-info-row-heading.profile {
  border-bottom: 1px solid rgba(37, 41, 45, 0.25);
  margin-bottom: 23px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 10px 10px;
}
.v1 .insert-text * {
  font-size: 17px;
  width: 100%;
  height: 170px;
  border: 0;
  resize: none;
  outline: 0;
}
.v1 .cright {
  text-align: right;
}
.v1 .cleft {
  text-align: left;
}
.v1 .ccenter {
  text-align: center;
}
.v1 .cright {
  text-align: right;
}
.v1 .toggle-heading.menu h6, .v1 .photo-preview-heading.menu h6 {
  color: #fff;
  font-weight: 500;
}
.v1 .horizontal-list li {
  display: inline-table;
}
.v1 .three-cols li {
  width: 33.3333%;
}
.v1 .toggle-heading.menu ul li {
  margin-left: -4px;
  vertical-align: middle;
}
.v1 .toggle-heading.menu ul {
  margin-top: -5px;
}
.v1 .toggled-images-inner.acc .toggle-heading, .v1 .photo-preview-heading {
  height: 65px;
  z-index: 100;
  padding: 22px 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background: #FF0062;
  position: relative;
}
.v1 .toggled-images-inner.acc h6 {
  top: -6px;
}
.v1 .toggled-images-inner.acc .toggle-heading.menu ul li {
  vertical-align: inherit;
}
.v1 .toggle-heading-profile {
  display: none;
}
.v1 .toggle-heading-profile-two {
  /*padding: 15px 12px!important; */
}
.v1 .toggle-heading-profile-two .three-cols .cleft {
  position: relative;
  top: -4px;
}
.v1 .toggle-heading-profile .three-cols li {
  width: 50%;
}
.v1 .toggle-heading-profile .three-cols .cleft {
  width: 25%;
  padding-left: 10px;
}
.v1 .toggle-heading-profile .three-cols .cright {
  width: 25%;
  padding-right: 10px;
}
.v1 section.video-photo .menu {
  background: #25292D;
}
.v1 section.video-photo .menu li {
  margin-right: -4px;
  color: #fff;
  font-size: 15px;
  vertical-align: text-top;
}
.v1 section.video-photo .menu li .back {
  display: none;
}
.v1 section.video-photo .menu li .back, .v1 section.video-photo .menu li .more {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.v1 .photo-preview-heading.menu h6 {
  height: 30px;
  padding: 10px 7px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  top: -8px;
}
.v1 .preview-box img {
  width: 100%;
  margin-bottom: -5px;
}
.v1 div.video-image .video-image-selection {
  background: #25292D;
}
.v1 div.video-image {
  height: auto;
  background: transparent;
  line-height: 80px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3000;
  max-width: 768px;
}
.v1 .video-image-selection div a {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 8px 32px;
  display: block;
  color: #fff;
}
.v1 .video-image-selection div a.photo-selection {
  padding-left: 40px;
}
.v1 .video-image-selection div a.video-selection {
  padding-right: 40px;
}
.v1 .video-controls li, .v1 .photo-controls li {
  position: relative;
  top: 40px;
}
.v1 .video-controls li, .v1 .photo-controls li {
  margin: -4px;
  vertical-align: text-top;
  position: relative;
}
.v1 .video-image-controls {
  margin-bottom: -50px;
  padding: 0 0 0 13px;
}
.v1 .video-controls .ccenter, .v1 .photo-controls .ccenter {
  position: relative;
  top: 30px;
}
.v1 .video-controls .ccenter img, .v1 .photo-controls .ccenter img {
  width: 115px;
}
.v1 .video-controls .ccenter img {
  position: relative;
  z-index: 10;
}
.v1 #container {
  width: 120px;
  position: absolute;
  z-index: 1;
  margin-left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -10px;
}
.v1 #container > svg {
  width: 49%;
  display: block;
}
.v1 #video {
  width: 100%;
  position: relative;
  z-index: 999;
}
.v1 a#play-btn2 {
  width: 70px;
  position: absolute;
  z-index: 9900;
  top: 43%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.v1 .video-preview {
  display: none;
}
.v1 .video-controls li.ccenter img {
  cursor: pointer;
}
.v1 .video-preview .video-image a.video-selection {
  border-bottom: 3px solid #FF0062;
  color: #FF4A75;
}
.v1 .photo-preview .video-image a.photo-selection {
  border-bottom: 3px solid #338CE5;
  color: #338CE5;
}
.v1 .overflow-hidden {
  overflow: hidden;
}
.v1 .tab-info-row-content-two {
  padding-bottom: 20px;
}
.v1 .tab-info-row-content-two .switch {
  margin-top: 0;
}
.v1 .sandwitch-img {
  position: relative;
  top: -4px;
}
@media (max-height: 550px) {
  .v1 .menu-group {
    min-height: 530px;
  }
}
@media only screen and (max-width: 500px) {
  .v1 .toggle-box .toggled-img {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 500px) {
  .v1 .toggle-box .toggled-img {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 1024px) {
  .v1 {
    /* Tablet grid */
    /* Helpers */
  }
  .v1 .col-md-12 {
    width: 100%;
  }
  .v1 .col-md-11 {
    width: 91.6666666667%;
  }
  .v1 .col-md-10 {
    width: 83.3333333333%;
  }
  .v1 .col-md-9 {
    width: 75%;
  }
  .v1 .col-md-8 {
    width: 66.6666666667%;
  }
  .v1 .col-md-7 {
    width: 58.3333333333%;
  }
  .v1 .col-md-6 {
    width: 50%;
  }
  .v1 .col-md-5 {
    width: 41.6666666667%;
  }
  .v1 .col-md-4 {
    width: 33.3333333333%;
  }
  .v1 .col-md-3 {
    width: 25%;
  }
  .v1 .col-md-2 {
    width: 16.6666666667%;
  }
  .v1 .col-md-1 {
    width: 8.3333333333%;
  }
  .v1 .hidden-tablet {
    display: none;
  }
  .v1 .visible-tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .v1 {
    /* Mobile grid */
    /* Helpers */
  }
  .v1 .col-sm-12 {
    width: 100%;
  }
  .v1 .col-sm-11 {
    width: 91.6666666667%;
  }
  .v1 .col-sm-10 {
    width: 83.3333333333%;
  }
  .v1 .col-sm-9 {
    width: 75%;
  }
  .v1 .col-sm-8 {
    width: 66.6666666667%;
  }
  .v1 .col-sm-7 {
    width: 58.3333333333%;
  }
  .v1 .col-sm-6 {
    width: 50%;
  }
  .v1 .col-sm-5 {
    width: 41.6666666667%;
  }
  .v1 .col-sm-4 {
    width: 33.3333333333%;
  }
  .v1 .col-sm-3 {
    width: 25%;
  }
  .v1 .col-sm-2 {
    width: 16.6666666667%;
  }
  .v1 .col-sm-1 {
    width: 8.3333333333%;
  }
  .v1 .hidden-mobile {
    display: none;
  }
  .v1 .visible-mobile {
    display: block;
  }
}
.v1 .preview-box {
  position: fixed;
  width: 100%;
  max-width: 768px;
  bottom: 0;
  top: 38px;
  background-size: cover;
}
.v1 .popup-konto {
  display: none;
  padding-bottom: 0;
  bottom: 78px;
  position: absolute;
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  top: inherit;
}
.v1 .popup-konto p {
  font-size: 18px;
  padding-bottom: 25px;
}
.v1 section.video-photo-more .menu, .v1 section.video-photo-post .menu {
  background: #25292D;
}
.v1 .photo-preview-heading.menu ul {
  text-align: left;
}
.v1 .tab-info-row-profile {
  width: 85px;
}
.v1 .tab-info-row-profile img {
  margin-bottom: -4px;
}
.v1 .tab-info-row-text textarea {
  width: 100%;
  height: 57px;
  resize: none;
  outline: none;
  border: 0;
  padding: 5px;
  padding-left: 10px;
  font-size: 18px;
}
.v1 section.video-photo-more .tab-info-row:first-child {
  margin-top: -1px;
  position: relative;
  z-index: 999999;
}
.v1 section.video-photo-more .menu li .back, .v1 section.video-photo-post .menu li .back {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.v1 section.video-photo-more .menu li, .v1 section.video-photo-post .menu li {
  margin-right: -4px;
  color: #fff;
  font-size: 12px;
  vertical-align: text-top;
}
.v1 .gray-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(37, 41, 45, 0.05);
}
.v1 .video-image.more-btn {
  text-align: center;
  height: 62px;
  line-height: 62px;
}
.v1 a.video-image-btn {
  color: #fff;
  position: absolute;
  width: 100%;
  background: #FF0062;
  left: 0;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  bottom: 0;
}
.v1 section.video-photo-more .tab-info-row span > span {
  padding: 0;
}
.v1 section.video-photo-more .tab-info-row span > span.profile-phone-sub {
  font-size: 14px;
  opacity: 0.4;
  font-weight: 500;
}
.v1 section.video-photo-more span.profile-phone {
  /*background-position-y: 5px; */
}
.v1 .black-bg {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  background: rgba(37, 41, 45, 0.8);
}
.v1 a.video-image-btn.green {
  background: #14C45F;
}
.v1 .video-photo-post-content {
  padding: 0 30px;
}
.v1 .video-photo-post-content p {
  margin: 27px auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}
.v1 .video-photo-post-content p a.edit {
  margin-left: 4px;
  font-weight: 400;
  color: #0086C9;
}
.v1 .video-photo-post-content p:nth-child(2) {
  line-height: 1.3;
  margin: 0 auto 10px auto;
  font-size: 15px;
  font-weight: 400;
  color: #9a9797;
}
.v1 .video-photo-post-content div input {
  font-size: 32px;
  color: #25292D;
  font-weight: 300;
  border-radius: 50%;
  border: 1px solid #cecece;
  text-align: center;
  margin: 2px;
  width: 65px;
  height: 65px;
  display: inline-table;
  vertical-align: text-top;
}
.v1 section.video-photo-more, .v1 section.video-photo-post {
  display: none;
}
.v1 .black-alert {
  background: rgba(21, 21, 22, 0.9);
  color: #fff;
}
.v1 .alert {
  position: absolute;
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  display: none;
}
.v1 .opacity50 {
  opacity: 0.5;
}
.v1 .password-alert-inner {
  background: url(../images/sms.svg) no-repeat;
  background-position-y: 0px;
}
.v1 .password-alert > span {
  padding: 1px 0 1px 25px;
}
.v1 .favoriten-empty {
  text-align: center;
  position: fixed;
  top: 45%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 330px;
  display: none;
}
.v1 .favoriten-empty img {
  margin-bottom: 20px;
  width: 50px;
}
.v1 .favoriten-empty h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  color: #6B7277;
}
.v1 .limited-posts {
  background: rgba(37, 41, 45, 0.8);
}
.v1 .limited-posts-up > div, .v1 .limited-posts-down > div {
  margin: 0 auto;
  width: 250px;
}
.v1 .limited-posts-up {
  padding: 21% 0;
}
.v1 .limited-posts-up-inner h2:first-child {
  font-weight: 500;
  font-size: 32px;
}
.v1 .limited-posts-up, .v1 .limited-posts-up p {
  color: #fff;
  font-size: 18px;
}
.v1 .limited-posts-up-inner p {
  font-size: 16px;
  margin: 8px 0 28px 0;
}
.v1 .limited-posts-down {
  position: absolute;
  width: 100%;
  top: 45%;
  bottom: 0;
  background: #fff;
}
.v1 .limited-posts-down p {
  padding: 110% 0 25px 0;
  color: #1A1A1A;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}
.v1 .pink-btn {
  color: #fff;
  background: #FF0062;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 30px;
}
.v1 .limited-posts-down-inner {
  position: absolute;
  top: 5%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.v1 .popup-unlimited-inner {
  top: 20px;
  bottom: 20px;
  width: 90%;
  transform: translate(-50%, 0);
  padding-top: 70px;
}
.v1 .popup-unlimited p {
  font-size: 22px;
  font-weight: 400;
}
.v1 .unlimited-1 h1 {
  font-size: 44px;
  line-height: 1;
  padding-top: 10px;
}
.v1 .unlimited-1 h1 span {
  font-size: 14px;
  display: block;
  color: rgba(37, 41, 45, 0.5);
  margin-bottom: 50px;
}
.v1 .popup-unlimited .popup-inside > span {
  color: rgba(37, 41, 45, 0.5);
  font-size: 15px;
  text-align: left !important;
  display: block;
  line-height: 1.4;
}
.v1 .unlimited-1 span.pink-btn {
  bottom: 58px;
  display: table;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.v1 .popup-unlimited .popup-inside > span.pink-btn {
  width: 196px;
  color: #fff;
  text-align: center !important;
}
.v1 .unlimited-3 .popup-inside > span.pink-btn {
  margin: 0 auto;
  margin-top: 15px;
}
.v1 .unlimited-3 .popup-unlimited-inner {
  padding-top: 100px;
}
.v1 .popup-unlimited .p-smaller {
  font-size: 19px;
  font-weight: 400;
}
.v1 .popup-inside h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.v1 .popup-unlimited .unlimited-2 .popup-inside > span {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  width: 230px;
  margin: 0 auto;
}
.v1 .unlimited-2 .popup-inside img {
  display: block;
  margin: 18px auto 33px auto;
  width: 120px;
}
.v1 .popup-unlimited span.support {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  font-size: 14px;
}
.v1 .unlimited-1 {
  display: block;
}
.v1 .popup-unlimited .p-smaller span.color-pink {
  font-weight: 500;
}
.v1 .unlimited-2, .v1 .unlimited-3, .v1 .toggle1, .v1 .profile, .v1 .from-post, .v1 .post-sent, .v1 .toggled-images-inner.main, .v1 .toggled-images-inner.sub, .v1 .popup2, .v1 .post-sent, .v1 .popup1, .v1 .video-photo, .v1 .limited-posts, .v1 .popup-unlimited {
  display: none;
}
.v1 span.support a {
  color: #0086C9;
}
.v1 a.work-link {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.v1 .popup-phone {
  padding: 70px 30px;
}
.v1 .popup-phone h3 {
  font-size: 28px;
  margin-bottom: 35px;
}
.v1 .popup-phone h5 {
  font-size: 24px;
  line-height: 1.2em;
}
.v1 .popup-phone .profile-item {
  display: block;
  margin: 20px auto 0 auto;
}
.v1 .popup-phone a.gray-btn {
  line-height: 48px;
  border: 2px solid rgba(157, 162, 170, 0.2);
  padding: 0 0 0 22px;
  color: #1A1A1A;
  border-radius: 27px;
  margin: 15px auto 0 auto;
  font-size: 19px;
  display: block;
  background: url(../images/phone.svg) no-repeat;
  background-position: 15px 50%;
  background-size: 24px;
  width: 230px;
  font-weight: 500;
}
.v1 .popup-phone .popup-inside {
  width: auto;
  margin: 0 auto;
}
.v1 .signup-inside p {
  color: #fff;
  width: 300px;
  margin: 0 auto 13px auto;
}
.v1 .footer-menu .disable {
  display: none;
}
@media only screen and (max-width: 350px) {
  .v1 .btn {
    font-size: 13px;
    line-height: 45px;
  }
  .v1 .section-search {
    min-height: 640px;
  }
  .v1 .hero-home-text h2 {
    font-size: 30px;
  }
  .v1 .hero-home-text p {
    font-size: 24px;
  }
  .v1 .hero-home-text a {
    font-size: 16px;
  }
  .v1 footer {
    height: 46px;
    line-height: 46px;
  }
  .v1 .footer-menu li .home-item {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
  .v1 .footer-menu li .home-item:hover, .v1 .footer-menu li.active .home-item {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
  .v1 .footer-menu li .toggle-item, .v1 .footer-menu li .toggle-item:hover, .v1 .footer-menu li.active .toggle-item {
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
  }
  .v1 .footer-menu li .camera-item, .v1 .footer-menu li .camera-item:hover, .v1 .footer-menu li.active .camera-item {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
  }
  .v1 .footer-menu li .search-item, .v1 .footer-menu li .search-item:hover, .v1 .footer-menu li.active .search-item {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }
  .v1 .footer-menu li .heart-item, .v1 .footer-menu li .heart-item:hover, .v1 .footer-menu li.active .heart-item {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }
  .v1 .title-intro {
    padding: 40px 0;
    font-size: 24px;
  }
  .v1 .group-heading h5 {
    font-size: 16px;
  }
  .v1 .info-text > h5 {
    font-size: 16px;
  }
  .v1 .info-text > p {
    font-size: 12px;
  }
  .v1 .info-girl p {
    font-size: 21px;
  }
  .v1 .caption p {
    font-size: 14px;
  }
  .v1 .info-girl .phone-red {
    width: 28px;
    height: 28px;
  }
  .v1 .caption .heart-caption {
    width: 25px;
    height: 24px;
  }
  .v1 .menu-wrapper {
    padding-top: 80px;
  }
  .v1 .menu-header .logo {
    width: 100px;
  }
  .v1 .close-menu {
    width: 19px;
    height: 16px;
  }
  .v1 .menu-wrapper ul li a {
    font-size: 20px;
  }
  .v1 .menu-wrapper ul li {
    padding: 16px;
  }
  .v1 .language li a {
    font-size: 18px;
  }
  .v1 .menu-group {
    min-height: 100%;
  }
  .v1 .signup-menu li a {
    font-size: 18px;
  }
  .v1 .signup-group span {
    font-size: 14px;
  }
  .v1 .signup-img {
    width: 45px;
  }
  .v1 .menu-group-facebook img {
    width: 12px;
  }
  .v1 .menu-group-youtube img {
    width: 18px;
  }
  .v1 .menu-group-instagram img {
    width: 19px;
  }
  .v1 .menu-group-footer {
    line-height: 48px;
  }
  .v1 .signup-group {
    position: absolute;
    bottom: 130px;
    width: 210px;
  }
  .v1 .snapq-big-img {
    width: 200px;
  }
  .v1 section.toggled-images h6 {
    height: 53px;
    font-size: 17px;
    padding: 16px 10px 10px 10px;
  }
  .v1 .signup-inside {
    padding-top: 65px;
  }
  .v1 .signup-inside h5 {
    font-size: 24px;
  }
  .v1 .signup-inside .work-link {
    font-size: 14px;
    width: 102px;
  }
  .v1 .signup-inside p {
    font-size: 14px;
  }
  .v1 .signup-inside .btn-pink {
    font-size: 13px;
    line-height: 45px;
    border-radius: 25px;
    padding: 0 28px;
  }
  .v1 .search-inside h5 {
    font-size: 14px;
  }
  .v1 .search-group a {
    font-size: 13px;
    padding: 0 12px;
    line-height: 30px;
  }
  .v1 .search-inside .btn-border-white {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 0;
    padding: 0 35px;
    font-size: 14px;
    line-height: 45px;
  }
  .v1 .tab-list li a {
    font-size: 12px;
  }
  .v1 .main-content p {
    font-size: 14px;
  }
  .v1 .main-content h5 {
    font-size: 19px;
  }
  .v1 .main-content .btn-border-white {
    padding: 0 30px;
    font-size: 13px;
    line-height: 45px;
  }
  .v1 .main-content .btn-pink {
    padding: 0 30px;
    font-size: 13px;
    line-height: 45px;
  }
  .v1 .footer-content ul li a {
    font-size: 12px;
  }
  .v1 .heading-blue .heading-title {
    line-height: 48px;
    font-size: 14px;
  }
  .v1 .heading-blue .zaruk {
    top: 5px;
    font-size: 10px;
  }
  .v1 .main-content h3 {
    font-size: 24px;
  }
  .v1 .footer-content p {
    font-size: 11px;
    padding-bottom: 12px;
  }
  .v1 .funktioniert-content {
    padding-top: 20px;
  }
  .v1 .footer-content ul {
    padding: 25px 0;
  }
  .v1 a.toggle-tab-messages, .v1 a.toggle-tab-photos, .v1 a.toggle-tab-info {
    background-size: 29px 26px;
  }
  .v1 li.active a.toggle-tab-info, .v1 a.toggle-tab-info:hover, .v1 li.active a.toggle-tab-messages, .v1 a.toggle-tab-messages:hover, .v1 li.active a.toggle-tab-photos, .v1 a.toggle-tab-photos:hover {
    background-size: 29px 26px;
  }
  .v1 section.toggled-images .sub .toggle-heading {
    height: 46px;
    padding: 16px 7px;
  }
  .v1 .r-arrow {
    top: 14px;
  }
  .v1 .options-heading .r-arrow {
    top: 14px;
  }
  .v1 .r-arrow img {
    width: 13px;
  }
  .v1 .toggle-content .phone-num {
    font-size: 22px;
  }
  .v1 .tab-info-row span {
    font-size: 16px;
  }
  .v1 a.green-btn.pull-right {
    font-size: 10px;
  }
  .v1 .insert-text * {
    font-size: 14px;
  }
  .v1 .options-heading {
    height: 46px;
    padding: 13px 7px;
  }
  .v1 .option-row p {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
  }
  .v1 .option-row a {
    font-size: 16px;
    line-height: 45px;
  }
  .v1 .option-row .span-profil-option {
    font-size: 12px;
  }
  .v1 .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 29.5px;
    margin-top: 13px;
  }
  .v1 .slider:before {
    height: 25px;
    width: 25px;
  }
  .v1 .options-heading h6 {
    font-size: 17px;
  }
  .v1 .option-row-dif input {
    line-height: 45px;
    font-size: 16px;
    width: 100%;
  }
  .v1 .span-speichern {
    font-size: 16px;
  }
  .v1 .popup-konto {
    bottom: 72px;
  }
  .v1 .popup-konto p {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .v1 .options-section .btn-bottom {
    font-size: 18px;
  }
  .v1 .toggled-images-inner.acc .toggle-heading, .v1 .photo-preview-heading {
    height: 50px;
    padding: 19px 12px;
  }
  .v1 .video-image-selection div a {
    font-size: 16px;
    padding: 0px 25px;
  }
  .v1 .video-controls li, .v1 .photo-controls li {
    top: 30px;
  }
  .v1 .tags {
    padding-bottom: 25px;
  }
  .v1 .video-image.more-btn {
    line-height: 50px;
    height: 50px;
  }
  .v1 a.video-image-btn {
    font-size: 15px;
  }
  .v1 .toggle-heading.menu ul {
    margin-top: -6px;
  }
  .v1 .unlimited-1 h1 {
    font-size: 36px;
  }
  .v1 .unlimited-1 span.pink-btn {
    bottom: 30px;
    font-size: 13px;
  }
  .v1 .popup-unlimited .popup-inside > span.pink-btn {
    font-size: 13px;
  }
  .v1 .mitglied-text .btn-pink {
    line-height: 45px;
  }
  .v1 .video-photo-post-content div input {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
  .v1 .toggled-images.profile .toggled-images-inner.acc .toggle-heading {
    padding: 14px 12px;
  }
  .v1 .footer-menu li .profile-item, .v1 .profile-item {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .v1 .tab-info-row-profile {
    width: 75px;
  }
  .v1 span.profile-phone {
    padding-top: 15px;
    top: 0px;
    background-position: 10px 70%;
  }
  .v1 .toggle-tabs {
    padding: 4px 0;
  }
  .v1 .limited-posts-down p {
    padding: 95% 0 25px 0;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .v1 .limited-posts-up-inner h2:first-child {
    font-size: 26px;
  }
  .v1 .pink-btn {
    font-size: 13px;
    padding: 13.5px 30px;
  }
  .v1 .favoriten-empty h3 {
    font-size: 24px;
    padding: 0 20px;
  }
  .v1 .favoriten-empty img {
    width: 40px;
    margin-bottom: 15px;
  }
  .v1 .popup-unlimited .p-smaller {
    font-size: 17px;
  }
  .v1 .limited-posts-up {
    padding: 20% 0;
  }
  .v1 a.tag {
    font-size: 13px;
  }
  .v1 .mitglied-down {
    height: 55%;
  }
  .v1 .video-photo-post-content p {
    font-size: 14px;
  }
}

.popup-old {
  display: none;
}
.popup-old .popup {
  display: none;
  width: 90%;
  background-color: #fff;
  color: #333333;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 70px 30px;
  border-radius: 9px;
}
.popup-old .popup-box input {
  margin: 15px 0;
  font-size: 15px;
}
.popup-old .popup-box.popup2 input[type=submit] {
  top: 14px;
}
.popup-old .popup-content h2 {
  font-size: 32px;
  padding-bottom: 5px;
}
.popup-old .popup-content p {
  font-size: 26px;
}
.popup-old .popup .text-red {
  line-height: 50px;
  font-size: 18px;
}
.popup-old .popup-content a {
  font-size: 14px;
}
.popup-old .popup .text-red {
  color: #ED3533;
  font-size: 22px;
  line-height: 60px;
  border-top: 1px solid rgba(37, 41, 45, 0.3);
  margin: 0 -30px;
  padding-bottom: 0;
}
.popup-old .popup img {
  padding-bottom: 20px;
}
.popup-old .popup h5 {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 20px;
  color: #333;
}
.popup-old .popup p {
  font-size: 20px;
  padding-bottom: 20px;
  color: #333;
}
.popup-old .header-height {
  height: 58px;
}
.popup-old .popup-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 41, 45, 0.9);
  z-index: 99999;
}
.popup-old .popup-content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 320px;
}
.popup-old .popup-content h2 {
  font-weight: 500;
  line-height: 1.5;
  font-size: 34px;
}
.popup-old .popup-content h2, .popup-old .popup-content a, .popup-old .popup-content p {
  color: #fff;
}
.popup-old .popup-content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
}
.popup-old .popup-content a {
  font-size: 20px;
  text-decoration: underline;
}
.popup-old .popup-content img {
  margin-bottom: 7px;
}
.popup-old .popup-close {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}
.popup-old .popup-content a.gotoprofile {
  padding-top: 100px;
  display: block;
  font-weight: 400;
}
.popup-old .popup-box.popup2 input[type=submit] {
  background: url(../images/red-arrow-left.svg) no-repeat;
  margin: 0;
  border: 0;
  width: 20px;
  display: none;
  position: relative;
  top: 20px;
  left: -26px;
  margin-right: -33px;
}
.popup-old .popup-box.popup2 .popup-content {
  top: 20%;
}
.popup-old .popup-box.popup2 .popup-content h2 {
  line-height: 1.2;
}
.popup-old .popup-box.popup2 .popup-content p {
  line-height: 1.3;
}
.popup-old .popup-box.popup2 form {
  text-align: center;
  margin-top: 44px;
}
.popup-old .popup-box input {
  display: inline-block;
  letter-spacing: 1px;
  margin: 20px 0;
  width: 90%;
  max-width: 320px;
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid;
  outline: 0;
  padding: 2px 22px 2px 2px;
  font-size: 19px;
  line-height: 30px;
}
.popup-old .popup-box input::-webkit-input-placeholder {
  color: #9DA2AA;
  font-size: 19px;
}
.popup-old .popup-box input::-moz-placeholder {
  color: #9DA2AA;
  font-size: 19px;
}
.popup-old .popup-box input:-ms-input-placeholder {
  color: #9DA2AA;
  font-size: 19px;
}
.popup-old .popup-box input:-moz-placeholder {
  color: #9DA2AA;
  font-size: 19px;
}

/*# sourceMappingURL=main.css.map */
