body{
    background: #111111;
}

.slider{
    background-image: url(../img/sliderBg.gif);
    width: 100%;
    background-size: cover;
}

.cW{
    color:white;
}

.specsTextFormat{
    max-width: 330px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}

.navbar-brand{
    border: 2px solid white;
    border-radius: 100%;
    padding: 5px;
}

.bg-dark {
    background-color: #101415!important;
}

#parallax{
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url("../img/logo2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
}

.grey, .black {
    background-image: url("../img/grau_bg_fill.png");
    height: auto;
    width: 100%;
    height: auto;
    padding-bottom:50px;
}

.black{
    background-image: url("../img/schwarz_bg_fill.png");
}

.video{
    padding-top: 30px;
}

iframe{
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 15px 4px black;
    margin-top: 50px;
    border-radius: 3px;
}

.comBtn{
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-radius: 5px;
    background: #6441a5;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    color:white;
    font-weight: bold;
    transition:100ms;
}

.comBtn:hover{
    box-shadow: 0px 0px 10px #6441a5;
    color:white;
    text-decoration: none;
    transition:100ms;
}

.com{
    padding: 65px;
    color: white;
}

.navbar-dark .navbar-toggler {
    border:2px solid white;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.panelBtn1{
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-radius: 5px;
    background: #2880c3;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    color:white;
    font-weight: bold;
    transition:100ms;
}

.panelBtn1:hover{
    box-shadow: 0px 0px 10px #2880c3;
    color:white;
    text-decoration: none;
    transition:100ms;
}

.panelBtn3{
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-radius: 5px;
    background: #ffc107;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    color: #141414;
    font-weight: bold;
    transition: 100ms;
}

.panelBtn3:hover{
    box-shadow: 0px 0px 10px #ffc107;
    color:#141414;
    text-decoration: none;
    transition:100ms;
}

.socialHolder{
    padding-top: 20px;
    text-align: center;
}

.socialIcon{
    margin: 10px;
}

.socialIcon:hover{
    /*filter: drop-shadow(0px 0px 2px white);*/
    filter: invert(1);
}

.specs{
    color: white;
    max-width: 1064px;
    margin: 0 auto;
}

.panelBreak{
    margin: 0 auto;
    text-align: center;
}

.footer{
    color:white;
}

.footer a{
    color:white;
}

.centerCol{
    margin: 0 auto;
    display: table;
}

#back2Top {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30;
    background-color: #111111;
    color: #ebebeb;
    border: 2px solid #eeeeee;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 5px;
}

#back2Top:hover {
    background-color: #f44336;
    color: #fff;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.pointer{
    cursor: pointer;
}

#impressum, #datenschutz{
    max-width: 749px;
    text-align: left;
    margin: 0 auto;
}

#impressum a, #datenschutz a{
    color: #f44336
}

.fadeIn {
    animation: keyFadeIn 2.5s forwards;
    animation-delay: 0.2s;
    opacity: 0;
    margin-top:-80px;
}

#impBtn, #datBtn{
    display: inline;
}

@keyframes keyFadeIn {
    0% {
        opacity: 0;
        margin-top:-80px;
    }

    100% {
        opacity: 1;
        margin-top:0px;
    }
}

/* RESPONSIVE DESIGN: */
.colImg{
    width: 100%;
}

@media(max-width: 1199px){
    .hideMobile{
        display: none!important;
    }

    #parallax{
        background-size: 30%;
    }

    iframe{
        width:90%;
    }

    .pB{
        width:90%;
    }

    .col-sm-6{
        margin-top:40px;
    }
}

.hideMobile{
    display: block;
}

@media(max-width: 770px){
    .col-sm-6{
        display: table;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media(max-width: 600px){
    #parallax{
        height: 40vh;
        background-size: 40%;
    }
}