@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 {
}


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;
    overscroll-behavior-y: none;
}





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

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




/*------------------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_back {
	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 {
	width: 100%;
	height:100%;
	z-index:2;
}

#container_uebersicht img {
opacity: 0;
}



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

#container_galerie_aussen {
	position: fixed;
	height:100%;
	width:100%;
	overflow-y: auto;
    overflow-x: none;
    overscroll-behavior-x: none;
	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;
    opacity: 0;
}




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

#container_info {
	position: fixed;
	display:none;
    width: 100vw;
    height: 100vh;
	z-index: 4;
    overflow-x: scroll;
    overscroll-behavior: contain;

}

#container_info .wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#container_info .content {
	margin-top:20vh;
	max-width:500px;
    margin: 20vh 1.3em 20vh 1.3em;

}

#container_info_background {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color:rgba(26, 26, 26, 0.96);
    backdrop-filter: blur(4px);
    z-index: 2;
}



/*------------------Kontaktformular----------------------*/

label {
    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 0px 2px 0px;
}

input, textarea {
    width: 100%;
    padding: 18px 11px;
    background-color: #1A1A1A;
    border: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgba(200, 200, 200, 0.1);
	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;
    margin-top: 5px;
    box-sizing: border-box;
}

input {
    height: 1.5em;
}

input[type="submit"] {
    margin-top: 10px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 0.9em;
	font-weight: 300;
	line-height:1.33em;
	color:#dddddd;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

.altcha {
     background-color: #1A1A1A !important;
     border: 1px !important;
    border-style: solid !important;
    border-radius: 5px !important;
    border-color: rgba(200, 200, 200, 0.1) !important;
}

.wpcf7-not-valid-tip {
    color: rgb(177, 101, 83);
    font-size: 1em;
    font-weight: normal;
    display: block;
    transform: translateY(9px);
}


form.sent .wpcf7-response-output {
    margin: 10px 0px 0px 0px;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    background-color: #32903b;
}

form.invalid .wpcf7-response-output {
    margin: 10px 0px 0px 0px;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    background-color: rgb(177, 101, 83);
}


/*------------------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 .content {
    box-sizing: border-box;
	margin-top:100px;
}


}
