html,
body {
	margin: 0;
	padding: 0;
	color:#fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
    background-color:#131631;
    overflow:hidden;
}

footer{
    padding:10px;
    text-align:center;
}

img{
    max-width:100%;
}

.einreichen-btn {
    background: #009ee3 !important;
    color: #fff !important;
    border: 2px solid #009ee3 !important;
    border-radius: 50px !important;
    text-align: center;
    padding: 12px 20px !important;
    max-width: 200px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 13px !important;
    text-decoration: none;
    transition: all 200ms linear;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}

.einreichen-btn:hover{
    opacity: 0.4;
}

#logo-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    z-index:10;
}

#logo-wrapper img{
    max-width: 100%;
    width: 240px;
    padding: 25px;
}
#wrapper, #myearth, #wrapper-in {
    width: 100%;
    height: 100vh;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

/*
#wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	min-height: 100vh;
	height: 100vh;
    max-height: 100%;
}

#wrapper-in {
	width: 100%;
    max-height: 100%;
}*/

#ort{
 
}

#land{
 
}


#projekt{
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
}

#link{
    margin-top:10px;
}

#link a{
    background: #009ee3 ;
    color: #fff ;
    border: 2px solid #009ee3 ;
    border-radius: 50px ;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration:none;
    transition: all 200ms linear;
    padding:5px;
    margin-top:5px;
    font-size:12px;
    display:inline-block;
}

#link a:hover{
    opacity: 0.4;
}

.linkphoto{
    margin-top:10px;
}

.linkphoto a{
    background: #009ee3 ;
    color: #fff ;
    border: 2px solid #009ee3 ;
    border-radius: 50px ;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration:none;
    transition: all 200ms linear;
    padding:5px;
    margin-top:5px;
    font-size:12px;
    display:inline-block;
}

.linkphoto a:hover{
    opacity: 0.4;
}

footer a{
    color:white;
    text-decoration:none;
    border-bottom:2px solid white;
    transition:all 200ms linear;
}

footer a:hover{
    color: #009ee3 !important;
    border-bottom: 2px solid #009ee3;
    text-shadow: 0 0 20px rgba(83,255,255,0.30);
}

#photo {
	position: absolute;
	/*left: -180px;
	top: -180px;
    height: 360px;*/
	min-width: 300px;
    background: #131631 center center no-repeat;
    color:white;
	background-size: cover;
	border-radius: 4px;
	filter: drop-shadow(0 2px 8px RGBA(0,0,0,0.5));
	transform: scale(0.001);
	transition: transform 0.1s ease-out;
    padding:10px;
    font-size:1rem;

}

#photo.photo-appear {
	transition: transform 0.15s ease-out;
	transform: scale(1);
}

#close-photo {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 32px;
	height: 32px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQgMjAuMTg4bC04LjMxNS04LjIwOSA4LjItOC4yODItMy42OTctMy42OTctOC4yMTIgOC4zMTgtOC4zMS04LjIwMy0zLjY2NiAzLjY2NiA4LjMyMSA4LjI0LTguMjA2IDguMzEzIDMuNjY2IDMuNjY2IDguMjM3LTguMzE4IDguMjg1IDguMjAzeiIvPjwvc3ZnPg) center center no-repeat;
	background-size: 16px 16px;
	filter: drop-shadow(0 0 3px black);
	cursor: pointer;
	pointer-events: all;
}

#projektlogo img {
    width:200px;
}
#projektlogo{
    margin-bottom:10px;
}

#ortland {
    border-top: 2px solid rgba(255,255,255,.3);
    margin-top: 20px;
    padding-top: 15px;
}

@media(max-width:992px){
    #logo-wrapper img {
        width: 140px;
        padding: 10px;
    }
    
    .einreichen-btn {
        font-size: 10px !important;
        padding: 6px 12px !important;
        margin-left: 10px;
        margin-top: 5px;
    }
    
    footer a {
        font-size: 12px;
    }
}