﻿/*html *{
    outline:1px solid red!important;
   
}*/
/*.button{
    color:white!important;
    outline:2px solid white;
}*/


.home-title{
    color:white;
}

.links.nav.nav-tabs{
    border-bottom:0;
}
#grandparent{
    border-top:0;
}
#bgOverlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url('../../../images/bgTest2.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    z-index:-1;
    
}

#strewnImages {
    /*position:absolute;
    top:0;
    left:0;*/
    /*z-index:2;*/
    width: 100%;
    aspect-ratio:16/9;
    background-image: url('../../../images/bgHomeImages.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 95%;
    overflow:visible;
    z-index:9999;
}
@media (max-width:450px){
    #strewnImages {
        background-image: url('../../../images/3.png');
        aspect-ratio: 9/16;
        background-size: 140%;
    }
}
.centered-content-horizontal{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-content:center;
    align-items:center;
}
.centered-content-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.services-img img {
    object-fit: cover;
}
#services, #experience{
    width:100%;
}
/* Slight hover lift for rows on large screens */
@media (min-width: 992px) {
    #services .row.py-4:hover {
        transform: translateY(-2px);
        transition: transform .2s ease;
    }
}

.info-icon {
    margin-right: 5px;
}
#activeCaller, #something{
    padding:0;
    width:0;
    height:0;
}
.mt-5{
    width:100%;
}
.row{
    width:100%;
}

#videoCategoryGallery, #skills{
    width:100%;
}

.image-gallery-wrapper{
    display:flex;
    justify-content:center;
    align-content:center;
    width:100%;
}

#imageCategoryGallery{
    width:100%;
    height:fit-content;
}

.optional-note {
    white-space: normal;
    text-align: center;
}

.description {
    white-space: normal;
    text-align: start;
}


/*Offer card column*/
col-6.col-12-small{
    padding-left:0!important;
}

.post {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-content: center !important;
    align-items: center !important;
}
.homepage-post {
    padding-top: 2.5rem !important;
    align-content: start !important;
    justify-content: space-between!important;
    width:100%;
    height:100%;
    padding-left:0!important;
    padding-right:0!important;
}
    .homepage-post header, .homepage-post h2 {
        margin-bottom: 0!important;
    }
#offersContainer {
    display: flex;
    justify-content: center !important;
    align-content: start !important;
    align-items: start !important;
}
#navPanel .nav-tabs{
    gap:7px;
}

#renderingContainer{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
}
#wrapper{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    overflow:visible!important;
    z-index:1;
}
#intro{
    overflow:visible!important;
    z-index:100;
}

.logo-subtext {
    white-space: normal;
    flex-wrap:wrap;
    max-width:80%;
    text-align:center;
}

html {
    background-color: black!important;
}

/*Flags*/
.fi-circle {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.dropdown-item .fi-circle {
    margin-right: .5rem;
}

.dropdown-item .fa-check {
    margin-left: auto;
    opacity: 0;
    transition: opacity .15s;
}

.dropdown-item.active .fa-check {
    opacity: 1;
}
/*----------------------------------*/


#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: none;
    justify-content: center;
    align-content: center;
    /*background-color: #00b3e3;*/
    /*color: white;*/
    border: none;
    /*background: linear-gradient( 135deg, #d8a97a, #ff9e6c );*/
    /*border-radius: 50%;*/
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
    font-size: 24px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

    /*#backToTop:hover {
        background: linear-gradient( 135deg, #d8a97a, #ff9e6c );
    }*/

.back-to-top i {
    position: relative;
    font-weight: 1000 !important;
}

    .back-to-top i::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

.image-category {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.video-category {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.image-category img, .video-category img{

}

.opacity-1 {
    opacity: 1;
}
.opacity-0 {
    opacity: 0;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(0,0,0,.15);
    border-top-color: rgba(0,0,0,.6);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-inline: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(1px);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 2000; /* above modals/toasts */
}
#loaderOverlayTransparent {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none; /* <-- key: don't block scroll or clicks */
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility .15s ease;
}
#loaderOverlayTransparent.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Centered loader container */
.loader-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-radius: 1rem;
    background: rgba(255,255,255,.6);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.body--loading {
    overflow: hidden;
}

#wrapper {
    background-color: black !important;
}

.pickr{
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    overflow:hidden;
    border:2px solid black;
    border-radius:5px;
}
.pickr button{
    width:100%;
    height:100%;
}

.info-box p {
    white-space: normal;
    text-align: start;
    line-height: 1.6rem;
}

.container-holding-editables {
    position: relative;
    margin-bottom:0;
    overflow:visible;
}
.container-holding-editables p{
    margin-bottom:0;
}
.icons{
    margin-bottom:0;
}

.main-image-container{
    position:relative;
}

#main {
    padding-bottom: 100px!important;
    position:relative;
    min-height:600px;
}

#main, #nav{
    max-width:2500px;
}
.edit-remove-buttons-container {
    position: absolute;
    top: -25px;
    right: -30px;
    z-index: 9999;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.edit-remove-buttons-container i{
    font-size:1.2rem;
}


.controls-container {
    position: absolute;
    z-index: 9999;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}



.controls-container i{
    transition: all ease-in-out 0.2s;
}

.info-box-controls a, .skill-entry-controls a {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.icon-color-black i:not(:hover) {
    color: rgb(33, 41, 49);
}


.controls-visible *{
    opacity: 1;
    z-index:99999;
}

.icon-size-xs i {
    font-size: 0.8rem;
}

.icon-size-small i{
    font-size:1.2rem;
}

.icon-size-medium i {
    font-size: 1.6rem;
}
.icon-size-large i {
    font-size: 2rem;
}

.inside-left-0-0{
    top:0px;
    left:0px;
}

.inside-left-10-10 {
    top: 10px;
    left: 10px;
}

.inside-left-5-5 {
    top: 5px;
    left: 5px;
}

.inside-right-10-10 {
    top: 10px;
    right: 10px;
}

.inside-right-10-15 {
    top: 10px;
    right: 15px;
}

.inside-right-5-5 {
    top: 5px;
    right: 5px;
}

.outside-right-10-10 {
    top: -10px;
    right: -10px;
}

.outside-right-20-30 {
    top: -20px;
    right: -30px;
}

.outside-right-10-15 {
    top: -10px;
    right: -15px;
}

.outside-25-30 {
    top: -25px;
    right: -30px;
}

.outside-20-15 {
    top: -20px;
    right: -15px;
}


.inside-0-15 {
    top: 0px;
    right: 15px;
}

.inside-0-30 {
    top: 0px;
    right: 30px;
}

.inside--20-20 {
    top: -20px;
    right: 20px;
}

.img-category-edit-buttons, .vid-category-edit-buttons, .change-main-image-link{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9999;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
    /*transition: opacity 0.3s ease;*/
}

.change-main-image-link i{
    font-size:2.5rem;
}

.edit-image-category-name-link, .edit-video-category-name-link {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: -25px;
    right: -35px;
    z-index: 100;
}

/*.category-name, .category-description{
    color:white;
}*/
.category-name:hover .edit-image-category-name-link {
    opacity: 1!important;
}
h2:hover .edit-image-category-name-link, h2:hover .edit-video-category-name-link {
    opacity: 1;
}

.admin-dropdown-parent, .admin-dropdown, .dropdown {
    z-index: 9999;
}
.admin-dropdown {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100% !important;
}

.admin-dropdown img{
    border-radius:50%;
    width:100%;
    height:auto;
    max-width:45px;
}

.dropdown-menu{
    z-index:99999;
}

.offer-feature{
    position:relative;
}

.social-media-links{
    display:flex;
    justify-content:start;
    align-content:center;
    align-items:center;
    gap:5px;
    margin-block-start:auto;
    flex-wrap:wrap;
}

.skills-cnt {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.rm-tm-link, .rm-offer-link, .rm-extra-link, .rm-item-link {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
}

.price-listing-item:hover .rm-item-link{
    opacity:1;
}

.extra:hover a {
    opacity: 1;
}

.rm-tm-link i{
    font-size:30px;
}


.team-member-card {
    /*background: linear-gradient(135deg, #d9e7ff 0%,*/ /* cool sky blue */
    /*#e7d9ff 50%,*/ /* soft lavender */
    /*#fff2e0 100%*/ /* gentle warm beige */
    /*);*/
    /*Orangish*/
    /*background: linear-gradient(135deg, #fff0d6 0%,*/ /* warm cream */
    /*#ffe1c9 50%,*/ /* peachy beige */
    /*#ffd7d5 100%*/ /* soft rosy blush */
    /*);*/
    /*Pinkish*/
    /*background: linear-gradient(135deg, #fff3de 0%,*/ /* soft cream with a hint of warmth */
    /*#ffe0e8 50%,*/ /* blush pink — slightly cooler */
    /*#e6e0ff 100%*/ /* pale lavender — gentle cool balance */
    /*);*/

    background: linear-gradient(135deg, #fff3de 0%, /* soft warm cream */
    #f7e8e4 50%, /* very light rose-beige (subtle pink) */
    #e6e0ff 100% /* pale lavender for a cool finish */
    );
}

.team-member-card:hover .rm-tm-link{
    opacity:1;
}
.team-member-card p{
    text-align:start!important;
}

.offer-card:hover .rm-offer-link{
    opacity:1;
}



.rm-skill-link, .rm-sm-link, .rm-feature-link {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    overflow:hidden;
}

.rm-sm-link i{
    max-width:100%;
    max-height:100;
}

.add-skill-link {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rm-skill-link {
    top: 2px;
    right: 2px;
}
.rm-feature-link{
    top:2px;
    right:-15px;
}

.offer-feature {
    width: fit-content;
}
.offer-feature:hover a{
    opacity:1;
}
.rm-sm-link {
    opacity: 0;
    position: absolute;
    top: 2px;
    right: -5px;
    font-size: 10px;
}

.tripple-editor {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: start;
    position: absolute;
    width: 200px;
    height: auto;
    max-width: 300px;
    background-color: white;
    padding: 15px;
    z-index:9999;
}

.tripple-editor input{
    width:100%!important;
}

.add-skill-btn {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 25px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .add-skill-btn i {
        max-height: 25px;
        height: 25px;
        width: 25px;
        font-size: 18px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    

[data-tm-property="skillTag"] {
    position: relative;
    height:37px;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}

    [data-tm-property="skillTag"] button {
        position: absolute;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        top: 1px;
        right: 1px;
        padding-left: 2px !important;
        padding-right: 2px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        max-height: 15px;
        height: 15px;
        width: 15px;
        opacity: 0;
        z-index: 9999 !important;
        font-size: 8px;
    }

    [data-tm-property="skillTag"]:hover button, [data-tm-property="skillTag"]:hover a {
        opacity: 1;
    }

    .link-container:hover a{
        opacity:1;
    }

    sup {
        font-size: 0.5rem !important;
    }

[data-editable].is-editing, [data-offer-editable].is-editing, [data-extra-editable].is-editing, [data-item-editable].is-editing {
    display: none !important;
}
.is-editing {
    display: none !important;
}



figure {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
/* .silluette-icon {
            width:100%!important;
        } */

/* .image-placeholder {
            max-width:60%!important;
            width:60%!important;
            height:auto!important;
        } */
.headshot-cnt img:hover {
    cursor: pointer !important;
}

#modalUploadFileBtn {
    width: fit-content;
}

.divider {
    --divider-color: #888;
    --divider-thickness: 1px;
    --divider-gap: .75rem;
    display: flex;
    align-items: center;
    gap: var(--divider-gap);
    color: var(--divider-color);
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        height: var(--divider-thickness);
        background: currentColor;
    }

    .divider span {
        white-space: nowrap;
        font-weight: 500;
    }

.rm-img-btn, .rm-vid-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 5px;
    right: 5px;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 20px;
    height: 20px;
    width: 20px;
    z-index: 9999 !important;
}

.rm-tm-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 5px;
    right: 5px;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 25px;
    height: 25px;
    width: 25px;
    z-index: 9999 !important;
}

#main {
    height: fit-content;
}

.post {
    padding-bottom: 0 !important;
}

#angeboteSection {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.offer-card {
    background: #fffdfc; /* very light warm tone */
    /* border-radius: 1rem; */
    border-radius: 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .offer-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    }

.extra {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .extra:hover {
        transform: translateX(-8px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    }

.offer-card .card-body {
    padding: 1.8rem;
}

.offer-card h3 {
    font-weight: 600;
}

.offer-card .btn {
    border-radius: 2rem; /* pill button */
}


.yt-card, .video-play-card {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    height: auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4) !important;
}

.yt-thumb, .poster-thumb {
    width: 100%;
    height: 100%;
}

.yt-play, .vid-play {
    position: absolute;
    inset: 0; /* fill the thumb */
    display: grid;
    place-items: center; /* center the icon */
    background: rgba(0,0,0,.25); /* dim overlay */
    opacity: 0; /* show on hover */
    transition: opacity .2s ease;
    z-index: 2;
    pointer-events: none; /* clicks pass through to link/img */
}

    /* Play icon */
    .yt-play::before {
        content: "";
        width: 56px;
        height: 56px;
        background: center / contain no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="32" fill="rgba(0,0,0,0.55)"/><polygon points="26,20 26,44 46,32" fill="white"/></svg>');
    }

    /* Play icon */
    .vid-play::before {
        content: "";
        width: 56px;
        height: 56px;
        background: center / contain no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="32" fill="rgba(0,0,0,0.55)"/><polygon points="26,20 26,44 46,32" fill="white"/></svg>');
    }

/* reveal on hover/focus */
.yt-card:hover .yt-play,
.yt-card:focus-within .yt-play,
.video-play-card:hover .vid-play,
.video-play-card:focus-within .vid-play {
    opacity: 1;
    z-index: 9999;
}

#categoryTitle {
    margin-bottom: 7px !important;
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 0.5fr));
    gap: 10px;
    justify-items: start;
    align-items: start;
}
@media (max-width:550px){
    .video-gallery {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))!important;
    }
}



.video-item {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.video-frame{
    height:fit-content!important;
    aspect-ratio:16/10!important;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}

.video-frame video{
    position:relative;
}

.video-item > video {
    height: 100%!important;
    max-height:100%!important;
    width:auto;
    object-fit: contain !important;
    background: #000;
    border-radius: .5rem;
    aspect-ratio:auto;
    
}

/* Fullscreen: preserve AR, no crop */
video:fullscreen,
video:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    background: #000;
    aspect-ratio: auto !important;
}



.plyr-video {
    width: inherit;
    height: inherit;
    /*aspect-ratio: 16 / 10;*/
    object-fit: contain !important;
    background: #000;
    border-radius: .5rem;
}

    /* Belt-and-suspenders fullscreen protection */
    .plyr-video:fullscreen,
    .plyr__video-wrapper:fullscreen .plyr-video,
    .plyr:-webkit-full-screen .plyr-video {
        width: 100vw !important;
        height: 100vh !important;
        max-width: none !important;
        object-fit: contain !important;
        background: #000;
        aspect-ratio: auto !important;
    }

.plyr__controls {
    flex-wrap: wrap !important;
    align-items: center;
}

/* Make the progress bar full width on its own row */
.plyr__controls__item.plyr__progress__container {
    order: 99; /* push it to the end */
    flex: 1 0 100%;
    margin-top: .5rem;
}


/* Optional: increase the height of the bar for better visibility */
.plyr__progress input[type=range] {
    height: 8px;
}

    .video-item a, .video-item img, .video-item iframe, .video-item video {
        max-width: 100% !important;
    }

    .video-item h5 {
        width: 100%;
        text-align: start;
    }

.image-gallery {
    justify-content: center !important;
}

.grid-item {
    width: 24%;
    max-width: 25% !important;
    overflow: hidden;
    padding-left: 0px !important;
    /* padding:2px;
            padding-top:0; */
    transition: all 0.3s ease;
    position: relative;

}

@media (max-width:1380px) and (min-width:560px) and (min-height:441px) {
    .grid-item {
        width: 33% !important;
        max-width: 33% !important;
        overflow: hidden;
    }
}
@media (max-width:559px) {
    .grid-item {
        width: 49% !important;
        max-width: 49% !important;
        overflow: hidden;
    }
}

@media (max-height:440px) {
    .grid-item {
        width: 49% !important;
        max-width: 49% !important;
        overflow: hidden;
    }
}



.new-grid-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .65s ease, transform .65s ease;
}

    .new-grid-item.is-visible {
        opacity: 1;
        transform: none;
    }




    .grid-item:hover img {
        transform: scale(1.05);
    }

    .grid-item a {
        width: fit-content;
        max-width: 100% !important;
        overflow: hidden;
    }

    .grid-item img {
        width: 100%;
        height: auto;
        object-fit: cover; /* crop instead of squish */
        display: block;
        transition: all 0.3s ease-in-out
    }

.img-about-section {
    max-width: 100%;
}

input[type="tel"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    border: solid 2px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
    height: 3rem;
    border-color: #eeeeee;
}

    input[type="tel"]:invalid {
        box-shadow: none;
    }

    input[type="tel"]:focus {
        border-color: #18bfef;
    }

#kontaktSection input[type="tel"] {
    border-color: #e2e2e2;
}

    #kontaktSection input[type="tel"]:focus {
        border-color: #18bfef;
    }


a:hover {
    cursor: pointer !important;
}
/* article a:hover{
            cursor:pointer!important;
        } */
.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

#loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 70px;
    max-height: 70px;
}
.loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    max-width: 70px;
    max-height: 70px;
}

.invalid-feedback {
    display: none;
}

#partial-content {
    -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    -ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    transition: opacity 0.7s ease, visibility 0.4s ease !important;
}

.tab-pane {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    -ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    transition: opacity 0.7s ease, visibility 0.4s ease !important;
}

    .tab-pane.active {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
    }

/* Kontakt section */
#kontaktSection h2, #kontaktSection header {
    padding-left: 0 !important;
}

#kontaktForm {
    color: #717981;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-color: #f5f5f5!important; */
    background-color: white !important;
    /* background-color: red !important; */
    color: #909498;
    cursor: default;
    position: relative;
    margin: 0;
    /* width: calc(100% - 4rem); */
    width: 100%;
    max-width: 72rem;
    z-index: 2;
    padding-left:0!important;

}

    #kontaktForm input, #kontaktForm select, #kontaktForm textarea {
        color: #717981;
    }

    #kontaktForm a {
        color: #717981;
        border-bottom-color: rgba(113, 121, 129, 0.5);
    }

        #kontaktForm a:hover {
            border-bottom-color: transparent;
            color: #18bfef !important;
        }

    #kontaktForm strong, #kontaktForm b {
        color: #717981;
    }

    #kontaktForm h1, #kontaktForm h2, #kontaktForm h3, #kontaktForm h4, #kontaktForm h5, #kontaktForm h6 {
        color: #717981;
    }

    #kontaktForm blockquote {
        border-left-color: #e2e2e2;
    }

    #kontaktForm code {
        background: rgba(220, 220, 220, 0.5);
        border-color: #e2e2e2;
    }

    #kontaktForm hr {
        border-bottom-color: #e2e2e2;
    }

    #kontaktForm .box {
        border-color: #e2e2e2;
    }

    #kontaktForm input[type="submit"],
    #kontaktForm input[type="reset"],
    #kontaktForm input[type="button"],
    #kontaktForm button,
    #kontaktForm .button {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #717981;
        color: #717981 !important;
    }

        #kontaktForm input[type="submit"]:hover,
        #kontaktForm input[type="reset"]:hover,
        #kontaktForm input[type="button"]:hover,
        #kontaktForm button:hover,
        #kontaktForm .button:hover {
            box-shadow: inset 0 0 0 2px #18bfef;
            color: #18bfef !important;
        }

        #kontaktForm input[type="submit"].primary,
        #kontaktForm input[type="reset"].primary,
        #kontaktForm input[type="button"].primary,
        #kontaktForm button.primary,
        #kontaktForm .button.primary {
            background-color: #717981;
            box-shadow: none;
            color: #f5f5f5 !important;
        }

            #kontaktForm input[type="submit"].primary:hover,
            #kontaktForm input[type="reset"].primary:hover,
            #kontaktForm input[type="button"].primary:hover,
            #kontaktForm button.primary:hover,
            #kontaktForm .button.primary:hover {
                background-color: #18bfef;
            }

    #kontaktForm label {
        color: #717981;
    }

    #kontaktForm input[type="text"],
    #kontaktForm input[type="password"],
    #kontaktForm input[type="email"],
    #kontaktForm select,
    #kontaktForm textarea {
        border-color: #e2e2e2;
    }

        #kontaktForm input[type="text"]:focus,
        #kontaktForm input[type="password"]:focus,
        #kontaktForm input[type="email"]:focus,
        #kontaktForm select:focus,
        #kontaktForm textarea:focus {
            border-color: #18bfef;
        }

    #kontaktForm select {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e2e2e2' /%3E%3C/svg%3E");
    }

        #kontaktForm select option {
            background-color: #f5f5f5;
            color: #717981;
        }

    #kontaktForm .select-wrapper:before {
        color: #e2e2e2;
    }

    #kontaktForm input[type="checkbox"] + label,
    #kontaktForm input[type="radio"] + label {
        color: #717981;
    }

        #kontaktForm input[type="checkbox"] + label:before,
        #kontaktForm input[type="radio"] + label:before {
            border-color: #e2e2e2;
        }

    #kontaktForm input[type="checkbox"]:checked + label:before,
    #kontaktForm input[type="radio"]:checked + label:before {
        background-color: #717981;
        border-color: #717981;
        color: #f5f5f5;
    }

    #kontaktForm input[type="checkbox"]:focus + label:before,
    #kontaktForm input[type="radio"]:focus + label:before {
        border-color: #18bfef;
    }

    #kontaktForm ::-webkit-input-placeholder {
        color: #b3b7bb !important;
    }

    #kontaktForm :-moz-placeholder {
        color: #b3b7bb !important;
    }

    #kontaktForm ::-moz-placeholder {
        color: #b3b7bb !important;
    }

    #kontaktForm :-ms-input-placeholder {
        color: #b3b7bb !important;
    }

    #kontaktForm .formerize-placeholder {
        color: #b3b7bb !important;
    }

    #kontaktForm ul.divided li {
        border-top-color: #e2e2e2;
    }

    #kontaktForm ul.icons li a.icon:hover:before {
        color: #18bfef;
    }

    #kontaktForm ul.icons.alt li .icon:before {
        box-shadow: inset 0 0 0 2px #e2e2e2;
    }

    #kontaktForm ul.icons.alt li a.icon:hover:before {
        box-shadow: inset 0 0 0 2px #18bfef;
    }

    #kontaktForm header.major .date:before, #kontaktForm header.major .date:after {
        border-top-color: #e2e2e2;
    }

    #kontaktForm table tbody tr {
        border-color: #e2e2e2;
    }

        #kontaktForm table tbody tr:nth-child(2n + 1) {
            background-color: rgba(220, 220, 220, 0.5);
        }

    #kontaktForm table th {
        color: #717981;
    }

    #kontaktForm table thead {
        border-bottom-color: #e2e2e2;
    }

    #kontaktForm table tfoot {
        border-top-color: #e2e2e2;
    }

    #kontaktForm table.alt tbody tr td {
        border-color: #e2e2e2;
    }

    #kontaktForm .pagination a, #kontaktForm .pagination span {
        border-color: #e2e2e2;
    }

    #kontaktForm .pagination a {
        color: #717981 !important;
    }

        #kontaktForm .pagination a:hover {
            color: #18bfef !important;
            border-color: #18bfef;
            z-index: 1;
        }

            #kontaktForm .pagination a:hover + a,
            #kontaktForm .pagination a:hover + span {
                border-left-color: #18bfef;
            }

        #kontaktForm .pagination a.active {
            background-color: #e2e2e2;
        }

    #kontaktForm .pagination span {
        color: #e2e2e2;
    }

    #kontaktForm > section {
        -moz-flex-basis: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 4rem 4rem 2rem 4rem;
        border-left: solid 2px #e2e2e2;
    }

        #kontaktForm > section:first-child {
            border-left: 0;
        }

        #kontaktForm > section.split {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0;
        }

            #kontaktForm > section.split > section {
                padding: 3rem 4rem 1rem 4rem;
                border-top: solid 2px #e2e2e2;
            }

                #kontaktForm > section.split > section:first-child {
                    padding: 5rem 4rem 1rem 4rem;
                    border-top: 0;
                }

                #kontaktForm > section.split > section:last-child {
                    padding: 3rem 4rem 3rem 4rem;
                }

            #kontaktForm > section.split.contact > section {
                display: -moz-flex;
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -moz-align-items: center;
                -webkit-align-items: center;
                -ms-align-items: center;
                align-items: center;
                padding: 3.15rem 4rem;
            }

                #kontaktForm > section.split.contact > section > * {
                    margin-bottom: 0;
                }

                #kontaktForm > section.split.contact > section > :first-child {
                    -moz-flex-shrink: 0;
                    -webkit-flex-shrink: 0;
                    -ms-flex-shrink: 0;
                    flex-shrink: 0;
                    -moz-flex-grow: 0;
                    -webkit-flex-grow: 0;
                    -ms-flex-grow: 0;
                    flex-grow: 0;
                    width: 6rem;
                }

                #kontaktForm > section.split.contact > section > :last-child {
                    -moz-flex-shrink: 1;
                    -webkit-flex-shrink: 1;
                    -ms-flex-shrink: 1;
                    flex-shrink: 1;
                    -moz-flex-grow: 1;
                    -webkit-flex-grow: 1;
                    -ms-flex-grow: 1;
                    flex-grow: 1;
                }

                #kontaktForm > section.split.contact > section:first-child {
                    padding: 4rem 4rem 3rem 4rem;
                }

                #kontaktForm > section.split.contact > section:last-child {
                    padding: 3rem 4rem 4rem 4rem;
                }

                #kontaktForm > section.split.contact > section.alt {
                    -moz-align-items: -moz-flex-start;
                    -webkit-align-items: -webkit-flex-start;
                    -ms-align-items: -ms-flex-start;
                    align-items: flex-start;
                }

                    #kontaktForm > section.split.contact > section.alt > :last-child {
                        margin-top: -0.325rem;
                    }

    #kontaktForm form label,
    #kontaktForm h3,
    #kontaktForm p {
        font-size: 0.8rem;
    }

@media screen and (max-width: 980px) {
    #kontaktForm {
        display: block;
    }

        #kontaktForm > section {
            border-top: solid 2px #e2e2e2;
        }

            #kontaktForm > section:first-child {
                border-top: 0;
            }

            #kontaktForm > section.split > section {
                padding: 4rem 4rem 2rem 4rem;
            }

                #kontaktForm > section.split > section:first-child {
                    padding: 4rem 4rem 2rem 4rem;
                }

                #kontaktForm > section.split > section:last-child {
                    padding: 4rem 4rem 2rem 4rem;
                }

            #kontaktForm > section.split.contact > section {
                padding: 4rem;
            }

                #kontaktForm > section.split.contact > section:first-child {
                    padding: 4rem;
                }

                #kontaktForm > section.split.contact > section:last-child {
                    padding: 4rem;
                }

        #kontaktForm form label,
        #kontaktForm h3,
        #kontaktForm p {
            font-size: 0.9rem;
        }
}

@media screen and (max-width: 736px) {
    #kontaktForm > section {
        padding: 2rem 2rem 0.1rem 2rem;
    }

        #kontaktForm > section.split > section {
            padding: 2rem 2rem 0.1rem 2rem;
        }

            #kontaktForm > section.split > section:first-child {
                padding: 2rem 2rem 0.1rem 2rem;
            }

            #kontaktForm > section.split > section:last-child {
                padding: 2rem 2rem 0.1rem 2rem;
            }

        #kontaktForm > section.split.contact > section {
            padding: 2rem;
        }

            #kontaktForm > section.split.contact > section:first-child {
                padding: 2rem;
            }

            #kontaktForm > section.split.contact > section:last-child {
                padding: 2rem;
            }
}

@media screen and (max-width: 480px) {
    #kontaktForm {
        width: 100%;
    }
}
