/*
Theme Name: RZS Baufirmen
Theme URI: https://rzs-holding
Description: A child theme of Aalto Theme for RZS-Holding
Author: OpenDialog GmbH
Author URI: http://opendialog.de
Version: 1.0.0
Text Domain: aalto
Template: aalto
*/

.edgtf-owl-slider .owl-nav .owl-next, .edgtf-owl-slider .owl-nav .owl-prev,
.edgtf-owl-slider .owl-nav .owl-next, .edgtf-owl-slider .owl-nav .owl-next{
	background-color: #689946 !important;
}

.edgtf-clients-carousel-holder > .edgtf-owl-slider >.owl-stage-outer{
	display: flex;
}

.edgtf-clients-carousel-holder > .edgtf-owl-slider > .owl-stage-outer > .owl-stage >.owl-item {
	display: flex;
    flex-direction: row;
    height: 100%;
    align-content: center;
    align-items: center;
}

.edgtf-clients-carousel-holder > .edgtf-owl-slider > .owl-stage-outer > .owl-stage > .owl-item > .edgtf-cc-item{
	padding: 0 30px 0;
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item:hover .edgtf-cc-image{
	opacity:1!important;
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item .edgtf-cc-hover-image{
	display: none;
}

.line-with-endpoint::after{
	content: " ";
	display: block;
	position: absolute;
	right:0;
    width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
}


.edgtf-custom-form .edgtf-grid-row{
	margin-bottom: 1.5em;
}

.edgtf-custom-form textarea, 
.edgtf-custom-form select{
    border-bottom: 1px solid #689946 !important;
}

#menu-meta-navigation {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu-meta-navigation > li{
	padding: 0 20px 0;
	border-right: 1px solid black;
}


#menu-meta-navigation > li > a{
	color: black;
}

#menu-meta-navigation > li:last-child{
	border: none;
}


#document-container .vc_tta-tab>a{
	border-width: 0 0 2px 0;
    margin-bottom: 1em;
    text-align: left;
    padding: 5px 100px 5px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

#document-container .vc_tta-tab>a::after{
	content: "",
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	width: 20px;
	height: 5px;
	border: 1px solid black;
	border-width: 0 2px 2px 0;
	transform: skewX(35deg);
}

.bottom-icon{
	margin-top: -130px;
}