:root {
	--main-color: #015ca9;
}

* {
	/* font-family: sans-serif; */
}

#map {
    height: 100vh;
    max-width: 1239px;
    max-width: 100%;
    max-height: 820px;
    width: auto;
}

#map *{
    font-family: "Acumin W05 Regular", sans-serif !important;
}

#search-container {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 999;
	background-color: white;
	padding: 10px;
	height: auto;
	display: flex;
	flex-direction: column;
	max-width: 380px;
	width: 100%;
}

#search-container h4 {
	color: var(--main-color);
	font-size: 20px;
}

.card {
	margin: 10px auto;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #cecece;
}

.card:first-child {
	margin-top: 0;
	padding-top: 0;
}

.card.highlighted {
	background-color: yellow;
}

.card.selected {
	background-color: #e0e0e0;
}

.card h4 {
	margin: 0;
}

.card p {
	margin: 5px 0;
	padding: 0;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control {
	right: 0px !important;
}

.address,
.city,
.opentime1,
.opentime2 {
	font-size: 16px;
}

.opentime1 {
	margin-top: 20px !important;
	display: block;
}

span.buttons {
	margin-top: 10px;
	display: inline-block;
}

div#list-container {
	overflow: auto;
	position: absolute;
	top: 125px;
	bottom: 0;
	right: 0;
	left: 0;
}

div#map-wrapper {
	position: relative;
}

div#search-container-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 3px;
	flex-direction: row;
}

div#search-container-inner input {
	height: 50px;
	/* width: 320px;
     */
	display: block;
	width: 100%;
	padding: 10px 20px;
	line-height: 1.5;
	font-size: 20px;
	border: .0625rem solid #d8d8d8;
	border-radius: 5px;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(32, 33, 36, 0.47) !important;
	-webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(32, 33, 36, 0.47) !important;
	color: #002943 !important;
	-webkit-text-fill-color: #002943  !important;
	background: white !important;
}

div#search-container-inner input:hover, div#search-container-inner input::focus, div#search-container-inner input:active{
	background:#fff !important;
	background-color: #fff !important;
	/* box-shadow: 0 0 0px 1000px white inset !important; */
	color: #002943 !important;
	-webkit-text-fill-color: #002943 !important;
}
.circle_cluster {
	width: 28px;
	height: 28px;
	line-height: 25px;
	background: var(--main-color);
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-weight: 600;
	border: 1px solid black;
	font-size: 18px;
	font-weight: 500;
}

a.btn_popup {
	display: block;
	padding: 12px 10px 8px;
	border: 1.5px solid #015ca9;
	border-radius: 0;
	text-transform: none;
	vertical-align: middle;
	margin-top: 10px;
	background: #015ca9;
	width: fit-content;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	text-align: center;
}

a.btn-blau,
button.btn-blau {
	display: block;
	padding: 12px 10px 8px;
	border: 1.5px solid #015ca9;
	border-radius: 0;
	text-transform: none;
	vertical-align: middle;
	margin-top: 10px;
	background: #015ca9;
	width: fit-content;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
}

a.btn-white {
	display: inline-flex;
	padding: 12px 10px 8px;
	border: 1.5px solid #015ca9;
	border-radius: 0;
	text-transform: none;
	vertical-align: middle;
	background: #ffffff;
	width: fit-content;
	color: #015ca9 !important;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
}

button#search-button, button#search-button:active {
	position: absolute;
	right: 20px;
	border: none;
	background: no-repeat;
	height: 51px;
	display: inline-block;
	line-height: 0px;
	padding: 0;
	top: auto;
}

button#search-button img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

button#search-button img:hover {
	box-shadow: 0px 0px 4px 0px #c1c1c1;
}

input#search-input:focus {
	box-shadow: 0 0.0625rem 0.375rem 0 rgb(32 33 36 / 69%);
	outline: none;
}

.card .buttons a:hover {
    text-decoration:underline;
}

a.btn_popup:hover {
    color: #fff !important;
	text-decoration:underline;
}

.card svg {
	fill: var(--main-color);
	width: 18px;
	margin-right: 5px;
}

button#toggleButton {
	display: none;
}

#list-container {
	margin-top: 12px;
}

.title_card {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.title_card span {
    width: auto;
    line-height: 27px;
    white-space: nowrap;
}

.leaflet-popup-content {
    font-size: 13px;
    width: 150px !important;
}

input#search-input::-ms-input-placeholder {
  color: #979797 !important;
  opacity: 1;
}

input#search-input::placeholder {
  color: #979797 !important;
}

div#result_search_span {
    color: #e21222;
    font-size: 15px;
    line-height: 24px;
    margin-top: 3px;
    margin-left: 20px;
    font-style: italic;
}

select#location-type {
    height: 50px;
    /* width: 320px; */
    display: block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 20px;
    border: 0.0625rem solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(32, 33, 36, 0.47);
    color: #002943;
    margin-top: 12px;
}

button#myLocation {
    position: absolute;
    z-index: 999;
    width: 38px;
    padding: 3px 4px 0px 3px;
    right: 15px;
    top: auto;
    bottom: 15px;
}

button#myLocation[disabled] {
    position: absolute;
    z-index: 999;
    width: 38px;
    padding: 3px 4px 0px 3px;
    right: 15px;
    top: auto;
    bottom: 15px;
	background:#d2d2d2;
	border: 1px solid #d2d2d2;
}


a.btn-wg-whatsapp-item{
	display: inline-flex;
	align-items: center;
	gap: 8px; 
	padding-left: 32px; 
	background-image: url("https://www.wego-vti.de/wp-content/uploads/digital-glyph-green.svg");
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 16px 16px;
}

@media (min-width: 1011100px) {
	#search-container {
		position: relative;
		max-width: 100%;
		background: red;
		left: 0;
	}

	#map {
		max-width: 100% !important;
		width: 100%;
		height: auto;
		max-height: none;
	}

	#container_list {
		max-width: 100%;
		width: 100%;
		display: none;
	}

	#toggleButton {
		display: block;
	}
}
@media (min-width: 1000px) {
	#search-container{	
		display:block !important;
	}
}

@media (max-width: 1000px) {
	#toggleButton {
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-size: 20px;
		display: block !important;
		z-index: 9998;
		min-width: 80px;
		top: auto;
	}

	#list-container {
		overflow: auto;
		position: absolute;
		top: 70px;
		bottom: 0;
		right: 0;
		left: 0;
	}

	div#search-container {
		max-width: 100%;
		height: 700px;
		max-height: 90vh;
		position: initial;
		position: relative;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
	}

	#map {
		height: 900px;
		max-width: 1239px;
		max-height: 100vh;
		width: 100%;
		height: 700px;
		max-height: 90vh;
	}

	#search-container {
		display: none;
	}

	div#map-wrapper {
		padding: 0;
		margin: 0;
	}

	.leaflet-marker-icon {
		margin-left: -19px !important;
		margin-top: -38px !important;
		width: 38px !important;
		height: 38px !important;
		transform: translate3d(456px, 280px, 0px);
		z-index: 280;
		outline-style: none;
	}

	.circle_cluster {
		margin-top: 20px !important;
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}
	button#myLocation {
		position: absolute;
		z-index: 999;
		width: 43px;
		padding: 3px;
		right: 105px;
		top: auto;
		bottom: 20px;
		padding-bottom: 1px;
	}
}

@media (max-width: 500px) {
	.circle_cluster {
		margin-top: 20px !important;
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
	.leaflet-marker-icon {
		margin-left: -25px !important;
		margin-top: -50px !important;
		width: 50px !important;
		height: 50px !important;
		transform: translate3d(456px, 280px, 0px);
		z-index: 280;
		outline-style: none;
	}
	
}

a.social-link-icon-popup img {
    width: 40px;
    margin: 10px auto;
    display: block;
}

/*NEW CSS FILE*/
/* CTA */
.container-2col-lp a.cta-button.cta_wg{
	border-radius:10px!important;
}

.container-2col-lp-bg {
	background-color: #ffffff;
}

.container-2col-lp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px;
}

.container-2col-lp h2 {
	color: #002943;
}

.text-section {
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}

.cta-section-wg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cta-section-wg p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.cta-button-wg {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d12222;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.cta-button-wg:hover {
    background-color: #b81e1e;
}

.banner-disclamer-container .banner-disclamer {
    margin: 50px auto;
}

@media screen and (max-width: 768px) {
    .container-2col-lp {
        flex-direction: column;
        align-items: flex-start;
    }

    .text-section {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cta-section-wg {
        align-items: center;
        width: 100%;
    }

    .cta-button-wg {
        width: 100%;
        text-align: center;
    }
}




/*NEW CSS FILE*/


/* Call to Action Section*/
.container-wg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
}

.text-section {
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}

.cta-section-wg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cta-section-wg p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.cta-button-wg {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d12222;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.cta-button-wg:hover {
    background-color: #b81e1e;
}

@media screen and (max-width: 768px) {
    .container-wg {
        flex-direction: column;
        align-items: flex-start;
    }

    .text-section {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cta-section-wg {
        align-items: center;
        width: 100%;
    }

    .cta-button-wg {
        width: 100%;
        text-align: center;
    }
}

/* Icons Section*/
.icons-container-bg{
	background: #ffffff;
	padding: 50px 0 30px;
}
.wg-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.wg-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 164px;
    margin: 20px;
}

.wg-icon {
    /* width: 50px; */
    height: 50px;
    margin-bottom: 10px;
}

.wg-feature p {
    font-size: 14px;
    color: #002943;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .wg-container {
        flex-direction: column;
        align-items: center;
    }

    .wg-feature {
        width: 80%;
        margin: 10px 0;
    }
}


/* Grid Section */
.wg-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    padding: 20px;
    max-width: 100%; 
    margin: 0 auto;
    box-sizing: border-box; 
    overflow: hidden; 
}

.wg-grid-container-bg {
    background: #cad9e0;
    padding: 50px 0;
    margin-bottom: -33px;
}

.wg-grid-item {
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; 
    width: 100%;  
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.wg-grid-container-bg h2 {
    color: #003b5a;
}

.wg-grid-item p {
    margin-top: 20px;
    font-size: 14px;
    color: #002943;
    position: relative;
    display: inline-block;
    line-height: 1.5;
    transition: margin-right 0.3s; 
    font-weight: 700;
}

.wg-grid-icon {
    width: 100%;   
    max-height: 100px;  
    height: auto;
    object-fit: contain; 
}

.wg-grid-item p::after {
    content: '➔';
    margin-left: 10px;   
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateX(-10px);
}

.wg-grid-container a:hover {
    text-decoration: none;
}

.wg-grid-item:hover p {
    margin-right: 20px; 
}

.wg-grid-item:hover p::after {
    opacity: 1;
    transform: translateX(0);
}

.wg-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 12px 1px #00294334;
    background: #e5ecf0;
}

@media screen and (min-width: 769px) {
    .wg-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .wg-grid-container {
        grid-template-columns: repeat(2, 1fr); /* Cambia a 2 columnas en pantallas pequeñas */
        padding: 10px;
    }

    .wg-grid-item {
        padding: 10px;
    }

    .wg-grid-item p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .wg-grid-container {
        grid-template-columns: 1fr; /* 1 columna en pantallas muy pequeñas */
        gap: 10px;
    }

    .wg-grid-item {
        padding: 10px;
    }
}



.layout-home__main-slider picture {
    padding-top: 35px;
    padding-bottom: 35px;
}

.col-12.col-md-12.col-xl-6.layout-home__main-slider {
    text-align: center;
}


/* wego Gewinnspiel */
.promotion-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 40px; */
    /* max-width: 1200px; */
    margin: 0 auto;
}

.promo-container-bg{
    background-color: #cad9e0;
    padding: 35px 0;
}

.promotion-left {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-container-bg p {
	color: #002943;
}

.promotional-image {
    /* width: 625px; */
    /* height: 625px; */
    /* object-fit: contain; */
    max-width: 500px;
    margin: auto;
}

.promotion-right {
    flex: 1;
    padding: 20px;
    max-width: 740px;
	
}

.promotion-right h2 {
    color: #002943;
    font-size: 32px;
    margin-bottom: 20px;
}

.promotion-right p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.prizes-list {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 45px;
}

.prizes-list li {
    font-size: 18px;
    color: #002943;
    margin-bottom: 15px;
    position: relative;
}

.prizes-list p {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.prizes-list .number-element {
    color: #003b5a;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    /* margin: auto; */
    padding: 0px 5px;
    text-align: center;
    box-shadow: #003b5a 2px 2px 0px 0px;
    position: absolute;
    left: -45px;
}

}
.prizes-list .number-element span {
    font-size: 15px;
}

.register-button {
    background-color: #e30613;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.register-button:hover {
    background-color: #d00206;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .promotion-container {
        flex-direction: column;
        align-items: center;
    }

    .promotion-left {
        margin-bottom: 20px;
    }

    .promotional-image {
        width: 100%;
        height: auto;
    }

    .promotion-right {
        max-width: 100%;
    }
}

/* Slider Landingpage */
.slider-lp-bg{
	background: #A7BFCC;
}


/* Newsletter Section*/
.newsletter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.newsletter-container-bg{
	background: #ededed;
}

.newsletter-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-image {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.newsletter-right {
    flex: 2;
    padding-left: 30px;
}

.newsletter-right h2 {
    font-size: 28px;
    color: #002943;
    margin-bottom: 20px;
}

.newsletter-right p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.newsletter-right strong {
    font-weight: bold;
}

.newsletter-container img.newsletter-image {
    margin: auto;
    display: block;
}

.blue-wg-btn {
    background-color: #003b5a;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.blue-wg-btn:hover, .blue-wg-btn:active, .blue-wg-btn:focus {
    background-color: #002d48;
    text-decoration: none;
    border: none;
}

@media screen and (max-width: 768px) {

    .newsletter-left {
        margin-bottom: 20px;
    }

    .newsletter-right {
        padding-left: 0;
    }

    .newsletter-right h2 {
        text-align: center;
    }

    .newsletter-right p {
        text-align: center;
    }

    .blue-wg-btn {
        display: table;
        margin: 0 auto;
    }
	.newsletter-container img.newsletter-image {
		margin-bottom: 30px;
	}
}

/* Standorte Section*/
.location-container {
    display: flex;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    /* width: 200px; */
}

.location-container-bg {
    background: #cad9e0;
}

.location-extra-before {
    height: 70px;
    background: white;
    width: 100%;
    margin-top: -33px;
}

.location-left {
    /* flex: 1; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 200px;
}

.location-image {
    width: 200px;
    height: auto;
    object-fit: contain;
}
.location-left img {
    max-width: 150px;
}

.location-right {
    flex: 2;
    padding-left: 30px;
}

.location-right h2 {
    font-size: 28px;
    color: #002943;
    margin-bottom: 20px;
}

.location-right p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.location-right strong {
    font-weight: bold;
}

.btn-wg-whatsapp-standort {
    margin-top: -3px;
    width: 25px;
    margin-right: 3px;
}

@media screen and (max-width: 768px) {
    .location-container {
        flex-direction: column;
        padding: 20px;
    }

    .location-left {
        margin-bottom: 20px;
        text-align: center;
    }

    .location-right {
        padding-left: 0;
    }

    .location-right h2 {
        text-align: center;
    }

    .location-right p {
        text-align: center;
    }

}

/* Video Section */

.video-container {
    width: 100%;
    height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    !i;!;
}

.separator {
    
}



.video-background {
    position: relative;
    z-index: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video-element-container {
    max-width: 720px;
    width: 100%; */
;
    box-shadow: #003b5a 7px 7px;
}

.video-element {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    width: 100%; 
}

.video-element iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
	.video-container {
		height: 280px;
	}
}

/*Slider*/

.container-bg-fff{
	background:#ffffff;
}

a.register-button.btn-solo {
    margin: 40px auto 50px;
}

a.aktion-slider-btn {
    margin-top: 15px !important;
    display: inline-block;
    float: right;
}

@media screen and (max-width: 480px) {
	h2 {
		line-height: 28px;
		font-size: 26px !important;
	}
}

/* DEV Video */
    .video-container1 {
      /*position: relative;
      width: 720px;
      height: 405px;*/
      display: inline-block;
    }

    #videoToggle {
      display: none;
    }

    .video-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.wego-vti.de/wp-content/uploads/video-preview.jpg') no-repeat center center;
      background-size: cover;
      cursor: pointer;
      z-index: 2;
    }

    .video-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: none;
    }

    #videoToggle:checked ~ .video-thumbnail {
      display: none;
    }

    #videoToggle:checked ~ .video-iframe {
      display: block;
    }


/*Sortiment*/
	.bg-element-wg-light-blue {
		background: #a7bfcc;
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.bg-element-wg-light-blue * {
		color: #ffffff;
	}
	.bg-element-wg-light-grey {
		background: #ededed;
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.bg-element-wg-white {
		background: #ffffff;
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	/*.container{
		max-width: 1300px;
		margin: auto;
	}*/
	.bg-element-wg-trockenbau {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-trockenbau.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}
	.bg-element-wg-technische-isolierung{
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-techniso.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-bauelemente {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-bauelemente.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-fuer-industriepartner {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-bauelemente.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}


	.bg-element-wg-bodensysteme {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-bodensysteme.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-werkzeuge {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-werkzeuge.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}



	.bg-element-wg-sortiment {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-uebersicht.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-fassade {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-fassade.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-brandschutz {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-brandschutz.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}
	.bg-element-wg-services {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-service-uebersicht.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-ueber-uns {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-uebersicht.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}
	.bg-element-wg-leitbild {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-leitbild.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}
	.bg-element-wg-verbaende-und-partner {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-partner.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-berichte {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-trockenbau.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-daemmstoffe {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-sortiment-dach.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-baustoffe-und-beratung {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-service-baustoffe.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-historie {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-historie.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-arbeitssicherheit {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-sicherheit.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-broschuere {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/ma-23-187-slider-neu-1920x450px-v16.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-referenzen {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-referenzen.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-downloads {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-referenzen.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-preiserhoehungen {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-ueberuns-referenzen.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}

	.bg-element-wg-fuhrpark-und-logistik {
		background-image: url("https://www.wego-vti.de/wp-content/uploads/header-service-fuhrpark.jpg");
		height: 450px;
		background-size: cover;
		background-position: center;
	}


.testimonial-element-card img,.testimonial-element-card h3 {
    margin-bottom: 15px;
}

img.icon-img.icon-download {
    height: 220px;
    display: block;
    box-shadow: 1px 1px 9px 0px #565656;
    margin: 20px auto;
}

.row.icons-row.downloads-preview-container, .row.icons-row.fuer-industriepartner-preview-container {
    text-align: center;
}

.row.icons-row.downloads-preview-container h4, .row.icons-row.fuer-industriepartner-preview-container h4 {
    margin-bottom: 50px;
}

	a.sortiment-btn {
		background: #002d48;
		padding: 20px;
		background-color: #002943;
		font-size: 18px;
		line-height: 1;
		text-align: center;
		color: #fff;
		font-weight: unset;
		border-radius: 0;
		text-decoration: none;
		display: inline-block;
	}

	a.sortiment-btn:hover {
		background: #a7bfcc;
	}

	.header-img-services .container {
		display: flex;
		align-items: center;
		/* justify-content: center; */
		height: 100%;
	}
	
	.header-img-services-inner h1 {
		font-size: 48px;
		line-height: 60px;
	}


	.header-img-services-inner span {
		font-size: 36px;
		line-height: 45px;
	}
	
	.header-img-services-inner {
		/* text-align: center; */
		color: white;
	}

	.sortiment-element-card-container{
		/* max-width: 1200px; */
		margin: auto;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
		gap: 20px;
		/* padding: 20px; */
	}

	.sortiment-element-card {
		/* background-color: #f5f5f5; */
		/* border: 1px solid #ddd; */
		/* border-radius: 8px; */
		padding: 15px;
		/* text-align: center; */
		/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
		display: flex;
		flex-direction: column;
		height: 100%;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
		align-items: flex-start;
		/* justify-content: space-between; */
		text-align: left;
	}

	.sortiment-element-card img {
		width: 100%;
		height: auto;
		/* border-radius: 8px; */
	}

	.sortiment-element-card h2 {
		font-size: 1.5em;
		margin: 10px 0;
	}

.bg-element-wg-light-blue.zb-section p {
    line-height: 30px;
    font-size: 22px;
}

.container.sortiment-element-card-container p, .bg-element-wg-light-grey.intro-section-wrap p {
    font-size: 18px;
}


.icon-highlights-container * {
    display: block;
    text-align: center;
    margin: auto;
}
.icon-highlights-container {
    margin-top: 20px;
}

.icon-highlights-container span {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
	.sortiment-element-card p {
		font-size: 1em;
		color: #555;
	}
	
	.icons-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px;
	}

	.icon-element {
		flex: 1 1 calc(25% - 20px); /* Ocupa el 25% del contenedor menos el espacio del gap */
		box-sizing: border-box;
		text-align: center;
	}

	.icon-element img {
		max-width: 100%;
		height: auto;
	}

	.icon-element span {
		display: block;
		margin-top: 10px;
		font-size: 1rem;
	}

	@media (max-width: 1024px) {
		.icon-element {
			flex: 1 1 calc(50% - 20px); /* Dos elementos por fila en pantallas medianas */
		}
	}

	@media (max-width: 600px) {
		.icon-element {
			flex: 1 1 100%; /* Un elemento por fila en pantallas pequeñas */
		}
	}

	.container-wg-10 {
		width: 10%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-20 {
		width: 20%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-25 {
		width: 25%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-30 {
		width: 30%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-33 {
		width: 33%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-40 {
		width: 40%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-50 {
		width: 50%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-60 {
		width: 60%;
		display: inline-block;
		float: left;
	}

	.container-wg-66 {
		width: 66%;
		display: inline-block;
		float: left;
	}

	.container-wg-70 {
		width: 70%;
		display: inline-block;
		float: left;
	}

	.container-wg-75 {
		width: 75%;
		display: inline-block;
		float: left;
	}
	
	.container-wg-80 {
		width: 80%;
		display: inline-block;
		float: left;
	}

	.container-wg-90 {
		width: 90%;
		display: inline-block;
		float: left;
	}

	.sortiment-wrap p {
	    font-size: 17px;
	}
	
	span.card-title-img {
	    font-size: 28px;
	    font-weight: 700;
	    display: inline-block;
	}
	
	.sortiment-element-card img {
	    margin: 10px auto;
	}
	
	span.zb-title {
	    font-size: 48px;
	    font-weight: 700;
	}
	
	.zb-section .col-lg-5 {
		display: flex;
		align-items: center;
	}
	.zb-section img {
		max-height: 100%;
		width: auto;
		margin: 0 auto;
	}
	
	.fragen-sie-uns-section h3, .logistik-section h3, .features-section h3 {
	    font-size: 38px;
	    line-height: 72px;
	}
	
	.fragen-sie-uns-section a.blue-wg-btn, .logistik-section a.blue-wg-btn, .features-section a.blue-wg-btn{
		margin-top: 10px;
		display: inline-block;
	}

	.features-section .icon-element span {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		margin-top: 30px;
	}

	.features-section h3 {
		margin-bottom: 25px;
	}

	.features-section .newsletter-container {
		margin-top: 100px;
	}

	.newsletter-left {
		text-align: center;
	}
@media screen and (max-width: 1024px) {

	span.zb-title {
		font-size: 28px;
		font-weight: 700;
	}
	.fragen-sie-uns-section h3, .logistik-section h3, .features-section h3 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media screen and (max-width: 768px) {
.header-img-services-inner h1 {
    font-size: 28px;
    line-height: 40px;
}
	    .newsletter-container {
		margin: auto;
        flex-direction: column;
        padding: 50px  20px;
    }
	
	
	
	
	.container-ref-related-post p:last-child {
    margin: 10px auto 20px;
}
	
	.ueber-uns-element-card img {
    display: block;
}

.ueber-uns-element-card {
    margin-top: 30px;
}

}
	    .newsletter-container {
		margin: auto;
        padding: 50px 20px;
    }


.testimonial-row {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-row .col-lg-4,
.testimonial-row .col-md-6,
.testimonial-row .col-12 {
  display: flex;
}

.testimonial-element-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.testimonial-element-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}



.wg-about-us-timeline {
            position: relative;
            /* max-width: 800px; */
            margin: auto;
            padding-top: 20px;
        }
        .wg-about-us-timeline::after {
            content: '';
            position: absolute;
            width: 1px;
            background-color: #C6C7C6;
            top: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

		.wg-about-us-timeline-item:nth-child(even):after {
			left:-13px;
		}

		.wg-about-us-timeline-item:nth-child(odd):after {
			right: -13px;
		}


        .wg-about-us-timeline-item {
            position: relative;
            width: 50%;
            padding: 20px 30px;
            box-sizing: border-box;
            margin-bottom: 15px;
        }
        .wg-about-us-timeline-item::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            background-color: #C6C7C6;
            border-radius: 50%;
            top: 20px;
        }
        .wg-about-us-timeline-item:nth-child(even) {
            left: 50%;
        }
        .wg-about-us-timeline-item:nth-child(odd) {
            left: 0;
        }
        .wg-about-us-timeline-item img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .wg-about-us-timeline-item .wg-about-us-timeline-date {
            font-weight: bold;
            margin: 10px 0 5px;
            font-size: 18px;
        }

.referenzen-element-card-container {
    max-width: 1200px;
}

.row.icons-text-container-row .col-12 {
    text-align: center;
}

.bg-element-wg-light-grey.wg-vti-ueber-uns-section.features-section img {
    max-width: 200px;
}

.row.icons-text-container-row img {
    max-height: 110px;
    margin: 20px auto;
}

.row.icons-text-container-row-icons {
    margin-bottom: 30px;
}

.row.services-info-50 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.row.services-info-50 h2 {
    margin-bottom: 25px;
}

.broschuere-container-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.broschuere-container-embed iframe, .broschuere-container-embed object, .broschuere-container-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.row.icons-row {
    text-align: center;
}

.row.icons-row img {
    margin: 20px auto;
}

.row.icons-row h4 {
    max-width: 80%;
    margin: auto;
}

.row.icons-row.icons-text-container-row + .blue-wg-btn {
    margin-top: 50px;
    display: inline-block;
}

h3.bewerbung-title-h3 {
    line-height: 52px;
    margin-bottom: 15px;
}

.container.leitbild-element-card-container h2 {
    margin-top: 25px;
}

.leitbild-h3 {
	margin-bottom: 20px;
}

.referenzen-item-container-header h1 {
    margin-bottom: 25px;
}

.referenzen-item-container-header img {
    margin-top: 10px;
    margin-bottom: 30px;
}
.referenzen-item-container-header h4 {
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 10px; */
}

.referenzen-item-container-header .col-lg-4.col-md-6.col-12 {
    text-align: center;
    margin-top: 20px;
}

.referenzen-item-container-header .icon-ref {
    margin: 15px 0;
}

.container-ref-related-post img {
    margin: 12px 0px;
}

.container-ref-related-post .col-lg-4.col-md-6.col-12 {
    margin-bottom: 40px;
}

.container-ref-related-post p:last-child {
  margin-top: auto; 
}

.container-ref-related-post .row {
  display: flex;
  flex-wrap: wrap;
}

.container-ref-related-post .col-lg-4,
.container-ref-related-post .col-md-6,
.container-ref-related-post .col-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.container-ref-related-post .blue-wg-btn {
  margin-top: auto; 
}



.referenzen-item-container-header .col-lg-4.col-md-6.col-12 p {
    max-width: 250px;
    margin: auto;
}

.referenzen-page h2 {
    margin-bottom: 15px;
}

.referenz-element-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.referenz-element-card p:last-of-type {
    margin-top: auto; 
    display: inline-block;
}

.referenz-element-card .blue-wg-btn {
    display: inline-block;
    text-decoration: none;
}

.referenz-element-card h3 {
    margin-bottom: 15px;
}

.row.referenz-element-card-full-width h3 {
    margin: 15px auto;
}

.row.referenz-element-card-full-width {
    margin-top: 20px;
}


.sortiment_location_div_page ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.sortiment_location_div_page ul li {
    margin-bottom: 15px;
    list-style-image: url(https://www.wego-vti.de/wp-content/uploads/icon-check-blue.svg);
    margin-left: 30px;
}

.location-services.row .col-md, .container.payments.row .col-md, .container.near-locations.row .col-md {
    text-align: center;
}

.container.near-locations.row .col-md {
    color: #a7bfcc;
    font-size: 24px;
    line-height: 32px;
    margin: 20px auto;
}

.contact-info-first-block {
    margin-top: 50px;
}

p.small-text-contact {
    font-size: 13px;
    line-height: 10px;
}


.section-location-sub {
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
	}

.arbeitssicherheit-50-col {
	margin-bottom:30px;
}

.bg-element-wg-light-grey {
    background: #ededed;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-page-info span {
    display: block;
    margin-bottom: 15px;
}

.ueber-uns-element-card img {
    display: block;
}

.sortiment-wrap + .background-base.my-7 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	padding-top: 30px !important;
	padding-bottom: 40px !important;
}

/*.container-iframe { 
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} */

.container-iframe {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	max-width: 800px;
	/* float: none; */
	/* display: table; */
	margin: auto;
} 

.container-iframe iframe, .container-iframe object, .container-iframe embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.container-expertenmesse p {
    max-width: 900px;
}

.container-expertenmesse h3 {
    margin-top:30px;
}

.container-expertenmesse .container-iframe{
    padding-bottom: 55%;
    
}

.container-expertenmesse .blue-wg-btn{
	margin-bottom:30px;
}

.container-expertenmesse h2 {
	margin-bottom: 40px !important;
}

.container-expertenmesse img {
    margin-bottom: 35px;
}


@media screen and (max-width: 401px) {
    .container-expertenmesse .container-iframe {
        padding-bottom: 145%;
    }
}
@media screen and (min-width: 402px) and (max-width: 768px) {
    .container-expertenmesse .container-iframe {
        padding-bottom: 135%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .container-expertenmesse .container-iframe {
        padding-bottom: 82%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .container-expertenmesse .container-iframe {
        padding-bottom: 68%;
    }
}

.container-expertenmesse .video-element-container {
    max-width: 800px;
    width: 100%;
    box-shadow: #003b5a 7px 7px;
}

.img-aktuelles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 30px auto;
    
}

.img-aktuelles-row .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.img-aktuelles-row img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.img-aktuelles-row span {
    margin-top: 10px;
    display: block;
}

.img-aktuelles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 30px auto;
    
}

.img-aktuelles-row .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.img-aktuelles-row img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.img-aktuelles-row span {
    margin-top: 10px;
    display: block;
}



<!-- Banner Niederlassung-->
 .layout-home__main-slider img  {
    padding-bottom: 50px !important;
}

// Slider

.container-teaser-slider-homepage iframe {
    height: 525px;
}

.wg_sp_slider-container {
	position: relative;
	max-width: 1600px;
	margin: auto;
	overflow: hidden;
	height: 537px;
}

.wg_sp_slider-content {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.wg_sp_slide {
	min-width: 100%;
	box-sizing: border-box;
}

.wg_sp_slide img {
	/* width: 100%; */
	/* height: 100%; */
	/* display: block; */
	/* max-width: 100%; */
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wg_sp_slider-prev,
.wg_sp_slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
	user-select: none;
}

.wg_sp_slider-prev {
	left: 10px;
}

.wg_sp_slider-next {
	right: 10px;
}

.wg_sp_dots-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.wg_sp_dot {
	margin: 0;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	padding: 6px;
	margin-right: 20px;
	border-radius: 50%;
	background: #003b5a6b;
}

.wg_sp_dot.active {
	background-color: #003b5a;
}

.wg_sp_dot.active .wg_sp_dot-label {
	color: #ffffff;
	font-weight: 400;
}

.wg_sp_dot.active {
	padding: 9px;
	margin-bottom: -3px;
}

.wg_sp_dot-label {
	color: #003b5a;
	font-size: 14px;
	margin-left: 5px;
	font-weight: 700;
}

.wg_sp_slider-container .img-content {
	flex: 0 1 60%;
	/* width: 500px; */
	/* height: 500px; */
	/* object-fit: cover; */
	/* object-position: 25% 25%; */
	position: relative;
	width: 100%;
	height: 499px;
	padding-top: calc(100% * (100 / 300));
}

.wg_sp_slider-container .slider-content {
	flex: 0 1 40%;
	color: #ffffff;
}

.wg_sp_slider-container .text-content {
	background: rgb(255 255 255 / 80%);
	position: absolute;
	left: calc(50% - 100px);
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
	max-width: 750px;
	color: #002943;
}

.wg_sp_slider-container .text-content h3 {
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 35px;
	font-weight: 700;
}

.wg_sp_slider-container .text-content p {
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #002943;
}

.wg_sp_slider-container .slider-container {
	display: flex;
}

.wg_sp_dots-container {
	z-index: 10;
	position: absolute;
	bottom: 40px;
	left: calc(60% + 30px);
	width: 230px;
}


 .wg_sp_slider-container  .img-content-full img {
	 max-width: 100%;
	 height: auto;
	 display: flex;
	 margin: auto;
	 align-items: center;
	 justify-content: center;
	 align-content: center;
	 /* position: relative; */
	 /* top: 60px; */
}

.wg_sp_slider-container .img-content-full {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
}

.wg_sp_slider-container img.mobile_format {
    display: none;
}


@media only screen and (max-width: 1024px) {

	.wg_sp_dots-container {
		display: none !important;
	}

	.wg_sp_slider-container {
		position: relative;
		max-width: 1600px;
		margin: auto;
		overflow: hidden;
		height: 500px;
	}

	.container-teaser-slider-homepage .slider-container {
		height: 430px;
	}

	.wg_sp_slider-container .slider-content {
		flex: 0 1 30%;
		color: #ffffff;
	}
	
}

@media only screen and (max-width: 768px) {
	.wg_sp_slider-container .img-content {
		/* flex: 1; */
		width: 100%;
		height: 320px;
	}



	.wg_sp_slider-container .slider-container {
		display: flex;
		flex-direction: column;
	}

    .wg_sp_slider-container .text-content {
        width: 100%;
        left: 0;
        top: 315px;
        bottom: 0;
    }

	.wg_sp_slider-container .text-content p {
		font-size: 17px !important;
		line-height: 19px;
	}

	.wg_sp_slider-container .text-content h3 {
		font-size: 32px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 600px){
 .wg_sp_slider-container .text-content {
	width: 100%;
	left: 0;
	top: 250px;
	bottom: 0;
}

.wg_sp_slider-container .img-content img {
                position: absolute;
                top: 0;
                width: 100%;
                height: auto;
                object-fit: cover;
            }

.wg_sp_slider-container .wg_sp_dots-container {
	display: none;
}
.wg_sp_slider-container img.mobile_format {
                display: block;
                top: 0;
                bottom: 0;
                width: auto;
                left: 0;
                right: 0;
                margin-top: 0;
            }

.wg_sp_slider-container img.desktop_format {
    display: none;
}

}

@media only screen and (max-width: 500px) {
.wg_sp_slider-container .img-content {
	height: 200px;
	display: block;
	position: absolute;
}

.wg_sp_slider-container .text-content {
	height: 300px;
	top: 300px;
}
	
.mb-4.d-flex.gap-2.btn-wg-whatsapp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-wg-whatsapp-container a.btn.btn-wg-whatsapp.blue-wg-btn {
    width: 170px;
    text-align: center;
}
}



//Slider END


// START New Price Update Section START
.wg-pv-table th,
.wg-pv-table td {
	min-height: 60px;
	vertical-align: middle;
	white-space: nowrap;
}

tr.table-primary.wg-pv-month-row td strong {
    display: inline-block;
    margin-top: 40px;
    display: block;
    font-size: 1.1rem;
    background-color: #cfe2ff !important;
    padding: 10px;
}

.wg-pv-header-row th {
	background-color: #f8f9fa;
	font-weight: bold;
	padding: 5px 0;
}

.wg-pv-table td {
    padding: 5px 0px;
}

tr.table-primary.wg-pv-month-row td {
 padding: 0;
}
	
table.table.table-bordered.wg-pv-table.mb-0 {
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 768px) {
	.wg-pv-table-wrapper {
		overflow-x: auto;
	}

	.wg-pv-table th,
	.wg-pv-table td {
		font-size: 0.875rem;
	}
}
// END Price Update Section END

