/* 2018-09-21 rö integration in title  */
/*MS*/
/* basis siehe ch circle 2019 01 29 */
/* da bootstrap h1 + ff angepasst flex gelöscht */

h1 {
	color: #225CAB;
}

/* version 2016 07 07 br  */
h2 {  
  color: #225CAB;

 }


 /* titel im kasten mit abgerundeten ecken 11 2 2018 */
h4 {
	color: white;
	font-size: 1.1em;
	line-height: 1.4;
	text-indent: 5px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-radius: 1em;
	border: 0;
	background: #3674CF;
	text-align: left;
} 

.carousel-item img{
	width:100%;
}


#footer a {
	color: white;
}




/* ============================ BASICS ==============================*/
#container{}
#top{}
#header img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    max-width: 533px;
}


#navigation2{}
#top_content{}
#left_content{}
#content{}
#right_content{}
#bottom_content{}
#footer{
background-color: gray;
}



/* ============================ Specific =============================*/

/* Navigation   */
/* topmenu 2 quer mit untermenu 2015 06 07 rö -  auf navigation1 geändert 01 2019  */


nav#navigation1{
}
#navigation1 .bg-dark {
	background-color: transparent!important;
}


#navigation1 {
  margin-top: 5px;
  /* im zus untermenu */
  margin-bottom: 22px;
  /* float: left;   */
  font-size: 0.8em;
  padding-left: 0px;
  text-align: left;
  
  background-color: #225CAB;
/* color: white;  02-01-2019 */
}

#navigation1 ul {
  padding: 2px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 4px;
}

#navigation1 li {
  display: inline;
  /* im zus mit untermenu */
  position: relative;
}

#navigation1 a {
	padding: 8px 1em 8px;
	margin-right: 2px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 1-2019 wieder 0 */
	/* border-bottom: 1px;  06 2017 */
}

#navigation1 a:link {
	text-decoration: none;
	color: white;
}

#navigation1 a:visited {
  color: white;
  text-decoration: none;
  width: 100%;
}

#navigation1 a:hover {
  /* background-color: white; */
  width: 100%;
  color: white;
  border: 1px solid white;  /* 1.2019 */
}

#navigation1 b {  
  padding: 8px 1em 8px;
  margin-right: 2px;
  border-bottom: 1px solid silver; /* 1.2019 */
  /* background-color: #A63940;   1.2019 */
  color: white;
}


/* neues untermenu fuer horizontales topmenu2 ctweb */

#navigation1 ul ul {
	padding: 1px;
	/* 16-8-2014 border statt 1   */
	border-bottom: 0px solid silver;
	margin-bottom: 1px;
	position: absolute;
	top: 32px;
	left: 0;
	width: 50em;
	color: red; /* 01.2019 */
	background-color: gray;
}

#navigation1 ul ul li {
  display: inline;
  /* im zus mit untermenu */
  /* position: relative; */

}

#navigation1 ul ul li a {
	padding: 2px 1em 2px;
	margin-right: 1px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
	color: red;
}

/* 02-01-2019 */
#navigation1 ul li ul li a {
	padding: 2px 1em 2px;
	margin-right: 1px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
	color: red;
}

#navigation1 ul ul li b {  
  padding: 2px 1em 2px;
  margin-right: 1px;
  border: 0px solid silver;
  background-color: black;
  /* color: red;  geht nicht 02-01-2019 */
  border-bottom: 0;
}

/* --------------------------------   */
/* ergänzungen wie doitcl  02-01-2019 */
/*                                    */

#navigation .navbar-toggler {
	border-color: #b2a763;
}

/* Damit die Navigation kein Padding oben mehr hat */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
#navigation .navbar{
padding:0px;
}
}

#navigation .navbar-nav .nav-link {
	background-color: transparent;
  margin:10px 30px;
	font-size: 18px;
  color:#4b4b4a;
	font-weight: bold;
text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border-color: #b2a763;
  white-space: nowrap;
}

#navigation .navbar-nav .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#navigation .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(112,112,112, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}




/* ENDE topmenu 2 */



/* ===================================================================*/																														