@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,700,600,800,900);


#mainNav {
  padding: 0;
  margin: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
	
}


.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
 /* background: rgb(58,58,58);
   border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: max-height;
  /*
  box-shadow:  0px -2px 3px -1px rgba(0, 0, 0, 1);
  */
}

.navigation li {
  float: left;
  /*border-right: 1px solid #000000;  Zwischenlinie */
 }


.navigation li:hover {
  background: #222;
}

.navigation li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 0 0 5px;
}

.navigation li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
}

.navigation ul {
  display: none;
  position: absolute;
  list-style: none;
  margin-left: -3px;
  padding: 0;
  overflow: hidden;
}

.navigation ul li {
  float: none; /* zuvor none */
}

.navigation li:hover > ul {
  display: block;
  background: #222; /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
  border: solid 1px #fff;
  border-top: 0;
  width: auto;
  
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  
  -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.navigation li:hover > ul li:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.navigation li li a:hover {
  background: #000;
}

.navigation ul li:last-child a,
.navigation ul li:last-child a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  DELRO xxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */



#nr_1 {

border-right: 1px solid #ffffff;
padding-top: -3px;
padding-bottom: -3px; 
}


.navigation li {
 font-size:18px;	
}


/* xxxxxx Schriften im Karusell index xxxxxxxxxxxxxxxx  xxxxxxxxxxxx */

.karusell_text
{
	font-size: 20px; 
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	color: #fff;
	line-height: 36px; 

	display: inline-block;
	border-radius: 6px;
    border: solid 1px #fff;
}








/* Schriften xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


body {
	
		font-variant: small-caps;
}


.htitel_index {
	/*font-family:Helvetica Neue, Helvetica, Arial, sans-serif ; */
	font-size: 36px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 44px;
	color: black;
/*	background-color: #546e7a;
	display: inline-block;
	border-radius: 8px; */
}

.titel_index 
{
	font-size: 36px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 44px;
	color: black;
	
}

.titel_index:hover 
{
	font-size: 36px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 44px;
	
	/*background-color: #546e7a;*/
	display: inline-block;
	border-radius: 8px;

}

#sel_titel
{
	color: white;
	}


#sel1:hover
{
	background-color: #45526E;
	color: white;
	/*font-weight: bold;   2019*/
	}
	
#sel2:hover
{
	background-color: #315F5F;
	color: white;
	}
	
#sel3:hover
{
	background-color: #433D57;
	color: white;
	}
	
#sel4:hover
{
	background-color: #305971;
	color: white;
	}	
	
#sel5:hover
{
	background-color: #305971;
	color: white;
	}	
		

	
	
	

.list-group-item-title

{
margin-top: 10px;
	

	}


.linktop:hover
{

color: #8A0808;
	
}














/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* Medium devices (tablets, 768px and up)
/ @media (min-width: 768px) { ... } */

/* // Large devices (desktops, 992px and up) */
@media screen and (min-width: 600px) 
{
.titel_index:hover 
{
color: #01579b;
background-color: transparent;
}
	

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1300px)
{

.titel_index:hover 
{
color: white;
}
} /* xxxxxxxxxxxxxxxxxxxxx Ende Medium */


