html{
	scroll-behavior:smooth;
    overflow-x:overlay;
	-webkit-user-select:none;
  	-ms-user-select:none;
  	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color: #f6f6f6;
	scrollbar-gutter: stable;
}
body{
	font-family:Montserrat;
	background-color: #f6f6f6;
	/* background-image: url("background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode:color-burn; */
	color: #f6f6f6;
	margin:0;
    font-size:16pt;
	padding-bottom: 7vh;
}
header{
	background-color:#950e30;
	color:#f6f6f6;
	width:100%;
    height: 7vh;
	font-size:3vh;
	text-align:right;
	z-index: 21;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 7vh;
    padding-right: 1vh;
}
#header_logo{
    height: 5vh;
    margin: 1vh;
    float: left;
}
a:link,a:visited{
	font-family:Montserrat;
	color:#f6f6f6;
	text-decoration:none;
	font-size:16pt;
}
a:active,a:hover{
	font-family:Montserrat;
	color:#191c23;
	text-decoration:none;
	font-size:16pt;
}
p a:link{
    color:#191c23;
}
p a:visited{
    color:#191c23;
}
p a:active{
    color:#950e30;
}
p a:hover{
    color:#950e30;
}
footer p a:link{
    color: #f6f6f6;
}
footer p a:visited{
    color: #f6f6f6;
}
.strzalki{
	position:absolute;
	top: 60vh;
	left:50%;
	right:50%;
	transform:translate(-50%,-50%);
}
.strzalki span{
	display:block;
	width:30px;
	height:30px;
	border-bottom:6px solid #f6f6f6;
	border-right:6px solid #f6f6f6;
	transform:rotate(45deg);
	animation:arrow-load 2s infinite;
}
.strzalki span:nth-child(1){
	animation-delay: -0.4s;
}
.strzalki span:nth-child(2){
	animation-delay: -0.2s;
}
@keyframes arrow-load{
	0%{
		opacity:0;
		transform:rotate(45deg) translate(0px,0px);
	}
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		transform:rotate(45deg) translate(40px,40px);
	}
}
.turntable {
	display: inline-block;
	margin: 0px;
}
.turntable ul {
	padding: 0px;
	margin: 0px;
}
.turntable ul li {
	list-style-type: none;
	display: none;
}
.turntable ul li img {
	width: 100%;
}
.turntable ul li.active {
	display: block;
}
h1{
	color: #191c23;
	display: flex;
	justify-content: space-between;
}
.symbol{
	display: inline-block;
	height: 1em;
}
footer{
	background-color:#950e30;
	color:#f6f6f6;
	width:100%;
    height: 7vh;
    font-size: 3vh;
    line-height: 1vh;
	text-align:center;
	z-index: 21;
    position: fixed;
    left: 0;
    bottom: 0;
}
.timeline{
	position:relative;
	max-width:1200px;
	margin:0 auto;
}
.timeline::after{
	content:'';
	position:absolute;
	width:6px;
	background-color:#950e30;
	top:0;
	bottom:0;
	left:50%;
	margin-left:-3px;
	-webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
}
.container{
	padding:9px 39px;
	position:relative;
	background-color:inherit;
	border-radius: 6px;
	width:50%;
}
.container::after{
	content:'';
	position:absolute;
	width:25px;
	height:25px;
	right:-18px;
	background-color:#950e30;
	border:6px solid #950e30;
	border-radius: 4px;
	-webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	top:15px;
	z-index:1;
}
.left{
	left:0;
}
.right{
	left:50%;
}
.left::before{
	content:" ";
	height:0;
	position:absolute;
	top:14px;
	width:0;
	z-index:1;
	right:25px;
	border:medium solid #950e30;
	border-width:20px 0 20px 20px;
	border-radius: 6px;
	border-color:transparent transparent transparent #950e30;
}
.right::before{
	content:" ";
	height:0;
	position:absolute;
	top:14px;
	width:0;
	z-index:1;
	left:25px;
	border:medium solid #950e30;
	border-width:20px 20px 20px 0;
	border-radius: 6px;
	border-color:transparent #950e30 transparent transparent;
}
.right::after {
	left:-18px;
}
.content{
	padding:2vh 5vh 2vh 5vh;
	border-radius: 4px;
	-webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	background-color:#950e30;
	position:relative;
    text-align: left;
	font-family:Montserrat;
	color:#f6f6f6;
}
.lang_1{
	position:fixed;
	height:7vh;
	right: 0;
	top: 7vh;
	z-index: 10;
}
.lang_2{
	position:fixed;
	height:7vh;
	right: 7vh;
	top: 7vh;
	z-index: 10;
}
h2{
    color: #950e30;
}
.content h2{
    color: #f6f6f6;
}
@media screen and (max-width: 700px){
    .timeline::after{
		left:32px;
	}
	.container{
		width:100%;
		padding-left:69px;
		padding-right:24px;
	}
	.container::before{
		left:60px;
		border:medium solid #950e30;
		border-width:20px 20px 20px 0;
		border-color:transparent #950e30 transparent transparent;
	}
	.left::after, .right::after{
		left:13px;
	}
	.right {
		left:0%;
	}
}
@media screen and (hover: none) and (pointer: coarse){
    .timeline::after{
		left:32px;
	}
	.container{
		width:100%;
		padding-left:69px;
		padding-right:24px;
	}
	.container::before{
		left:60px;
		border:medium solid #950e30;
		border-width:20px 20px 20px 0;
		border-color:transparent #950e30 transparent transparent;
	}
	.left::after, .right::after{
		left:13px;
	}
	.right {
		left:0%;
	}
}
*::-webkit-scrollbar {
    margin:7vh;
	height: 16px;
	width: 16px;
	padding: 5px;
	background-color: #ffffff00;
	position: fixed;
  }
  *::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	box-shadow: inset 0px 0px 16px -10px rgba(66, 68, 90, 1);
	z-index: -1;
  }
  *::-webkit-scrollbar-thumb {
	min-height: 7vh;
	background-color: #191c23;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1;
  }
  *::-webkit-scrollbar-thumb:hover {
	background-color: #950e30;
  }
  *::-webkit-scrollbar-thumb:active {
	background-color: #950e30;
  }
img{
	user-select:none;
	-moz-user-select:none;
	-webkit-user-drag:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-webkit-touch-callout:none;
}
hr{
	border: 3px solid #950e30;
	width: 100%;
}
#menu{
    margin-top: 9vh;
    height: 82vh;
    background-repeat:no-repeat;
    background-position:center;
    color:#f6f6f6;
    background-image:url("BOR.jpg");
    background-size:cover;
    text-align:center;
    float:center;
    position:static;
}
#nazwa{
    top: 41vh;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.part{
	height:auto;
	z-index:-9;
	-webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
    padding: 5%;
	margin: 0% 1% 2.5% 1%;
    text-align:justify;
    border-radius: 16px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
    color: #191c23;
	/*border: 1px solid rgba(255, 255, 255, 0.3);*/
}
.part h1{
    text-align: left;
}
*{
	box-sizing:border-box;
}
.responsive{
	padding:0 6px;
	margin-top:15px;
	float:left;
	width:49.99999%;
}
@media only screen and (max-width: 700px){
	.responsive{
		width:49.99999%;
		margin:6px 0;
	}
}
@media only screen and (hover: none) and (pointer: coarse){
	.responsive{
		width:99%;
		margin:6px 0;
	}
}
@media only screen and (max-width: 500px){
	.responsive{
		width:99%;
		margin:6px 0;
	}
}
#logo{
	width:100%;
}
.gallery img{
    padding:0px;
	object-fit:cover;
	width:100%;
	aspect-ratio: 16/9;
	border-radius:4px;
	-webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
	transition: .2s;
}
#foto_open{
	visibility: hidden;
	position: fixed;
	z-index: 20;
}
.image_full{
	margin:0px;
    padding:0px;
	object-fit:cover;
	position: fixed;
	top: 10vh;
	left: 15%;
	height:80vh;
	aspect-ratio: 16/9;
	border-radius:16px;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	z-index: 20;
}
.image_content{
	margin:0px;
    padding:0vh 0% 0vh 20%;
	object-fit:cover;
	position: fixed;
	top: 11vh;
	right: 0;
	height:78vh;
	width: 60%;
	z-index: 1;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	border-radius: 16px;
    backdrop-filter: blur(16px);
	margin: 0% 10% 2.5% 10%;
    text-align:justify;
	background: #f6f6f6;
}
.image_content h1{
	display:block;
	text-align: left;
	color: #191c23;
	border-radius:0px;
	padding: 1vh;
}
.image_content hr{
    padding-left: 25%;
	margin-left: -30%;
}
.image_content p{
	text-align: left;
	color: #191c23;
	border-radius:0px;
	padding: 2vh;
    margin-right: 15%;
	overflow-y: auto;
	height: 67.5vh;
}
#image_full_close_btn{
	top: 10vh;
	right: 16%;
	height: 6vh;
	width: 6vh;
	position: fixed;
	padding: 0 1vh 0 1vh;
	z-index: 22;
	font-size: 4vh;
	text-align: center;
	transform: 0.5s;
	color: #950e30;
}
#image_full_close_btn:hover{
	top: 10vh;
	right: 16%;
	height: 6vh;
	width: 6vh;
	position: fixed;
	border-radius:0vh;
	padding: 0 1vh 0 1vh;
	color: #191c23;
}
#image_full_previous{
	top:  49vh;
	left: 15%;
	height: 6vh;
	width: 6vh;
	position: fixed;
	border-radius:0vh;
	padding: 0 1vh 0 1vh;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 22;
	font-size: 4vh;
	text-align: center;
	transform: 0.5s;
	color: #950e30;
}
#image_full_next{
	top: 49vh;
	right: 16%;
	height: 6vh;
	width: 6vh;
	position: fixed;
	border-radius:0vh;
	padding: 0 1vh 0 1vh;
	z-index: 22;
	font-size: 4vh;
	text-align: center;
	transform: 0.5s;
	color: #950e30;
}
#image_full_previous:hover{
	color: #950e30;
	-webkit-transform: scale(1.2) rotate(180deg);
	-moz-transform: scale(1.2) rotate(180deg);
	-ms-transform: scale(1.2) rotate(180deg);
	-o-transform: scale(1.2) rotate(180deg);
	transform: scale(1.2) rotate(180deg);
}
#image_full_next:hover{
	color: #950e30;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery img.front:hover{
    padding:0px;
	object-fit:cover;
	width:100%;
	aspect-ratio: 16/9;
	border-radius:6px;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-webkit-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-moz-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-ms-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-o-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	transform: scale(1.2) translateY(-2vh) rotate(2deg);
	/*border-bottom: 5vh solid #ffffff;*/
	position: relative;
	z-index: 1;
}
.gallery img.back:hover{
    padding:0px;
	object-fit:cover;
	width:100%;
	aspect-ratio: 16/9;
	border-radius:6px;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-webkit-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-moz-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-ms-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-o-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	/*border-bottom: 5vh solid #ffffff;*/
	position: relative;
	z-index: 1;
}
.gallery img.front:active{
    padding:0px;
	object-fit:cover;
	width:100%;
	aspect-ratio: 16/9;
	border-radius:6px;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-webkit-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-moz-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-ms-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	-o-transform: scale(1.2) translateY(-2vh) rotate(2deg);
	transform: scale(1.2) translateY(-2vh) rotate(2deg);
	/*border-bottom: 5vh solid #ffffff;*/
	position: relative;
	z-index: 1;
}
.gallery img.back:active{
    padding:0px;
	object-fit:cover;
	width:100%;
	aspect-ratio: 16/9;
	border-radius:6px;
	-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
	-webkit-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-moz-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-ms-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	-o-transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	transform: scale(1.2) translateY(-2vh) rotate(-2deg);
	/*border-bottom: 5vh solid #ffffff;*/
	position: relative;
	z-index: 1;
}
.part_desc{
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	color: #191c23;
	object-fit:cover;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
.desktop_menu{
    display:block;
}
.hamburger{
	display: none;
}
.mobile_menu{
	display: none;
}
#blackout{
	width: 100%;
	height: 100vh;
	top:0;
	left:0;
	background-color: #191c23;
	position: fixed;
	z-index:-1;
	opacity: 0.7;
}
@media screen and (hover: none) and (pointer: coarse){
	.lang_1{
		position:fixed;
		height:4vh;
		right: 0;
		top: 7vh;
		z-index: 10;
	}
	.lang_2{
		position:fixed;
		height:4vh;
		right: 4vh;
		top: 7vh;
		z-index: 10;
	}
    #menu{
        height: 22vh;
    }
    #nazwa{
        top: 11vh;
        transform: translateY(-50%);
        left: 0;
        position: absolute;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
	#foto_desc{
		display: none;
	}
	#foto_name{
		display: none;
	}
	body{
		padding-bottom: 3vh;
	}
    .desktop_menu{
        display: none;
    }
	.hamburger{
		display: block;
		margin-right: 1vh;
	}
	.mobile_menu{
		display: block;
		position: fixed;
		z-index: 21;
	}
	#myNav{
		visibility: hidden;
	}
	.mobile_menu hr{
		margin-top:-1vh;
		margin-bottom: -1vh;
		border-width: 1px;
        background-color: #191c23;
        border-color: #191c23;
	}
	#black{
		border-color: #950e30;
		border-width: 0.4vh;
		margin: 0;
	}
    .part{
        text-align: left;
        height:auto;
        z-index:-9;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        padding: 5%;
        margin: 0% 3% 2.5% 3%;
        border-radius: 16px;
    }
    .strzalki{
        visibility: hidden;
    }
    footer{
        background-color:#950e30;
        color:#f6f6f6;
        width:100%;
        height: 3vh;
        font-size: 1.3vh;
        line-height: .6vh;
        text-align:center;
        z-index: 21;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    body{
        text-align: left;
        overflow: hidden;
        font-size:10pt;
    }
    .gallery img{
        padding:0px;
        object-fit:cover;
        width:100%;
        aspect-ratio: 16/9;
        border-radius:4px;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
		transition: 0s;
    }
    .gallery img.front:hover{
        padding:0px;
        object-fit:cover;
        width:100%;
        aspect-ratio: 16/9;
        border-radius:4px;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -webkit-transform: scale(1) translateY(0vh) rotate(0deg);
	    -moz-transform: scale(1) translateY(0vh) rotate(0deg);
	    -ms-transform: scale(1) translateY(0vh) rotate(0deg);
	    -o-transform: scale(1) translateY(0vh) rotate(0deg);
	    transform: scale(1) translateY(0vh) rotate(0deg);
    }
    .gallery img.back:hover{
        padding:0px;
        object-fit:cover;
        width:100%;
        aspect-ratio: 16/9;
        border-radius:4px;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -webkit-transform: scale(1) translateY(0vh) rotate(0deg);
	    -moz-transform: scale(1) translateY(0vh) rotate(0deg);
	    -ms-transform: scale(1) translateY(0vh) rotate(0deg);
	    -o-transform: scale(1) translateY(0vh) rotate(0deg);
	    transform: scale(1) translateY(0vh) rotate(0deg);
    }
    .gallery img.front:active{
        padding:0px;
        object-fit:cover;
        width:100%;
        aspect-ratio: 16/9;
        border-radius:4px;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -webkit-transform: scale(1) translateY(0vh) rotate(0deg);
	    -moz-transform: scale(1) translateY(0vh) rotate(0deg);
	    -ms-transform: scale(1) translateY(0vh) rotate(0deg);
	    -o-transform: scale(1) translateY(0vh) rotate(0deg);
	    transform: scale(1) translateY(0vh) rotate(0deg);
    }
    .gallery img.back:active{
        padding:0px;
        object-fit:cover;
        width:100%;
        aspect-ratio: 16/9;
        border-radius:4px;
        -webkit-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        box-shadow: 0px 8px 16px -10px rgba(66, 68, 90, 1);
        -webkit-transform: scale(1) translateY(0vh) rotate(0deg);
	    -moz-transform: scale(1) translateY(0vh) rotate(0deg);
	    -ms-transform: scale(1) translateY(0vh) rotate(0deg);
	    -o-transform: scale(1) translateY(0vh) rotate(0deg);
	    transform: scale(1) translateY(0vh) rotate(0deg);
    }
    p a:link{
        font-size:10pt;
    }
    p a:visited{
        font-size:10pt;
    }
    p a:active{
        font-size:10pt;
    }
    p a:hover{
        font-size:10pt;
    }
    footer p a:link{
        font-size: 1.3vh;
    }
    footer p a:visited{
        font-size: 1.3vh;
    }
    footer p a:active{
        font-size: 1.3vh;
    }
    footer p a:hover{
        font-size: 1.3vh;
    }
	header a{
		font-size: 5vh;
		line-height:7vh;
		color: #f6f6f6;
	}
	header a:link{
		font-size: 5vh;
		line-height:7vh;
		color: #f6f6f6;
	}
	header a:visited{
		font-size: 5vh;
		line-height:7vh;
		color: #f6f6f6;
	}
	header a:hover{
		font-size: 5vh;
		line-height:7vh;
		color: #f6f6f6;
	}
	header a:active{
		font-size: 5vh;
		line-height:7vh;
		color: #191c23;
	}
	header{
		width: 100%;
		padding-right: 0vh;
		margin-bottom: 0;
	}
	.mobile_menu{
		text-align: left;
		background-color: #191c23;
		width: 100%;
		font-size: 16pt;
		top: 7vh;
		position: fixed;
	}
	.mobile_menu a{
		font-size: 3vh;
		line-height: 1vh;
		width: 100%;
	}
	.mobile_menu a:link{
		font-size: 3vh;
		line-height: 1vh;
		color: #f6f6f6;
	}
	.mobile_menu a:visited{
		font-size: 3vh;
		line-height: 1vh;
		color: #f6f6f6;
	}
	.mobile_menu a:hover{
		font-size: 3vh;
		line-height: 1vh;
		color: #950e30;
	}
	.mobile_menu a:active{
		font-size: 3vh;
		line-height: 1vh;
		color: #950e30;
	}
	#foto_open{
		visibility: hidden;
	}
	.image_full{
		margin:0px;
		padding:0px;
		object-fit:cover;
		position: fixed;
		top: 35vh;
		width:94%;
		height: auto;
		left: 3%;
		right: 3%;
		aspect-ratio: 16/9;
		border-radius:16px;
		-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		-webkit-transform: translateX(0%) rotate(0deg);
		-moz-transform: translateX(0%) rotate(0deg);
		-ms-transform: translateX(0%) rotate(0deg);
		-o-transform: translateX(0%) rotate(0deg);
		transform: translateX(0%) rotate(0deg);
		z-index: 2;
	}
	.image_content{
		margin:0px;
		padding:0;
		object-fit:cover;
		position: fixed;
		top: 15vh;
		right: 0;
		height:auto;
		width: 94%;
		z-index: 1;
		-webkit-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		-moz-box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		box-shadow: 0px 8px 24px -5px rgba(66, 68, 90, 1);
		border-radius: 16px;
		backdrop-filter: blur(16px);
		margin: 0% 3% 2.5% 3%;
		text-align:justify;
		background: #f6f6f6;
	}
	.image_content h1{
		display:block;
		text-align: left;
		color: #191c23;
		border-radius:0px;
		padding: 1vh;
		font-size: 2vh;
	}
	.image_content hr{
		padding-left: 0;
		margin-left: 0;
		margin-top: -1vh;
		display: none;
	}
	.image_content p{
		text-align: left;
		color: #191c23;
		border-radius:0px;
		padding: 2vh;
		margin-right: 3%;
		margin-left: 3%;
		overflow-y: auto;
		height: 67.5vh;
		bottom: 3vh;
	}
	#image_full_close_btn{
		top: 35vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		padding: 0 1vh 0 1vh;
		z-index: 10;
		font-size: 4vh;
		text-align: center;
		transform: 0.5s;
		color: #950e30;
	}
	#image_full_close_btn:link{
		top: 35vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		padding: 0 1vh 0 1vh;
		z-index: 10;
		font-size: 4vh;
		text-align: center;
		transform: 0.5s;
		color: #950e30;
	}
	#image_full_close_btn:visited{
		top: 35vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		padding: 0 1vh 0 1vh;
		z-index: 10;
		font-size: 4vh;
		text-align: center;
		transform: 0.5s;
		color: #950e30;
	}
	#image_full_close_btn:hover{
		top: 35vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		border-radius:0vh;
		padding: 0 1vh 0 1vh;
		color: #950e30;
	}
	#image_full_close_btn:active{
		top: 35vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		border-radius:0vh;
		padding: 0 1vh 0 1vh;
		color: #950e30;
	}
	#image_full_previous{
		top: 45vh;
		left: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		border-radius:0vh;
		padding: 0 1vh 0 1vh;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		z-index: 10;
		font-size: 4vh;
		text-align: center;
		transform: 0.5s;
		color: #950e30;
	}
	#image_full_next{
		top: 45vh;
		right: 3%;
		height: 6vh;
		width: 6vh;
		position: fixed;
		border-radius:0vh;
		padding: 0 1vh 0 1vh;
		z-index: 10;
		font-size: 4vh;
		text-align: center;
		transform: 0.5s;
		color: #950e30;
	}
	#image_full_previous:hover{
		color: #950e30;
		-webkit-transform: scale(1) rotate(180deg);
		-moz-transform: scale(1) rotate(180deg);
		-ms-transform: scale(1) rotate(180deg);
		-o-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg);
	}
	#image_full_next:hover{
		color: #950e30;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}