.nav > li > a, .nav > li > span {
  color: #0c7aac;
}
.mega-menu {
  background: #f1f7fa
}
li.nav-parentitem > a {
  color: #0c7aac;
}

main a:link, main a:visited, main a:link, main .content .ce-text p a.download {
  color: #0c7aac;
}
.button-link h2 a, .button-tel h2 a{
  color: #0c7aac;
}
.button-link, .button-tel{
  background-color: #fff;
  border: 1px solid #0c7aac;
}
.button-link a:hover, .button-tel a:hover {
  background-color: #fff;
  border: 1px solid #4a4a4a;
}
.button-tel p, .button-tel h2 {
    color: #0c7aac;
}

/*  TEST Sprach Toggle */
ul#language_menu {
  float:right;
}
section.content ul#language_menu li {
  display:inline-block !important;
  text-indent: 0;
  padding: 20px 10px 0 0;
}
main section.content #language_menu li.available a  {
	padding: 12px 14px;
	background-color: #fff; /*f1f7fa;*/
	border:1px solid #0c7aac;
}
main section.content #language_menu li.hidden a {display:none;}
main section.content #language_menu li.available a > span.de_LU {
	color: #0c7aac;
	padding-left: 22px;
	background: url("../Icons/icon-leichte-sprache.svg") no-repeat left center;
}
main section.content #language_menu li.available a > span.de_LU:hover {
	color: #4a4a4a;
	background: url("../Icons/icon-alltagssprache.svg") no-repeat left center;

}
main section.content #language_menu li.available a > span.de-DE {
	color: #4a4a4a;
	padding-left: 22px;
	background: url("../Icons/icon-alltagssprache.svg") no-repeat left center ;
}
main section.content #language_menu li.available a > span.de-DE:hover {
	color: #0c7aac;
	background: url("../Icons/icon-leichte-sprache.svg") no-repeat left center;
}
section.content ul#language_menu li::before {
  content: none;
}

 /* The switch - the box around the slider */
/* section.content .intro {
  width:60%;
  float: left;
  margin-bottom: 20px;
}*/
 .languageSwitch {float:right;margin-right: 70px;width: 35%;}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
span.language-label {margin-right:15px; font-weight:bold;color: #666;}
span.language-label.active {margin-left:10px; font-weight:bold;color: #0c7aac;}

#wrapper label.switch input[type="checkbox"]:checked + span:not(.mandatory) {
  border: none;
  background: #0c7aac;
  box-shadow: none;
}
input:checked + .slider {
  background-color: #0c7aac;;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0c7aac;;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.h2-blau-linie h2, .box-person-60-prozent h2, .downloads-breit h2, h2.h2-blau {
  border-bottom: 5px solid #0c7aac;
  color: #0c7aac;
}  
#slidewrap-BT .slideBildText h2,#slidewrap-BT .slideBildText p {
  color: #0c7aac;
}  

aside h2.label, aside h2.active {
  border-bottom: 2px solid #0c7aac;
}
h2.label, aside h2, div.job-contact h2:first-child, h2.active, aside .intro h2 {
  border-top: 5px solid #0c7aac;
}
section.content ul li::before, section.content div.job-details ul li::before, .modal-content ul li::before, #notfall-popup .standard ul li::before {
  color: #0c7aac;
}
section.content .frame-layout-500 .frame-layout-501 .ce-bodytext {
  background-color: #0c7aac;
}
section.content .frame-layout-500 .frame-layout-501 {
  background-color: #0c7aac;
}
section.content .frame-layout-500 .frame-layout-501:hover .ce-bodytext {
  color: #0c7aac;
}
.box-2-linien, .list-lines, .standard .news-list-view {
  border-top: 5px solid #0c7aac;
}
.box-2-linien, .box-linie-unten, .list-lines, .standard .news-list-view .article {
  border-bottom: 2px solid #0c7aac;
}
.zitat p:first-child, .zitat p span.name-of-person, .zitat p:last-child {
  color: #0c7aac;
}
/*
details summary::-webkit-details-marker {
  display:none;
}
*/
*:focus-visible, button:focus-visible { 
   /*outline-color: currentColor; */
   outline-color: #0c7aac;
   outline-style: solid; 
   outline-offset: .25rem; 
   outline-width: .25rem; 
}

button.accordion:focus-visible /*,button.accordion:focus*/{
	border: 4px solid #0c7aac;
	padding: 2px;
}
#sprungNavi, ul.sprungNavi {
	visibility: hidden;
	height: 0;
}
