<style>
@media only screen {
    /* Dummy */
}
@media only screen and ( max-width: 440px ) {
    /* Mobile */
    body { background-attachment:fixed; background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back.jpg"); }
	#container1 {

		background-color: #eff3ef;
		box-shadow: 0 0 200px rgba(0,0,0,0.9),0 0 200px rgba(0,0,0,0.9) inset;
		margin-bottom: 50px;
		background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back2.jpg");
 	}
 .kachel {
    margin: 25px;
    margin-left: 100px;
 }
	#nav-menue {
		width: 100%;
		float: left;
		border-bottom: 1px solid black;
		position: fixed;
		z-index: 2;
	}
	#content {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		overflow: auto;
	}
        #content li {
                padding-left: 20px;
                margin-left: 20px;
        }
	#loginform {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		overflow: auto;
	}	
	#artist {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		overflow: auto;
	}	
	#headline {
		padding-left: 10px;
		padding-bottom: 10px;
	}	
        #steuerung_login {
                padding-left: 25px;
        }
        #navfooter {
                padding-left: 10px;
                padding-right: 10px;
        }
        .trans2 {
                background-color: #3f433f; 
	        opacity: 0.8; 
	        filter: alpha(opacity=80);
        	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-bottom: 1px solid black;
        }
        #kalaalit {
                opacity: 0.4; 
                filter: alpha(opacity=40);
                color: white;
                font-size: 30px;
                position: absolute;
                top:40px;
                width: 100%;
                text-align: center;
                z-index: 1;
                background-color: black;
        }
}
@media only screen and ( min-width: 440px ) and ( max-width: 1450px ) {
    /* Tablet */
    body { background-attachment:fixed; background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back.jpg"); }
	#container1 {
		background-color: #eff3ef;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 0 200px rgba(0,0,0,0.9),0 0 200px rgba(0,0,0,0.9) inset;
		margin-bottom: 50px;
		background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back2.jpg");
 	}
 .kachel {
    margin: 15px;
 }
	#nav-menue {
		width: 100%;
		float: left;
		border-bottom: 1px solid black;
		position: fixed;
		z-index: 2;
	}
	#content {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
		overflow: auto;
	}
 #content li {
  padding-left: 20px;
  margin-left: 20px;
 }
	#loginform {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
		overflow: auto;
	}	
	#artist {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
		overflow: auto;
	}	
	#headline {
		padding-left: 60px;
		padding-bottom: 15px;
	}
        #steuerung_login {
                padding-left: 60px;
        }
        #navfooter {
                padding-left: 60px;
                padding-right: 60px;
        }
        .trans2 {
                background-color: #3f433f; 
	        opacity: 0.8; 
	        filter: alpha(opacity=80);
        	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-bottom: 1px solid black;
        }
        #kalaalit {
                opacity: 0.4; 
                filter: alpha(opacity=40);
                color: white;
                font-size: 30px;
                position: absolute;
                top:80px;
                width: 100%;
                text-align: center;
                z-index: 1;
                background-color: black;
        }
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Alegreya', serif;
}
@media only screen and ( min-width: 1450px ) {
    /* Desktop */
	html, body { background-attachment:fixed; margin: 0; padding: 0; background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back.jpg"); }
	#container1 {
		margin-right: auto;
		margin-left: auto;
		width: 1450px;
		background-color: #eff3ef;
		background-image: url("https://www.zweimonde.net/frm/iwellius/Bilder/back2.jpg");
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 0 200px rgba(0,0,0,0.9),0 0 200px rgba(0,0,0,0.9) inset;
		margin-bottom: 50px;
	}
 .kachel {
    margin: 25px;
 }
	#nav-menue {
		width: 1450px;
		float: left;
		border-bottom: 1px solid black;
		position: fixed;
		z-index: 2;
	}
	#content {
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 100px;
		overflow: auto;
        }
        #content li {
                padding-left: 20px;
                margin-left: 20px;
        }
	#loginform {
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 100px;
		overflow: auto;
 	}
	#artist {
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 100px;
		overflow: auto;
	}	
	#headline {
		padding-left: 100px;
		padding-bottom: 15px;
	}
        #steuerung_login {
                padding-left: 100px;
        }
        #navfooter {
                padding-left: 100px;
                padding-right: 100px;
        }
        #kalaalit {
                opacity: 0.4; 
                filter: alpha(opacity=40);
                color: white;
                font-size: 60px;
                position: absolute;
                top:220px;
                width: 1450px;
                text-align: center;
                z-index: 1;
                background-color: black;
        }
}
#logo {
	height: 100%;
}

#steuerung li {
	list-style: none;
	float: left;
}
#steuerung a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: white;
}	
.menue-button {
	display: none;
}		

#steuerung {
	float: left;
	padding-left: 100px;
}
#steuerung_login {
	float: right;
        display: none;
}

#steuerung a:hover {
	color: black;
//	background: darkgray;
//	box-sizing: border-box;
}	

@media only screen and (max-width:900px) {
	.menue-button {
		display: block;
	}
	.menue-button {
		display: block;
		position:fixed;
		right: 0;
		top: 0;
		color: white;
		cursor: pointer;
		text-decoration: none;
	//	background: #3f433f;
                opacity: 0.5; filter: alpha(opacity=50);
	}	
	.menue-button:hover {
		color: black;
		opacity: 1.0; filter: alpha(opacity=100);
	}
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}	
	#steuerung li {
		width: 100%;
		border-bottom: 1px solid silver;
                padding-left: 30px;
	}	
}

#nav-menue:target #steuerung {
	display: block;
}
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}
#login {
        display: block;
	position: fixed;
        z-index: 3;
        opacity: 0.6; filter: alpha(opacity=60);
        color: white;
}
#login:hover {
        filter: alpha(opacity=80); opacity: 0.8; 
}
#login a {
	color: white;
}	
#login img, input, font {
        margin: 6px;
}
.login-button {
	position:fixed;
	color: white;
	cursor: pointer;
	text-decoration: none;
        opacity: 0.6; filter: alpha(opacity=60);
}	
.login-button:hover {
        opacity: 1.0; filter: alpha(opacity=100);
}
#login:target #steuerung_login {
	display: block;
}
#login:target .login-button-beschr-open {
	display: none ; 
}
.logout {
        margin: 6px;
}
section {
	float: left;
	width: 100%;
}
h1, p {
	margin: 0.5em 0 0 0;
}
iframe {
	box-shadow: 0 0 200px rgba(0,0,0,0.2) inset, 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
table {margin-bottom: 20px; width: 100%}
a {text-decoration: none;}
a:link    {color: #030;}
a:visited {color: #141;}
a:hover   {color: #252; text-decoration: underline;}
a:active  {color: #363;}

.menupunkt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.shadow {
	box-shadow: 0 0 200px rgba(0,0,0,0.2) inset, 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fotogalery {
	box-shadow: 0 0 200px rgba(0,0,0,0.2) inset, 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-right: 10px;
        margin-bottom: 10px;
        transition: transform 1.0s;
        border-radius: 0.2em;
}
.fotogalery:hover{
        transform: scale(2.0);
}
.fotogalerybox {
   color: rgba(0, 0, 0, 0.0);
   transition: color 0.3s;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}
.fotogaleryinfo:hover {
   color: rgba(0, 0, 0, 1.0);
}

.textpic {
	box-shadow: 0 0 200px rgba(0,0,0,0.2) inset, 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}	
.trans1 {
	background-color: #3f433f; 
	opacity: 0.8; 
	filter: alpha(opacity=80);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.kachelcontainer {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
        filter: grayscale(100%) brightness(90%);
        transition: filter 0.8s;

}
.kachelcontainer:hover {
        filter: grayscale(0%) brightness(100%);
}
.kachel div {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 30px 0 rgba(0, 0, 0, 0.19) inset;
        background: white;
        opacity: 0.7; filter: alpha(opacity=70);
        z-index: 1;
        margin-top: 130px;
}
.kachel div:hover {
        background: white;
        opacity: 0.7; filter: alpha(opacity=70);
        z-index: 1;
        margin-top: 130px;
}

.kachel {
	width: 200px;
	height: 200px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 30px 0 rgba(0, 0, 0, 0.19) inset;;
	text-align: center;
	float: left;

	background: white;
	z-index: 1;
}
.kachel:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 30px 0 rgba(0, 0, 0, 0.19) inset;
}

.unterschrift {
        z-index: 2;
}

.button {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 10px;
	background: white;
        margin-right: 20px;

        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
}
.button:hover, .button:focus, .button:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
}

.button_small {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 2px;
	background: white;
        margin-right: 20px;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
}
.button_small:hover, .button:focus, .button:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  color: white;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: darkgray;
  color: black;
}
.bigcell {	
        color: #000000;
	border:solid 1px #000000;
	font-size:16px;
	background:#FFFFFF; 
        -moz-opacity: 0.5;
        moz-opacity: 0.5;
        opacity: 0.5; 
        filter: alpha(opacity=50);
        text-align:center;
        border-radius: 10px;
        box-shadow: 2px 2px grey;
        padding-left: 10px;
        padding-right: 10px;
}

.pfeil {
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  -moz-opacity: 0.4;
  moz-opacity: 0.4;
  opacity: 0.4;
}


.buttons {	
        color: #000000;
	border:solid 1px #000000;
	font-size:16px;
	background:#FFFFFF; 
        -moz-opacity: 0.5;
        moz-opacity: 0.5;
        opacity: 0.5; 
        filter: alpha(opacity=50);
        text-align:center;
        border-radius: 10px;
        box-shadow: 2px 2px grey;
        padding-left: 10px;
        padding-right: 10px;
}
#ice {
        box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
        overflow-y: hidden; // hide vertical
        overflow-x: hidden; // hide horizontal
}

.lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 1000;

}

.lightbox:target {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;

}

.lightbox img {
  border-radius: 0.2em;
  display: block;
  margin: auto;
//  max-height: 80vh;
//  max-width: 90vh;
   width:100%;
}

.lightbox .close {
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 1001;
}

.lightbox .enlarge{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  top: 80%;
  width: 1em;
  z-index: 1001;
}

.lightbox .rew{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  left: 30%;
  top: 80%;
  width: 1em;
  z-index: 1001;
}
.lightbox .fwd{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  right: 30%;
  top: 80%;
  width: 1em;
  z-index: 1001;
}

.lightbox p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}


</style>
