/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    margin: 0 !important;
    font-family: Arial, sans-serif;
}

p,
ul {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a.bottom,
a.bottom:hover,
a.bottom:focus,
a.bottom:active,
a.bottom.active {
    outline: 0;
    color: #909090;
}

.listitem {
    font-size: 18px;
}

.listitem.white,
.listitem.white:hover,
.listitem.white:focus,
.listitem.white:active,
.listitem.white.active {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

.listitem.black,
.listitem.black:hover,
.listitem.black:focus,
.listitem.black:active,
.listitem.black.active {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #2c3e50;
}

.listitem.dark,
.listitem.dark:hover,
.listitem.dark:focus,
.listitem.dark:active,
.listitem.dark.active {
    font-size: 18px;
    color: #2c3e50;
}

p.absatz {
    margin-bottom: 10px;
}

.absatz {
    font-size: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    overflow-wrap: break-word;
    hyphens: auto;
}

hr.star-light,
hr.star-primary {
    margin: 15px auto 20px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #e20a15;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.small-img {
    max-width: 70%;
    height: auto;
}

@media (min-width: 768px) {
    .small-img {
        max-width: 35%;
    }
}

.partner-banner {
    display: inline-block;
    max-width: 100%;
    margin: 10px auto 20px;
}

header {
    text-align: center;
    color: #fff;
    background: #e20a15;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

header .intro-text .name2 {
    display: block;
    font-size: 1.1em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media (min-width: 500px) {
    .img {
        max-width: 75%;
    }

    .absatz {
        font-size: 10px !important;
    }
}

@media (min-width: 768px) {
    .absatz {
        font-size: 13px !important;
    }

    header .container {
        padding-top: 160px;
        padding-bottom: 40px;
    }

    header .intro-text .name {
        font-size: 3.75em;
    }

    header .intro-text .name2 {
        font-size: 2.5em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (min-width: 900px) {
    .absatz {
        font-size: 17px !important;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 50px 0;
}

section.topsection {
    padding: 30px 0 0;
}

section#upload {
    padding-top: 30px;
}

section h2 {
    margin: 0;
    font-size: 2.5em;
}

section.success {
    color: #fff;
    background: #e20a15;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media (max-width: 767px) {
    section {
        padding: 40px 0;
    }

    section.first {
        padding-top: 40px;
    }

    section h2 {
        font-size: 1.6em;
    }

    p,
    ul {
        font-size: 15px;
    }

    .absatz {
        font-size: 14px !important;
    }

    .listitem,
    .listitem.white,
    .listitem.black,
    .listitem.dark {
        font-size: 14px;
    }

    #upload label,
    #upload .form-label {
        font-size: 14px;
    }

    .felix-file-upload-title {
        font-size: 16px;
    }

    .felix-file-upload-icon {
        font-size: 32px;
    }
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

/* Upload progress */
#progress-container {
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

#progress-bar {
    width: 0%;
    height: 20px;
    background: #4caf50;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 20px;
}

/* Bundesland-Select */
.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #e20a15;
    font-size: 16px;
    pointer-events: none;
}

.felix-select {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 42px;
    padding: 0 40px 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.felix-select:hover,
.felix-select:focus {
    outline: none;
    border-color: #e20a15;
    box-shadow: 0 0 0 2px rgba(226, 10, 21, 0.15);
}

.felix-select option {
    color: #2c3e50;
    background: #fff;
    font-weight: 500;
}

/* Datei-Upload */
.felix-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.felix-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 140px;
    margin: 0;
    padding: 22px 18px;
    border: 3px dashed #e20a15;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(226, 10, 21, 0.08) 0%, rgba(165, 25, 22, 0.14) 100%);
    color: #a51916;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
    font-weight: normal;
}

.felix-file-upload:hover,
.felix-file-upload:focus,
.felix-file-input:focus + .felix-file-upload,
.felix-file-upload.is-dragover {
    border-color: #a51916;
    border-style: solid;
    background: linear-gradient(180deg, #e20a15 0%, #c61618 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(162, 20, 20, 0.28);
}

.felix-file-upload.has-files {
    border-style: solid;
    border-color: #a51916;
    background: linear-gradient(180deg, #e20a15 0%, #a51916 100%);
    color: #fff;
}

.felix-file-upload-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 4px;
}

.felix-file-upload-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.felix-file-upload-hint {
    font-size: 13px;
    opacity: 0.9;
}

.felix-file-upload-names {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    max-width: 100%;
    word-break: break-word;
}

/* Hochladebedingungen */
.felix-terms {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
    padding: 14px 16px;
}

.felix-terms-accept {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-weight: 700;
    color: #2c3e50;
    cursor: pointer;
    font-size: 15px;
}

.felix-terms-accept input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: #e20a15;
    flex-shrink: 0;
}

.felix-terms-accept span {
    flex: 1;
}

/* Upload-Erfolg Hinweis */
.felix-upload-success {
    display: none;
    margin-top: 24px;
    padding: 28px 24px;
    border: 2px solid #4caf50;
    border-radius: 12px;
    background: linear-gradient(180deg, #f6fff6 0%, #edf9ed 100%);
    color: #2c3e50;
    text-align: center;
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.15);
    animation: felix-success-in .35s ease;
}

.felix-upload-success.is-visible {
    display: block;
}

.felix-upload-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #4caf50;
    color: #fff;
    font-size: 36px;
    line-height: 72px;
}

.felix-upload-success-title {
    margin: 0 0 8px;
    font-size: 1.35em;
    color: #2c3e50;
    text-transform: uppercase;
}

.felix-upload-success-text {
    margin: 0 0 16px;
    font-size: 16px;
    color: #444;
}

.felix-upload-success-files {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 12px 18px;
    list-style: none;
    text-align: left;
    background: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    max-width: 100%;
}

.felix-upload-success-files li {
    font-size: 14px !important;
    line-height: 1.5;
    color: #2c3e50;
    margin-bottom: 6px;
    word-break: break-word;
}

.felix-upload-success-files li:last-child {
    margin-bottom: 0;
}

.felix-upload-success-files .fa {
    color: #4caf50;
    margin-right: 8px;
}

.felix-upload-success-note {
    margin: 0;
    font-size: 14px;
    color: #666;
}

#upload-button.is-success {
    background-color: #4caf50;
    border-color: #43a047;
}

#upload-button.is-success:hover,
#upload-button.is-success:focus {
    background-color: #43a047;
    border-color: #388e3c;
}

@keyframes felix-success-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .felix-upload-success {
        padding: 22px 16px;
    }

    .felix-upload-success-title {
        font-size: 1.15em;
    }

    .felix-upload-success-text {
        font-size: 15px;
    }
}
