@charset "utf-8";
/* CSS Document */

body {
	z-index: 5;
	background: linear-gradient(white, cyan);
	background-attachment:fixed;
	background-repeat:no-repeat;
}

p {
   color:white;
   font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.wr {
	box-shadow: 0px 5px 10px black;
	height: 80%;
	width: 100%;
}

#this:hover {
	transition: all ease 0.5s;
	box-shadow: 3px 3px 5px orange,
				-3px -3px 5px orange,
                3px -3px 5px orange,
				-3px 3px 5px orange;

}

#this {
	transition: all ease 0.5s;
	box-shadow: none;
}

.button_links {
	transition: all ease 1.0s;
    font-size: 1.0em;
    border: solid orange 2px;
	background: black;
	color: orange;
	padding: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 50px;
	text-align: left;
	align: left;
	z-index: 200;
}

@keyframes links{
	0% { left:0;
	}
	100% { left: 5px;
	}
}

.button_links:hover {
	animation-name: links;
	animation-duration: 1.0s;
	transition: all ease 1.0s;
	left:5px;
    background-color: white;
	color:black;
	text-shadow: 2px 2px 2px orange;
	box-shadow: -5px 5px 5px orange;
}

.textcolor {
 background-image:linear-gradient(white, #96a6be, #003688);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent; 
}

#wahl {
		display: none;
}

#checkliste_ {
	display: none;
}

.links_t {
	border: none;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: lightgrey;
	text-shadow: 2px 2px 2px white;
	background: linear-gradient(white, #84c9ca);
}

.rechts_t {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: lightgrey;
	text-shadow: 2px 2px 2px white;
	background: linear-gradient(white, #84c9ca);
}
	
a:link {

	transition: all ease 0.5s;
	color: orange;
	text-decoration: none; 
}

a:visited {

	transition: all ease 0.5s;
	color: orange;
	text-decoration: none; 
}

a:focus {

	transition: all ease 0.5s;
	color: orange;
	text-decoration: none; 
}

a:hover {

	transition: all ease 0.5s;
	color: orange;
	text-decoration: underline; 
}

a:active {
	transition: all ease 0.5s;
	color: orange;
	text-decoration: none; 
}

.a_:link {
    font-style: italic;
	transition: all ease 0.5s;
	color: cyan;
	text-decoration: underline;
	text-shadow: 2px 2px 2px black; 
}

.a_:visited {
    font-style: italic;
	transition: all ease 0.5s;
	color: cyan;
	text-decoration: underline; 
	text-shadow: 2px 2px 2px black;
}

.a_:focus {
    font-style: italic;
	transition: all ease 0.5s;
	color: cyan;
	text-decoration: underline; 
	text-shadow: 2px 2px 2px black;
}

.a_:hover {
    font-style: italic;
	transition: all ease 0.5s;
	color: cyan;
	text-decoration: underline; 
	text-shadow: 4px 4px 4px black;
}

.a_:active {
	font-style: italic;
	transition: all ease 0.5s;
	color: cyan;
	text-decoration: none; 
	text-shadow: 2px 2px 2px black;
}

#norm {
	position: relative;
	margin-top: 0px;
	background: linear-gradient(#222, #84c9ca);
    box-shadow: 10px 10px 10px black,
              -10px 10px 10px black,
     		  10px -10px 10px black;
	border-radius: 0px 0px 10px 10px;
}

td {
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	height: 30px;
	vertical-align: center;
}

.nav {
	color: #84c9ca;
	margin-top: 15px;
	padding: 10px;
	padding-right:3%;
	padding-left:3%;
	margin-top: 0;
	margin-left: 0px;
	border: solid 2px white;
	border-top: none;
	border-right: none;
	text-align:center;
	text-shadow: 3px 3px 5px white;
}

.nav:hover {
	background: linear-gradient(white, #84c9ca);
	color: white;
    cursor: pointer;
}

#handy {
	display: none;
}

#table_ {
	display: none;
}

#start_ {
	display: none;
    z-index: 100;
}

#start li {
	text-decoration: none;
}

#start:hover > #start_ {
	position: absolute;
	z-index: 1000;
	display: block;
	border: 2px solid white;
	border-top: none;
	margin-top: 8px;
	margin-left: 134px;
	width: 100px;
	padding: 10px;
	background-color: #84c9ca;
}

footer {
	color: black;
	text-shadow: none;
    top: 20px;

}

.button {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:15px;
	background:radial-gradient(#84c9ca, white);
	color:white;
	text-shadow:2px 2px 5px 1px black;
	box-shadow:0px 0px 10px 2px black;
	transition: ease all 0.5s;
}

.button:link {
	background:radial-gradient(#84c9ca, white);
	color:orange;
	text-shadow:0px 0px 5px 1px white;
	box-shadow:0px 0px 10px 2px white;
	transition: ease all 0.5s;
}

.button:visited {
	background:radial-gradient(#84c9ca, white);
	color:orange;
	text-shadow:0px 0px 5px 1px white;
	box-shadow:0px 0px 10px 2px white;
	transition: ease all 0.5s;
}

.button:hover {
	box-shadow:0px 0px 10px 2px #84c9ca;
	background: linear-gradient(90deg, #84c9ca, white, #84c9ca);
	transition: ease all 0.5s;
}

.button:active {
	background:radial-gradient(#84c9ca, white);
	color:orange;
	text-shadow:0px 0px 5px 1px white;
	box-shadow:0px 0px 10px 2px white;
}

.panel-test2 {
	width: 28%;
	padding: 10px;
}

#logo_handy {
	display: none;
}

#logo_gross {
	display: block;
}

#lzbdm_handy {
	display: none;
}

#lzbdm_desktop {
	display: block;
}

#lfue_desktop {
	display: block;
}

#lfue_tablet {
	display: none;
}

@keyframes uber {
	0% {
		opacity: 0;
		margin-top: -300px;
	}
	100% {
		opacity: 1;
		margin-top: -30px;
	}
}

@keyframes opacity {
	0% { 
	opacity: 0;}
	100% {
		opacity: 1;}
}

.uberschrift {
	animation-name: opacity;
	animation-duration: 2s;
}

@media screen and (max-width: 768px) {
	
#logo_gross {
	display: none;
}

#logo_handy {
	display: block;
}

#lzbdm_handy {
	display: block;
}

#lzbdm_desktop {
	display: none;
}

#lfue_desktop {
	display: none;
}

#lfue_tablet {
	display: block;
}

.wr {
	width: 100%;
	height: 80%;
}

.panel-test2 {
	width: 28%;
    padding:5px;
}

#logo_gross {
	src:(../images/logo.png);
}

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

@keyframes uber {
	0% {
		opacity: 0;
		margin-top: -300px;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		margin-top: -30px;
	}
}

.ubers_ {
	position: relative;
	animation-name: uber;
	animation-duration: 1.5s;
}

@keyframes uber_2 {
	0% {
		opacity: 0;
		margin-left: -300px;
	}
	100% {
		opacity: 1;
		margin-left: 0px;
	}
}

.bild {
	position: relative;
	animation-name: uber_2;
	animation-duration: 1.5s;
}

.panel-test2 {
	width: 28%;
}
	
	/* Code für Button */
.obenkreis {
  opacity: 0.8;
  color: black;
  margin-top: -200px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: radial-gradient(cyan, black);
  box-shadow: 3px 3px 7px black,  		/* Hintergrundfarbe (Kreis) */
              -3px 3px 7px black,
			  3px -3px 7px black,
			  -3px -3px 7px black;
  -webkit-box-shadow: 3px 3px 7px black,  		/* Hintergrundfarbe (Kreis) */
              -3px 3px 7px black,
			  3px -3px 7px black,
			  -3px -3px 7px black;
     -moz-box-shadow: 3px 3px 7px black,  		/* Hintergrundfarbe (Kreis) */
              -3px 3px 7px black,
			  3px -3px 7px black,
			  -3px -3px 7px black;
	  -ms-box-shadow: 3px 3px 7px black,  		/* Hintergrundfarbe (Kreis) */
              -3px 3px 7px black,
			  3px -3px 7px black,
			  -3px -3px 7px black;
	   -o-box-shadow: 3px 3px 7px black,  		/* Hintergrundfarbe (Kreis) */
              -3px 3px 7px black,
			  3px -3px 7px black,
			  -3px -3px 7px black;
  border: solid 2px grey;
  animation: anitop 1s;
}

@keyframes anitop {
  0%{opacity:0}
	100%{opacity:0.8}
  }
  
.obenpfeil-1, .obenpfeil-2 {
  border: solid white;						/* Farbe Pfeile */
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	position:absolute;
   left:50%;
   margin-top: -5px;
   margin-left:-8.5px;
   margin-top: -200px;
	transition: all 0.2s ease;
	}
	
.obenpfeil-1 {
	top:15px;
	}
	
.obenpfeil-2 {
	top:22px;
	}
	
.obenkreis:hover .obenpfeil-2 {
	top:8px;
}

#back-top2 {
position: fixed;
bottom: 5%;
right:5%;
z-index: 1000;
}

#back-top2  span{
display: block;
}

.ubers {
	position:absolute;
	animation-name:uber;
	animation-duration: 2s;
}

html {
	background-color:black;
}

body {
	background-color:cyan;
}

#oben {
	z-index: 1000;
	position: sticky;
	top: 0px;
	display: block;
	justify-content: space-around;
	box-shadow: 0px 10px 10px black;
}

.nav {
	font-size: 0.8em;
}
.rotate {
    transform: rotate(90deg);
    /*transform: rotate(180deg);*/
    transition: .5s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .5s;
}

#norm {
	display: none;
}

#handy {
	display: block;
}

footer {
	color: orange;
	text-shadow: none;
}

}