@charset "UTF-8";
/* CSS Document */

/*——————————— NO HIGHLIGHT OF TEXT ——————————*/ /*———————————————————————————————*/

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}

@font-face {
  font-family: Marya;
  src: url("Marya-Roman.otf");
}

@font-face {
  font-family: Akkurat Mono;
  src: url("AkkStdMo.otf");
}


body {
	width: 100%;
	margin: 0;
	background-color: #fcfbf7;
  	color: #353535;
  	font-family: Marya;
	cursor: url("images/A._cursor.png"), e-resize;
  	cursor: -webkit-image-set(
  url('images/A._cursor.png') 1x,
  url('images/A._cursor_hi.png') 2x
		) 30 55, auto;
	position: absolute;
}
	
.logo {
	font-family: Marya;
	font-size: 205px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: -100px;
	z-index: 1;
	}

.logo a {
	text-decoration: none;
  	color: #353535;
}



.slideshow-container {
  	width: 27%;
	display: block;
  	position: relative;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	padding-top: 50px;
	padding-bottom: 130px;
}
.mySlides {
  display: none;
}
.active-slide {
  display: block;
}



/* Project Number (1/3 etc) */
.project-number {
	font-family: Marya;
	font-size: 15px;
	position: absolute;
	top: 86%;
    float: left;
    text-align: left;
    width: auto;
}

/* Project description */
.project-description {
	font-family: Marya;
  	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.5px;
  	position: absolute;
  	top: 86%;
	padding-left: 15%;
  	color: #353535;
}
.project-description a {
	text-decoration: none;
  	color: #353535;
}
.project-description a:hover {
	color: #00ff00;
}




/* Next & previous buttons */


.next {
	cursor: url("next.png"), e-resize;
  	cursor: -webkit-image-set(
  url('next.png') 1x,
  url('next_hi.png') 2x
), auto;
	position: absolute;
  	top: 0%; 
	width: 100%;
	height: 84%;
	right: 0;
}



	
.info-text {
	font-family: Marya;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 1px;
  	width: 32%;
	display: block;
  	position: relative;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
}
.info-text a {
  	text-decoration: none;
  	color: #353535;
}
.info-text a:hover {
	color: #00ff00;
}





/* FOOTER & NAVIGATION BAR */

/*
.two-lines {
  	border-left: 2px solid #414042;
  	border-right: 2px solid #414042;
  	height: 100%;
  	position: fixed;
  	left: 40px;
  	right: 40px;
  	top: 45px;
  	z-index: -1;.71.7}
*/

.nav {
  	/*border-top: 2px solid #414042;*/
	background-color: #fcfbf7;
  	position: fixed;
  	left: 40px;
  	right: 40px;
 	bottom: 0;
  	z-index: 1;
	padding: 0 0 3px 0;
  	color: #353535;
}

.nav a {
  	text-decoration: none;
  	color: #353535;
}

.nav ul { 	
	font-family: Marya;
  	font-size: 26px;
	letter-spacing: 1px;
  	text-align: center;
    list-style: none;
	line-height: 4px;
	padding-right: 26px;
  	color: #353535;
}

.nav li {
    display: inline;
	padding-right: 15px;
}
.nav a:hover {
	color: #00ff00;
}



.footer {
    font-family: Marya;
	width: 30%;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.7px;
	float: left;
	padding: 0 0 19px 0;
	margin-top: -36px;
	list-style: none;
  	z-index: 2;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.footer-right {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 23px;
	margin-top: -83px;
	text-align: right;
}

.footer-mobil {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 0 0 19px 0;
	}

#bottom-space {
	height: 200px;}
}





/* ———————————— Media queries ————————————————————————————*/


@media only screen and (min-width: 100px) {
.footer-mobil {
	display: none;
	}
}


@media only screen and (max-width: 1550px) {
.logo {
	font-size: 160px;
	}
.slideshow-container {
  	width: 32%;
	}
.info-text {
  	width: 40%;
}

}


@media only screen and (max-width: 1200px) {
.logo {
	font-size: 125px;
	}
.slideshow-container {
  	width: 42%;
	}
.info-text {
  	width: 47%;
}

}


@media only screen and (max-width: 1000px) {
.logo {
	font-size: 105px;
	}
.slideshow-container {
  	width: 45%;
	}

}

	
@media only screen and (max-width: 950px) {

.slideshow-container {
  	width: 45%;
}
.project-number {
	top: 84%;
}
.project-description {
  	position: absolute;
  	top: 84%;
}
.info-text {
	font-size: 22px;
	line-height: 27px;
  	width: 60%;
}
.nav {
  	left: 30px;
  	right: 30px;
}
.nav ul { 	
  	font-size: 22px;
	line-height: 3px;
}
.footer {
	font-size: 14px;
	padding: 0 0 15px 0;
	margin-top: -29px;
	}	
.footer-right {
	font-size: 14px;
	line-height: 20px;
	margin-top: -69px;
	}


@media only screen and (max-width: 840px) {
.logo {
	font-size: 95px;
	padding-top: 50px;
	margin-bottom: -80px;
	}
.slideshow-container {
  	width: 75%;
	margin-top: 95px;
	margin-bottom: 50px;
	padding-bottom: 35px;
}
.project-number {
	top: 96%;
}
.project-description {
  	position: absolute;
  	top: 96%;
}
.info-text {
	font-size: 17px;
	line-height: 20.7px;
  	width: 76%;
}
.two-lines {
  	left: 16px;
  	right: 16px;
  	top: 45px;
	}
.nav {
  	left: 16px;
  	right: 16px;
}
.nav ul { 	
  	font-size: 17px;
	line-height: 2px;
	margin-left: -25px;
	padding-right: 0;
}
.nav li { 
	padding-right: 10px;
}
.footer {
	font-size: 12px;
	padding: 0 0 15px 0;
	margin-top: -24px;
	}	
.footer-right {
	font-size: 12px;
	line-height: 16px;
	margin-top: -54px;
	}
}
@media only screen and (max-width: 690px) {
.logo {
	font-size: 70px;
	line-height: 65px;
	padding-top: 30px;
	}
.slideshow-container {
  	width: 85%;
}
.info-text {
  	width: 75%;
}
.project-number {
	font-size: 14px;
	top: 95%;
}
.project-description {
  	font-size: 14px;
	line-height: 17px;
  	position: absolute;
  	top: 95%;
	padding-left: 18%;
}
.nav { 	
  	padding-top: 5px;
	padding-bottom: 15px;
}
.footer {
	display: none;
	}	
.footer-right {
	display: none;
	}
#bottom-space {height: 130px;}
}