/* 
START ******
Zoom Effect Section for sedcard Page ***** */

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg img {
      -webkit-transition: 1.9s ease;
      transition: 1.9s ease;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg:hover img {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg {
      overflow: hidden;
    }

/* 
END ******
Zoom Effect Section for sedcard Page ***** */

a#MyProfileClsIcon {
    color: #72726f;
}

.glow_hidden_field {
  margin-bottom: 25px;
  background-color: rgb(245,245,245);
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.divider {
  border-bottom: 1px solid;
  padding-top: 25px;
  padding-bottom: 15px;
}

.upper-distance {
  padding-top: 25px;
}

h3.upper-distance {
  font-size: 20px !important;
}

.profile-dob.mydateFormat.col-md-9 {
  width: 100%;
}

.profile-tab-content h1 {
  font-size: 24px !important;
}

.AreaApplicationMod label {
  color: black;
}

.cat-area-Mod label {
  color: black;
}

.mt-3.txt {
  color: black;
}

.glow-forModel label {
  color: black;
}

.media-influencer-con label {
  color: black;
}

.profile-tab-content.p-current label {
  color: black;
}

.txt {
  color: black;
}

.glow-next-btn:hover {
  background-color: #2F2F2F !imortant; /*is this use?*/
}

@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
          .btn.profile-image-deleted {
            background: #000 !important;
        }
     }
}

.gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileFeatureImg {
  height: 545px;
  width: 430px;
}

.gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileH {
  height: 450px;
  width: 430px;
}

.gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileFeatureImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileH img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row.row-offcanvas.row-offcanvas-left.pb-5.dashboard_m {
  margin-top: 0px;
}

.col-sm-3.col-form-label.myLabel {
  color: black;
}

.row.MylabelOption {
  margin-left: -40px;
}

.gdlr-core-pbf-column.gdlr-core-column-20.mt-4.ImagesSecTatoos.imageGrid {
 max-width: 33%;
}

.gdlr-core-body .tab-link a.nav-link {
    font-size: 16px;
    padding: 0.5em 20px;
}

.gdlr-core-body li.nav-item:not(.tab-link) a {
    padding: 17px 0px 0px 0px;
    padding-bottom: 17px;
}

.gdlr-core-body .profile-tabs.pl-1 {
    padding-left: 25px !important;
}

.gdlr-core-body .tab-link a.nav-link:hover {
    color: #c9a64c;
}

.regPhotosWrap div:first-child, #imageListModel div:first-child, #imageListHostess div:first-child{
    position: relative;
}

.regPhotosWrap div:first-child:before, #imageListModel div:first-child:before, #imageListHostess div:first-child:before {
    content: "Main Image";
    position: absolute;
    top: -31px;
    font-weight: bold;
    border: #242424 3px solid;
    color: #fff;
    width: 100%;
    box-sizing: unset;
    margin-left: -4px;
    background: #242424;
}

.profile-btns .fa {
    margin-left: 5px;
}

span.headingDesc {
    font-size: 15px;
    font-weight: normal;
    display: block;
}

#tab-3 .container .mt-5.AreaApplicationMod{
    margin-top: 20px !important;
}

#tab-3 .mt-5 {
  margin-top: 0rem !important;
}

.postid-47195 .gdlr-core-pbf-column-content-margin.gdlr-core-js.right-section {
  margin: 20px 20px 20px 20px;
}

.postid-47195 .gdlr-core-image-item.gdlr-core-item-pdlr.gdlr-core-item-pdb.gdlr-core-center-align {
  margin-top: 20px;
}

.gdlr-core-image-item.gdlr-core-item-pdlr.gdlr-core-item-pdb.gdlr-core-center-align.btm {
 margin: -38px 0 0 -15px;
}

.postid-47195 .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle {
  width: 100%;
}

.regtabs .tab-link {
    padding: 10px 40px;
}

.regcontentTab .glow-next-btn{
    width: 130px;
}

.regcontentTab .glow-prev-btn {
  background-color: #fff;
  width: 130px;
  color: black;
  border: 1px solid;
  font-size: 14px;
}

@media screen and (max-width: 1024px)
{
    .gdlr-core-pbf-column.gdlr-core-column-20.mt-4.ImagesSecTatoos.imageGrid {
        max-width: 50%;
        width:  50% !important;
    }
}    

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

    .lang-flag {
      list-style: none;
      text-align: center;
      margin: 0;
    }
    
    .lang-flag .nav-item.tab-link {
      display: inline-flex;
      border: none;
    }

    .ger {
      margin-left: 10px;
    }
    
    #mySidebar a{
        font-family: "Hind", sans-serif;
    }


    button.openbtn-Mobile {
        position: absolute;
        right: 75px;
        top: 10%;
        margin-top: 0px;
        font-size: 13px;
        padding: 4px;
        border-width: 0px;
        background: none;
    }

    .realfactory-mobile-menu-right {
        right: 30px !important;
        top: 31% !important;
    }

    div#mySidebar {
        z-index: 99999;
        background-color: #1f1f1f;
    }

    #mySidebar li {
        border-color: #626262;
    }
    
    .realfactory-mobile-menu-right-profile i.fa.fa-arrow-down {
        margin-left: 3px;
    }

    #mySidebar ul.profile-tabs li.p-current a {
        color: #ffffff !important;
    }

    #mySidebar {
        height: 100%;
    }

    .MyProfileClsBtn {
        display: block;
        margin: 0px 45px 30px;
        position: relative;
        height: 40px;
        color: #979797;
    }

    a#MyProfileClsIcon {
        display: contents;
        font-weight: 300;
        line-height: 40px;
        font-size: 30px;
    }

    div#mySidebar {
        right: 0;
        left: unset;
    }

    .page-id-46346 .realfactory-content-area {
        padding-top: 0px;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileFeatureImg  {
        height: 490px;
        width: 430px;
    }
    
    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileH {
        height: 430px;
        width: 430px;
    }

    .gdlr-core-pbf-column.gdlr-core-column-20.mt-4.ImagesSecTatoos.imageGrid {
        max-width: 50%;
        width: 50% !important;
    }

    body.realfactory-body-front .realfactory-container {
        max-width: 100% !important;
        width: 100%;
    }
    
    #tab-1 .col.profile-btns .btn-glow-members {
        width: 100%;
        margin-top: 10px;
    }

    #tab-1 h1{
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #realfactory-page-wrapper .glow-message-wrapper{
        /*display: none;*/
    }

    .realfactory-body #tab-1 .container .RegProcess, .realfactory-body #tab-1 .container .hostessHeader, .realfactory-body #tab-1 .container .modelImgHead{
        padding-top: 20px !important;
        margin-bottom: 50px !important;
    }

    .realfactory-body #tab-1 .container .uploadedBoxHead .btn-glow-members{
       width: 155px;
    }

    #realfactory-page-wrapper .sortImagesHostess, #realfactory-page-wrapper .sortImagesModel , #realfactory-page-wrapper .sortImagesRegistration {
        width: 33% !important;
    }

    .uploadedBoxHead {
        display: flex;
        flex-wrap: unset !important;
    }

    .uploadedBoxHead div {
        width: 50%;
    }

    #tab-1 .grow-profile_models{
        display: block !important;
         margin-top: 10px !important;
    }

    .row.row-offcanvas.row-offcanvas-left {
        margin-bottom: 0px !important;
    }

    .row.row-offcanvas.row-offcanvas-left.pb-5  {
        padding-bottom: 0rem!important;
    }

    .realfactory-footer-wrapper .realfactory-footer-column {
        margin-bottom: 0px !important;
    }

    footer .realfactory-footer-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .profile-tabs .tab-link a {
        padding: 17px 0 !important;
        font-size: 12px !important;
        text-transform: uppercase;
        font-weight: 900 !important;
        letter-spacing: 0.5px;
        color: #727272;
    }
    
    .profile-tabs .tab-head {
        border-bottom: 2px solid #626262 !important;
        margin-left: 5px;
    }

    .profile-tabs .tab-head a {
        font-size: 17px !important;
        text-transform: uppercase;
        font-size: 13px !important;
    }

    .postid-47195 .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container {
      margin-left: 0px !important;
    }

     .postid-47195 .ImagesSecTatoos img{
        height: 100% !important;
    }

    .regtabs .tab-link {
        padding: 10px 20px;
    }
} 
@media screen and (max-width: 600px)
{   
    .admin-bar .mm-menu{
        margin-top: 0 !important;
    }

    .glow-forModel .ml-2 {
      margin-left: -15px !important;
      margin-top: -15px;
    }

    .media-influencer-con .ml-2 {
      margin-left: -15px !important;
      margin-top: -15px;
    }

    #tab-3 .AreaApplicationMod .media-profile-states{
        height: 565px !important;
    }

    #tab-3 .container .area-CategoryMod .cat-area-Mod {
      display: flex !important;
      flex-direction: column !important;
    }

    h5.upper-distance {
      padding-top: 15px;
      font-size: 18px !important;
    }

    .btnMobDivide .btn.btn-glow-members.checkbox-states-select-all {
      width: 100%;
      margin-bottom: 10px;
    }

    .btn.btn-glow-members.checkbox-states-select-none {
      width: 100%;
    }

    .btnMobDivide .d-flex {
        display: block !important;
    }

    .realfactory-custom-wpml-flag img {
        margin-top: 15px;
    }

    .realfactory-custom-wpml-flag {
      margin-left: 70px;
    }

    .upload__btn-box label {
      width: 100%;
    }

    .btnOuter {
      text-align: center;
    }
    
    .lang-flag {
      list-style: none;
      text-align: center;
      margin: 0;
    }
    
    .lang-flag .nav-item.tab-link {
      display: inline-flex;
      border: none;
    }

    .ger {
      margin-left: 10px;
    }

    .page-id-46346 .realfactory-content-area {
        padding-top: 0px;
    }

    a#MyProfileClsIcon {
        font-size: 42px !important;
    }

    #mySidebar a{
        font-family: "Hind", sans-serif;
    }

    button.openbtn-Mobile {
        position: absolute;
        right: 75px;
        top: 10%;
        margin-top: 0px;
        font-size: 13px;
        padding: 4px;
        border-width: 0px;
        background: none;
    }

    .realfactory-mobile-menu-right {
        right: 30px !important;
        top: 31% !important;
    }

    div#mySidebar {
        z-index: 99999;
        background-color: #1f1f1f;
    }

    #mySidebar li {
        border-color: #626262;
    }

    .realfactory-mobile-menu-right-profile i.fa.fa-arrow-down {
        margin-left: 3px;
    }

    #mySidebar ul.profile-tabs li.p-current a {
        color: #ffffff !important;
    }

    #mySidebar {
        height: 100%;
    }

    .MyProfileClsBtn {
        margin: -22px 45px 31px;
        height: 40px;
        color: #979797;
    }
    
    a#MyProfileClsIcon {
        display: contents;
        font-weight: 300;
        line-height: 40px;
        font-size: 30px;
    }

    div#mySidebar {
        right: 0;
        left: unset;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileFeatureImg  {
        height: 450px;
        width: 430px;
        overflow: hidden;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileH {
        height: 250px;
        width: 430px;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg {
        overflow: unset;
    }

    .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle.hoverImg.mobileH img {
        height: 250px !important;
    }

    .gdlr-core-image-item.gdlr-core-item-pdlr.gdlr-core-item-pdb.gdlr-core-center-align.btm {
        margin: -22px 0px -22px -22px;
    }


    .postid-47195 .ImagesSecTatoos{
        width: 100% !important;
        margin-top: 0px !important;
    }

    .sedcards1{
        padding: 5px 0px 5px 0px !important;
    }

    .esv-right .faceFoot{
        padding-bottom: 0px !important;
    }

     .esv-right .faceElment{
        margin-bottom: 20px !important;
    }

     .regcontentTab .tab-1-inner{
        display: block !important;
    }

      .regcontentTab .tab-1-inner .tab-1-section{
       width:  100% !important;
    }

    .page-id-46346 .realfactory-page-wrapper{
        background-color: #fff !important;
        border-color: #fff !important;
    }

    .dobsec{
        display: flex;
        justify-content: space-around;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 400px)
{
    .admin-bar .mm-menu{
        margin-top: 0 !important;
    }

    .glow-forModel .ml-2 {
      margin-left: -15px !important;
      margin-top: -15px;
    }

    .media-influencer-con .ml-2 {
      margin-left: -15px !important;
      margin-top: -15px;
    }

    h5.upper-distance {
      padding-top: 15px;
      font-size: 18px !important;
    }

    .btnMobDivide .btn.btn-glow-members.checkbox-states-select-all {
      width: 100%;
      margin-bottom: 10px;
    }

    .btn.btn-glow-members.checkbox-states-select-none {
      width: 100%;
    }

    .btnMobDivide .d-flex {
        display: block !important;
    }

    .realfactory-custom-wpml-flag {
        margin-left: 70px;
    }

    .realfactory-custom-wpml-flag img {
        margin-top: 15px;
    }

    .btnOuter {
      text-align: center;
    }

    .upload__btn-box label {
      width: 100%;
    }

    .lang-flag {
      list-style: none;
      text-align: center;
      margin: 0;
    }
    
    .lang-flag .nav-item.tab-link {
      display: inline-flex;
      border: none;
    }

    .ger {
      margin-left: 10px;
    }

    .page-id-46346 .realfactory-content-area {
        padding-top: 0px;
    }

    #mySidebar a{
        font-family: "Hind", sans-serif;
    }

    button.openbtn-Mobile {
        position: absolute;
        right: 75px;
        top: 10%;
        margin-top: 0px;
        font-size: 13px;
        padding: 4px;
        border-width: 0px;
        background: none;
    }

    .realfactory-mobile-menu-right {
        right: 30px !important;
        top: 31% !important;
    }

    div#mySidebar {
        z-index: 99999;
        background-color: #1f1f1f;
    }

    #mySidebar li {
        border-color: #626262;
    }
    
    .realfactory-mobile-menu-right-profile i.fa.fa-arrow-down {
        margin-left: 3px;
    }

    #mySidebar ul.profile-tabs li.p-current a {
        color: #ffffff !important;
    }

    #mySidebar {
        height: 100%;
    }

    .MyProfileClsBtn {
        display: block;
        margin: 0px 45px 30px;
        position: relative;
        height: 40px;
        color: #979797;
    }

    a#MyProfileClsIcon {
        display: contents;
        font-weight: 300;
        line-height: 40px;
        font-size: 30px;
    }

    div#mySidebar {
        right: 0;
        left: unset;
    }

    ul.profile-tabs li.nav-item.tab-head a {
        color: #f9d9ac;
    }


    .gdlr-core-pbf-column.gdlr-core-column-20.mt-4.ImagesSecTatoos.imageGrid {
        max-width: 100%;
        width: 100% !important;
    }

    #tab-3 .AreaApplicationMod .media-profile-states{
        height: 605px !important;
    }

    #tab-3 .container .area-CategoryMod .cat-area-Mod{
        display: block !imporatant; /*is this use?*/
    }

    #tab-3 .container .area-CategoryMod .cat-area-Mod {
        display: flex !important;
        flex-direction: column !important;
    }

    .postid-47195 .ImagesSecTatoos img{
        height: 420px !important;
    }

    .regtabs .tab-link {
        padding: 10px 10px;
    }

    .regcontentTab .glow-next-btn , .regcontentTab .glow-prev-btn{
        width: 100px;
    }
}

/* Inline css customization  */

.growProfile_main span {
    width: auto;
        padding: 0;
}

.growProfile_main h3 {
    padding-top: 4rem;
}

.growProfile_main {
    justify-content: space-around;
}

.grow-profile_models {
    display: grid;
  grid-template-columns: 2fr 0fr 2fr;
    column-gap: 4rem;
        margin-top: 60px;
}
.profile-divider {
    width: 1px;
    background: #000;
}
.grow-hostess-S img{
    margin-bottom:40px
}


.listitemClass {
    display: inline-grid;
    margin-bottom:40px;
    position:relative;
}
.listitemClass .btn.profile-image-deleted {
    position: absolute;
    bottom: 0;
}

.dashboard_m{
    margin-top:5rem;
    padding-top:1rem
}
.profile-btns a {
        padding: 6px;
}
.mobile-profile-sildebar{
        display:none;
    }
.fixed-position{
    overflow-y:hidden;
    position:fixed;
    background:#000;
}
.sidebar {
  height: 90%;
  width: 0;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
    overflow-y: scroll;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar ul{
    padding:0 30px;
}

.sidebar li{
    margin: 0px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
    
.sidebar a {
 font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
  display: block;
  transition: 0.3s;
    padding: 17px 0px;
        color: #979797;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  color: #000;
  padding: 10px 15px;
  border: none;
    font-weight:bold;
}



#main {
  transition: margin-left .5s;
  padding: 16px;
}



span.bws {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bws-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.star-required span {
    color:red !important;
}
form#nu_form h5 {
    margin-bottom: 5px;
    margin-top: 20px;
}

/*glow member form */
span.error-message {
    color: red;
    font-weight: 600;
    border: 1px solid;
    padding: 5px 15px;
    display:none;
    width: 100%;
    text-align: center;
}

/* TVP Magazin Anzeige */

.page-id-39518 .realfactory-navigation {
display: none;
}

@media only screen and (max-width: 768px) {
    
    .tvp-hide-mobile {
        display: none;
        
    }
    
}
@media screen and (max-width:767px){
    .glow-forModel h5{
        margin-bottom:5px;
    }
    .media-influencer-con h5{
                margin-bottom:5px;
            margin-top:5px;
    }
    .row mt-4 mb-4 h3{
        margin-bottom:0;
    }
    .mobile-profile-sildebar{
        display:block;
    }
    .desktop-profile-sidebar{
        display:none;
    }
    .dashboard_m{
    margin-top:0rem;
    padding-top:0rem
}
    .profile-btns a {
   margin: 9px 0;
    /* display: block; */
    padding: 9px;
/*     width: 52%; */
}
    .upload-pic-profile{
/*      display:block; */
        margin-left:2px;
        margin-right:2px;
    }
    .billing-info-dash label {
    margin-top: 10px;
}
    .billing-info-dash h3 {
    margin: 0;
        margin-top:5px
}
}

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

#blockOne > div > div.gdlr-core-pbf-background-wrap{
background-size: cover !important;
background-image: url(https://hostess-koeln.com/wp-content/uploads/2023/03/Hostessen-Jobs-erhalten-jetzt.jpg) !important;
opacity: 0.9 !important;
background-position:center !important;
    margin: 0 -15px;
}
#blockThree > div > div.gdlr-core-pbf-background-wrap {
background-size: cover !important;
background-image: url(https://hostess-koeln.com/wp-content/uploads/2023/03/Hostess-Jobs-in-Koeln-und-Umg.jpg) !important;
opacity: 0.9 !important;
background-position:center !important;
    margin: 0 -15px;

}

#blockOne > div > div > div > div > div > h2, #blockOne > div > div > div > div > div > p , #blockThree > div > div > div > div > div > h2, #blockThree > div > div > div > div > div > p{
color : white !important;
}

}

@media screen and (max-width:680px){
    
    div#pOnesThree > div {
    padding: 50px 0px 0px 0px !important;
}
div#pOnesFour > div {
    padding: 0px 0px 0px 0px !important;
}
div#pOnesSeven > div {
    padding: 0px 0px 0px 0px !important;
}
div#pOnesTwo {
    padding-bottom: 0px !important;
}



div#pTwosOne > div {
    padding: 50px 0px 0px 0px !important;
}
div#pTwosTwo > div {
    padding: 50px 0px 0px 0px !important;
}
div#pTwosThree > div {
    padding: 50px 0px 0px 0px !important;
}
div#pTwosFive > div {
    padding: 50px 0px 50px 0px !important;
}
div#pTwosSix > div {
    padding: 50px 0px 0px 0px !important;
}
div#pTwosSeven > div {
    padding: 50px 0px 50px 0px !important;
}
    div#pTwosFour > div {
        padding: 60px 0px 60px 0px !important;
    }


div#pThreesOne > div {
    padding: 50px 0px 0px 0px !important;
}
div#pThreesTwo > div {
    margin: 0px 0px 0px 0px !important;
    padding: 50px 0px 0px 0px !important;
}
div#pThreesThree > div {
    padding: 50px 0px 0px 0px !important;
}
div#pThreesFour {
    padding-bottom: 0px !important;
}
div#pThreesFive > div {
    padding: 50px 0px 60px 0px !important;
}


div#pFoursOne > div {
    padding: 50px 0px 0px 0px !important;
}
div#pFoursTwo > div {
    padding: 50px 0px 0px 0px !important;
}
div#pFoursThree > div {
    padding: 50px 0px 0px 0px !important;
}
div#pFoursFive > div {
    padding: 50px 0px 50px 0px !important;
}
div#pFoursSeven > div {
    padding: 50px 0px 0px 0px !important;
}
div#pFoursEight > div {
    padding: 50px 0px 50px 0px !important;
}

    
    div#pFivesOne > div {
            padding: 50px 0px 50px 0px !important;
    }
    div#pFivesTwo > div {
            padding: 50px 0px 50px 0px !important;
        min-height:auto;
    }
    div#pFivesThree > div {
        padding: 50px 0px 0px 0px !important;
    }
    div#pFivesFour > div {
            padding: 50px 0px 50px 0px !important;
    }
    div#pFivesFive > div {
        padding: 50px 0px 0px 0px !important;
    }
    div#pFivesSix > div {
        padding: 50px 0px 50px 0px !important;
    }
    div#pFivesSeven {
            padding: 60px 0px 60px 0px !important;
    }
    
/*  for images block */
    div.flexBlock > div {
    display:flex;
    flex-wrap:wrap;
}

div.flexBlock > div > div {
    flex: 1 0 48%;
}

div.flexBlock > div > div > div {
    padding-left:5px;
    padding-right:5px;
    height:100%;
}
div.flexBlock > div > div > div {
    height:100%;
}
div.flexBlock > div > div > div > div {
    height:100%;
}
div.flexBlock > div > div > div > div > a > img {
    height:100%;
    object-fit:cover;
}
/*  images block end */
    
/*  for images page */
    div.flexBlockTwo > div {
        display:flex;
        flex-wrap:wrap;
    }
    div.flexBlockTwo > div > div {
        flex:1 1 48%;
        padding-right:5px;
        padding-left:5px;
    }
/* images end */
    
/*  font sizes for h1,h2,h3,h4,h5,h6 */
h1 {
    font-size:32px !important;
}

h2 {
    font-size: 27px !important;
}

h3 {
    font-size: 25px !important;
}

h4 {
    font-size: 23px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 19px !important;
}
    
    div#pNinesOne {
            padding: 50px 0px 30px 0px !important;
    }
    
    div#pNinesTwo > div {
        padding: 50px 0px 0px 0px !important;
    }
    
    div#pNinesThree > div {
            padding: 50px 0px 50px 0px !important;
    }

    div#pNinesnew > div {
            padding: 50px 0px 0px 0px !important;
    }
    
    div#pNinesFour > div {
            padding: 50px 0px 60px 0px !important;
    }
    
    div#pNinesFive > div {
        padding: 50px 0px 50px 0px !important;
    }
    
    div#pNinesSix {
        
    }
    
    
}
@media screen and (max-width: 390px){
.profile-btns a {
    margin: 9px 0;
    /* display: block; */
    padding: 9px 3px;
    /* width: 52%; */
}
}
@media screen and (max-width: 360px){
.profile-btns a {
    
    /* display: block; */
    padding: 9px 5px;
    width: 57%;
}
}
select {
    color: black;
    background-color: white !important;
}


/* END */
@media screen and (max-width: 450px){
    .realfactory-body #tab-1 .container .RegProcess, .realfactory-body #tab-1 .container .hostessHeader, .realfactory-body #tab-1 .container .modelImgHead{
        padding-top: 10px !important;
        margin-top: 10px;
        border-top: 1px solid lightgrey;
        margin-bottom: 40px!important;
    }

    .mob-fix-stadt{
        padding: 0px 0px 10px 0px !important;
    }
    .mob-fix-korper{
        padding: 0px 40px 0px 40px !important;
    }
    .mob-fix-photo{
        padding: 0px 0px 30px 0px; !important;
    }
    .fix-mob-mar{
        margin-bottom: 1rem !important;
    }
    .media-influencer-con {
        height: 540px !important;
    }
    .mob-fix-sprac{
        margin-bottom: 1rem;
    }
    .mob-fix-dial{
        margin-top: 1.5rem!important;
    }
    .form-refer{
        margin: 1.5rem 0 !important;
    }
    .mob-fix-btn-speich{
        margin-top: 1.5rem!important;
    }
    .mob-fix-btn-speich-2{
        margin-top: 0 !important;
     }
}