/*
Theme Name: Theme
Author: mediaMEANS
Author URI: https://www.mediameans.de/
Description: Wordpress theme for Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ------- custom Andreas Dik ------- */

.header {
	z-index: 99999 !important;
}

.scroll-indicator-wrapper {
	width: 3px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	padding: 0;
}

.scroll-indicator {
	bottom: 100px;
	right: 50%;
	height: 2px;
	position: absolute;
	overflow: hidden;
	width: 60px;
	transform: rotate(90deg);
	tranform-origin: 50% 50%;
	z-index: 99;
}

.scroll-indicator:before,
.scroll-indicator:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 99;
}

.scroll-indicator:before {
	background: transparent;
}

.scroll-indicator:after {
	background: #fff;
	animation: move 2s infinite;
}

@keyframes move {
	0% {
		transform: translate3d(-200%, 0, 0)
	}
	60% {
		transform: translate3d(100%, 0, 0)
	}
	100% {
		transform: translate3d(100%, 0, 0)
	}
}

.swiper-container-autoheight .swiper-slide {
	height: 100% !important;
}

.home-projects,
.testimonials-wrap {
	display: none !important;
}

.testimonials__list {
	height: 300px !important;
}

.testimonials__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 30px !important;
}

.testimonials__author::before {
	padding-right: 5px;
}

.project-gallery__footer {
	bottom: -1px !important;
}

.project-card__title {
	margin-bottom: 10px !important;
}

.project-card__excerpt {
	line-height: normal !important;
}

.projects__list-left-column {
	padding-left: 0 !important;
}

.projects__list-right-column {
	padding-right: 0 !important;
}

.tabs-description__title-icon {
	width: auto;
	height: 53px;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon::before {
	top: 0;
	left: 0;
}

.ribbon::after {
	bottom: 0;
	right: 0;
}

.ribbon span {
	position: absolute;
	left: -13px;
	top: 20px;
	transform: rotate(45deg);
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #d2bd9a;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.full-width-image-wrap > .row > .col {
	padding: 0 !important;
}

.projects-filter-wrap {
	position: relative;
	z-index: 10;
}

.projects-wrap::before {
	height: 320px !important;
}

@media (min-width: 768px) {
	.project-card__excerpt {
		width: 85%;
	}
}

@media (min-width: 1920px) {
	.hero-slider__item:first-of-type .hero-slider__title {
		width: 87%;
	}
	
	.hero-slider__title {
		width: 88%;
	}
}

@media (max-width: 991px) {
	.tabs-headings__title-mob {
		position: relative;
	}
	
	.tabs-headings__title-mob::after {
		content: '';
		display: block;
		position: absolute;
		top: 28px;
		right: 32px;
		width: 11px;
		height: 6px;
		background: url(../images/arrow-down.svg) center/11px 6px no-repeat;
		transition: .3s ease-in-out;
	}
	
	.tabs-headings__title-mob.active::after {
	    transform: rotate(180deg);
	}
	
	.scroll-indicator:before,
	.scroll-indicator:after {
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.top-cover {
		margin-top: 79.06px;
	}
	
	.projects__list-left-column,
	.projects__list-right-column {
		padding: 0 !important;
	}
	
	.full-width-image-wrap.container {
		padding: 0 !important;
	}
	
	.bottom-contacts {
		min-height: 730px !important;
	}
	
	.bottom-contacts__description {
		width: 78%;
	}
}