/*
Custom CSS Code for Oxygen V1.0

*/
html {
  scroll-behavior: smooth;
}

body {background-color: #1C1C1C;}
.change-height {height: auto !important;}

.weiss-alt {background-color: #ffffff !important;}
.grau-alt {background-color: #fcfcfc !important;}
.schwarz-alt {color: #000000 !important;}
.rechts-alt {background-color: #9CD8FE !important;}
.hide {display: none !important;}

.active {
display: block !important;	
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}