.header_h1 {
	padding: 250px 50px 100px;
}
.uk-navbar-nav a {
	font-size: 100% !important;
}
.wrap_slideshow_text {
	padding: 10px;
	width:auto;
}
.wrap_slideshow_text h2 {
	font-size:100%;
}
.wrap_slideshow_text p {
	font-size:85%;
}
.wrap_slideshow_window {
	width: 100%;
}
.wrap_slideshow_previous {
	margin: 0;
	background-color: rgb(0 188 212 / 75%);
	border-radius: 50%;
	top: inherit;
	bottom: 10px;
	right: calc(100% - 40px);
}
.wrap_slideshow_next {
	margin: 0;
	background-color: rgb(0 188 212 / 75%);
	border-radius: 50%;
	left: calc(100% - 40px);
	top: inherit;
	bottom: 10px;
}

