@charset "utf-8";
.border_bottom_red {
    border-bottom-style: solid;
    border-bottom-color: #E30613;
}
h1, h2 { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
h3 { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.bg_cube {
    background-image: url("images/cube3.png");
    background-repeat: repeat-x;
    opacity: 1;
}
.bg_schwarz {
    background-color: #000000;
}
.brand_color {
    color: #E30613;
}
.bg_brand-color {
    background-color: #E30613;
}.border_top_red {
    border-top: thick solid #E30613;
    border-radius: 0px;
}
.bg-black {
}
.text_weiss {
    color: #FFFFFF;
}
.nav_style {
    background-color: #000000;
    opacity: 0.8;
    border-bottom: medium solid #E30613;
}
.bg_schimmern {
    opacity: 0.2;
}
