nav {
    background: #000000 !important;
    
}
.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #e60004   ;
    box-shadow: 0px 0px 1px 1px #e60004  inset, 0px 1px 0px #e60004 ;
    color: #FFF !important;
    border-color: #e60004 ;
}
.ym-form button:hover, .ym-form input[type="button"]:hover, .ym-form input[type="reset"]:hover, .ym-form input[type="submit"]:hover, .ym-button:hover {
    background-color: #867a7b;
    box-shadow: 0px 0px 1px 1px #867a7b inset, 0px 1px 0px #867a7b;
    border-color: #867a7b;
}
.schritt_aktiv {
	background: #e60004;
}
.ym-form button::before, .ym-button::before {
    background: #e60004;
    box-shadow: 1px 0 0 #e60004,2px 0 0 rgba(255,255,255,.5);
}


.button_start {
    width: 350px;
    padding: 10px;
    background: white;
    text-align: center;
    margin: 10px;
}
.headerauswahl a {
    border-bottom: none !important;
}
.headerauswahl a:hover, .headerauswahl a:active, .headerauswahl a:focus {
    border-bottom: none !important;
    background-color: transparent !important;
}
.button_start:hover {
    background: #e60004;
}
.RRPublish > div.Tiles > div {
    border: 0px solid #ddd !important;
}
.RRPublish > div.Tiles > div > div {
    font-weight: bold;
    color: #ffffff !important;
    background-color: #000000 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
    background-color: #000000 !important;
    color: #ffffff !important;
  
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div.selectorResult > div:nth-child(1) {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.RRPublish > div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div.selectorResult > div:nth-child(1) {
    background-color: #000000 !important;
    color: #ffffff !important;
}
/* ab hier Ergebnissdarstellung */


div.TileHeadText {
       background: #000000 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
}
.RRPublish div.ListControl > div.ListControlSearch > button.btnSearch:disabled {
    background-color: #000000 !important;
    border: 1px solid #ffffff  !important;
    cursor: default;
}
.RRPublish div.ListControl > div.ListControlSearch > button.btnClearSearch {
    background-color: #000000 !important;
    border: 1px solid #ffffff  !important;  
}
table.divDetailsParent div.divDetailsInner > div > div:first-child {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: bold !important; 
}
.panibox a:hover {
background-color: #000000 !important;
    color: #ffffff  !important;
}
@media only screen and (max-width: 640px) {
    .RRPublish a.aShowAll {
      background-color: #000000 !important;
    color: #ffffff  !important;
    font-weight: bold !important;
    }
}
.RRPublish div.Tiles > div > div {
    background: transparent !important;
}

.RRPublish div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
   background-color: #000000 !important;
    color: #ffffff  !important;
    font-weight: bold !important;
    
}
.RRPublish div.Tiles > div {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
}

/* Suchleiste vergrößern in Handyansicht */
@media only screen and (max-width: 750px) {
    .RRPublish div.ListControl > div.ListControlSearch {
        width: 70% !important;
        padding-right: 0;
        padding-top: 3px;
        white-space: nowrap;
    }
}
/* Suchleiste vergrößern in Handyansicht */

@media only screen and (max-width: 750px) {
    .RRPublish div.ListControl > div.ListControlSearch > input {
        background-position: left !important;
        background-size: 20px;
        height: 28px;
        border-radius: 5px;
        border-right-width: 1px;
        width: 160% !important;
    }
}
