
/* ============================================================================= 
    C U S T O M _ S T Y L E _ C S S
============================================================================= */

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.dark .header .header-content::-webkit-scrollbar-thumb {
    background-color: #707070;
}

.bt-submit {
    cursor: pointer;
}

/* -    Dark Mode Button
-------------------------------------------------- */

.btnMode {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding: 3px 8px 4px 9px;
    line-height: normal;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #a0aec0;
    background: #edf2f7;
    transition: 0.3s;
}
.btnMode:hover,
.btnMode:focus {
    outline: none;
    color: #8c99a9;
}
.dark .btnMode {
    background: #8c99a9;
    color: white;
}
.dark .btnMode:hover {
    background: #11d6f0;
}

.floatBtn {
    right: 80px;
    color: #444;
    font-weight: 600;
    font-size: 16px;
    height: 37px;
    width: 38px;
    padding: 3px 8px 4px 8px;
    display: flex !important;
    align-items: center;
}


/* -    Header / Sidebar
-------------------------------------------------- */

.header .header-content {
    padding-bottom: 40px;
    overflow: hidden;
    overflow-y: auto;
}
.site-title {
    font-weight: 700;
    letter-spacing: 0;
}
.site-nav {
    padding-bottom: 50px;
}
.header .copyrights {
    background: #f7f9fc;
    z-index: 1111;
    padding: 13px; 
}
.header .copyrights a {
    display: inline-block;
    color: inherit;
}
.header .copyrights a:hover {
    color: #11d6f0;
}
.dark .header .copyrights {
    background: #191919;
}

/*- Content Area -*/

.sub-home-pages {
    min-height: calc(100vh - 0px);
}
.sub-page:not(.start-page) {
    padding-bottom: 50px;
}

.copyrightsBar {
    background: transparent;
    text-align: center;
    font-size: 12px;
    padding: 8px; 
    color: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1111;
}


/* - Impressum Link Button - */

.header-main-menu li.impressumLink {
    background: #f7f9fc;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 285px;
    z-index: 111;
    padding: 0;
    text-align: center;
}
.header-main-menu li.impressumLink a {
    background: transparent !important;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    padding: 8px;
}
.dark .header-main-menu li.impressumLink {
    background: #191919;
}
.dark .header-main-menu li.impressumLink a {
    color: rgba(255, 255, 255, 0.5);
}


/* -    Home - Banner
-------------------------------------------------- */

.start-page .title-block h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}
.start-page .title-block span {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    font-family: Raleway;
}
.start-page .title-block h2,
.start-page .title-block span {
    text-shadow: 3px 3px 3px rgb(0 0 0);
}
.dark .start-page .title-block h2,
.dark .start-page .title-block span {
    text-shadow: 3px 3px 9px rgb(17 214 240 / 50%);
}

.start-page .sub-page-inner {
    background-image: url('../images/home-bg.jpg') !important;
}
.start-page .sub-page-inner .mask {
    background: rgba(14, 14, 14, 0.55);
    background: rgb(20 39 42 / 50%);
}
.dark .start-page .sub-page-inner .mask {
    background: rgb(0 0 0 / 50%);
}
.home-buttons .bt-submit {
    font-size: 14px !important;
    color: #191919 !important;
}
.home-buttons .bt-submit i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

/* -    About - Services
-------------------------------------------------- */

.service-block i {
    font-size: 35px;
}
.service-block i.lnr-code {
    font-size: 40px;
}

.video-section .sub-title {
    max-width: 1350px;
    text-align: center;
    margin: auto;
}
.video-section .sub-title h2 {
    text-shadow: 3px 3px 9px rgb(0 0 0 / 25%);
}
.dark .video-section .sub-title h2 {
    text-shadow: 3px 3px 9px rgb(17 214 240 / 70%)
}

.testimonial-content .testimonial-review {
    height: 100%;
    display: flex;
    align-items: center;
}
.testimonial-content .testimonial-review p {
    font-size: 13px;
    line-height: 22px;
    text-align: ju;
}
.testimonial-footer {
    padding-top: 0;
    padding-bottom: 20px;
}
.testimonial-review::after {
    display: none;
}

/* -    Resume
-------------------------------------------------- */

.main-timeline .title {
    color: #11d6f0;
    font-size: 20px;
    margin-bottom: 20px;
}
.main-timeline .title span {
    display: block;
    font-size: 80%;
    margin-top: 5px;
    color: #444;
}
.dark .main-timeline .title span {
    color: rgb(254 255 255 / 50%);
}
.main-timeline .date {
    margin: 0 0 5px;
    color: #888 !important;
}
.main-timeline .description {
    text-align: justify;
}
.main-timeline .timeline-icon {
    color: #11d6f0;
    width: 80px;
    height: 80px;
    right: -40px;
    transition: 0.5s;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    left: -40px;
}
.main-timeline .timeline-icon img {
    display: none !important;
}
.main-timeline .timeline-icon i {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.main-timeline .timeline:hover .timeline-icon {
    background: #11d6f0;
    color: white;
}


/* -    Award / Achievements
-------------------------------------------------- */

.list-skills .special-block-bg {
    padding: 60px 30px 30px;
    min-height: 350px;
}
.list-skills .section-head h4 {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 40px;
}
.list-skills .section-head {
    margin-bottom: 30px;
}
.list-skills ul {
    list-style: square;
    font-size: 30px;
    padding-left: 35px;
    color: #11d6f0;
    margin: 0;
}
.list-skills ul li.skill-item {
    list-style: inherit;
}
.skill-item h4 {
    position: relative;
    top: -5px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
}
.skill-item h4 strong {
    font-weight: 400;
}
.list-skills .fa-award {
    color: #fec42d;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
ul.awards-list {
    list-style: disc;
}
ul.awards-list h4 {
    margin-bottom: 0;
}
ul.awards-list small {
    font-weight: 500;
    margin: 0 0 5px;
    color: #888;
}


/* -    Portfolio
-------------------------------------------------- */

.label-portfolio {
    left: 40px;
    top: -50px;
}
.label-portfolio::before {
    height: 100px;
    width: 80px;
}
.label-portfolio .rotated-sub {
    left: 60px;
    bottom: 65px;
}
.portfolio-img {
    height: 300px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 25px;
    display: flex;
    align-items: center;
}
.portfolio-item .portfolio-img > img {
    max-height: 100%;
    max-width: 300px;
    margin: auto;
}
.portfolio-data {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 15px 20px;
}
.portfolio-grid .portfolio-item .portfolio-data h4 {
    white-space: normal;
    overflow: initial;
    margin: 0;
}
.portfolio-grid .portfolio-item:hover .portfolio-data {
    padding: 30px;
}


/* -    Contact Form
-------------------------------------------------- */

.contact-text.w-75 p a {
    color: #999;
}
.contact-map {
    background-color: #f7f9fc;
    padding: 5px;
    margin-top: 40px;
}
.contact-map #google-map {
    height: 390px;
}
.dark .contact-map {
    background-color: #191919;
}


/* -    Impressum Page
-------------------------------------------------- */

#impressum .section-head h4 {
    line-height: 30px;
    font-weight: 400;
}
#impressum .section-head h4:before {
    bottom: auto;
    top: 0;
}
#impressum p {
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
}


/*--- R E S P O N S I V E N E S S ---*/

@media (min-width: 1200px) {
    .list-skills .special-block-bg {
        min-height: 510px;
    }
    .testimonials .owl-stage {
        display: flex;
    }
    .testimonial-item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .testimonial-content {
        flex-grow: 1;
    }
}
@media (max-width: 1599px) {
    .profile-picture-block {
        height: 150px;
    }
}
@media (max-width: 1499px) {
    .sub-page .sub-page-inner {
        padding: 50px 50px;
    }
    .main-timeline .timeline-content {
        padding: 15px 20px;
    }
}
@media (max-width: 1399px) {
    .header-main-menu li a {
        padding: 8px 20px;
    }
    .sub-page .sub-page-inner {
        padding: 40px 35px;
    }
    .main-timeline .title {
        font-size: 18px;
    }
    .list-skills .col-xl-7,
    .list-skills .col-xl-5 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .portfolio-img{
        height: 250px;
    }
    .portfolio-data {
        max-height: 85px;
        padding: 15px 15px;
    }
}
@media (max-width: 1199px) {
    .header {
        height: auto;
    }
    .main-timeline .timeline-content {
        padding: 15px 0px;
    }
    .filter-tabs {
        margin: 0px auto 10px;
    }
    .portfolio-grid .portfolio-item:hover .portfolio-data {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .btnMode {
        position: static;
        margin-right: 15px;
        background: transparent !important;
        color: #a0aec0 !important;
        margin-top: -2px;
    }
    .profile-picture-block {
        height: 100px;
    }
    .header .header-content {
        min-height: calc(100% - 55px);
    }
    .responsive-header-name img {
        border-radius: 100px;
        width: 32px;
        height: 32px;
        margin-right: 12px;
        border: 2px solid #11d6f0;
    }
    .responsive-icon {
        position: static !important;
    }
    .responsive-header {
        color: #111111;
        display: flex;
        justify-content: space-between;
    }
    .dark .responsive-header {
        background: #0f0f0f;
        color: white;
        box-shadow: 0 3px 6px 3px rgb(255 255 255 / 6%);
    }
    .header .copyrights {
        position: absolute;
        bottom: 1px;
    }
    .start-page {
        height: calc(100vh - 55px);
    }
    .start-page .title-block h2 {
        font-size: 50px;
    }
    .site-title {
        font-size: 20px;
    }
}

/*--- E N D ---*/