/* Typografie */
a {color:#BD0D30;}
a:hover, a:focus {color:#E20032;}
body {}
p {}
h1 {}

/* Containter */
.top-bar {background:#BD0D30;}
.leftcontent {background:#FFF1F1;}

/* Bilder */
div.csc-textpic .csc-textpic-imagewrap img {
  border: 1px solid #656565;
}

/* Navigation */
.navigation, .navi-top li:hover ul.level2 {}
nav a {}
.navi-top a {}
.navi-top a:hover, .navi-top a.active, .navi-top .act a {}
.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {background:none;}
.top-bar-section li:not(.has-form) a:not(.button):hover {background:#E20032;}


@media screen and (max-width:40em) {
.top-bar {}
.logo_bar {}
}

.test {position:relative;}
.test .csc-textpic-text{position:relative;z-index:10;margin-top:-4rem;-webkit-transition: all 2s; /* Safari */
    transition: all 2s;}
.test .csc-textpic-imagewrap{z-index:20;position:relative;}
.test .csc-textpic-above:hover .csc-textpic-text{display:block;position:relative;background:lightblue;margin-top:0;}