#website{
	display: none;
}
.front-container{
  margin-top: 50px;
  display: flex;
}
.front-image-container{
  position: relative;
  max-width: 466px;
  margin: 0 auto;
  height: 750px;
}

#front-box-left, #front-box-right{
  width: 50%;
}

.front-image{
  width: 100%;
  position:absolute;
  top:0px;
  left:0px;
}
.front-image-rotate{
  display: none;
}

.front-footer{
  padding: 10px;
  margin-top:10px;
  text-align: center;
  border-top: 1px solid #9c3d68;
}

.front-footer a{
  color:#fff;
  text-decoration: none;
  font-weight:bold;
  padding: 10px;

}

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

  .front-desktop-only{
    display:none;
  }
  #front-box-right{
    width: 100%;
  }

  .front-container{
    margin-top: 0px;
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #7F284F;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader_small {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #7F284F;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.brand_select{
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.brand_select:hover{
  background-color: #eee;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#btn_row{
  padding-top: 1%;
  display: flex;
}

.action_link, #copy-url, #share{
  color: #7F284F;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
}
.action_link:hover, #copy-url:hover, #share:hover{
  text-decoration: underline;
  color: #7F284F;
}

.action_popup{
  border: solid 1px #7F284F;
  margin:15%;
  z-index:20;
  background: #fff;
  padding: 10px;
  position:absolute;
  right:0px;
  width:70%;
  box-shadow: 0 40px 100px 0 rgba(0, 0, 0, 0.2), 0 40px 100px 0 rgba(0, 0, 0, 0.19);
  font-size:20px;
  display: none;
}

.toggle_popup{
  cursor: pointer;
  padding: 8px;
}

.bc_x{
  padding: 3px 10px;
  border: solid 1px #ccc;
  background:#fff;
  z-index:2;
  margin-right:5px;
  color:#7F284F;
  font-weight: bold;
  font-size: 18px;
  cursor:pointer;
}

.no_margin{
  margin: 0px !important;
}
.bc_btn{
  width: 100%;
  background: #7f284f;
  text-align: center;
  padding: 9px;
  border-radius: 0px;
  border-width:0px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
  color:#fff !important;
  text-decoration: none !important;
}
#new_product_main{
  padding:5px;
  font-size: 16px;
}

.new_product_title{
  padding: 0.5em;
}

#action_right{
  float:right;
}

#add_brand, #cancel_brand{
  color:#7F284F;
  cursor:pointer;
}

#add_brand_inpput{
  display: none;
}

.add_image{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:10;
  background-color:rgba(211, 158, 175, 0.9);
  text-align:center;
  font-weight:900;
  border-radius: 5px;
  margin:2px;
  padding-top:15px;
  cursor:pointer;
}

.input_ok{
  float: right;
  border: 1px solid #ced4da;
  background: #D39EAF;
  border-left: 0px;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

.input_x{
  float: right;
  border: 1px solid #ced4da;
  background: #eee;
  border-left: 0px;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
}

.input_error{
  color: red;
  padding-left: 5px;
}

.input_value{
  width: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  font-size: 16px;
  border-radius: 0px;
}

.bc_select{
  -webkit-appearance: none;
  border: 1px solid #ced4da;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
  background: #fff;
  border-radius: 0px;

  background-image:
    linear-gradient(55deg, transparent 50%, #7F284F 50%),
    linear-gradient(125deg, #7F284F 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em - 2px),
    calc(100% - 15px) calc(1em - 2px);
  background-size:
    5px 10px,
    5px 10px;
  background-repeat: no-repeat;
}

.list{
  padding: 5px;
}
.user_list{
  padding-top: 5px;
  height:60px;
  border-bottom: solid 1px #ddd;
}
.user_list_img{
  object-fit: cover;
  width:50px;
  height:50px;
  border-radius: 50%;
  border: solid 1px #fafafa;
}
.user_list_txt{
  float:left;
  padding: 5px;
  overflow: hidden;
  width:260px;
  height: 50px;
}
.small{
  width:230px;
}

.user_search_img{
  object-fit: cover;
  width:40px;
  height:40px;
  border-radius: 50%;
  border: solid 1px #fafafa;
}


@media (max-width: 420px) { /* iPhone 5 */

  .user_list_txt{
    width:158px;
  }
  .small{
    width:130px;
  }

}

.matching_box_profile{
  width: 135px;
  height:29px;
  margin:0 auto;
  border: solid 1px #fff;
}


.matching_box_high {
    width: 102px;
    margin:0 auto;
    border: solid 1px #ddd;
    float:right;
}
.matching_box_long {
    width: 200px;
    height:28px;
    margin:0 auto;
    border: solid 1px #B7728E;
}
.matching_box_short {
    width: 125px;
    height:28px;
    margin:0 auto;
    border: solid 1px #B7728E;
    float: right;
}
.matching_image_container{
  width:25%;
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
.matching_image{
  width: 100%;
}
.button_below {
  height:45%;
  width:100%;
  border-top: solid 1px #B7728E;
}
.button_right {
  height:100%;
  width:49%;
  border-left: solid 1px #B7728E;
  padding-top: 3px;
}

.button_small {
  height:100%;
  width:23px;
  border-left: solid 1px #B7728E;
  padding-top: 3px;
}

.follow_button_list {
  background: #B7728E;
  float: right;
  text-align: center;
  color: #fff;
  cursor: pointer;


}

.follow_button_list:hover{
  opacity: 0.8;
}

.brand_header{
  padding-top: 20px;
  padding-bottom: 30px;
}

.follow_brand_button {
  background: #B7728E;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  width: 150px;
}

.follow_brand_button:hover{
  opacity: 0.8;
}

.follow_brand{
  float: none;
  border: solid 1px #ddd;
  padding: 5px;
  width: 150px;
}

.brand_follower{
  padding-bottom: 15px;
}

.bp_select{
  position: relative;
  width: 33%;
  opacity: 0.99;
  padding: 0.3%;
  text-align: center;
  border-radius: 5%;
  background-color: #ddd;
  overflow: hidden;
  vertical-align: top;
}

.bp_select_img{
  width: 100%;
  border-top-left-radius:  5%;
  border-top-right-radius: 5%;

}

.bp_overlay_image{
  display: none;
  position: absolute;
  padding: 20%;
  top: 0px;
  left: 0px;
  width: 100%;
}

.bp_select:hover{
  opacity: 0.5;
  background-color: #EA897D;
}

@media screen and (max-width: 980px) {
  /*Da bei iOS ein cklick gleich behandelt wird wie ein hoover, muss der hoover entfernt werden, sonst gibt ei ein durcheinander mit bp_selected*/
  .bp_select:hover{
    opacity: 0.99;
    background-color: #ddd;
  }

}


.bp_selected{
  position: relative;
  width: 33%;
  opacity: 0.99;
  padding: 0.3%;
  text-align: center;
  border-radius: 5%;
  background-color: #EA897D;
  overflow: hidden;
  vertical-align: top;
}


.display_question{
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index:10;
  text-align:center;
  font-size:36px;
  padding: 50px;
}
.bg_select{
  opacity: 0.99;
  padding: 0.3%;
  text-align: center;
  border-radius: 10%;
}

.bg_select img{
  width: 100%;
  border-radius: 10%;
}

.bg_selected{
  background-color: #f44286;
}

.bg_select:hover{
  opacity: 0.5;
  background-color: #f44286;
}

[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-placeholder);
}

.input_field_container{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; right: 0; top: 0; bottom: 0;
}

.input_field{

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  font-size: 36px;
  padding: 50px;
}

/*
.input_field_container{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; right: 0; top: 0; bottom: 0;
}

.input_field{

  display: table-cell;
  vertical-align: middle;
  text-align:center;
  font-size:36px;
  padding: 30px;
  max-height:100%;
}
*/


.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  max-height: 600px !important;
  padding-bottom: 100%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.likeunlikeratingself, .likeunlikepostself {
  padding-left:5px;
  opacity: 0.5;
}

.likeunlikerating, .likeunlikepost, .favorunfavorquestion {
  padding-left:5px;
  cursor: pointer;
  opacity: 1;
}

.likeunlikerating:hover, .likeunlikepost:hover, .favorunfavorquestion:hover{
  opacity: 0.8;
}

/* Wenn es keine Likes hat, soll der Text nicht klickbar sein*/
.num_likes_null {
  color: #cdcdcd;
  font-size: 90%;
}

.num_likes, .num_comments{
  color: #cdcdcd;
  cursor: pointer;
  font-size: 90%;
}

.num_likes:hover, .num_comments:hover{
  color: #666;
}


.rating_container {
    width:100%;
}

.rating_left {
    float:left;
    width: 35px;
    padding-bottom: 10px;

}

.rating_center {
    float:left;
}

.rating_right {
    float:right;

}


.img_btn{
  float:left;
  width:50%;
  cursor: pointer;
}

.img_btn:hover{
  font-weight: bold;
}

.img_no_btn{
  float:left;
  width:50%;
}

.star-ratings-sprite {
  background: url("../../img/system/stars_sw.png") repeat-x;
  font-size: 0;
  height: 30px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 150px;
  margin: 0 auto;
}

.star-ratings-sprite-rating {
    background: url("../../img/system/stars_sw.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 30px;
    display:block;
  }

  .star-ratings {
    background: url("../../img/system/stars_small_sw.png") repeat-x;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 75px;
    margin: 0 auto;
  }

  .star-ratings-rating {
      background: url("../../img/system/stars_small_sw.png") repeat-x;
      background-position: 0 100%;
      float: left;
      height: 15px;
      display:block;
    }

/****************** Matching **********************/
.matchbox{
  float: left;
  cursor: pointer;
}

.matchbox_backgroung {
  height: 25px;
  width: 25px;
  overflow: hidden;
}

.matching_basic{
  float: left;
}


.matching{
  float: left;
  border: 1px solid;
  border-color: #ccc;
  margin-left: 1px;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  color: #ccc;
  line-height:1em;
  padding-top: 2px;
}
.matching:hover{
  border-color: #EB897F;
  color: #000;
}

.matching_backgroung {
  font-size: 0;
  height: 30px;
  width: 30px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  margin: 0 auto;
}

.matching_overlay {
    width: 100%;
    display:block;
}

.preferences_backgroung {
  background: url("../../img/system/beautyprofile/matching/preferences.svg");
  background-size: 100%;
}

.preferences_overlay {
  background: url("../../img/system/beautyprofile/matching/preferences_a.svg");
  background-size: 100%;
  background-position: bottom;
}
.makeup_backgroung {
  background: url("../../img/system/beautyprofile/matching/makeup.svg");
  background-size: 100%;
}

.makeup_overlay {
  background: url("../../img/system/beautyprofile/matching/makeup_a.svg");
  background-size: 100%;
  background-position: bottom;
}
.skincare_backgroung {
  background: url("../../img/system/beautyprofile/matching/skincare.svg");
  background-size: 100%;
}

.skincare_overlay {
  background: url("../../img/system/beautyprofile/matching/skincare_a.svg");
  background-size: 100%;
  background-position: bottom;
}
.hair_backgroung {
  background: url("../../img/system/beautyprofile/matching/hair.svg");
  background-size: 100%;
}

.hair_overlay {
  background: url("../../img/system/beautyprofile/matching/hair_a.svg");
  background-size: 100%;
  background-position: bottom;
}


.typeahead{
  margin-left:40px;
  padding-left:10px;
  position:absolute;
  z-index: 1;
  background-color: #fff;
  width:500px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  display:none;
}
.typeahead a{
  display: inline-block;
  width: 480px;
  cursor:pointer;
  color:#666;
  background-color:#fff;
}
.typeahead a:hover{
  text-decoration: none;
  background-color:#EAE9E9;
}

.tag_product{
  position: absolute;
  right: 2px;
}

.remove_product{
  position: absolute;
  right: 20px;
}

.user_img{
  object-fit: cover;
  width:30px;
  height:30px;
  border-radius: 50%;
  border: solid 1px #ccc;
}

.user_img_large{
  object-fit: cover;
  width:120px;
  height:120px;
  border-radius: 50%;
  border: solid 1px #ccc;
}

.userprofile_img{
  object-fit: cover;
  width:110px;
  height:110px;
  border-radius: 50%;
  border: solid 1px #ccc;
}

.styled_radio {
  position:
  absolute; left: -9999px;
}
.cStyle {
  width: 100px;
  height: 100px;
  text-align: center;
  cursor: pointer;
}
.text_cels {
  width: 100px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.overlay_checked {
    display: none;
    width: 100px;
    height: 100px;
    background-color: rgba(0,200,0,0.3);
    z-index: 2;
    cursor: pointer;
}


div.inline {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float:left;
}

div.div_likeunlike {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float:left;
}

.likeunlike{
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px
}

.likeunlike.active.focus,.likeunlike.active:focus,.likeunlike.focus,.likeunlike:active.focus,.likeunlike:active:focus,.likeunlike:focus{
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px
}

.likeunlike.focus,.likeunlike:focus,.likeunlike:hover{
  color:#333;
  text-decoration:none
}
.likeunlike.active,.likeunlike:active{
  background-image:none;
  outline:0;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.notliked{
color:#333;
background-color:#fff;
border-color:#ccc
}

.notliked.focus,.notliked:focus{
color:#333;
background-color:#e6e6e6;
border-color:#8c8c8c
}

.notliked:hover{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}

.notliked.active,.notliked:active,.open>.dropdown-toggle.notliked{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}

.notliked.active.focus,.notliked.active:focus,.notliked.active:hover,.notliked:active.focus,.notliked:active:focus,.notliked:active:hover,.open>.dropdown-toggle.notliked.focus,.open>.dropdown-toggle.notliked:focus,.open>.dropdown-toggle.notliked:hover{
color:#333;
background-color:#d4d4d4;
border-color:#8c8c8c
}

.notliked.active,.notliked:active,.open>.dropdown-toggle.notliked{
background-image:none
}

.liked{
 color:#fff;
 background-color:#f0ad4e;
 border-color:#eea236
 }

 .liked.focus,.liked:focus{
 color:#fff;
 background-color:#ec971f;
 border-color:#985f0d
 }
 .liked:hover{
 color:#fff;
 background-color:#ec971f;
 border-color:#d58512
 }
 .liked.active,.liked:active,.open>.dropdown-toggle.liked{
 color:#fff;
 background-color:#ec971f;
 border-color:#d58512
 }

 .liked.active.focus,.liked.active:focus,.liked.active:hover,.liked:active.focus,.liked:active:focus,.liked:active:hover,.open>.dropdown-toggle.liked.focus,.open>.dropdown-toggle.liked:focus,.open>.dropdown-toggle.liked:hover{
 color:#fff;
 background-color:#d58512;
 border-color:#985f0d
 }
 .liked.active,.liked:active,.open>.dropdown-toggle.liked{
 background-image:none
 }

 #notifications{
  padding:1px 4px;
  border-radius:5px;
  color: #fff;
  background-color:#7F284F;
 }


.favorunfavor{
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px
}

.favorunfavor.active.focus,.favorunfavor.active:focus,.favorunfavor.focus,.favorunfavor:active.focus,.favorunfavor:active:focus,.favorunfavor:focus{
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px
}

.favorunfavor.focus,.favorunfavor:focus,.favorunfavor:hover{
  color:#333;
  text-decoration:none
}
.favorunfavor.active,.favorunfavor:active{
  background-image:none;
  outline:0;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.notfavored{
color:#333;
background-color:#fff;
border-color:#ccc
}

.notfavored.focus,.notfavored:focus{
color:#333;
background-color:#e6e6e6;
border-color:#8c8c8c
}

.notfavored:hover{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}

.notfavored.active,.notfavored:active,.open>.dropdown-toggle.notfavored{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}

.notfavored.active.focus,.notfavored.active:focus,.notfavored.active:hover,.notfavored:active.focus,.notfavored:active:focus,.notfavored:active:hover,.open>.dropdown-toggle.notfavored.focus,.open>.dropdown-toggle.notfavored:focus,.open>.dropdown-toggle.notfavored:hover{
color:#333;
background-color:#d4d4d4;
border-color:#8c8c8c
}

.notfavored.active,.notfavored:active,.open>.dropdown-toggle.notfavored{
background-image:none
}

.favored{
 color:#fff;
 background-color:#f0ad4e;
 border-color:#eea236
 }

 .favored.focus,.favored:focus{
 color:#fff;
 background-color:#ec971f;
 border-color:#985f0d
 }
 .favored:hover{
 color:#fff;
 background-color:#ec971f;
 border-color:#d58512
 }
 .favored.active,.favored:active,.open>.dropdown-toggle.favored{
 color:#fff;
 background-color:#ec971f;
 border-color:#d58512
 }

 .favored.active.focus,.favored.active:focus,.favored.active:hover,.favored:active.focus,.favored:active:focus,.favored:active:hover,.open>.dropdown-toggle.favored.focus,.open>.dropdown-toggle.favored:focus,.open>.dropdown-toggle.favored:hover{
 color:#fff;
 background-color:#d58512;
 border-color:#985f0d
 }
 .favored.active,.favored:active,.open>.dropdown-toggle.favored{
 background-image:none
 }

/* DIV-Klasse für runde, zentrierte Profilbilder */
.center-cropped {
  width: 100px;
  height: 100px;
  border:1px solid transparent;
  border-radius: 50%;
  border-color:#e5e5e5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
