 /* magenta my story */
 @font-face {
    font-family: 'TelekomIcon Solid';
    src: url('fonts/teleIcon-solid.eot');
    /* IE9 Compat Modes */
    src: url('fonts/teleIcon-solid.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/teleIcon-solid.ttf') format('truetype')/* Safari, Android, iOS */
}


.magenta_my_story {}

.magenta_my_story .trow {
    margin-left: -24px;
    margin-right: -24px;
}

.magenta_my_story .opening {
    margin-top: 80px;
    margin-bottom: 40px;
}

.magenta_my_story .opening .trow>div,
.magenta_my_story .content .trow>div {
    margin: 0 auto;
    width: 1035px;
}

.magenta_my_story .opening .trow>div {
    /* background: url(images/mymagentastroy/opening-bg.png); */
    background: url(images/mymagentastroy/opening-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 348px;
    /*height: 350px;*/
    height: 460px;
}

.magenta_my_story .opening .trow>div>.tcol-6,
.magenta_my_story .content .trow>div>.tcol-6 {
    width: 493px;
    height: 100%;
}

.magenta_my_story .opening .trow>div>.tcol-6>div {
    display: table;
    height: 100%;
}

.magenta_my_story .opening .trow>div>.tcol-6:first-child>div,
.magenta_my_story .content .trow>div>.tcol-6:first-child>div {
    padding-left: 60px;
}

.magenta_my_story .opening .trow>div>.tcol-6:last-child>div,
.magenta_my_story .content .trow>div>.tcol-6:last-child>div {
    padding-right: 60px;
}

.magenta_my_story .opening .trow>div>.tcol-6>div>div {
    display: table-cell;
    vertical-align: middle;
}

.magenta_my_story .opening h1 {
    color: #FFF;
    font-family: 'TeleNeoWeb ExtraBoldItalic';
    font-size: 56px;
    line-height: 63px;
    margin: 0px;
    margin-top: 18px;
}

.magenta_my_story .opening h2 {
    color: #FFF;
    font-family: 'TeleNeoWeb Bold';
    font-size: 36px;
    line-height: 30px;
    margin-top: 3px;
}

.magenta_my_story .opening h3 {
    line-height: 130%;
    color: #000;
    font-family: 'TeleNeoWeb Bold';
    font-size: 30px;
}

.magenta_my_story .opening p {
    color: #FFF;
    font-family: 'TeleNeoWeb';
    font-size: 18px;
    line-height: 21px;
}

.magenta_my_story .content h1 {
    font-family: 'TeleNeoWeb';
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

.magenta_my_story .content h2 {
    font-family: 'TeleNeoWeb Bold';
    font-size: 21px;
    line-height: 24px;
    margin: 0;
}

.magenta_my_story .content h1+h2 {
    margin-top: 34px;
}

.magenta_my_story .content p {
    font-family: 'TeleNeoWeb';
    font-size: 18px;
    line-height: 21px;
}

.magenta_my_story .content ul {
    padding-left: 23px;
}

.magenta_my_story .content ul li {
    font-family: 'TeleNeoWeb';
    font-size: 18px;
    line-height: 21px;
    list-style-image: url(images/mymagentastroy/li_style_img.png);
    margin-bottom: 24px;
}

.magenta_my_story .content .form-control {
    width: 100%;
    margin-bottom: 24px;
}

.magenta_my_story .content .form-control>label {
    display: block;
    margin-bottom:5px;
}

.magenta_my_story .info-text {
    display: block;
    background: url(images/mymagentastroy/v.png) no-repeat;
    background-position: 0px 4px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 21px;
}

.magenta_my_story .plakat_templates {
    display: table;
    width: 403px;
    max-width: 100%;
    border-bottom: 1px solid #ededed;
    margin-bottom: 24px;
}

.magenta_my_story .plakat_templates span {
    width: 122px;
    margin: 0px 7px;
    box-sizing: border-box;
    display: block;
    border-bottom: 5px solid #ededed;
    float: left;
}

.magenta_my_story .plakat_templates span.current,
.magenta_my_story .plakat_templates span:hover {
    border-bottom: 5px solid #e20074;
    cursor: pointer;
}

.magenta_my_story .plakat_templates span:first-child {
    margin-left: 0px;
}

.magenta_my_story .plakat_templates span:last-child {
    margin-right: 0px;
}

.magenta_my_story .plakat_templates span img {
    max-width: 100%;
    opacity: .5;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.magenta_my_story .plakat_templates span.current img,
.magenta_my_story .plakat_templates span:hover img {
    opacity: 1;
}

.magenta_my_story .plakat_current+label {
    font-size: 15px;
}

.magenta_my_story .plakat_current {
    margin-bottom: 24px;
}

.magenta_my_story .form-control textarea {
    height: 150px;
    width: 100%;
    padding: 10px;
}

.magenta_my_story .form-control input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    float: left;
}

.magenta_my_story .form-control input[type="checkbox"]+label {
    display: inline-block;
    width: 80%;
    width: calc(100% - 80px);
}

.magenta_my_story .form-control input[type="checkbox"] {}

.magenta_my_story .form-control input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.magenta_my_story .form-control input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.magenta_my_story .form-control input[type="checkbox"]+label span {
    display: block;
    /* float: left; */
    margin-left: 35px;
    margin-top: -27px;
    line-height: 30px;
    width: 100%;
}

.magenta_my_story .form-control input[type="checkbox"]+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

.magenta_my_story .form-control input[type="checkbox"]:hover+label:before {}

.magenta_my_story .form-control input[type="checkbox"]:focus+label:before {}

.magenta_my_story .form-control input[type="checkbox"]:checked+label:before {}

.magenta_my_story .form-control input[type="checkbox"]:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.magenta_my_story .form-control input[type="checkbox"]:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.magenta_my_story .form-control input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background-image: url(images/mymagentastroy/v.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.magenta_my_story input[type="button"],
input[type="submit"],
#plakat_submit {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
}


/* Tooltip container */

.magenta_my_story .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


/* Tooltip text */

.magenta_my_story .tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #262626;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -135px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}


/* Tooltip arrow */

.magenta_my_story .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #262626 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.magenta_my_story .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.magenta_my_story .tooltip i {
   /* background-image: url(images/mymagentastroy/i.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;*/
    display: inline-block;
    top: 3px;
    position: relative;
    left: 5px;
}

.magenta_my_story .tooltip i,
.magenta_my_story .upload-btn-wrapper .btn i {
    font-family: "TelekomIcon Solid";
    background:none;
    font-style: inherit;
}
.magenta_my_story .upload-btn-wrapper .btn i{
    top: 2px;
    position: relative;
    left: -8px;
}


.magenta_my_story.popup {
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 999999;
}

.magenta_my_story.popup .opening {
    margin-top: 10%;
}

.magenta_my_story.popup .opening .trow>div {
    background: url(images/mymagentastroy/popup-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 574px;
    height: 350px;
    border-radius: 4px;
}

.magenta_my_story.popup .opening .button {
    background: #ebebeb;
    border: 1px solid #b2b2b2;
    color: #262626 !important;
    height: 40px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 10px;
}
/*
.magenta_my_story .plakat_current.style_1 .uploaded_img,
.magenta_my_story .plakat_current  .plakat_current_template{
 
 -moz-transition: background-image 0.5s linear;

 -webkit-transition: background-image 0.5s linear;

 -o-transition: background-image 0.5s linear;
 
 transition: background-image 0.5s linear;
}*/

.magenta_my_story .text_wrapper{
    width: 401px;
    height: 401px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}


.magenta_my_story .plakat_current img{
    max-width:401px;
}
.magenta_my_story .plakat_current .plakat_current_template{
    max-width: 401px;
    height: 401px;
    width: 401px;
    position: absolute;
    top: 0;
    background-size: 100%;
    z-index: 0;
      
}

.magenta_my_story .error{
    display: block;
    color: red;
    padding-top: 5px;
}

.magenta_my_story .plakat_current{
    position:relative;
}

.magenta_my_story .plakat_current .uploaded + img{
    position: absolute;
    top:0px;
}

.magenta_my_story .plakat_current .text{
    font-size: 16px;
    font-family: 'TeleNeoWeb Extrabold';
    color: #e20074;
    line-height: 18px;
    font-weight: 700;
}

.magenta_my_story .plakat_current .detail .name{
    font-size: 13px;
    font-family: 'TeleNeoWeb Extrabold';
    color: #e20074;
    line-height: 18px;
    font-weight: 700;
}
.magenta_my_story .plakat_current .detail .position,
.magenta_my_story .plakat_current .detail .city{
    font-size: 11px;
    font-family: 'TeleNeoWeb';
    color: #e20074;
    line-height: 18px;

}

   


.magenta_my_story .plakat_current{
    min-height: 400px;
}


.magenta_my_story .plakat_current .text{
    position: absolute;

    z-index: 1;
}

.magenta_my_story .plakat_current.style_1 .text{
    width: 200px;
    top: 55px;
    left: 101px;
}

.magenta_my_story .plakat_current.style_1 .detail{
    width: 200px;
    height: 100px;
    top: 110px;
    left: 100px;
    position: absolute;
    z-index: 1;
}


.magenta_my_story .plakat_current.style_2 .detail {
    width: 200px;
    height: 100px;
    top: 300px;
    right: 45px;
    position: absolute;
    z-index: 1;
    text-align: right;
}

.magenta_my_story .plakat_current.style_3 .detail{
    width: 200px;
    height: 100px;
    top: 170px;
    left: 30px;
    position: absolute;
    z-index: 1;
}



.magenta_my_story .plakat_current .detail .name,
.magenta_my_story .plakat_current .detail .city,
.magenta_my_story .plakat_current .detail .position{
    height:13px;
}

.magenta_my_story .plakat_current.style_2 .text{
    width: 300px;
    top: 20px;
    left: 20px;
}

.magenta_my_story .plakat_current.style_3 .text{
    width: 157px;
    top: 120px;
    left: 30px;
}

.magenta_my_story  .hidden{
    visibility: hidden;
    height: 0px;
}


.magenta_my_story .plakat_current .uploaded .uploaded_img{
    width:401px;
    height:401px;
    display:block;
    background-size: 100%;
}

.magenta_my_story .plakat_current .uploaded.image_exist .uploaded_img{
    display: inline-block;
    border-radius: 1000px;
}

.magenta_my_story .plakat_current.style_1 .uploaded.image_exist .uploaded_img {
    margin-top: 139px;
    margin-left: 103px;
    width: 163px;
    height: 163px;
}

.magenta_my_story .plakat_current.style_2 .uploaded.image_exist .uploaded_img {
    margin-top: 80px;
    margin-left: 5px;
    width: 280px;
    height: 280px;
}

.magenta_my_story .plakat_current.style_3 .uploaded.image_exist .uploaded_img {
    margin-top: 138px;
    margin-left: 146px;
    width: 130px;
    height: 130px;
}

 .magenta_my_story  #reg .info-text{
     display: none;
 }


 .magenta_my_story .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .magenta_my_story .upload-btn-wrapper  .btn {
    font-size: 18px;
    font-family: 'TeleNeoWeb';
    color: #262626;
    height: 42px;
    padding: 0px 24px;
    line-height: 24px;
    background: #ededed;
    border: 1px solid #a1a1a1;
  }

  .magenta_my_story .upload-btn-wrapper .btn:hover,
  .magenta_my_story .upload-btn-wrapper,
  .magenta_my_story  .upload-btn-wrapper   input[type="file"]::-ms-browse,
  .magenta_my_story  .upload-btn-wrapper input[type="file"]::-webkit-file-upload-button{
      cursor: pointer;
  }


 

  .magenta_my_story .upload-btn-wrapper .btn img {
    display: inline-block;
    top: 3px;
    position: relative;
    right: 5px;
  }
  
   .upload-btn-wrapper input[type=file] {
    font-size: 33px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }

 #uploadimageModal .modal-title{
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  
#uploadimageModal .croppie-container{
      margin:0 auto !important;
      max-width: 100% !important;
      display: inline-block  !important;
      width: 100% !important;
  }
  



  #uploadimageModal .crop_image{
   
    font-size: 18px;
    font-family: 'TeleNeoWeb';
    color: #262626;
    height: 42px;
    padding: 0px 24px;
    line-height: 24px;
    background: #ededed;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
  }

  .magenta_my_story .opening:not(.pop) .trow>div>.tcol-6:last-child>div>div>img{
    position: absolute;
    animation: floating 3s ease-in-out infinite; 
        
  }
  .magenta_my_story .opening .trow>div>.tcol-6:last-child>div>div{
      position: relative;
  }

  .magenta_my_story .opening .trow>div>.tcol-6:last-child>div>div>img:nth-child(1){
    top:47px;
    left:0px;
    
  }

  .magenta_my_story .opening .trow>div>.tcol-6:last-child>div>div>img:nth-child(2){
    top: 10px;
    left:185px;
  
  }


  .magenta_my_story .opening:not(.pop) .trow>div>.tcol-6:last-child>div>div>img:nth-child(3){
    top:150px;
    left:58px;
    animation-direction: reverse;
  }

  .magenta_my_story .opening:not(.pop) .trow>div>.tcol-6:last-child>div>div>img:nth-child(4){
    top:165px;
    left:280px;
    animation-direction: reverse;
 
  }

  .magenta_my_story #facebook-share{
    display: block;
    margin-bottom: 12px;
  }

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}


.magenta_my_story input#upload_image::-webkit-file-upload-button {
    cursor: pointer;
}

.popup.magenta_my_story .poster_preview{
    width: 400px;
    height: 400px;
}



.magenta_my_story .uploaded{
       position:absolute;
       opacity:1;
       transition:opacity 0.5s linear;
}

.magenta_my_story .uploaded.hidden_block{
    opacity:0;   
}

