#footer {
  background-color: #00844a;
}

#toolbar {
  background-image: url("/typo3conf/ext/ambase/Resources/Public/Icons/Background-Toolbar-inca.jpg");
}

#sidebar .sidebar__nav a {
  background-color: #de002f;
}

#content .claim .row, #footer .claim .row{
  color: white;
}
#mainnavi li.mainnavi__item--active a {
  color: #de002f;
}

/*#mainnavi li.mainnavi__item--active a::before, #content .claim .row, #footer .claim .row {
  background-image: url("/typo3conf/ext/ambase/Resources/Public/Icons/Slash_inca.svg");
}*/

#mainnavi li:hover a {
  color: lightgray;
}
#mainnavi li:hover a::before {
  background-image: url("/typo3conf/ext/ambase/Resources/Public/Icons/Slash_lightgray.svg");
}

#toolbar a, .cookie-set, #footer a:visited {
  text-decoration: none;
  color: white;
}
#toolbar a:visited, #toolbar a:active {
  color: lightgray;
}

#content .bc1 a, #content .bc7 a {
  text-decoration: none;
  color: dimgray;
}
#content .bc1 a:visited, #content .bc1 a:active, #content .bc7 a:visited, #content .bc7 a:active {
  color: dimgray;
}

#content a, #content a:visited, #content a:active, .frame-layout-102 .pc-box.bc1 .ce-header h2, .frame-layout-102 .pc-box.bc10 .ce-header h1 {
  color: dimgray;
  
}
.frame-layout-102 .pc-box.bc1 .ce-header, .frame-layout-102 .pc-box.bc7 .ce-header {
  background-image: url("/typo3conf/ext/ambase/Resources/Public/Icons/Slash_lightgray.svg");
}
/*.frame-layout-102 .pc-box.bc1 .ce-header, .frame-layout-102 .pc-box.bc7 .ce-header, .frame-layout-102 .pc-box.bc10 .ce-header, .frame-layout-102 .pc-box.bc1 .ce-header {
  background-image: url("/typo3conf/ext/ambase/Resources/Public/Icons/Slash_dimgray.svg");
}*/
 
/*a {
  color: dimgray;
}*/

#CookieBox .cookie-btn {
  background: #de002f;
}

#content .bc1 a, #content .bc7 a {
  text-decoration:none;
  color: de002f;
  /*&:visited, &:active {color:white;}*/
  &:hover {text-decoration:underline;}
}

/*h1.pagetitle {
  color: dimgray;
}*/