@charset "UTF-8";@import url("https://blacksirius.de/wp-content/themes/nero/roboto.css");@media all {/*
Theme Name: Nero Theme
Theme URI: https://rockm.de
Author: Matthias Giesselmann
Author URI: https://rockm.de
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: nero
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');*/


/*-------------------------------------------------------------- ALLGEMEIN */
*{
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
html {
    font-size: 14px;
}
html, body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    /*font-size: 87.5%;*/
}
body{
    min-width: 333px;
    background: #111;
}
hr {
    margin: 2rem 0;
    border-top: 1px solid #242424;
}
.black,
.red{
    background-color: transparent !important;
}
.navbar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    padding: 1rem;
    background: -moz-linear-gradient(left, rgba(17,17,17,0.9) 0%, rgba(17,17,17,0.9) 1%, rgba(17,17,17,1) 100%);
    background: -webkit-linear-gradient(left, rgba(17,17,17,0.9) 0%,rgba(17,17,17,0.9) 1%,rgba(17,17,17,1) 100%);
    background: linear-gradient(to right, rgba(17,17,17,0.9) 0%,rgba(17,17,17,0.9) 1%,rgba(17,17,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6111111', endColorstr='#111111',GradientType=1 );
}
.navbar .nav-item .nav-link{
    padding: 1rem;
    color: #FFF;
    margin-left: 0.5rem;
}
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:hover{
    background: #B80109;
}
.navbar-brand{
    width: 176px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0;
}
.nav-link.active{
    background-color: #c81000;
}
.shop-modal .nav-link.active{
    background-color: transparent;
}
.category-full-height{
    min-height: 100vh;
}
img{
    max-width: 100%;
}
.outline{
    margin: 10px 0 20px;
    border: 1px solid red;
    border-image-source: linear-gradient(#870000, #222);
    padding: 5px;
    border-image-slice: 20;
}
.download-file{
    border: 1px solid #666;
    padding: 0.5rem 1rem;
    transition: 0.35s all;
    background: none; 
    cursor: pointer;
    color: #FFF;
    white-space: pre;
    display: inline-block;
    margin: 0 0 0.25rem;
}
.download-file:hover{
    border-color: red;
    color: red;
}
.next2{
    padding: 2rem 0;
}
.next2 a{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url(https://blacksirius.de/wp-content/themes/nero/bootstrap/img/icon_v_sprite.svg) center bottom no-repeat;
    transition-property: background-position;
    transition-duration: 0.5s;
    font-size: 0;
}
.next2 a:hover {
    background-position: center top;
    animation-name: pfeil;
    animation-duration: 1s, .25s;
    animation-delay: 0s, 30s;
    animation-iteration-count: infinite;
}
@keyframes pfeil {
	0% {background-position:center 0px;}
	50% {background-position:center 10px;}
	100% {background-position:center 0px;}
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover{
    color: #FFF;
}
.button{
    border: 1px solid #ccc;
    color: #ccc;
    background-color: #00000052;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.75rem 1.5rem;
    transition: all 0.35s;
    font-weight: 400;
    margin: 3rem 0 0;
}
.button:hover{
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
button:focus,
button:active{
    outline: none;
}
.reg{
    color: #666;
    display: inline-block;
    margin: 0 0 14px 2px;
    vertical-align: text-bottom;
    line-height: 0;
}
h1, h2, h3, h4, h5, h6{
    color: #FFF;
}
h2 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1rem 0 2rem;
    position: relative;
}
h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #c80000;
    bottom: 0;
    margin: 20px auto 0;
}
h4 {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    color: #888;
    margin: 0;
}
p, li{
    color: #CCC;
}
ul.cross {
    list-style-type: none;
    padding: 0;
}
ul.cross li {
    position: relative;
    padding-left: 2rem;
}
ul.cross li:before {
    content: "";
    position: absolute;
    background-image: url(https://blacksirius.de/wp-content/themes/nero/bootstrap/img/red_dot.svg);
    background-size: cover;
    height: 6px;
    width: 6px;
    display: block;
    left: 1rem;
    top: 8px;
}
a{
    color: #c80000;
}
a:hover{
    color: red;
}
textarea{
    height: 100px;
}
.silver{
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: 0 2px 5px #000;
    font-weight: 300;
    letter-spacing: 2px;
}
.black {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    font-size: 1.2rem;
    line-height: 1;
}
.sirius {
    color: red;
    font-weight: 600;
    font-size: 1.2rem;
}
.headbg{
    display: inline-block;
    background: red;
    padding: 0.25rem 1rem;
    margin: 2rem 0 1rem -1rem;
    position: relative;
}
.headbg:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 20px 0 0;
    border-color: #fa1400 transparent transparent transparent;
    left: 100%;
    position: absolute;
    top: 0;
}
.headbg.greyc{
    background: #333;
}
.headbg.greyc:before{
    border-color:#333 transparent transparent transparent;
}
.headbg + .row{
    background: #181818;
    padding: 3rem 0 2rem;
    margin: -2rem 0 2rem;
}
.buy-btn{
    font-size: 2rem;
    text-transform: uppercase;
    border: 2px solid #FFF;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    position: absolute;
    top: 25%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    font-weight: 300;
    padding: 1rem 2rem;
    transition: 0.35s all;
}
.buy-btn:hover{
    border-color: red;
    color: red;
}
.relative{
    position: relative;
}


/*-------------------------------------------------------------- START */
#start{
    height: 100vh;
}
#start .inner{
    display: flex;
    height: 100vh;
    position: relative;
}
#start .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
#start .inner .bg .left,
#start .inner .bg .right{
    width: 50%;
    height: 100vh;
}
#start .inner .bg .right{
    background-color: rgba(0,0,0,.9);
}
#start .inner .content{
    width: 100%;
}
#start .inner .content .container,
#start .inner .content .container .row,
#start .inner .content .container .row div[class*=' col-']{
    height: 100vh;
}
#start .inner .content .container .row .right{
    text-align: right;
    display: flex;
    align-items: center;
}
#start .inner .content .container .row .right .claim{
    margin: 0 -40px;
}
#start .inner .content .container .row .right .claim .slogan{
    font-size: 7rem;
    color: #fff;
    font-weight: 100;
    line-height: 7rem;
}
#start .next2{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
/*-------------------------------------------------------------- UNTERNEHMEN */
#unternehmen{
    /* background-image: url(bootstrap/img/back2.jpg); */
    /* background-size: cover; */
    /* background-position: bottom; */
    padding: 8rem 0;
}
#unternehmen .inner{
    background: rgba(0,0,0,0.9);
    padding: 2rem;
}
.ph{
    /*margin-top: 2rem;*/
}
#phcontrol{
    list-style-type: none;
    padding: 1rem 0;
    margin: 0;
    border-right: 1px solid #333;
}
#phcontrol li{
    padding: 0.25rem 1rem;
    cursor: pointer;
    border-right: 4px solid transparent;
    color: #888;
    transition: all 1s;
}
#phcontrol li:hover{
    border-color: #666;
    background: #333;
    transition: all 1s;
}
#phcontrol li.active{
    padding: 0.25rem 1rem;
    border-color: red;
    color: #FFF;
    transition: all 1s;
}
#phcontent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#phcontent > div{
    position: absolute;
    display: none;
    padding: 0 4rem;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateZ(0px) translateY(-50%);
}
#phcontent > div:first-child{
    display: block;
}
#phcontent .cite{
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4rem;
}
#phcontent .title{
    color: red;
    font-weight: 300;
    font-size: 2rem;
}
#philosophie{
    padding: 2rem 0;
    background: #0a0a0a;
}
#dokumente a{
    border: none;
    background: #222;
    color: #888;
    margin: 0 0.5rem 0.5rem 0; 
    display: inline-block;
    cursor: pointer;
    transition: all 0.35s;
    padding: 0.25rem 0.5rem;
}
#dokumente a:hover{
    background: #333;
    color: #CCC;
}



/*-------------------------------------------------------------- KONTAKT */
#kontakt{
    /* padding: 8rem 0; */
	padding-top: 1.5rem;
	padding-bottom: 15rem;
    position: relative;
}
#kontakt h2 {
	margin-top: 0;
}
#kontakt #map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#kontakt .container > .row > div:first-child{
    pointer-events: none;
}
#kontakt .egm-marker-iw {
    color: #FFF;
    line-height: 1rem !important;
}
#kontakt .gm-style-iw + div,
#kontakt .gm-style-iw + div > img{
    display: none;
}
#kontakt .contactform{
    position: relative;
    z-index: 1;
    background-color: rgba(0,0,0,0.8);
    color: #e1f1fe;
    padding: 2rem;
    border: 1px solid red;
}
#kontakt .contactform .form-control{
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #FFF;
    display: block;
    padding: 5px;
    border-radius: 0;
    width: 100%;
}
#kontakt .contactform br{
    display: none;
}
#kontakt .contactform .button{
    margin:0;
    cursor: pointer;
}
#kontakt .contactform label,
#kontakt .contactform span{
    display: block;
    width: 100%;
    margin: 0;
}
#kontakt .contactform label{
    color: #999;
    margin: 0 0 1rem;
}
#kontakt .contactform .form-control:focus,
#kontakt .contactform .form-control:hover,
#kontakt .contactform .form-control:active {
    border-color: red;
    outline: none;
    box-shadow: none;
}
.rc-anchor-dark.rc-anchor-normal,
.rc-anchor.rc-anchor-normal.rc-anchor-dark{
    border:none;
}
#kontakt div.wpcf7 .ajax-loader{
    background-repeat: no-repeat;
}
.grecaptcha-badge {
    display: none!important;
}
#kontakt div#wpcf7-f65-p24-o1.wpcf7 form.wpcf7-form.init div.row div.col-12 span.wpcf7-form-control-wrap.kc_captcha span.wpcf7-form-control.wpcf7-radio span.captcha-image span.cf7ic_instructions span {
	display: inline;
}
#kontakt div#wpcf7-f65-p24-o1.wpcf7 form.wpcf7-form.init div.row div.col-12 span.wpcf7-form-control-wrap.kc_captcha span.wpcf7-form-control.wpcf7-radio span.captcha-image label {
	margin: 0;
}

/*-------------------------------------------------------------- PRODUKTE */
#produkte{
    padding: 6rem 0;
    background: #0c0c0c;
}
.close{
    color: #FFF;
    text-shadow: none;
    font-size: 4rem;
    opacity: 1;
}
.close:hover{
    color: red;
}
#produkte img{
    display: inherit;
    margin: 0 auto;
}
.twocol{
    column-count: 2;
    text-align: justify;
    column-gap: 2rem;
}
.light{
    opacity: 0.75;
}
.modal-body{
    padding: 0;
}
.modal-header{
    border: none;
}
.modal-dialog .modal-content{
    background: none;
    box-shadow: none;
}
.orderpro{
    display: flex;
    flex-direction: row;
}
.orderpro .soon{
    color: red;
    font-size: 1.4rem;
    font-weight: 500;
}
.orderpro > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 47% !important;
    margin: 1rem;
    background-size:cover;
    background-color: #222;
}
.orderpro img{
    /* width: 100%; */
    height: auto;
}
.modal-lg {
    max-width: 80% !important;
}
.orderpro p{
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 3rem;
    font-weight: 100;
    margin: 2rem 0;
    position: relative;
    line-height: 2.4rem;
    letter-spacing: 2px;
}
.orderpro p span{
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: 2px;
}
.orderpro a{
    margin: 0 0 2rem;
    display: inline-block;
    font-size: 1.6rem;
    border: 2px solid;
    padding: 0.5rem 2rem;
    transition: 0.35s all;
}
.orderpro a:hover{
    background: red;
    color: #FFF;
}
/*-------------------------------------------------------------- PRODUCT ANGELS */
#product-angels{
    padding: 6rem 0;
}
.whitec{
    color: #FFF;
}
.redc{
    color: red;
}
.silverc{
    color: #DDD;
}
.italic{
    font-style: italic;
}
.job{
    color: #444;
}
.ls{
    letter-spacing: 6px;
}
#product-angels .angels {
    width: 100%;
    background-color: #1c1c1c;
    margin-bottom: 40px;
    min-height: 300px;
    display: flex;
}
#product-angels .angels .teaserphoto {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    height: auto;
    flex: 1 0 0;
}
#product-angels .teaserphoto {
    width: 100%;
    background-position: center -26px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
}
#product-angels .angel > .row > div {
    padding: 0;
}
#product-angels .angels .angelstext {
    padding: 40px;
    flex: 1 0 0;
}
#product-angels h3 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
}
#product-angels .angels .angelstext .line50 {
    background: #555;
    display: block;
    height: 1px;
    width: 50%;
    margin: 20px 0;
}
#product-angels .cangel {
    margin-top: 2em;
}
#product-angels .cangel a {
    color: #FFF;
    display: inline-block;
    background: #444;
    width: 40px;
    font-size: 1.5rem;
    text-align: center;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.35s;
}
#product-angels .cangel a:hover{
    background: red;
}
#product-angels .cangel a i{
    vertical-align: super;
}
#product-angels .angel > .row {
    margin: 0;
}
.angel-desc {
    padding: 10px;
    position: relative;
}
.angel-desc:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%);
background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=1 );
}
.angel-desc h3{
    margin: 0;
    text-align: center;
}
footer a{
    color: #555;
}
footer a:hover{
    color: #777;
}


/*-------------------------------------------------------------- RECHTLICHES */
.rechtliches{
    padding: 0 0 6rem;
    background: #1c1c1c;
    position: relative;
}
.rechtliches h2{
    text-align: left;
    font-size: 1.4rem;
    margin: 1rem 0;
    text-transform: inherit;
    font-weight: 300;
    color: #AAA;
    letter-spacing: 1px;
}
.rechtliches h2:after{
    display: none;
}
.rechtliches h2:before{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #c80000;
    bottom: 0;
    margin: 2rem 0 1rem;
}
.rechtliches:before{
    content: "";
    background: url(https://blacksirius.de/wp-content/themes/nero/bootstrap/img/dots.png), url(https://blacksirius.de/wp-content/themes/nero/bootstrap/img/head.jpg);
    display: block;
    height: 260px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    margin: 0 0 3rem;
    border-bottom: 2px solid red;
    border-image-source: linear-gradient(to right, black, red);
    border-image-slice: 20;
}
.fa, .fas {
    font-weight: inherit;
}


/*-------------------------------------------------------------- FOOTER */
#footer{
    padding: 3rem 0 2rem;
  	margin-top: -6rem;
    position: relative;
    z-index: 500;
    background: #111;
}
#footer .social-icons a{
    font-size: 2rem;
    margin: 0 0 0 1rem;
}
#footer p{
    color: #777;
}
#footer a{
    color: #999;
}
#footer .footer-menu a{
    margin: 0 4px;
}
#footer a:hover{
    color: #FFF;
}
#footer span {
    margin-left: 0.5rem;
    color: #444;
}
footer{
    background: #060606;
    padding: 1rem 0;
}
footer p{
    margin: 0;
    text-align: center;
    color: #444;
}
.blacksirius{
    display: inline-block;
}
@media (max-width: 1199px) {
    #start .inner .content .container .row .right .claim .slogan{
        font-size: 6rem;
        line-height: 6rem;
    }
    #product-angels .teaserphoto{
        height: 275px;
    }
}
@media (max-width: 991px) {
    #start .inner .content .container .row .right .button{
        text-align: center;
    }
    .navbar{
        background: #111;
    }
    #start .inner .content .container .row .right .claim .slogan{
        font-size: 4rem;
        line-height: 4rem;
    }
    #start .inner .content .container .row .right .claim {
        margin: 0 -40px;
        padding: 8rem 0;
    }
    #start .inner .content .container, #start .inner .content .container .row, #start .inner .content .container .row div[class*=' col-'] {
        height: auto;
    }
    .category-full-height,
    #start,
    #start .inner {
        height: auto;
        min-height: auto;
    }
    #start .inner .bg .left, #start .inner .bg .right {
        height: auto;
    }
    #product-angels .teaserphoto{
        height: 190px;
    }
    #kontakt{
        padding: 0;
    }
    #kontakt .contactform{
        border:none;
    }
    #kontakt {
        display: flex;
        flex-direction: column-reverse;
        background: #000;
    }
    #kontakt #map{
        position: relative;
    }
    .md-m-0{
        padding: 0;
    }
    .navbar-toggler{
        position: absolute;
        color: #FFF;
        top: 1.8rem;
    }
    .icon{
        width: 100%;
        text-align: center;
    }
    .navbar-brand{
        margin:0;
    }
    #start .inner .content .container .row .right .claim {
        margin: 0px -28px;
        padding: 8rem 0;
    }
    .twocol {
        column-count: 1;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .orderpro > div{
        flex-basis: auto;
    }
    .navbar .nav-item .nav-link{
        margin: 0;
        padding: 0.5rem;
    }
    #start .inner .content .container .row .right .claim .slogan{
        font-size: 6rem;
        line-height: 6rem;
    }
    #start .inner .bg .left{
        display: none;
    }
    #start .inner .bg .right{
        background-color: rgba(0,0,0,.75);
        width: 100%;
    }
    #start .inner .content .container .row div[class*=' col-']{
        height: inherit;
    }
    #start .inner .content .container .row .right .claim{
        margin:0;
        text-align: center;
    }
    #start .inner .content .container .row .right .claim .slogan {
        text-align: right;
    }
    .buy-btn{
        white-space: pre;
        top: 0;
        padding: 0.5rem;
        font-size: 1.4rem;
    }
    .sm-m-0{
        margin:0;
    }
    #product-angels .teaserphoto {
        height: 130px;
    }
    #product-angels h3 {
        font-size: 0.875rem;
        letter-spacing: 1px;
    }
    #product-angels .angels{
        flex-direction: column-reverse;
    }
    #product-angels .angels .teaserphoto {
        height: 300px;
        flex: auto;
        background-position: center;
    }
    #product-angels,
    #produkte {
        padding: 3rem 0;
    }
    .orderpro {
        flex-direction: column;
    }
    .orderpro img {
        width: auto;
        max-height: 150px;
    }
    .orderpro img {
        width: auto;
        max-height: 150px;
    }    
    .orderpro p {
        margin: 1rem 0;
    }
    .modal-lg {
        max-width: 100% !important;
    }
    .parallax-slider{
        margin-left: 20% !important;
    }
    .rechtliches {
        padding: 83px 0 6rem;
    }
    .rechtliches:before{
        height: 170px;
    }
}
@media (max-width:575px) {
    .parallax-slider{
        margin-left: 30% !important;
    }
    #phcontent{
        height: 200px;
    }
    #phcontrol{
        border: none;
        border-bottom: 1px solid #333;
        text-align: center;
    }
    #phcontrol li{
        display: inline-block;
        border: none;
    }
    #phcontrol li.active{
        background-color: red;
    }
    #unternehmen{
        padding: 2rem 0;
    }
    #start .inner .content .container .row .right .claim{
        width: 100%;
    }
    #start .inner .content .container .row .right .claim .slogan {
        font-size: 4rem;
        line-height: 4rem;
        text-align: right;
    }
    .headbg{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .headbg:before{
        display:none;
    }
    .headbg + .row{
        margin-top: -1rem;
    }
    #product-angels .teaserphoto {
        height: 280px;
        background-position: center -50px;
    }
    #product-angels h3 {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    #google_map_easy_1_5402{
        height: 400px;
    }
    h2 {
        font-size: 2rem;
    }
    .icon{
        text-align: right;
    }
    #kontakt .contactform label{
        white-space: pre;
        margin: 0;
    }
    #dokumente{
        text-align: center;
    }
    ul{
        padding-left: 2rem;
    }
    .ls {
        letter-spacing: 2px;
    }
    #unternehmen .inner,
    #product-angels .angels .angelstext {
        padding: 1rem;
    }
    h1{
        font-size: 2rem;
    }
    p {
        word-break: break-word;
    }
}
@media (max-width: 400px) {
    .parallax-slider{
        margin-left: 40% !important;
    }
    #phcontent {
        height: 300px;
    }
    #product-angels .teaserphoto {
        height: 268px;
        background-position: center -30px;
    }
    #start .inner .content .container .row .right .claim .slogan {
        font-size: 3rem;
        line-height: 3rem;
    }
    .headbg {
        font-size: 1.8rem;
    }
}}
