@charset "utf-8";
/* CSS Document */


.hg
{background-image: url("../IMG/wappen_3D_rational_gold_3.jpg");
} 
.container-fluid {margin:0%; padding: 0%;
} 
.col-sm-7{margin: 0%; padding: 0%;
} 
img 

.tb {
    position: relative;
  ;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {

	
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	
}

.tb:hover .image {
  opacity: 0.3;
}

.tb:hover .middle {
  opacity: 1;
}

.text {
  background-color:rgba(41,55,109,1.00) ;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


#menu {
	background: #29376D;
	color: #FFF;
	height: 70px;
	padding-left: 18px;
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
	margin-left: 65px;

}
#menu a {
	display: block;
	line-height: 70px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#menu a.dropdown-arrow:after {
	content: "\2B9F";
	margin-left: 5px;
}
#menu li a:hover {
	color: #0099CC;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 70px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #29376D;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #29376D;
	color: #FFFFFF;
}
@media screen and (max-width: 1800px){
	#menu {position:relative}
	#menu ul {background:rgba(41,55,109,0.80);position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
	

	
.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}
}



#myBtn1 {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50px;
  z-index: 99;
  border: none;
  outline: none;

}

#leftBox1 {
position:fixed; /* absolute Positionierung - Element bleibt beim Scrollen stehen */
left:50px; /* Startposition von links */
bottom:140px; /* Startposition von unten (von mir frei gewählt) */
z-index: 99;
}

#leftBox2 {
position:fixed; /* absolute Positionierung - Element bleibt beim Scrollen stehen */
left:50px; /* Startposition von links */
bottom:80px; /* Startposition von unten (von mir frei gewählt) */
z-index: 99;
}

#leftBox3 {
position:fixed; /* absolute Positionierung - Element bleibt beim Scrollen stehen */
left:50px; /* Startposition von links */
bottom:20px; /* Startposition von unten (von mir frei gewählt) */
z-index: 99;
}













.footer {background-color:#FFFFFF  !important; padding-top: 10px; padding-bottom: 10px !important;}
footer  p {text-decoration:none; color:#183A67 !important; text-align: center}


.form-control {border: 0 none transparent;  border-radius: 0 }












body {font-family: Times New Roman}


header {font-family: Geometria}


footer {font-family: Geometria}







/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 80%;
  margin: 30px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;

  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 46%;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 46%;
  float: right;
  text-align: left;
}

.flag-wrapper {
  position:relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(215,240,250);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}





.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 1em;
  color: rgba(0,66,137,1.00);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em; 
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em;

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgba(0,66,137,1.00);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;

	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	
	
  z-index: 15;
}

}


