/*
Theme Name: JonDos
Theme URI: https://jondos.de/
Template: hello-elementor
Author: JonDos Team
Author URI: https://jondos.de/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.1.1767949506
Updated: 2026-01-09 09:05:06

*/

html, body {
	overflow-x: hidden;
}
.opening-title .elementor-heading-title {
	transition: all .5s linear;
}
.opening-title.ani-com .elementor-heading-title {
	color: #073D7F !important;
}

.elementor-widget-button.btn1 .elementor-button-content-wrapper {
	column-gap: 0px;
	align-items: center;
}
.elementor-widget-button.btn1 .elementor-button-content-wrapper svg {
	width: 24px;
	height: 24px;
}
.elementor-widget-button.btn1 .elementor-button-content-wrapper .elementor-button-icon {
	padding-right: 0px;
	width: 0px;
	opacity: 0;
	transition: all .2s linear;
}
.elementor-widget-button.btn1 a:hover .elementor-button-content-wrapper .elementor-button-icon {
	padding-right: 16px;
	width: 40px;
	opacity: 1;
}

.elementor-widget-button.btn1.btn-light a {
	background-image: linear-gradient(100deg, #FFFFFF -45%, #6491DE 64%, #073D7F 100%) !important;
}
.elementor-widget-button.btn1.btn-light a:hover {
	background-image: linear-gradient(100deg, #FFFFFF -55%, #6491DE 40%, #073D7F 100%) !important;
}

.elementor-widget-button.arr-btn .elementor-button-content-wrapper svg {
	width: 24px;
	height: 24px;
}
.elementor-widget-button.arr-btn1 a {
	background-size: 200% auto;
	background-image: linear-gradient(100deg, #073D7F 0%, #073D7F 21%, #0D6EE5 100%);
}
.elementor-widget-button.arr-btn1 a:hover {
	background-position: right center;
}
.elementor-widget-button.arr-btn2 a {
	background-size: 200% auto;
	background-image: linear-gradient(70deg, #FFFFFF 0%, #6491DE 50%, #6491DE 100%);
}
.elementor-widget-button.arr-btn2 a:hover {
	background-position: right center;
}

.review-card {
	background-color: transparent;
	background-image: linear-gradient(25deg, #073D7F 30%, #0D6EE5 100%);
	border-radius: 20px;
	padding: 50px 40px 40px;
	color: #fff;
}
.review-card p {
	margin-top: 40px;
	margin-bottom: 32px;
}
.review-card div {
	font-weight: 600;
}

/* Scrollbar Styling */
.review-slider {
	padding-bottom: 50px;
}
.review-slider .swiper-scrollbar {
	background-color: transparent;
	background-image: linear-gradient(to left, rgba(100, 145, 222, 0.25) 0%, #6491DE 88%, rgba(7, 61, 127, 0.55) 100%);
	border-radius: 10px;
	height: 10px !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	cursor: pointer;
}
.review-slider .swiper-scrollbar-drag {
	background: #073D7F;
	border-radius: 10px;
	cursor: grab;
	transition: background 0.3s;
}
@media (max-width: 767px) {
    .review-card {
        padding: 35px 20px 30px;
    }
    .review-card p {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
/* Scrollbar Styling End */

/* Referenzen Styling */
.columns-wrapper {
    display: flex;
    gap: 24px;
    height: 350px;
}
.column {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 40px 0px rgba(217, 217, 217, 0.77);
}
.column::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.6s ease;
}
.column:hover::before {
    /*background: rgba(0, 0, 0, 0.3);*/
}
.column.active {
    flex: 0 0 calc(52% - 18px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.column:not(.active) {
    flex: 0 0 calc(16% - 18px);
}
.column-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    color: white;
}
.column:not(.active) .column-content {
    padding: 24px 20px;
}
.column.active .column-content {
    justify-content: center;
}
.logo-title {
    display: flex;
    align-items: center;
    gap: 30px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.column:not(.active) .logo-title {
    flex-direction: column-reverse;
    gap: 25px;
}
.column-logo {
/*     width: 60px;
    height: 60px;
    background: white; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
	filter: brightness(0) invert(1);
}
.column:not(.active) .column-logo {
/*     width: 50px;
    height: 50px;
    font-size: 28px; */
	filter: unset;
}
.column.active .column-logo {
	transform: rotate(90deg);
}
.column-title {
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.4s ease;
}
.column:not(.active) .column-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    transform: rotate(180deg);
}
.column-description {
    opacity: 1;
    transition: opacity 0.3s ease;
    max-width: 500px;
    margin-top: 28px;
}
.column:not(.active) .column-description {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-btn {
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: rgba(255, 255, 255, 0.2);*/
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*backdrop-filter: blur(10px);*/
    transition: all 0.3s ease;
    opacity: 1;

    position: absolute;
    right: 24px;
    bottom: 24px;
}
.column:not(.active) .arrow-btn {
    opacity: 0;
    z-index: -5;
    pointer-events: none;
}
.arrow-btn a {
    background-color: #FFFFFF4D;
    border: 1px solid #FFFFFF2B;
    padding: 15px 21px 15px 21px;
    display: inline-flex;
    border-radius: 60px;
    transition: all .3s;
}
.arrow-btn a:hover {
    background-color: RGBA(255, 255, 255, 0.54);
}
.arrow-btn:hover {
    /*background: rgba(255, 255, 255, 0.3);*/
    /*transform: translateX(5px);*/
}

/* Background colors for each column */
.column:not(.active) {
    background: linear-gradient(210deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
}
.column:not(.active) ~ .column:not(.active) {
    background: linear-gradient(50deg, #FFFFFF -50%, #6491DE 50%, #073D7F 100%);
}
.column:not(.active) ~ .column:not(.active) ~ .column:not(.active) {
    background: linear-gradient(135deg, #0D6EE5 0%, #073D7F 100%);
}
/*.column:not(.active):nth-child(4) {
    background: linear-gradient(135deg, #0D6EE5 0%, #073D7F 100%);
}*/

/* Background images for active column */
.wordpress.active { background-image: url(/wp-content/uploads/2026/01/wp-bg.png); }
.laravel.active { background-image: url(https://jondos.mathesconsulting.de/wp-content/uploads/2026/01/php-bg.png); }
.typo3.active { background-image: url(/wp-content/uploads/2026/01/typo-bg.png); }
.individual.active { background-image: url(https://jondos.mathesconsulting.de/wp-content/uploads/2026/01/individual-bg.png); }


.column.wordpress:not(.active) .column-title,
.column.laravel:not(.active) .column-title {
    color: #073D7F;
}
.column.individual.active .column-title span,
.column.individual.active .column-title br {
    display: none;
    opacity: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .columns-wrapper {
        flex-direction: column;
        height: auto;
        gap: 16px;
    }
    .column {
        height: 90px;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .column.active {
        flex: 0 0 auto;
        height: 320px;
    }
    .column:not(.active) {
        flex: 0 0 auto;
        height: 90px;
    }
    .column-content {
        padding: 20px;
    }
    .column:not(.active) .column-content {
        padding: 20px;
        justify-content: center;
    }
    .logo-title {
        flex-direction: row !important;
    }
    .column.laravel .logo-title,
    .column.individual .logo-title {
        padding-left: 20px;
    }
    .column-title {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed;
        transform: none !important;
        margin: 0;
    }
    .column-logo {
        transform: rotate(90deg);
    }
    .column-description {
        margin-top: 15px;
		margin-bottom: 80px;
    }

    .column.individual .column-title span,
    .column.individual .column-title br {
        display: none;
        opacity: 0;
    }
	.arrow-btn {
		right: 15px;
		bottom: 12px;
	}
	.arrow-btn a {
		padding: 12px 20px 12px 20px;
	}
}
/* Referenzen Styling End */