/* body */
body{
    background-color: #030303;
    font-family: arial;
    color: #ffffff;
}

h1{
    font-size: 15pt;
}

h3{
    font-size: 13pt;
}

/* Header */
#siteheader{
    background-color: #212121;
    border-bottom: 1px solid #151515;
}

.shadow-header{
    height: 21px;
    background-image: url('../images/shadow-big.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2d2d2d;
}

.shadow-big{
    height: 21px;
    background-image: url('../images/shadow-big.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Content */
#wrappercontent{
    background-image: url('../images/bg-verlauf.png');
    background-repeat: repeat-x;
}

#main{
    border: 1px solid #4f4f4f;
    border-radius: 0.6rem;
    box-shadow: 1px 1px 16px 4px #333 inset;
    background-image: url('../images/bg-nav.png');
    background-repeat: repeat-x;
    width: 96%;
}

/* Navigation */
#navigation li.current-link{
    background-color: transparent !important;
}

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

#navigation ul li{
    margin-left: 0.5rem;
}
#navigation ul li:first-child{
    margin-left: 0;
}
#navigation ul li.active{
    border: 1px solid #ffcc00;
    border-radius: 0.6rem;
    background-color: #171717;
}

#navigation li a{
    text-shadow: 2px 2px 1px #000000;
    padding-left: 1rem;
    padding-right: 1rem;
}

a.nav-link{
    border: 1px solid transparent;
    border-radius: 0.6rem;
    font-weight: bold;
    color: white !important;
}
a.nav-link:hover{
    border: 1px solid #353535;
    border-radius: 0.6rem;
    background-color: #171717;
}
a.nav-link:active, a.nav-link:focus{
    border: 1px solid #ffcc00;
    border-radius: 0.6rem;
    background-color: #171717;
}

.dropdown-menu{
    border-left: 2px solid #ffcc00;
    border-radius: 0.6rem;
    background-color: #000;
    opacity: 0.9;
}
.dropdown-item{
    color: #f8f9fa;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: #171717;
    color: #ffcc00;
}
.dropdown-item::before {
  content:  url('../images/arrow.png') ' ';
}
.dropdown-divider{
    border-top: 1px solid #171717;
}

/* Breadcrumb */
.breadcrumb {
  background-color: #101010;
  border: 1px solid #353535;
  border-radius: 0.6rem;
}

.shadow-small{
    height: 12px;
    background-image: url('../images/shadow-small.png');
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content:  url('../images/arrow.png');
}

/* article */
article{
    
}

section{
    
}

/* Footer */
footer{
    border-left: 1px solid;
    border-right: 1px solid;
    border-image: 
    linear-gradient( to bottom, rgba(0, 0, 0, 0), #4f4f4f, rgba(0, 0, 0, 0) ) 1;
}

#footer{
    width: 96%;
}

/* copyrightPanel */
#copyrightPanel{
    width: 96%;
    background-color: #000000;
    border: 1px solid #333333;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 16px 2px #333333 inset;
}

ul.footerMenu{
   list-style-type: none;
   display: table;
   margin-left: auto;
   margin-right: auto;
}

ul.footerMenu li{
    float: left;
}

/* Links */
.yellow-link{
    color: #ffcc00;
}
.yellow-link:hover{
    color: #e8a60c;
    text-decoration: underline;
}

.text-yellow{
    color: #ffcc00;
}

/* bg-colors */
.bg-dunkelgrau {
  background-color: #202020;
}

/* Listenpunkte */
ul.liststyle-star{
    list-style-image: url(../images/star.png);
}

ul.liststyle-arrow{
    list-style-image: url(../images/arrow.png);
}

/* box */
div.box{
    border: 1px solid #4f4f4f;
    border-radius: 0.6rem;
}

div.box-head{
    background-color: #000000;
    box-shadow: 0px 0px 16px 8px #333333 inset;
    border-radius: 0.6rem 0.6rem 0 0;
}

div.box-head h3{
    margin: 0;
}

div.box-body{
    background-color: #000000;
    border-radius: 0 0 0.6rem 0.6rem;
}

.infobox{
    border-top: 3px solid #2e2e2e;
    border-bottom: 3px solid #2e2e2e;
}

.carousel-box{
    background-color: #101010;
    border: 1px solid #4f4f4f;
    border-radius: 0.6rem;
}

/* Preis Tabellen */
.table-preise{
    background-color: #2e2e2e;
    color: #f8f9fa;
}

.table-preise td{
    border-top: 2px solid #333333;
}

.table-head{
    background-color: #202020;
    font-weight: bold;
}

/* Unterseiten */
.content h3{
    padding-top: 1.5rem;
    font-weight: bold;
    font-size: larger;
}

/* Angepasste Layouts */
@media (max-width: 576px) {
    .shadow-big{
        display: none;
    }
}

@media (max-width: 992px) {
    .collapse{
        background-color: #000000 !important;
        border-radius: 0.6rem;
    }
    h3{
        padding-top: 1rem;
    }
    #footer{
        padding-left: 3rem;
    }
    .footer-last-box{
        font-size: smaller;
    }
    .footer-last-box img{
        width: 70%;
    }
}