/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html{
    background-color: #444;
}
.underconstruction{
    background: url("../img/wallhaven-168649.png") no-repeat center center fixed !important;
    height: 100% !important;
}
hr{
    border: 1px solid grey !important;
    border-radius: 10px;
}
.link{
    color: whitesmoke !important;
    border-bottom: 2px solid #c33948 !important;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
.customnavbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-red-text.active{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: whitesmoke!important;
}
.brand-logo{
  transition: font 0.3s ease
}
.customnavbar.scrolled{
  background-color: rgba(66, 66, 66, 0.90) !important;
}
.customnavbar.scrolled .brand-logo{
  font-size: 1.5rem !important;
}
p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.typed-cursor{
  opacity: 1;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
.determinate.dev{
    width: 0;
}
.determinate.frm{
    width: 0;
}
#spantypen span{
    font-size: 1.6rem !important;
}
#test{
    margin-top: 20%;
}
#test span{
    color: whitesmoke;
    font-size: 4.6rem !important;
}
.stat{
    margin-top: -20px;
}
.statpoints{
  margin-top: -20px;
  margin-bottom: -40px;
  font-size: 12px;
}
.captcha{
    margin-left: 36% !important;
    margin-top: 5% !important;
    max-width: 300px;
}
.fadein-standard{
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(225, 225, 225, 0.5);
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

::-webkit-scrollbar-thumb:active {
    background: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none transparent;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
.languageswitch{
    right: -20%;
    position: absolute;
    margin-top: 5px;
    max-width: 25px;
}
@media only screen and (max-width : 992px) {
    .languageswitch{
        right: -5%;
        position: absolute;
        max-width: 25px;
        margin-top: 5px;
        margin-right: 5px;
    }
}
.parallax-container{
    height: 700px;
}
.parallax img { width: 100%!important; }
#index-banner {
    height: 100vh!important;
}
@media only screen and (max-width: 600px) {
    .parallax-container{
        height: auto;
    }
    #index-banner {
        height: auto!important;
    }
}
