/*
    General Custom CSS
*/
.header-style3 .xs-logo-wraper .nav-brand>img, .xs-logo>img {
    transform: translateY(0px);
}

.inner-banner-area {
  align-items: flex-end;
}

.info-content {
  text-align: center;
}

li.current-lang a {
    font-weight: bold !important;
    color: #13cd8f !important;
}

@media only screen and (max-width: 1024px) {
  .service-name .elementor-text-editor {
    text-align: left !important; 
    font-weight: bold;
  }
  
  
  .sec-90:before {
    content: '90 Sek. ohne Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .sec-90-speaker:before {
    content: '90 Sek. mit Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .sec-120:before {
    content: '120 Sek. ohne Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .sec-120-speaker:before {
    content: '120 Sek. mit Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .sec-150:before {
    content: '150 Sek. ohne Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .sec-150-speaker:before {
    content: '150 Sek. mit Sprecher';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .custom-sec:before {
    content: 'Jede weitere Sekunde ab 150 Sek.';
    font-size: 10px;
    color: #aaa;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
  }
  
  .technical-name:before {
    display: none;
}
  
}


/* Navigation */
.header-new .xs-menus .nav-menu>li:not(:last-child) {
    margin-right: 20px;
    padding-right: 0;
}