@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*#preload-uebrsicht { background: url(http://rsmd.ch/test/1/screen_desktop_2880x3200.png) no-repeat -9999px -9999px; }*/




/*------------------html/body----------------------*/

html {
	height:100%;
}


body {
	position:absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.05em;
	font-weight: 300;
	line-height:1.33em;
	color:#dddddd;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
	background: #ededed;
}



/*------------------Allgemein----------------------*/

table {
	margin:0px;
	padding:0px;
	border-spacing:0px;
	border:none;
	
}


#myemail {
	color:#dddddd;
}





/*------------------Schrift----------------------*/



h1 {
	font-size:1.1em;
	font-weight:300;
	line-height:1.33em;
	letter-spacing: 0.05em;
	color:#FFF;
	margin:0px;
}


h1:hover {
	color: #999;
}


h2 {
	font-size:1.1em;
	font-weight:500;
	line-height:1.33em;
	letter-spacing: 0.05em;
	color:#dddddd;
	margin:0px;
}


h3{
	font-size:1.1em;
	font-weight:300;
	line-height:1.33em;
	letter-spacing: 0.05em;
	color:#dddddd;
	margin:0px;
}


h4{
	font-size:0.8em;
	font-weight:300;
	font-style:italic;
	line-height:0.2em;
	letter-spacing: 0.1em;
	padding-top:2em;
	padding-bottom:1em;
	color:#dddddd;
	margin:0px;
}




/*------------------Buttons----------------------*/

a {
	text-decoration:none;
	color:#FFF;
}


a:hover {
	text-decoration: none;
	opacity: 0.8;
	cursor:pointer;
}


.button_zurück {
	position:fixed;
	top: 1.5em;
	left: 2em;
	margin:0px;
	z-index:9;
	mix-blend-mode: difference;
}


.button_schliessen {
	position:fixed;
	top: 1.5em;
	left: 2em;
	margin:0px;
	z-index:9;
	mix-blend-mode: difference;
	display:none;
}


.button_info {
	position:fixed;
	top: 1.5em;
	right: 2em;
	margin:0px;
	z-index:10;
	mix-blend-mode: difference;
}


.button_infotext_open {
	margin-top:0.2em;
}

.button_infotext_close {
	margin-top:0.2em;
	display:none;
}




/*------------------Übersicht----------------------*/

#container_uebersicht {
	position:fixed;
	width: 100%;
	height:100%;
	overflow:auto;
	z-index:2;
}




/*------------------Galerie----------------------*/

#container_galerie_aussen {
	position: absolute;
	height:100%;
	width:100%;
	overflow: auto;
	padding:0px;
	margin:0px;
	z-index: 1;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#container_galerie_innen {
	height: 100%;
	max-width:100%;
	white-space:nowrap;
	border:none;
}


#container_galerie_innen img {
	height: 100%;
	width: auto;
	vertical-align: top;
	margin-right: 1vh;
	display:none;
}




/*------------------Info/Lebenslauf----------------------*/

#container_info {
	position:absolute;
	display:none;
	height:100%;
	margin-top:80px;
	bottom:0px;
	width: 100%;
	z-index: 4;
	

}

#container_info table {
	margin-top:20vh;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	

}

#container_info_background {
	position: absolute;
	display: none;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color:#1A1A1A;
	opacity:0.96;
}







/*------------------Auflösungen----------------------*/


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


.button_zurück {
	top: 1em;
	left: 1.3em;
}


.button_schliessen {
	top: 1em;
	left: 1.3em;
}


.button_info {
	top: 1em;
	right: 1.3em;
}


#container_info table {
	margin-top:100px;
	width:100%;
	 padding-left:1.3em;;
	 padding-right:1.3em;;
}


}
