/* @override 
	http://www.webdesignetc.at/go/bve/wp-content/themes/art-child/custom.css?ver=1.0
	https://www.webdesignetc.at/go/bve/wp-content/themes/art-child/custom.css?ver=1.0
	https://www.bertvanengel.com/wp-content/themes/art-child/custom.css?ver=1.0 */

/* --------------------------------------------
	INSERT CSS FOR YOUR CHILD THEME HERE
-------------------------------------------- */

/*
Last Update: 18.06.2024 
*/

/* Colors */

/* LINKS */

	.entry p a {
	border-bottom: 1px solid;
	}

	.entry p a:hover {
	color: inherit;
	}

	.navi-wrap .menu-item-a:hover {
	color: #B822cc;
	}

/* HOME */

	#bve-home-slider .carousel-img-wrap .grid-item-img {
	object-position:  top;
	}

	#bve-home-slider .sea-scrolldown-btn {
	margin-bottom: 40px !important;
	}

/* SOCIAL MEDIA */

	.socialmeida-a:hover span {
	color: #B822cc !important;
	}

/* KEYS */
	
	#keys-header .single-image {
	height:  80vh;
	}
	
	#keys-header .single-image-full .single-image-img {
	object-fit: cover;
	}

/* EMBED VIDEO PLAYER */

	.video-play-btn {
	background-color: #333;
	border-radius: 45px;
	}

	.video-play-btn:hover {
	background-color: #B822cc;
	transition: background-color 0.5s ease;
	}

/* TIMELINE */

#timeline {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin-right: auto;
    margin-left: 5%;
}

#timeline section {
    position: relative;
    padding-bottom: 1.25em;
    margin-bottom: 0em;
}

#timeline section.year {
    position: relative;
    margin-bottom: 0;
}

#timeline section.year:first-child section {
    margin-top: 0em;
    padding-bottom: 0px;
}

#timeline .year {
    padding-bottom: 0;
}

#timeline a {
	border-bottom: 1px solid;
}

#timeline a:hover {
	color: #000;
	border-bottom-color: #000;
	transition: color 0.3s linear;
}

#timeline h3 {
	/* position: -webkit-sticky; */
    position: relative;
    left: -41px;
    width: 120px;
    background: #fff;
    top: 5rem;
    /* color: #fff; */
    margin: 0;
    padding-bottom: 2px;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    z-index: 2;
}

#timeline h4 {
    position: absolute;
    bottom: 0;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 89px;
    color: #C5C5C5;
}

#timeline div:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0.5rem;
    bottom: 0rem;
    left: 20px;
    z-index: 1;
    background: #111 !important;
}

#timeline ul {
    list-style-type: none;
    padding: 0 0 0 105px;
    margin: 0 0 0em 0;
    font-size: 1em;
}

#timeline ul:last-child {
    margin-bottom: 0px;
}

/* #timeline ul:first-of-type:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #C5C5C5;
        border: 2px solid #FFFFFF;
		border-radius: 50%;
        position: absolute;
        left: 56px;
        top: 5px;
        z-index: 2;
} */

#timeline ul li, 
#timeline ul i {
    margin-top: 10px !important;
    margin-left: 1rem;
    /* color: #ffffff !important; */
}

#timeline ul i {
		margin-left: 0;
}
#timeline ul li:before {
    /* content: "◼ "; */
    /* margin-left: -2.1rem;
    padding-right: 1.2rem; */
    /* color: rgb(255, 255, 255) !important; */
}

#timeline ul li:not(:first-child) {
          margin-top: 2rem;  
}

/* COMPLIANZ */

#cmplz-document p {
	font-size: 1.2em;
	padding-bottom: 24px !important;
}

#cmplz-document h2 {
	font-size: 28px;
	padding-bottom: 10px;
}

#cmplz-document .cmplz-subtitle {
	font-size: 20px;
}

#cmplz-document ul {
	padding-bottom: 24px;
}

#cmplz-document ul li {
	font-size: 1.2em;
}

#cmplz-manage-consent-container {
	padding-bottom: 24px;
}

/* End of Stylesheet */