audio , img {
  background-image: url(rauch.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 120px;
}
body {
background-image: url(unnamed.jpg);
background-size: cover;

}
.title {
  font-family: "Montserrat";
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  letter-spacing: 1px;
}

h1 {
  background-image: url(rauch.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 120px;
  line-height: .75;
  margin: 10px 0;
}
/* styling my button */
#logo h1 {
  background-image: url(rauch.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: none;
  font-size: 120px;
  line-height: .75;
  margin: 10px 0;
}
/* styling my button */
.white-mode {
  text-decoration: none;
  padding: 7px 10px;
  background-color: #122;
  border-radius: 3px;
  color: blue;
  transition: .35s ease-in-out;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: "Montserrat";
}

.white-mode:hover {
  background-color: #FFF;
  color: #122;
}

.text1 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.text2 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 10s linear infinite;
  animation-delay: -10s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.text2b {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 12s linear infinite;
  animation-delay: -12s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.text3 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 14s linear infinite;
  animation-delay: -14s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.text3b {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 16s linear infinite;
  animation-delay: -16s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


.text4 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 18s linear infinite;
  animation-delay: -18s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.text4b {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 20s linear infinite;
  animation-delay: -20s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}





html, body {
width : 100%;
height : 100%;
margin : 0;
padding : 0;
overflow : hidden;
}
#hintergrund {
width : 100%;
height : 100%;
position : relative;
z-index : 1;
}
header {
position : relative;
width : 100%;
text-align : center;
padding : 2% 2% 2% 2%;
margin : 4em 0 2% 0;
}
header h1 {
text-align : center;
}
#content {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 2;
overflow : auto;
}
header, nav, footer, article {
display : block;
}
#kasten {
max-width : 90%;
margin : 0 auto;
}
.zentriert {
max-width : 100%;
margin : 0 auto;
}
#logo {
position : fixed;
text-align : center;
padding : 0;
margin : 0;
margin-left : auto;
margin-right : auto;
top : 0;
left : 0;
width : 100%;
height : auto;
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
border : ;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
z-index : 1;
}
nav {
list-style : none;
position : fixed;
bottom : 0;
left : -2em;
margin : 0 0 0 0;
padding : 0 0 0 0;
z-index : 1;
}
.menu-item1 {
list-style : none;
width : 10em;
}
.menu-item1 li {
color : black;
font-size : 15px;
font-weight : 500;
padding : 7px 12px;
margin : 2% 0 2% 0;
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
}
.menu-item1 li:hover {
border : #BDB76B solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
}
.menu-item1 li a {
text-align : center;
vertical-align : middle;
display : table-cell;
width : 10em;
height : 4em;
text-decoration : none;
list-style : none;
border : #B18904 solid 1px;
}
.menu-item1 li :hover {
text-align : center;
vertical-align : middle;
display : table-cell;
width : 10em;
height : 4em;
text-decoration : none;
list-style : none;
border : #B18904 solid 1px;
}
.menu-item1 ul {
margin : 2% 0 2% 0;
font-size : 13px;
line-height : 30px;
height : 0;
list-style-type : none;
overflow : hidden;
padding : 0;
transition : height 1s ease;
}
.menu-item1:hover ul {
height : 8em;
}
.menu-item1 ul a {
margin-left : 0;
text-decoration : none;
color : black;
display : block;
width : 200px;
}
.menu-item1 li {
border : #BDB76B solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
}
.menu-item1 li:hover {
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
}
a:link {
color : black;
}
a:visited {
color : black;
}
section {
position : relative;
width : 100%;
text-align : center;
padding : 2% 2% 2% 2%;
margin : 4em 0 2% 0;
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
border : ;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
}
section section a {
font-stretch : expanded;
}
section li {
text-align : left;
list-style-type : none;
}
section li {
text-align : left;
list-style-type : none;
}
section img {
margin : 2% 0 2% 0;
width : 100%;
border : #BDB76B solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
}
footer {
position : relative;
list-style : none;
width : 100%;
clear : both;
text-shadow : 0 1px 0 #fff;
line-height : 1.5;
padding : 2% 2% 2% 2%;
margin : 4em 0 2% 0;
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
border : ;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgb(0, 0, 0, 0.2);
}
footer li {
float : left;
margin : 0;
padding : 0 2% 0 2%;
color : black;
text-shadow : 0 2px 3px #fff;
}
ol#skip {
margin : 0;
padding : 0;
}
ol#skip li {
display : inline;
list-style : none;
}
ol#skip a:link, ol#skip a:visited, ol#skip a:hover {
left : -400em;
position : absolute;
background : #BDB76B;
}
ol#skip a:active, ol#skip a:focus {
position : fixed;
left : 0;
top : 0;
text-align : center;
font-size : 4em;
width : 100%;
height : 10%;
z-index : 1;
}
li a:focus {
color : black;
text-align : center;
width : auto;
margin : 0;
padding : 0;
text-decoration : underline;
}
a:active, a:focus {
background : linear-gradient(to right, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.7) 100%);
color : black;
text-align : center;
margin : 0;
padding : 0;
text-decoration : underline;
}
ol#abschluss {
margin : 0;
padding : 0;
}
ol#abschluss li {
display : inline;
list-style : none;
}
ol#abschluss a:link, ol#abschluss a:visited, ol#abschluss a:hover {
left : -400em;
position : absolute;
background : #BDB76B;
}
ol#abschluss a:active, ol#abschluss a:focus {
position : fixed;
left : 0;
top : 0;
padding-top : 1em;
text-align : center;
font-size : 4em;
width : 100%;
height : 10%;
z-index : 1;
}
h2 :active, h2 :focus {
color : black;
}
footer ul li a {
text-align : center;
margin : 0 0 0 0;
}
footer li {
list-style : none;
border-right : 1px solid black;
line-height : 100%;
margin : 0 0 0 0;
}
footer li:last-child {
border-right : none;
}
footer li:first-child {
border-left : none;
}
.blocktext {
max-width : 80%;
margin : 0 auto 0;
}
.intro1 {
transition : background-color 10s 0.5s ease-in-out;
}
.cd{
width: 250px; height:250px; border-radius:100%;

	
	
    -webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }	
}