.maincontent {
    padding: 0;
    position: relative;
    max-width: 100%;
    border: 0;
}

.svc-banner {
	background-image: url(/imageserver/UserMedia/harthaus/hh-roof-banner.jpg);
}

#hero-logo {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 25px auto 15px;
}

.slideshow-title-wrapper {
	display: flex;
	flex-wrap: wrap-reverse;
	max-width: 850px;
	margin: auto;
	justify-content: center;
}

.slideshow-title {
	flex: 1 350px;
}

.slideshow-title-image {
	flex: 1 150px;
	text-align: center;
}

.title-logo {
	max-width: 160px;
	width: 100%;
	height: auto;
	margin: auto;
}

.slideshowwrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 25px 0px;
	gap: 50px;
	align-items: center;
	max-width: 95%;
	width: 100%;
}

.slideshow-col2 {
    width: 45%;

}


.slideshow-image {
    width: 350px;
    height: 350px;
    overflow: hidden;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.5s;
}


.item-list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
}

/* CSS for list items */
.item-list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    /* Default background color */
    border: solid 1px black;
    border-radius: 50%;
    margin-right: 5px;
    transition: background-color 0.5s;
}

/* CSS for active list item */
.item-list li.active::before {
    background-color: #476D92;
    /* Darkened background color */
    border-color: #476D92;
}

/* CSS for navigation arrows */
.nav-arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* CSS for arrow buttons */
.arrow-button {
    background-color: #476D92;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    height: 45px;
    width: 125px;
    margin: 5px;
}

.arrow-button:hover{
	transition: background-color 0.5s;
	background-color: #365472;
}

.roof-services-wrapper {
background: #fafafa;
padding-block: 25px;
}


@media(max-width: 992px) {
    .slideshow-col1 {
        padding: 25px;
    }

    .slideshow-col2 {
        width: 80%;
    }

    .slideshowwrapper {
        gap: 0px;
    }

}

.roofing-intro{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 2%;
}