@charset "UTF-8";
/* CSS Document */
/* 
background:rgba(0 , 36 , 68, 1); // #002444 // dunkles blau

background:rgba(0 , 43 , 101, 1); // #003565 // helleres Blau

background:rgba(244 , 67 ,54, 1); // #f44336 //Orange

background:rgba(78, 96, 114, 1);  #4e6072 // Leistungen Fenster

background:rgba(184, 185, 184, 1); // #b8b9b8 // hellgrau
 */

body
{
 	color: rgba(0 , 36 , 68, 1);
  	background-color: #fff;
}

.background-grau
{
    background:rgba(219, 219, 218, 1);
}

.background-blau
{
	background:rgba(0 , 36 , 68, 1);
}

.background-temp
{
	background:rgba(255 , 255 , 255, 1);
}


.cookiebutton
{
	background-color:#002444;
	color:#f44336;
}

.drei_fach_fenster
{
    background:#FFFFFF;
    color:rgba(0 , 36 , 68, 1);
    
}

.TextboxStart
{
	background:rgba(0 , 43 , 101, 1);
}

.linie
{
	background:rgba(0 , 36 , 68, 1);
}

.linieorange, .linieoben
{
	background:rgba(244 , 67 ,54, 1); /* #f44335 */
    background:rgba(0 , 36 , 68, 1);
}

.text_box_info
{
    color:rgba(0 , 36 , 68, 1);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
  color: rgba(0 , 36 , 68, 1);
  background-color: #fff;
  border-color: #fff #fff #fff;
}

a
{
  	color: rgba(0 , 0 ,0, 1);
  	background-color: transparent;
}

a:hover
{
  	color: rgba(0 , 0 , 0, 1);
}

.mobilmenufenster
{
	background:rgba(0 , 36 , 68, 0.98);
}

footer
{
	background:rgba(0 , 36 , 68, 1);
}

.footertext
{
	color:#FEFEFE;
}

.footertext a
{
	color:#FEFEFE;
}

.footertext a:hover
{
	color:rgba(244 , 67 ,54, 1);
}

.carousel-indicators li
{
  	background-color: rgba(255 , 255 , 255, 0.4);;
	border: rgba(244 , 67 ,54, 1) solid 1px;
	 
}

.carousel-indicators .active
{
 	background-color:rgba(244 , 67 ,54, 1);
	border: rgba(244 , 67 ,54, 1) solid 1px;
}

.textblau, .textblau a
{
	color:rgba(0 , 36 , 68, 1);
}

.textblau a:hover
{
	color:rgba(0 , 36 , 68, 1);
}

.textorange, .textorange a
{
	color:rgba(244 , 67 ,54, 1);
}

.textorange a:hover
{
	color:rgba(244 , 67 ,54, 1);
}

.textweiss
{
	color: #F6F6F6;	
}

.linkweiss a
{
	color: #F6F6F6;
}

.linkweiss a:hover
{
	color: #F6F6F6;
}

.link a
{
	color:rgba(0 , 36 , 68, 1);
}

.link a:hover
{
	color:rgba(0 , 36 , 68, 1);
}

.mobilmenu
{
	color:#FFFFFF;
}

.mobilnavitext
{
	color:#FFFFFF;
}



.mobilmenuzeilen a:hover
{
	color:#FFFFFF!important;
}


.header-menu
{
	background:rgba(0 , 36 , 68, 1);
}

.menu-nav
{
	background:transparent;

}

.menu-nav a
{
	color:#F6F6F6;
}

.menu-nav a:hover
{
	color:rgba(244 , 67 ,54, 1);
}

.orange
{
	color:rgba(244 , 67 ,54, 1)!important;
}


 .aktiv
{
   color:rgba(244 , 67 ,54, 1)!important;
}

.header-menu-abstand
{
	background:transparent;
}

.cookiebalken, .cookiebalkeninner
{
	background:rgba(0 , 36 , 68, 1);
}

.impressum-textbox
{
	color:rgba(0 , 36 , 68, 1);
}













