
/*--- Metrodata Document Style ---*/

.sidebyside {
display: flex;
}

.sbsauto {
    width: auto;
} 
 
.sbsright {
    width: auto;
}  

body{
	
	background-color: silver;	
	font-family: sans-serif;	
        margin: 10px auto;
        max-width: 61em;
		
}
#header{
        position: relative;
	width:100%;
}
#kopf{
	position: relative;
	background-color:#ff6609;
	width:auto;
	min-width:800px;	
	height:4.5em;		
	color:white;
	margin: 0 auto;	
	padding: 5px;
	font-family: sans-serif;	
	border-radius: 5px 5px 5px 5px;
}
#logo{
	font-size:1.2em;
	float:left;    
        height: 90.5%;
	width:20%;
        border-right: 2px solid white;
	text-align:right;
	padding:2px 5px;

}
#firma{	
        float:left;
        height: 50px;
	padding:5px; 
	margin-left:0px;	
	}
#suche{
	float:right;     
    height: auto;    
	text-align:right;
	padding:6px 5px;	
}
#suche button{
	color:white;
	background-color:silver;
	font-family: sans-serif;	
	border-radius: 4px;
	cursor:pointer;	
}
#suche input{
    display: inline;
}
input{
	border-radius: 3px;	
}

.action {
  font-family: sans-serif;
  font-size: 1.0em;
  border-radius: 4px;
}

.dflagge, .ukflagge{
	width:35px;
	height:19px;	
	margin-top: 8px;
}
.nav{	
    position: relative;
	width:auto;	
	height:auto;	
	margin: 0 auto;	
	margin-top: 3px;
	font-size:1.2em; 
	padding:0px 6px;	
	background-color:silver;	
	min-width:800px;
}
.current{
    display: inline-block;
	background-color:#F1ECE8;
	color: black;
	border-radius:2px 2px 0 0;
	margin-right: 0px;
}
.current a{
	color: black;
}
.current a:link {
	color: black;
}
.current a:visited {
	color: black;
}
.other{
    display: inline-block;
	color: white;
	border-radius:2px 2px 0 0;
}
.other a{
	color: white;
}
.home {
	width:28px;
	height:28px;
	padding:7px 0 ;
	padding-left:10px;
    display: block;
    margin: 0 auto;
}
.tooltiptext {	
    visibility: hidden;
    width: 120px;
    background-color: #ff6609;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;    
    position: relative;
	margin-top: -35px;
	margin-left: -15px;
    z-index: 1;
}

.home:hover .tooltiptext {
    visibility: visible;
}
.dropbtn {
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    text-decoration: none;
	border-radius:2px 2px 0 0;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	margin-right: 0px;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
	border-radius:2px;
    display: none;
    position: absolute;
    background-color:#F1ECE8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}
.dropdown:hover .dropbtn {
    background-color:#ff6609;
	color: black;
}
.dropdown-content  a:hover {
	background-color:#ff6609;	
}
.dropdown:hover .dropdown-content {
    display: block;
}
.submenu:hover .dropdown-sub-content {
    display: block;
}

.dropbtn:hover, .dropbtn:focus
{
    background-color:#F1ECE8;
	color: black;
}
.dropdown-content a:hover {
	background-color:#ff6609;	
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-sub-content {	
	border-radius:2px;
    display:none;
    position: absolute;
    background-color:#F1ECE8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
	top: 0px;
	left: 155px;
}
.dropdown-content a, .dropdown-sub-content a{
    color: black;
    padding: 7px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size:0.8em;
	border-bottom: 0.2px dotted silver;
	transition-duration: 0.8s;
	transition-timing-function: ease-out;
}


#pdfdownload {
	float: right;
}
.content{
	border-radius:5px 5px 0 0;
	width:auto;
	min-width:750px;	
	min-height:400px;
	margin: 0px auto;	
	background-color:#F1ECE8;
	color:black;
	height:auto;
	padding:15px;
	font-size:1.1em;
	text-align: left;	
    line-height: 1.4;
    padding-left: 25px;
    padding-right: 25px;
}
.contentframe{
    max-width: 950px;
}
.content span{
	color: white;
	background-color:silver;
	padding:1px 2px;
}
#logo a {
	text-decoration: none;
	color:white;
	}
#sprache a, span a{
	text-decoration: none;
	color: #ff6609;
	
	padding: 2px;
	}
#uleiste {	
	height:auto;	
	margin: 0 auto;		
	text-align:center;
        list-style-type: none;
        width:auto;
	min-width:650px;    
        background-color:#ff6609;
	padding:0px 15px;
	font-size:1.2em; 
	border-radius:0 0px 5px 5px;
	margin-bottom:30px;
}
#uleiste li {	
    display:inline-block;
}
#uleiste li a {
	margin:0;
    display: block;
    color: black;
    padding: 8px;
    text-decoration: none;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
	margin-right: -6px;
}
#uleiste li a:hover {
    background-color: silver;
	color:white;
}
#umenu {
	 text-align: center;
}
#copyright {
	float: right;
	color:white;
	margin-top: -15px;
	font-size: 0.6em;	
}
h1, h2, h3{
	color:#ff6609;
}
hr{
	border-top: 1px dotted;
}
span{
	border-radius:3px;	
}
table{
	width:100%;
    font-size: 1em;
    line-height: 1.4
}
td, th {
    border: None;
    text-align: left;
	    
}
.dots{
	color: #ff6609;
	font-size: 1.1em;
	text-align:center;
	text-shadow: 0px 1px #000000;
}

.matrix {
border: None;
border-collapse: collapse;
}

.matrixdot {
border: None;
text-align:center;
}

.matrixheader th{
text-align:center;
}

.matrixheader th:nth-child(1){
text-align:left;
}
.matrix tr:nth-child(even) {
    background-color: #dddddd;
}
a.LinkB:link { color: #CC5207
}
a.LinkB:visited           { /* Document Style */
	color           : #CC5207;
	}
a.LinkB:hover             { /* Document Style */
	color           : #ffb447;
	text-decoration : none;
	}

.Address td:nth-child(1){
text-align:right;
}

.cfaddress {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.cfhint {
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact td:nth-child(1){
text-align:right;
}

.contactlegend {
  color: #CC5207;
  margin-top: 5px;
}

.highlight {
color: #CC5207
}

li {list-style-image: url(dot-or.gif); }

.framed {
  border-spacing: 0;
  width: auto; 
  table-layout: auto;
  border-left:1px solid;
  border-top:1px solid;
}

.framed td{
  border-right:1px solid;
  border-bottom:1px solid;
}

.framed th{
  border-right:1px solid;
  border-bottom:1px solid;
}

.toptable td{
  vertical-align:top;
}

.floatright {
  float:right; 
  margin-left: 25px;
  margin-right: 15px;
}

table.people {
  table-layout: fixed;
  width: auto;
}

img.people {
  width: 80px;
  border: 0;
  margin-left: 25px;
  margin-right: 5px;
}

h4 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: bold;
}

img.logo {
  width: 200px;
  border: 0;
  margin-left: 0px;
  margin-right: 5px;
  text-align: left;
}

td.logo {
  vertical-align: top;
}

td.contactitem {
  vertical-align: top;
}

h3.partner {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 0em;
  margin-bottom: 0em;

}

.contactitems h6{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1em;
}

.contactitems table{
  margin-bottom: -5px;
}

td.contactitems {
    vertical-align: bottom;
}
