@import "fonts-0eMETA-.css";
@import "linearicons-S9V8yT6.css";
@import "carousel-U1hXlt9.css";
@import "book-E7qvwSt.css";
:root {
    --bs-primary: #2A9FD6;
}
a {
    color: #337ab7;
    text-decoration: none;
}
#navigation{
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
}

#navigation nav{
    /*padding-top: 0;*/
}
.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    height: 65px;
}

#starsCollapse{
    justify-content: flex-end;
}

section {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    min-height: 100%;
    width: 100%;
}
#hauptNav li a {
    letter-spacing: 0.1em;
    color: #AAA;
}
#hauptNav .dropdown-menu {
    background-color: #222;
    color: #FFF;
}
#hauptNav .dropdown-menu li a{
    color: #FFF;
}
#hauptNav .dropdown-menu li a:hover{
    background-color: #2A9FD6;
    color: #FFF;
}
#starsLogo {
    height: 60px;
    margin-top: 5px;
}
#square {
    margin-right: 5px;
    margin-top: 3px;
}
#starsClaim {
    height: 60px;
    margin-top: 5px;
    margin-right: 20px;
}

#home{
    background-image: url("../images/zosia-Bl-TxBs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#modelBuch, #female, #commercial, #ladies, #male, #gents, #selection, #loader, #newFaces, #plusSize, #singleModel, #becomeModel{
    background-image: url("../images/back_1-Ysg0U65.jpg");
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* Keep flipbook width close to legacy production layout */
#modelBuch .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

#modelBuch .row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#modelBuch .container {
    max-width: 1138px !important;
}

#modelBuch #fb8-ajax,
#modelBuch #fb8 {
    max-width: 1138px !important;
    margin-left: auto;
    margin-right: auto;
}

#gents, #ladies{
    overflow: hidden;
}
#kontakt, #impressum, #agentur {
    background-image: url("../images/back_3-Qwf0nE_.jpg");
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* fixed Page Navigation */
#jp-sidenav {
    z-index: 9999;
    background-color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

#jp-sidenav ul {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 597;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;

    background: #222;
    padding: 4px;
}

#jp-sidenav ul li {
    color: #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 50px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: right;
    float: none;
    position: relative;
    white-space: nowrap;
}

#jp-sidenav ul li.hover,
#jp-sidenav ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
    color: #00b3ee;
}

#jp-sidenav ul li.hover > a,
#jp-sidenav ul li:hover > a {
    color: #00b3ee;
    border: 1px solid #00b3ee;
}

#jp-sidenav ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 598;
    margin-right: 10px;
    width: 250px;
}

#jp-sidenav ul ul li {
    float: none;
    margin-right: 10px;
}

#jp-sidenav ul ul,
#jp-sidenav ul ul ul {
    top: -1px;
    right: 99%;
}

#jp-sidenav ul li:hover > ul {
    visibility: visible;
}

#jp-sidenav a {
    display: block;
    padding: 3px 10px;
}

#jp-sidenav a:link,
#jp-sidenav a:visited {
    color: #FFF;
    text-decoration: none;
}

#jp-sidenav a:hover {
    color: #00b3ee;
}

#jp-sidenav a:active {
    color: #ffa500;
}

#jp-sidenav .has-sub:hover > a:after,
#jp-sidenav .has-sub.hover > a:after {
    border-color: transparent transparent transparent #FFF;
}

#jp-sidenav:after,
#jp-sidenav ul:after {
    content: '';
    display: block;
    clear: both;
}

#jp-sideselect {
    margin-top: 180px;
}

.auswahlbox {
    margin-bottom: 30px;
}

.btn-group-wrap {
    text-align: center;
}

.badge-notify {
    color: #00b3ee;
    font-size: 14px;
    font-weight: bold;
    width: 10px;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 20px;
}

#selectbut:hover .badge-notify {
    color: #FFF;
}

#phonebut,
#mailbut,
#homebut,
#selectbut {
    font-size: 28px;
}

#impressumContent, #contactContent, #agenturContent{
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 400px;
}

#becomeModelContent{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    min-height: 400px;
}

.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.table-transparent {
    --bs-table-bg: transparent !important;
    background-color: transparent !important;
}
.disclaimer{
    font-size: 14px;
}

#agency_contact_form{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
}
#agency_contact_form_message {
    height: 140px;
}
.contactPicHeight{
    max-height: 420px;
}

.headsheet_img {
    background-position: center;
    background-size: cover;
    width: 252px;
    height: 350px;
}
.oldhead {
    text-align: center;
    margin-bottom: 0;
    color: #333;
    font-size: 20px;
}
.carousellink {
    font-size: 2em;
    color: #000;
}
.carousellink img{
    height: 40px;
    margin-top:-8px;
}

.carouselbtn{
    font-size: 2em;
    color: #000;
    background-color: transparent;
    border: none;
}
/*Buchstabennavi*/
  .btn-char{
      background-color: #424242;
      font-weight: bold;
      color: rgba(255,255,255,0.8);
  }
.btn-char:hover {
    background-color: #282828;;
    color: #FFF;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    z-index: 5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    width: 33.3333%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #FFF;
    background: #333;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ee0979;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}

#modelForm {
    text-align: center;
    position: relative;
    margin-top: 30px;
    /*Hide all except first fieldset*/
    /*inputs*/
    /*buttons*/
    /*headings*/
}
#modelForm .plupload_header_content {
    display: none;
}
#modelForm .plupload_content {
    border: 1px solid #ccc;
}
#modelForm .plupload_filelist_header, #modelForm .plupload_filelist_footer {
    background-color: #FFF;
    padding: 8px;
    font-size: 20px;
}
#modelForm .plupload_filelist_header {
    border-bottom: 1px solid #ccc;
}
#modelForm .plupload_filelist_footer {
    border-top: 1px solid #CCC;
}
#modelForm .plupload_button {
    background-color: #ee0979;
    border-radius: 15px;
    padding: 5px 10px;
}
#modelForm .plupload_disabled, #modelForm a.plupload_disabled:hover {
    color: #FFF;
    border-color: #c5c5c5;
    opacity: 0.65;
    background: #CCC;
    cursor: default;
}
#modelForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}
#modelForm fieldset:not(:first-of-type) {
    display: none;
}
#modelForm input:not([type="file"]), #modelForm textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
#modelForm input:not([type="file"]):focus, #modelForm textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
}
#modelForm .filepond--root {
    margin-bottom: 18px;
    min-height: 96px;
    text-align: left;
    width: 100%;
}
#modelForm .filepond--browser {
    border: 0;
    margin: 0;
    padding: 0;
    width: calc(100% - 2em);
}
#modelForm .filepond--drop-label {
    color: #2C3E50;
}
#modelForm .filepond--drop-label label {
    line-height: 1.5;
}
#modelForm .filepond--panel-root {
    background-color: #f7f7f7;
    border-radius: 0;
}
#modelForm .filepond--item {
    width: calc(33.333% - .5em);
}
#modelForm .filepond--image-preview-wrapper,
#modelForm .filepond--image-preview {
    height: 170px;
}
#modelForm .filepond--image-preview img {
    object-fit: cover;
}
#modelForm .filepond--credits {
    display: none;
}
@media (max-width: 767px) {
    #modelForm .filepond--item {
        width: 100%;
    }
}
#modelForm .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#modelForm .next.action-button:disabled {
    background: #ccc;
}
#modelForm .action-button:hover, #modelForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}
#modelForm .action-button-previous {
    width: 100px;
    background: #49494b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#modelForm .action-button-previous:hover, #modelForm .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #b7b7bc;
}
#modelForm .fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}
#modelForm .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#model_step1_form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#model_step2_form, #model_step3_form  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
