:root {
    --main-color: #c5093e;
}

h1, h5{
color: #c5093e;
}

a {
color: #c5093e;
 }

.maincontent a {
color: #c5093e;
}

.maincontent-start li:before, .maincontent li:before {
color: #c5093e;
}

nav ul li a:hover, nav ul .aktiv a {
background: url(../images/bg-mainnav-rot-kbch.png) repeat-x!important;
}

nav ul li:hover > ul {
  color: #c5093e;
}

nav ul li ul{
background: url(../images/bg-subnav-rot-kbch.png) no-repeat;
}

.tx-powermail--newsletter .powermail_fieldset {
    margin-bottom: 20px;
}

.slicknav_menu {
background: none repeat scroll 0% 0% #c5093e;
}


.submenu {
        background-color: #c5093e !important;
    }

.servicelinks .kontakt { visibility: hidden }

.sidebar .sidebar-item:last-child {
  background: rgb(209, 18, 65);
  color: white;
}
.sidebar .sidebar-item:last-child h3,
.sidebar .sidebar-item:last-child h2,
.sidebar .sidebar-item:last-child h1,
.sidebar .sidebar-item:last-child h4,
.sidebar .sidebar-item:last-child h5,
.sidebar .sidebar-item:last-child h6,
.sidebar .sidebar-item:last-child a {
  color: white;
}

.sidebar .sidebar-item label {
  display: none;
}

.sidebar .sidebar-item:last-child .powermail_input,
.sidebar .sidebar-item:last-child .powermail_textarea {
  box-sizing: border-box;
  width: 100%;
}
.sidebar .sidebar-item:last-child .powermail_textarea {
  margin-top: 8px;
  margin-bottom: 8px;
  }
.sidebar .sidebar-item:last-child .powermail_fieldwrap {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .sidebar-item:last-child .powermail_submit {
  background: rgb(140, 12, 43);
  color: white;
}
@media screen and (max-width: 40em) {
    .submenu {
        background-color: #FFFFFF!important;
    }

}

