.loadingImgMobile{
	width: 20%;
}

.headerMobile{
    width: 100%;
    text-align: center;
    border-bottom-style: solid;
    border-color: darkred;
    height: 100%;
	background-image: url("../../img/backgrounds/navbarBackgroundMobile.svg");
    background-size: 100%;
	margin:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoImgMobile{
    width: 40%;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.rightShortCutMobile{
    width: 25%;
    margin: 0;
    margin-left: 5%;
    list-style-type: none;
    padding: 0;
}
.leftShortCutMobile{
    width: 25%;
    margin: 0;
    margin-right: 5%;
    list-style-type: none;
    padding: 0;
}
.shortCutMobile{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0vw 0vw 1vw 0.1vw black;
    padding: 5%;
    margin-top: 15%;
    margin-bottom: 15%;
	font-family: 'Montserrat', sans-serif;
	font-size: 4vw;
}


/* Notices */
.noticeBoxMobile{
	display: none;
	margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom-style: solid;
    border-bottom-color: darkred;
    border-bottom-width: 2px;
}

.noticesEventsTitleMobile{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: darkred;
}

.noticeTitleMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    text-align: center;
    text-decoration: none;
}

.noticeTextMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
}

/* News */
.newsBoxMobile{
	margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom-style: solid;
    border-bottom-color: darkred;
    border-bottom-width: 2px;
}

.newsEventsTitleMobile{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: darkred;
}

.newsTitleMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    text-align: center;
    text-decoration: none;
	color: darkred;
}

.newsSubtitleMobile{
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5vw;
	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.newsDescriptionMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

/* Posters */

.posterNewsBoxMobile{
	margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
	text-align: center;
}

.posterTitleMobile{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: darkgreen;
}

.posterDescriptionMobile{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    text-align: center;
}

.teamingLinkMobile{
	width: 30%;
}

/* Slideshow */
.slideshowContainerMobile {
	max-width: 100vw;
	position: relative;
	margin: auto;
	text-align: center;
}
.mySlides {
	display: none;
	text-align: center;
}
.prevMobile, .nextMobile {
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -7vw;
	padding: 1vw;
	color: black;
	font-weight: bold;
	font-size: 7vw;
	transition: 0.6s ease;
	border-radius: 0 10% 10% 0;
	user-select: none;
}
.nextMobile {
	right: 0;
	border-radius: 10% 0 0 10%;
}
.dotsMobile{
	text-align: center;
}
.dotMobile {
    height: 2vw;
    width: 2vw;
    margin: 0.3vw 0.6vw;
	background-color: black;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
  
.activeMobile, .dotMobile:hover {
	background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.activeEventsTitleMobile{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: darkred;
}

.eventCardMobile{
	width: 80%;
	margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
}

.eventInfoMobile{
	padding: 2%;
}

.eventImgMobile{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	box-shadow: 0 0 2vw rgba(0, 0, 0, 0.5);
}

.eventTitleMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    text-align: center;
    text-decoration: none;
}

.eventDateMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 2.5vw;
    text-align: center;
    text-decoration: none;
}
.eventPlaceMobile{
	font-family: 'Montserrat', sans-serif;
    font-size: 2.5vw;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
}
.pdfBtnMobile{
	text-align: center;
    width: 30%;
	margin-bottom: 5%;
    margin-left: 35%;
    margin-right: 35%;
	font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
	color: white;
	background-color: darkgray;
	font-weight: bold;
	border: none;
	padding: 2%;
	border-radius: 10px;
}
.noEventsTitleMobile{
	font-size: 3vw;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.showMoreMobile{
	text-align: center;
}

.showMoreBtnMobile{
	text-align: center;
    width: 50%;
	margin-bottom: 5%;
	margin-top: 5%;
	font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
	color: white;
	background-color: darkred;
	font-weight: bold;
	border: none;
	padding: 2%;
	border-radius: 10px;
}

/* Christmas */
.christmasBoxMobile{
	display: none;
    width: 100%;
    margin-top: -10%;
    margin-bottom: 0;
    background-size: 100% 100%;
	text-align: center;
}
.christmasTitleMobile{
	font-size: 10vw;
    font-family: 'Christmas Sparkle PERSONAL USE', sans-serif;
    color: darkred;
    padding-top: 10%;
    padding-bottom: 4%;
}

/* Message */
.messageMobileBox{
	width: 100%;
	margin-top: 5%;
}

.messageMobileTitle{
	font-family: 'Montserrat', sans-serif;
    font-size: 6vw;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	color: darkred;
}

.messageMobileDescription{
	font-size: 4vw;
    color: black;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.messageMobileForm {
    width: 100%;
    text-align: center;
    margin-top: 5%;
	padding-bottom: 5%;
}

.selectMobileType{
	width: 30%;
    margin-right: 35%;
    margin-left: 35%;
	margin-bottom: 2%;
    font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

.fromMobileContact{
	width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

.messageMobileText{
	width: 100%;
    margin-top: 2%;
	margin-bottom: 2%;
}

.messageMobileTextArea{
    width: 80%;
    resize: none;
	border-radius: 0.5rem;
	font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.submitMobile{
	width: 30%;
    font-size: 4vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
}

.submitMobile:hover{
	cursor: pointer;
	background-color: black;
	color: white;
}

.resultMobilePopup{
	display: none;
	align-items: center;
	text-align: center;
	justify-content: center;
    top:0;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.popupMobileWindow{
	width: 90%;
	background-color: whitesmoke;
	border-radius: 0.5rem;
}

.popupMobileImg{
	width: 15%;
	margin: 5%;
}

.closeMobilePopup{
	width: 20%;
	font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    border-radius: 1rem;
    margin: 5%;
}

.resultMobileMessage{
	font-size: 4vw;
    font-family: 'Montserrat', sans-serif;
}

.closePopupMobile:hover{
	cursor: pointer;
}

.popupImgMobile{
	width: 15%;
	margin: 5%;
}

.sentButtonMobile:hover{
	background-color: rgba(0, 100, 0, 0.5);
}

.errorButtonMobile:hover{
	background-color: rgba(139,0,0,0.5);
}

.errorMobileMessage{
	font-size: 3vw;
    color: darkred;
    font-family: 'Montserrat', sans-serif;
}



/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 0.1s;
	animation-name: fade;
	animation-duration: 0.1s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}



/* Projects slides */
.projectSliderMobile{
	width: 100%;
	overflow: hidden;
	height: 75vw;
}
.projectSliderMobile2{
	width: 100%;
	overflow: hidden;
	height: 75vw;
}
.projectInfoMobile{
	background-image: linear-gradient(to right, black, rgba(0,0,0, 0.5) , transparent);
	display: grid;
	position: absolute;
    z-index: 1;
	width: 100%;
	padding-left: 2%;
	height: 75vw;
}
.projectInfoMobile2{
	background-image: linear-gradient(to right, transparent, rgba(0,0,0, 0.5) , black);
	display: grid;
	position: absolute;
    z-index: 1;
	width: 100%;
	padding-right: 2%;
	height: 75vw;
}
.projectWrapperMobile{
	width: 100%;
	display: flex;
	animation: slide 60s infinite;
}
.textSlideMobile2{
	text-align: right;
}

.projectSlideMobile{
	width: 100%;
	height: 75vw;
}

.projectSlideTitleMobile{
	color: white;
	font-size: 5vw;
	font-family: 'Montserrat', sans-serif;
}

.projectSlideTextMobile{
	color: white;
	font-size: 3vw;
	font-family: 'Montserrat', sans-serif;
	width: 70%;
}

.projectSlideTextMobile2{
	color: white;
	font-size: 3vw;
	font-family: 'Montserrat', sans-serif;
	margin-left: 50%;
	width: 50%;
}

.buttonSlideMobile{
	width: 100%;
	text-align: center;
}

.slideBtnMobile{
	text-align: center;
    width: 30%;
	margin-bottom: 5%;
    margin-left: 35%;
    margin-right: 35%;
	font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
	color: black;
	background-color: white;
	font-weight: bold;
	border: none;
	padding: 1%;
	border-radius: 10px;
}

@keyframes slide{
	0%{
		transform: translateX(0)
	}
	20%{
		transform: translateX(0);
	}
	25%{
		transform: translateX(-100%);
	}
	40%{
		transform: translateX(-100%);
	}
	45%{
		transform: translateX(-200%);
	}
	60%{
		transform: translateX(-200%);
	}
	65%{
		transform: translateX(-300%);
	}
	80%{
		transform: translateX(-300%);
	}
	85%{
		transform: translateX(0%);
	}
	100%{
		transform: translateX(0%);
	}
}