body {
	background-attachment: fixed;
	height: auto;
	width: 100%;
	margin: 0;
	background-image: url("img/liapades_background.jpg");	
	background-size: 100%;
	background-repeat: repeat;
	display: grid;
	place-items: center;
	backdrop-filter: blur(0.8px);
}

::-webkit-scrollbar {
	width: 1vw;
}

::-webkit-scrollbar-track {
	background-color: rgba(242, 238, 216, 0.85);
}

::-webkit-scrollbar-thumb {
	background-color: rgb(190, 190, 170);
	border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgb(133, 133, 119);	
}

/*^^^^^^^^^^^^^^^SCROLL^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
=========================================================================*/

.logo {	
	width: 20vw; 
	height: auto;
}

.container {
	max-width: 85%;
	width: 85%;
	justify-content: center;
}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	height: auto;
}

.window {
	border-radius: 2.5vw;
	border: solid rgba(158, 149, 125, 0.8);
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);	
	background-color: rgba(242, 238, 216, 0.85);
	margin: 1.4vw 0;
	box-sizing: border-box;	
	backdrop-filter: blur(1.5px);	
	height: auto;		
}

.nav-links {
	justify-content: space-between;
	display: inline-block;
	width: 100%;
	margin: 3vw;
	flex-wrap: wrap;
	text-align: left;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');
nav a {
	text-decoration: none;
	color: rgb(122, 103, 194);
	font-size: 1.4vw;
    font-family: 'Inter', sans-serif;
    margin: 5px 5px;
}

nav a:hover {
	color: blue;
	transition: color 0.5s;
}

/*^^^^^^^^^^HEADER^^^^^^^^^^^^HEADER^^^^^^^^^^^HEADER^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
==========================================================================*/

.fotos-block {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;	
	display: flex;
	white-space: nowrap;	
}

.inner_foto {
	width: 33.333%;
	height: auto;	
	border-right: 1px solid rgba(190, 190, 170, 0.5);
	border-left: 1px solid rgba(190, 190, 170, 0.5);
	box-sizing: border-box;
}

.carousel {
	display: flex;
	transition: transform 2s ease;
}


/*^^^^^^^^^^^^^^^^^^CAROUSEL^^^^^^^^^^^^^^^^^^^^^^^^^^^^CAROUSEL^^^^^^^^^^^^^^^^
================================================================================*/

.block1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.block1-fotos {
	display: flex;
	width: 	25%;
	flex-direction: column;
	justify-content: space-between;
}

.block1-fotos-inner {	
	overflow: hidden;
	display: flex;		
}

.block1-fotos-inner img{	
	width: 100%;
  	height: 100%;
 	 object-fit: cover;
}

.info-block {
	max-width: 70%;	
	font-size: 1.4vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.block1-text {
	width: 85%;
	font-family: 'Inter', sans-serif;
	margin: 15px 0;
	color: rgb(40, 40, 41);	
}

.block1 h1, h2, h3 {
	color: rgb(122, 103, 194);
	position: relative;
	left: -3%;
}

/*^^^^^^^^^^^^^^^^^^^^^BLOCK1^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
=========================================================================*/

.footer {
	border-radius: 35px 35px 0 0;
	border: solid rgba(23, 23, 23, 0.5);
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);	
	background-color: rgba(40, 40, 41, 0.95);
	margin: 15px 0 0 0;
	box-sizing: border-box;	
	backdrop-filter: blur(1.5px);	
	height: auto;
	display: flex;
	justify-content: space-around;
	font-size: 1.4vw;
	padding: 0 3%;
	color: rgb(214, 213, 210);
	font-family: 'Inter', sans-serif;
}

.daten-btn {
	text-decoration: none;	
	cursor: pointer;
	color: rgb(214, 213, 210);
}

.daten-btn:hover {
	text-decoration: underline;		
}


	