/*
****************************************************************************************
* Dieses css-Stylesheet wird zur Formatierung der html-Seiten verwendet.               *
* Es definiert die grundsätzlichen Formatvorlagen.                                     *
*                                                                                      *
* ACHTUNG: ALLE BEZEICHNER MUESSEN MIT BUCHSTABEN BEGINNEN, ANSONSTEN KANN NETSCAPE 4.7*
*           NICHTS FINDEN!!!                                                           *
*                                                                                      *
* Copyright (c) 2012 Statistisches Bundesamt                                           *
*                                                                                      *
* Datei: destatis.css                                                                  *
*                                                                                      *
* Aenderungshistorie:                                                                  *
*                                                                                      *
* Nr ! Datum    ! Name            ! Aenderungsgrund                                    *
* _____________________________________________________________________________        *
*  1 ! 30.01.12 ! Hollmann        ! von destatis.de übernommen                         *
*  2 ! 12.09.18 ! Rind-M          ! Änderung im Rahmen von Artemis 2250                *
*  3 ! 18.09.18 ! Rind-M          ! Ergänzung für Redesign Themenblöcke (Einsteller)   *
*  4 ! 10.09.18 ! Rind-M          ! Ergänzung für Redesign Anmeldeseite                *
*  5 ! 01.10.18 ! Rind-M          ! Nachbesserung Themenlinks                          *
*  6 ! 19.10.18 ! Rind-M          ! Ergänzungen Redesign                               *
*  7 ! 27.03.19 ! Rind-M          ! Ergänzung für Cookie-Disclaimer                    *
*  8 ! 03.05.19 ! Hollmann        ! Amtslogo statt destatislogo                        *
*  9 ! 07.06.19 ! Hollmann        ! Schönerer Cookie-Disclaimer                        *
* 10 ! 02.07.19 ! Hollmann        ! Zugang zu Verzeichnissen im Top-Banner             *
* 11 ! 09.08.19 ! Hollmann        ! Design für neue Hilfeseite                         *
****************************************************************************************
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

/*********************** 1. GENERAL STYLES ***********************/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.75em; /* 12px */
 line-height: 1.4167em; /* 17px */
 color: #2B2B2D;
 max-width: 1400px;
}
body {
    background: none repeat scroll 0 0 white;
    margin: 0;
    padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/* ** 1.1 Link ** */
 a, a:active, a:visited {text-decoration: none;}
 a, object, embed {outline: none;}
 a:focus {outline: 1px dotted #000; text-decoration: underline;}
 a:hover {text-decoration: underline;}

/* ** 1.2 Table ** */
table {
  background-color:#f5f7f8;
  border-collapse: collapse;
  border-spacing: 0px;
}
table caption {
  padding-bottom: 6px;
  text-align: left;
  font-weight: bold;
}
table th {
   background-color:#C8CCD0;
}
table tfoot tr td {
  border: none;
  background-color: #fff;
  padding-top: 15px;
}
table tr th {
   border:1px solid #fff;
   border-top-color: #C8CCD0;
   padding: 1px;
   vertical-align: middle;
   text-align: center;
}
table tr td {
   border:0px solid #C9C9C9;
   background-color: #fff;
   padding:1px;
   text-align: left;
}
fieldset, img {
    border: 0 none;
    vertical-align: top;
}
ul {
    list-style: none outside none;
}
ul.help_h3 {
    list-style: "- " outside none;
    margin-left: 2em;
}
table td[scope="row"], table th[scope="row"] {
   background-color:#E7EAEC;
}
table th.left, table td.left {
  text-align: left;
}
table th.center, table td.center {
  text-align: center;
}
table th.right, table td.right {
  text-align: right;
}
table strong {
  font-weight: bold;
}
table em {
  font-style: italic;
}
table strong em, table em strong {
  font-weight: bold;
  font-style: italic;
}
table tbody th, table tbody td.Vorspalte, table tbody td.Vorspalte-ind1, table tbody td.Vorspalte-ind2, table tbody td.Vorspalte-ind3, table tbody td.Vorspalte-ind4, table tbody td.Vorspalte-ind5, table tbody td.Vorspalte-ind6, table tbody td.Vorspalte-ind7 {
  text-align: left;
  vertical-align: top;
  color: #2B2B2D;
  background-color: #FFFFFF;
  border-color: #fff;
}
/* ** 1.3 Form ** */
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; /* 12px */
  line-height: 1.4167em; /* 17px */
  color: #000000;
 }

 /* ** 1.4 Placeholder ** */
 ::placeholder {
     color:    #075083;
 }

/* ** 1.A Tools ** */
.floatleft{
     float: left;
}
.floatright {float: right;}
.clear {clear: both;}
.hidden {display: none;}
.navSkip, .aural {width: 1px; height: 1px; position: absolute; top: -1000px; left: -2000px; overflow: hidden;}

/* Clearfix */
.clearfix:after, .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 p.center {
     text-align:center;
}


/*********************** 2. LAYOUT ***********************/

#wrapper {
 text-align: left;
 min-width: 910px;
}
#cookiebanner{
    background-color:   rgba(117, 117, 117, 0.5);
    z-index:            1099;
    overflow:           visible;
}
#cookiebox{
    background-color:   white;
    margin-top:         1em;
    margin-left:        auto;
    margin-right:       auto;
    margin-bottom:      1em;
    width:              75em;
    border:             solid;
    border-color:       grey;


}
#disclaimerHinweisId{
    margin-left:        1em;
}
#disclaimerAcceptId{
    margin-left:        1em;
    font-weight:        bold;
    text-transform:     uppercase;
}
#wrapperHeader {
 margin:            0 0px 0 20px;
 height:            116px;
 }
#wrapperHeaderLeft{
  float:            left;
  height:           116px;
}
#wrapperHeaderLeftLogoRight{
  float:    left;
  height:   116px;
  width:    200px;
}
#wrapperHeaderRight{
  float:    right;
  height:   116px;
  width:    313px;
}
#wrapperHeaderRightLogoRight{
  float:    right;
  height:   116px;
  width:    302px;
}
#wrapperDivisions {
 padding: 25px 20px 20px 20px;
 min-width: 970px;
}
#siteNav {
 margin: 9px 0 6px 80px;
}
#wrapperContent {
 margin: 0 80px 0 80px;
 background-color:    #FFFFFF;
 padding:              15px 15px 10px 15px;
 min-width:670px;
}

#trenner {
    height: 10px;
    background-color: #f4f4f4;
    margin: 0 -16px 0 -16px;
}
#wrapperFooter {
 text-align:         left;
 clear:             both;
 margin:             0 auto;
 padding-top:        6px;
 background-color:    #697782;
 color:                #FFFFFF;
}
.divThemenStart {
    border-style: solid;
    border-color: #C8CCD0;
    border-width: 2px;
    width: 30%;
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 4em;
    box-shadow: 5px 5px #e6e6e6;
    box-sizing: border-box;
    margin: 10px 0 0 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divThemenStart1 {
    border-style: solid;
    border-color: #C8CCD0;
    border-width: 2px;
    width: 95%;
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 4em;
    box-shadow: 5px 5px #e6e6e6;
    box-sizing: border-box;
    margin: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divThemenStart2 {
    border-style: solid;
    border-color: #C8CCD0;
    border-width: 2px;
    width: 48%;
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 4em;
    box-shadow: 5px 5px #e6e6e6;
    box-sizing: border-box;
    margin: 10px 0 0 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divThemenStart4 {
    border-style: solid;
    border-color: #C8CCD0;
    border-width: 2px;
    width: 23%;
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 4em;
    box-shadow: 5px 5px #e6e6e6;
    box-sizing: border-box;
    margin: 10px 0 0 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divThemaLink {
    height: 100%;
    width: 80%;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;

}

.divThemaEinsteller {
    border-right: 2px solid #C8CCD0;
    float: left;
    height: 100%;
    width: 15%;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********************** 3. HEADER ***********************/
#logoAmt {
 width: 227px;
 height: 104px;
}

/* ** 3.1 Help und FAQ ** */
 #navHelpMeta {
      position:     relative;
      font-size:    0.9167em; /* 11px */
      line-height:    1em;
      z-index:        10;
 }
  #navHelpMeta ul li {
  float: left;
  padding-right: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-right: 1px solid #C3C4C6;
 }
 #navHelpMeta ul li.noFloat {
  float: none;
 }
 #navHelpMeta ul li.noSplitter {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
 }
 #navHelpMeta ul li.noFloatAndNoSplitter {
  float: none;
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
 }
 #navHelpMeta ul li a {
  color:         #2B2B2D;
 }
 #navHelpMeta ul li a:hover {
  color: #000000;
 }

/* ** 3.2 Language Switcher ** */
 #langSwitch {
  position:    relative;
  top: 0;
  right: 1px;
  z-index: 11;
  float: right;
 }
 #langSwitch ul li {
  float: left;
 }
 #langSwitch ul li a, #langSwitch ul li strong {
  display: inline-block;
  font-size: 0.9167em;
  color: #2B2B2D;
 }
 #langSwitch ul li a:hover {
  text-decoration: none;
 }
 #langSwitch ul li.deutsch_node strong, #langSwitch ul li.deutsch_node a {
  padding: 4px 9px;
 }
 #langSwitch ul li.englisch_node strong, #langSwitch ul li.englisch_node a {
  padding: 4px 15px;
 }
 #langSwitch ul li.no_node strong, #langSwitch ul li.no_node a {
  padding: 4px 9px;
 }
 #langSwitch ul li span, #langSwitch ul li strong {
  font-weight: bold;
  cursor: default;
 }

/* ** 3.3 Anmeldung/Abmeldung/Mein Genesis **  */
#anmeldung {
  position:    relative;
  top: 10px;
  right: 1px;
  z-index: 11;
  float: right;
  clear: right;
  min-width: 10em;
}
#anmeldenButton {
    width: 10em;
}
#LoginButtonId {
    width: 40%;
    margin: 2em;
}
#abmeldenButton {
    width: 100%;
}
#RegistrierenButtonId {
    margin: 0.5em;
}
.dropdown {
    position:relative;
    display: inline-block;
    width: 100%;
}

.dropdown #willkommenText {
    text-decoration: underline;
    font-weight: bold;
}

.dropdown #willkommenText #dropdownIcon {
    float:left;
    height: 10px;
    width: 10px;
    margin-top: 5px;
    padding-right: 5px;
}

.dropdown-content {
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width:100%;
}

.dropdown-content a {
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}
#PasswortVergessenLinkId {
    /*margin: 1.5em;*/
    margin-left: 182px;
}

/* ** 3.3 Search Bar ** */
#search {
  position:        relative;
  width:        370px;
  line-height:    0;
  z-index:        10;
  margin:    20px 0 0 98px;
 }
 #search form p {
  position: relative;
  display: inline-block;
  width: 406px;
  height: 27px;
 }
  #search form input.suchtext {
  display: inline-block;
  margin: 0 0 12px;
  height: 2em;
  border-top: solid;
  border-left: solid;
  border-right: solid;
  border-bottom: none;
  border-width: 2px;
  border-color: #C8CCD0;
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  line-height: 2.0em;
  text-indent: 30px;
 }
 #search input.submit {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 380px;
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
 }
/*********************** 4. NAVIGATION ***********************/
 /* ** 4.2 Secondary Navigation ** */
 #navSecondary {
  width: 220px;
  padding-bottom: 12px;
  float:left;
 }
 #navSecondary li {
  margin-bottom: 3px;
 }
 #navSecondary ul li a:hover, #navSecondary  ul li strong {
  text-decoration: none;
 }
 #navSecondary li a, #navSecondary li strong {
  padding: 3px 0 2px;
  font-size: 1em; /* 12px */
  line-height: 1.25em; /* 15px */
 }
 #navSecondary ul li a, #navSecondary ul li span {
  display: block;
  color: #ffffff;
  padding-left: 8px;
  box-shadow: 2px 1px 1px #888888;
 }
 #navSecondary ul li ul {
  margin-top: 3px;
  margin-bottom: 9px;
 }
 #navSecondary  ul li ul li a, #navSecondary  ul li ul li span, #navSecondary  ul li ul li strong {
  padding-left: 24px;
 }
 #navSecondary ul li ul li ul li a, #navSecondary ul li ul li ul li strong {
  padding-left: 36px;
  background-color: transparent;
  box-shadow: none;
 }
 #navSecondary ul li ul li em a ,
 #navSecondary ul li ul li ul li a:hover,
 #navSecondary ul li ul li ul li strong,
 #navSecondary ul li ul li ul li em a {
  font-weight: bold;
 }
 #navSecondary ul li ul li ul li ul li a, #navSecondary ul li ul li ul li ul li strong {
  padding-left: 48px;
  font-size: 1em;
  line-height: 1.0909em; /* 12px */
 }
 #navSecondary ul li ul li ul li ul li a:hover, #navSecondary ul li ul li ul li ul li strong, #navSecondary ul li ul li ul li ul li em a{
  font-weight: bold;
 }
 #navSecondary ul li ul li ul li ul li ul a, #navSecondary ul li ul li ul li ul li ul strong {
  padding-left: 62px;
  font-size: 0.9167em; /* 11px */
  line-height: 1.0909em; /* 12px */
 }

/* ** 4.3 Breadcrumb ** */
#siteNav #navBreadcrumbs ol, #siteNav #navBreadcrumbs ol li {
    float:        left;
    list-style: none outside none;
}
 #siteNav #navBreadcrumbs ol li {
  margin-right: 12px;
 }
 #siteNav #navBreadcrumbs ol li a, #siteNav #navBreadcrumbs ol li strong {
  padding-left: 8px;
 }
 #siteNav #navBreadcrumbs ol li.first a {
  padding-left: 0px;
 }
/*********************** 5. CONTENT ***********************/
/*********************** 6. FOOTER ***********************/

#footerRight {
}
#footerLeft {
}
#footerLine {
    margin-top: 10px;
}
#copyrightFooter {
    float: right;
    margin-right: 39px;
    height: 1.2em;
}
#footerLeft li {
    color: white;
    margin-left: 42px;
    margin-bottom: 1.5em;
}
#footerLeft li a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#footerRight li a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
    float: left;
    width: 50%;
}
#footerRight p {
}
#footerLine li {
    color: black;
    float: left;
    margin-left: 42px;
    width: 46%;
}
#footerLine li img {
    float:right;
    width: 40%;
}
/*********************** 7. SPECIAL ELEMENTS *******************/
/*********************** 8. TEMP SECTION ***********************/