/* Hier stand ein @import auf https://fonts.google.com/specimen/Montserrat - das ist die
   Vorschau-Webseite, kein Stylesheet. Der Browser hat sie geladen und verworfen, und
   Montserrat wird auf der Seite ohnehin nirgends benutzt. */

@font-face {
    font-family: "aliyah";
    src: url(./../fonts/Aliyah.ttf)
}

@font-face {
    font-family: "Radium";
    src: url(./../fonts/Radium%20Corp.ttf)
}

@font-face {
    font-family: "JesterBrush";
    src: url(./../fonts/JesterBrush.ttf)
}

@font-face {
    font-family: "F25_Bank_Printer";
    src: url(./../fonts/F25_Bank_Printer.otf)
}

@font-face {
    font-family: "Zector";
    src: url(./../fonts/Zector.otf)
}

@font-face {
    font-family: "PierSans";
    src: url(./../fonts/PierSans.otf)
}

@font-face {
    font-family: "Roboto";
    src: url(./../fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: "Brandon Light";
    src: url(./../fonts/rsrcfont.woff2)
}

@font-face {
    font-family: "MPLUS-bold";
    src: url(./../fonts/mplus-1c-bold.ttf)
}


body {
    color: white;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-color: #000;
    font-family: "Zector", arial;
    resize: .6px;
 /*   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    margin: 0
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./media/j3IISku.gif) 50% 50% no-repeat #000;
    opacity: 1
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	backdrop-filter: blur(35px);
    background-color: rgba(1, 1, 1, 0.8);
    z-index: 2;
    cursor: pointer
}

.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

#admin-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer
}
.form-textbox {

    color: black !important;

}
#user_name { z-index:1000; }
.container {
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

p {
    margin: 0
    font-family: 'F25_Bank_Printer'!important;
}

#footerue {
    font-family: 'F25_Bank_Printer';
    text-decoration: none; 
}

#shouts { 
    font-family: 'arial';
}
#m { 
    font-family: 'Zector';
	color:#85bb65;
	font-style: normal;   

}
#Info {
    border-radius: 3px;
    background: rgba(12, 0, 0, 0.12);
    display: inline-block;
	border: 2px solid rgba(12, 0, 0, 0.12);
	margin: 2px;
	font-family:arial !important;

}
/* */
html,
.root {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

body {
  font: menu;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
section {
  padding-top: 4rem;
  width: 50%;
  margin: auto;
}
h1 {
  font-size: 2rem;
  font-weight: 500;
}
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: px solid black;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

/* */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none
}

a:active {
  text-decoration: none
}
*/
.linkclean {
    color: white;
    font-weight: bold;

}

.tab {
    overflow: hidden;
    background-color: transparent;
	width: 100%;
	margin: 0;
}

.tab button {
    color: white;
    background-color: transparent;
	text-shadow: 1px 1px 0px black;
	font-weight: bold;
    float: initial;
    border: none;
    padding: 14px 16px;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-size: 19px
}
/*
.tab button:hover {
    background-color: rgba(1, 1, 1, 0.0);
}
*/
.tab button.active {
    background-color: transparent;
}



#main {
    text-align: center;
    vertical-align: middle;
    width: 30%;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
#main img {
    width: 100%;
    height: auto;
	opacity: 0.9;

}
#2nd {
    font-size: 12px;
}
@media only screen and (max-width: 600px) {
#main {
    text-align: center;
    vertical-align: middle;
    width: 350px;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
}
#main2 {
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

#box {
    border-radius: 25px;
    background: rgba(12, 0, 0, 0.12);
    border: 2px solid rgba(0, 0, 0, 0.66);
    padding: 20px;
    width: 300px;
    height: 150px
}

#content-box {
    text-align: center;
    background-color: rgba(120, 20, 13, 0.6);
    -webkit-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 rgba(117, 0, 0, 0.57);
    -moz-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 rgba(117, 0, 0, 0.57);
    box-shadow: 0 0 0 0 red, 11px 16px 20px 0 rgba(117, 0, 0, 0.57);
}

#content-box2 {
    text-align: center;
    border: 2px solid #2d2f2f;
    background-color: rgba(0, 0, 0, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000;
    -moz-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000;
    box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000
}
}

#content-box3 {
    text-align: center;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000;
    -moz-box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000;
    box-shadow: 0 0 0 0 red, 11px 16px 20px 0 #000
}

#content {
    padding: 70px
}

#name {
	color:red;
    font-family: "Radium", arial;
    font-size: 120px;
    text-shadow: 4px 5px 0px rgba(120, 20, 13, 1);
    margin-bottom: 10px
}

#social {
    font-family: "Roboto", arial;
    margin-bottom: 20px;
    font-size: 12px
}

#ueberschrift {
    font-family: "Roboto", arial;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 12px
}

#songname {
    font-family: "Zector", arial;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #000
}

#feature {
    font-family: "MPLUS-bold", arial;
    margin-bottom: 20px;
    color: lightgray;
    font-size: 12px;
    font-size: .8em;
    line-height: 1em
    cursor: pointer;
}

#soon {
    font-family: "PierSans", arial;
    font-size: 20px;
    margin-bottom: 10px;
    color: gray
}

#shoutsTitle {
    font-family: "Brandon Light", arial;
    font-size: 40px;
    margin-bottom: 10px
}

#pages {
    font-size: 10px
}

hr {
    border: 1px solid #000
}

.hint {
    color: #fff;
    z-index: 1;
    text-align: center;
    color: rgba(0, 100, 100, 0.3);
    position: fixed;
    bottom: 3.25vmin;
    font-family: "Brandon Light";
    font-size: 3.25vmin;
    letter-spacing: 0.2vmin
}


 #soon {
     visibility: hidden;
     min-width: 250px;
     margin-left: -125px;
     background-color: #333;
     color: #fff;
     text-align: center;
     border-radius: 2px;
     padding: 16px;
     position: fixed;
     z-index: 1;
     left: 50%;
     bottom: 30px;
 }

 #soon.show {
     visibility: visible;
     -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
     animation: fadein 0.5s, fadeout 0.5s 2.5s;
 }

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.toggle-content {
	display: none;
	height: 0;
  opacity: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
  opacity: 1;
}

 @-webkit-keyframes fadein {
     from {
         bottom: 0;
         opacity: 0;
     }

     to {
         bottom: 30px;
         opacity: 1;
     }
 }

 @keyframes fadein {
     from {
         bottom: 0;
         opacity: 0;
     }

     to {
         bottom: 30px;
         opacity: 1;
     }
 }

 @-webkit-keyframes fadeout {
     from {
         bottom: 30px;
         opacity: 1;
     }

     to {
         bottom: 0;
         opacity: 0;
     }
 }

 @keyframes fadeout {
     from {
         bottom: 30px;
         opacity: 1;
     }

     to {
         bottom: 0;
         opacity: 0;
     }
 }

#footer {
    width: 160px;
	font-family:arial !important;
    padding: 5px;
    text-align: center;
    position: fixed;
    bottom: 1%;
    width: 100%;
    font-size: 12px
}

i[class*=fa-times]::before {
    background: transparent
}

video {
	background: #000000;
	position: fixed;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px)
}
/*
video {
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px)
}
*/
