/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2026 | 10:28:20 */
#masterframe_logo_click {
  	display: block;
	position:absolute;
	width:250px;
	height:70px;
	background-color:transparent;
	z-index:999;
	cursor:pointer;
}

div.elementskit-megamenu-panel ul{
	margin:0;
	padding:25px 0 0 15px;
}
div.elementskit-megamenu-panel ul li{
	/* font-size:1.2em; */
	margin:0 0 0 20px;
}


.collyno .widget {
	margin:0;
}
body{
	background:#fff;
}

.ulcontainer ul{
	margin: 15px 0 0 0px;
}
.ulcontainer ul li{
	padding: 0 0 20px 0;
}

#masterframe_social_icons{
	position:absolute;
	right:50px;
}

.colly .widget ul li:last-child,
.colly .widget ul li{
	margin:0;
	float:unset;
}
.colly .widget ul {
	list-style-type:disc;
}
#referenzenslider img {
  filter: grayscale(100%);
  opacity: 0.7;
}
#referenzenslider img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.volle_breite_div {
    left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw!important;
	position: relative!important;
	right: 50%;
	width: 100vw!important;
}