body {
	background-color: RGBA(230, 212, 162, 0.09);
	overflow: scroll;     /* scrollbalken, bzw. Platz dafür auf jeder Seite erzwingen */

/*	background-image: url("background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;*/
}

a:focus {
  outline: none;
}

p {
	font-size: 1.1em;
}

p {
	margin-left: 5em;
	margin-right: 10em;
}


ul { 
	list-style-type:none;
}

#hl1 {
	position: fixed;
	top: 0px;
	left: 5%;

        font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
        font-style:italic;
        text-shadow: 4px 3px 10px rgba(150, 150, 150, 1);
	font-size: 400%;
/*	margin: 5% 5% 10px 5%;*/
}

#hl2 {
	position: fixed;
        top: 105px;
        left: 8%;

        font-family:"Times New Roman",Georgia,Serif;
	text-shadow: 6px 4px 5px #aaa;
	font-size: 200%;
/*	margin: 1% 1% 10px 5%;*/
}

#hl3 {
	position: fixed;
        z-index: 100;
	top: 5%;
	right: 30%;
        font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
        font-style:italic;
        text-shadow: 4px 3px 10px rgba(150, 150, 150, 1);
	font-size: 400%;
/*	margin: 5% 5% 10px 5%;*/
}

#links {
        position: absolute;
	/*text-decoration-color: #fff;*/
	font-size: 150%;
	margin: 10% 45% 10px 5%;
}

#kontakt {
	color: #000;
	text-decoration-color: #fff;
	font-size: 120%;
/*	margin: 10% 50% 10px 5%;
*/        position: absolute;
        top: 0%;
        left: 20%;
        text-align: left;
        z-index: 0;

/*        opacity: 1; 
        -ms-transition: opacity 3s;
        -moz-transition: opacity 3s;
        -webkit-transition: opacity 3s;
        -o-transition: opacity 3s;
        transition: opacity 3s;*/
}

input {
	background-color: beige;
	width:200px;
	font-size: 100%;
	border:none;
}



a {
        text-decoration:none;
}

#text {
	text-decoration-color: #fff;
        color: #ccc;
	font-size: 200%;
	margin: 30% 50% 10px 5%;
	text-shadow: 2px 2px 3px #000;
}

#text1 {
	text-decoration-color: #fff;
	color: #722b2b;
	font-size: 200%;
	margin: 20% 50% 10px 5%;
	text-shadow: 1px 1px 3px #000;
}
/*  ------- warum geht das nicht wie bei katzenzitate -------- 
#text1:hover {

    color: white;

    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}*/

#text2:hover {

    color: #001398;;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;

}

.text {
/*    color: transparent;*/
    text-shadow: 1px 1px 3px #787878;
/*    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;*/
}
/*
.text:hover {
    color: #f0f;

} */

a:link{color:#444;}
a:visited{color:#000;}
/*a:hover{color:#7f007f;}*/
/*a:active{color:#f00;}*/

img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color:black;
	border-style: solid;
	-webkit-box-shadow: 0 15px 10px -10px #333;
	-moz-box-shadow: 0 15px 10px -10px #333;
	box-shadow: 10px 10px 10px -10px #555;
}

#fade1 {
	position: fixed;
	top: 5%;
        right: 5%;
} 

#fade1 img {
	position: absolute;
        width: 23%;

	position: fixed;
	top: 5%;
        right: 5%;
        text-align: right;
        z-index: 0;

	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#fade1:hover img:nth-of-type(2) {
    opacity: 0;
}

#fade2 {
	position: fixed;
	top: 5%;
        right: 5%;
} 

#fade2 img {
	position: absolute;
        width: 4%;

	position: fixed;
	top: 5%;
        right: 24%;
        text-align: right;
        z-index: 0;

	box-shadow: none;
	border-color:transparent;

	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
#fade2:hover img:nth-of-type(2) {
    opacity: 0;
}

/* Knopf-Design */
.knopf {
	cursor: pointer;
	font: 12px Verdana,sans-serif;
	color: #000000;
	border: none;

	width: 200px;
	padding: 2px;
	line-height: 130%;
	font-size: 1.0em; 
	font-weight: 900;
}

.knopf:hover {
	color:#00f;
	letter-spacing: 2px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

span {display:inline-block;
      }

.a {-webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     transform:rotateY(180deg);
     unicode-bidi:bidi-override;
     direction:rtl;}

.b {-webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     transform:rotateY(180deg);}

.c {unicode-bidi:bidi-override;
    direction:rtl;}


#thumbs {
/*	margin: 1% 50% 10px 5%;*/
   position: fixed;
   top: 0%;
   
}

.box {
     float: left;
/*     width: 25%;
     margin-right: 3.33333%;
*/     padding: 1px;
     box-sizing: border-box;
}

img.oben {
  position: fixed;
  left: 300px;
  top: 100px;
  display: block;
  clip: rect(100px, 0, 0, 400px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
        z-index: -1;
  
    border-style: solid;
    border-width: 5px;
  
  
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;

/*   -webkit-box-shadow: 10px 10px 5px #222;
   -moz-box-shadow: 10px 10px 5px #222;
   box-shadow: 10px 10px 5px #222;*/
}


img.tops {

/*    border-style: solid;
*/    border-width: 2px;
    border-color: #000;

  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
/*
   -webkit-box-shadow: 10px 10px 5px #222;
   -moz-box-shadow: 10px 10px 5px #222;
   box-shadow: 10px 10px 5px #222;  
*/
}
span:hover ~ img.oben {
  clip: rect(0, 1300px, 1300px, 0);
}

span {

  display: inline-block;
  padding: 10px;
  margin: 10px;
/*  background: #888;*/
  color: white;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
  text-align: center;
  cursor: pointer;
  
}


