
  /* Anfang allgemeine HTML-Definitionen */
  
  * {
    margin: 0px;
    padding: 0px;   
  }
  
  body {
    font-size: 13px;
    color: #444;   
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
  h1, h2, h3, h4 {
    font-size: 1.0em;
    clear: both;
  }
  
  ul {
    list-style-type: none;
  }

  img {
    border: none;
    max-width: 100%;
    height: auto;
  }
  
  p {
    margin: 5px 0px 5px 20px;
  }
  
  a {
    color: #3672A9;
    text-decoration: none;
    cursor: pointer;
  }

  pre {
    font-family: Courier, "Courier New";
    padding: 0px 10px;
    margin: 10px 0px 15px 20px;
    background-color: #f6f6f6;
    border: 1px solid #36628A;
    font-size: 1.0em;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
    max-width: 100%;
    overflow:auto;
  }
  
  canvas {
    margin: 10px 0px 5px 20px;
    border: 1px solid #000;
  }
  
  code {
    font-family: Courier, "Courier New";
    color: #0000BB;
    font-size: 1.1em;
  }
  
  blockquote {
    font-style: italic;
    background-color: #fffde3;
    border: 1px solid #e5e1a9;
    margin: 10px 0px 10px 20px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
  }
  
  iframe {
    border-radius: 6px;
    box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
  }

  strong {
    text-transform: uppercase;
  }
  
  cite {
    display: block;
    font-style: normal;
  }
  
  select
  {
    width: 100px;
  }
  
  optgroup {
    font-style: normal;
  }
  
  table {
    
    margin: 5px 0px 5px 20px;
    empty-cells: show;
    border-collapse: collapse;
  }
  
  th, td, caption {
    border: 1px solid #dadada;    
    text-align: left;
    padding: 5px;
    vertical-align: top;
    empty-cells:show;
  }
  
  caption {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.1em;
  }
  
  ins {
    color: #36628a;
    text-decoration: none;
    margin-top: 5px !important;
  }
  
  del {
    text-decoration: line-through;
  }
  
  address {
    font-style: normal;
    margin: 5px 10px;
  }

  sup {
    padding-left: 3px;
  }
  
  /* Ende allgemeine HTML-Definitionen */
  
  /* Anfang after-Dekalrationen und Icon-Einbindung */
  
  nav.top:after, nav#main:after, p.jump:after, div.content ul.browser:after  {
    content: "."; 
    display: block;             
    clear: both; 
    visibility: hidden;
    height: 0;
  }
  
  nav#sub a, div.content li, p.me-trigger-main a, p.me-trigger-sub a, p.me-trigger-news a,
  a.back, a.forward, a.print, a.top, a.pdf, a.zip, div.docs li.pdf {
    background-image: url("../pics/common/icons.gif");
    background-repeat: no-repeat;
  }
  
  /* ende after-Dekalrationen */
  
  /* Anfang Topnavigation */
  
  nav.top {
    margin-bottom: 15px;
  }
  
  nav.top ul {
    padding-bottom: 10px;
    padding: 7px 0 0 15px;
  }
  
  nav.top li {
    float: left;
    padding-right: 5px;
  }
  
  p.version {
    background: #f6f6f6;
    border: 1px solid #36628A;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 3px 3px 3px #aaa;
    color: #36628A;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
  }
    
  /* Ende Topnavigation */
  
  /* Anfang Hauptnavigation */
  nav#main, p.me-trigger-main, p.me-trigger-sub, p.me-trigger-news {
    border: 1px solid #36628A;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 5px 5px 5px #aaa;    
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
    margin: 0 0 15px 0;
  }
  
  nav#main li a, p.me-trigger-main a, p.me-trigger-sub a, p.me-trigger-news a {
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  p.me-trigger-main a, p.me-trigger-sub a, p.me-trigger-news a {
    background-position: 0 -332px;
  }
  
  nav#main a:hover, nav#main a.aktiv {
    background: #4e8bc6;
    background: -webkit-linear-gradient(#5babf4, #4983b9);
    background: linear-gradient(#5babf4, #4983b9); 
  }
  
  /* Ende Hauptnavigation */
  
  /* Anfang Unteravigation */
  nav#sub {
    border: 1px solid #36628A;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px #aaa;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
  }
   
  nav#sub h2, side#news h2, div.sitemap h2{
    color: #fff;
    font-size: 0.95em;
    margin-bottom: 3px;
    padding: 4px 7px 8px 7px;    
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
  }
  
  nav#sub ul {
    margin: 0 8px;
  }
  
  nav#sub a {
    background-position: 0 -253px;
    display: inline-block;
    padding: 1px 0 1px 10px;
  }
   
  nav#sub la:hover, nav#sub a.aktiv {
    background-position: 0 -292px;
    color: #000;
  }

  nav#sub span.diff {
    border-bottom: 1px dashed #000000;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 3px;
  }
  
  li.advanced {
    border-top: 1px dashed #36628A;
    margin-top: 4px;
    padding-top: 2px;
  }
  
  aside#news p, aside#news h3 {
    margin: 0 0 5px 2px;
  }
  /* Ende Unteravigation */
  
  /* Anfang Inhalt */
  div.content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }  
    
  div.content h1 {
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
    border: 1px solid #36628A;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px #aaa;
    color: #fff;
    margin-bottom: 14px;
    padding: 4px 17px;
  }

  div.content h3, div.content h4 {
    margin: 5px 0 5px 20px;
  }
  
  div.content li {
    background-position: 3px -292px;
    margin: 4px 0 5px 18px;
    padding-left: 12px;
  }
  
  div.content li li {
    margin-left: 0;
  }
  
  div.hint {
    border-color: #36628A;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 5px 5px 5px #AAAAAA;
    margin: 10px 0 15px 20px;
    padding: 0 10px 10px;
  } 
  
  div.hint h3, div.content div.hint h3.h3 {
    color: #fff;
    margin: 0 -10px 10px;
    padding: 4px 10px;
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293); 
    border: none;
    border-radius: 7px 7px 0 0;
  }
  
  div.hint h4, div.hint pre, div.hint p, div.hint li, div.hint blockquote {
    margin-left: 0;
  }
  
  h3.line {
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
    margin-top: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
  } 
  
  th.hint, td.hint {
    white-space: nowrap;
  }

  ul.browser {
    margin-bottom: 10px;
  }
  
  ul.browser li.ff, ul.browser li.op, ul.browser li.cr, ul.browser li.sf, ul.browser li.ie {
    padding-left: 20px;
    margin: 4px 0 0 18px;
    float: left;
  }
  
  ul.browser li.ff {
    background-position: 0 -27px;
  }
  
  ul.browser li.ie {
    background-position: 0 -53px;
  }
  
  ul.browser li.op {
    background-position: 0 -79px;
  }
  
  ul.browser li.sf {
    background-position: 0 -105px;
  }
  
  ul.browser li.cr {
    background-position: 0 -0px;
  }
  
  ul.browserlist li {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
  }
  ul.browserlist .ie {
    background-image: url(../pics/common/ie.gif);
  } 
  ul.browserlist .ff {
    background-image: url(../pics/common/ff.gif);
  } 
  ul.browserlist .cr {
    background-image: url(../pics/common/cr.gif);
  } 
  ul.browserlist .op {
    background-image: url(../pics/common/op.gif);
  } 
  
  div.docs li.pdf {
    padding: 2px 0 0 20px;
  }
  
  div.docs li.zip {
    padding: 2px 0 0 20px;
} 
  
  a.back {
    background-position: 0 -235px;
    padding-left: 15px;
    float: left;
    display: inline-block;
  }
  
  a.forward {
    background-position: 210px -219px;
    padding-right: 15px;
    float: right;
    display: inline-block;
  }
  
  div.test {
    background: none repeat scroll 0 0 #dadada;
    margin-left: 19px;
  }
  
  div.content form {
    margin-bottom: 10px;
    margin-left: 19px;
  }

  div.impressum div.hint h3 {
    background: none;
    color: #000;
    margin: 5px 0;
    padding: 0;
  }
  
  div.hint h3 code {
    color: #fff;
  }
  
  pre.formel {
    font-weight: bold;
    padding: 10px;
  }
  
  div.float p {
    float: left;
  }
  
  div.float canvas {
    margin-left: 0;
  }
  
  div.float:after {
    content: "."; 
    display: block;             
    clear: both; 
    visibility: hidden;
    height: 0;
  }
  div.float img {
    margin-bottom: 5px;
  }
  
  div.float img, div.float span {
    display: block;
  }
  
  /* Ende Inhalt */
  
  /* Anfang Footer */
  footer {
    clear: both;
    margin: 10px 0 10px 20px;
    border-top: 1px solid #36628A;
  }
  
  footer ul {
    text-align: right;
    padding-top: 10px;
    font-size: 0.85em;
  }
  
  footer li {
    display: inline;
    margin: 0 !important;
    background-image: none !important;
  }

  footer a.print {
    background-position: 0 -186px;
    margin-right: 20px;
    padding-left: 20px;
  }
  
  footer a.top {
    background-position: 0 -203px;
    padding-left: 15px;
  }
  
  /* Ende Footer */
  
  /* Anfang Infobereich */
  aside {
    border: 1px solid #36628A;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #aaa;
    padding: 5px;
    margin-bottom: 10px;
  }
   
  aside h4, aside h2 {
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-size: 0.95em;
    margin: -6px -6px 10px;
    padding: 5px;
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
  }
  
  aside h4 a {
    color: #fff;
    text-decoration: underline;
  }
  
  aside img {
    width: 95%;
    display: block;
    margin: 0 auto 5px auto;
  }
  
  
  aside h5 {
    border-bottom: 1px solid #36628A;
    color: #000000;
    font-size: 0.9em;
    margin: 5px 0;
    padding-bottom: 5px;
  }

  aside p, form {
    margin: 0;
  }
  
  a.pdf, a.zip {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    text-decoration: underline;
  }
  
  aside p.adv {
    margin-top: 10px;
  }

  a.pdf, div.docs li.pdf {
    background-position: 0 -477px;
  }
  
  a.zip, div.docs li.zip {
    background-position: 0 -540px;
  }
  
  
  input.feld {
    border: 1px solid #000;
    color: #444444;
    display: block;
    margin-bottom: 5px;
    padding: 2px;
    width: 96%;
  }
  
  input.button {
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
    border: 1px solid #36628A;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    width: 100%;
  }
  
  p.iehint {
    font-size: 0.85em;
  }
  
  .az-jobs-content {
      padding-bottom: 10px;
  }  
  
  .az-jobs-content-next {
    border: 1px solid #3572ac !important;
  }
  .az-jobs-content-next:hover {
    background: #3572ac !important;
    color: #fff;
  }  
  
  .az-jobs-content-job {
    border: none !important;  
  }  
  
  /* Ende Infobereich */
  
  /* Anfang Sitemap */
  
  div.sitemap
  {
    margin: 0px;
    clear: left;
    padding: 0px;
  }
  
  div.sitemap h1
  {
    margin-bottom: 14px;
    padding: 4px 14px;
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
    color: #fff;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
  }

  div.sitemap h2
  {
    clear: left;   
    color: #fff;
    padding: 4px 10px;
    margin: -5px -10px 5px -10px;
  }

  div.sitemap div.block
  {
    padding: 5px 10px 10px 10px;
    border: 1px solid #000;
    margin-right: 1%;
    box-sizing: border-box;    
    border-radius: 7px;
    box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
  }

  div.sitemap div.last
  {
    margin-right: 0;
  }
  
  div.sitemap ul li li
  {
    margin: 0px 0px 2px 0px;
    padding-left: 12px;
    background-image: url(../pics/common/pfeil_b.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
  }

  div.sitemap ul li li li, div.allgemeines ul li li
  {
    margin: 2px 0;
  }

  div.sitemap ul li strong
  {
    display: block;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    text-transform: none;
    border-bottom: 1px solid #000;
  }
  
  div.sitemap ul li a:hover
  {
    text-decoration: underline;
  }
  
  div.sitemap ul li.advanced
  {
    background-position: 3px 6px;
  }

  /* Ende Sitemap */
  
  /* Cookie hints */>
  .cc_banner-wrapper {
    z-index:9001;
    position:relative
  }
  .cc_container .cc_btn {
    cursor:pointer;
    text-align:center;
    font-size:0.6em;
    transition:font-size 200ms;
    line-height:1em
  }
  .cc_container .cc_message {
    font-size:0.6em;
    transition:font-size 200ms;
    margin:0;
    padding:0;
    line-height:1.5em
  }

  .cc_container .cc_logo:hover,.cc_container .cc_logo:active {
    opacity:1
  }
  
  #job-cv-content-widget {
    overflow-x: hidden;    
  } 

  .az-jobs-content {
    margin: 0;  
  }  
  
  @media screen and (min-width: 500px) {
    .cc_container .cc_btn {
      font-size:0.8em
    }
    .cc_container .cc_message {
      font-size:0.8em
    }
  }
  @media screen and (min-width: 768px) {
    .cc_container .cc_btn {
      font-size:1em
    }
    .cc_container .cc_message {
      font-size:1em;
      line-height:1em
    }
  }
  @media screen and (min-width: 992px)  {
    .cc_container .cc_message {
      font-size:1em
    }
  }
  @media print {
    .cc_banner-wrapper,.cc_container {
      display:none
    }
  }
  .cc_banner-wrapper { 
    height:70px
  }
  @media screen and (min-width: 1024px)  {
    .cc_banner-wrapper { 
      height:40px
    }
  }
  .cc_container {
    padding:15px 15px 15px;
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    right:0
  }
  .cc_container .cc_btn {
    padding:8px 10px;
    background-color:#f1d600;
    cursor:pointer;
    text-align:center;
    display:block;
    width:33%;
    margin-left:10px;
    float:right;
    max-width:120px
  }
  .cc_container .cc_message {
    display:block
  }
  @media screen and (min-width: 500px) {
    .cc_container .cc_message {
      margin-top:0.5em
    }
  }
  @media screen and (min-width: 768px) {
    .cc_container{
      padding:5px;
    }
    .cc_container .cc_btn {
      padding:5px
    }
  }
  .cc_container { 
    background: #3572ab;
    background: -webkit-linear-gradient(#3e85c8, #2e6293);
    background: linear-gradient(#3e85c8, #2e6293);  
    color:#fff;
    font-size:1em;
    box-sizing:border-box
  }

  .cc_container .cc_btn,.cc_container .cc_btn:visited {
    color:#444;
    background-color:#fff;
    border: 1px solid #fff;
    transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius:5px;
    -webkit-border-radius:5px
  }
  .cc_container .cc_btn:hover,.cc_container .cc_btn:active {
    background-color:#3572ab;
    border: 1px solid #fff;
    color:#fff
  }
  .cc_container a,.cc_container a:visited {
    text-decoration:underline;
    color:#fff;
    transition:200ms color
  }
  .cc_container a:hover,.cc_container a:active {
    
  }
  
  @-webkit-keyframes slideDown{
    0% {
      margin-top:-70px
    }
    100% {
      margin-top:0
    }
  }
  @keyframes slideDown{
    0% {
      margin-top:-70px
    }
    100% {
      margin-top:0px
    }
  }
  @-webkit-keyframes growDown {
    0% {
      height:0
    }
    100% { 
      height:70px
    }
  }
  @keyframes growDown {
    0% {
      height:0
    }
    100% {
      height:70px
    }
  }
  
  @media screen and (min-width: 1024px)  {
    @-webkit-keyframes slideDown{
      0% {
        margin-top:-40px
      }
      100% {
        margin-top:0
      }
    }
    @keyframes slideDown{
      0% {
        margin-top:-40px
      }
      100% {
        margin-top:0px
      }
    }
    @-webkit-keyframes growDown {
      0% {
        height:0
      }
      100% { 
        height:40px
      }
    }
    @keyframes growDown {
      0% {
        height:0
      }
      100% {
        height:40px
      }
    }
  }
  .cc_container {
    -webkit-animation-duration:0.8s;
    -moz-animation-duration:0.8s;
    -o-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-name:slideDown;
    animation-name:slideDown
  }
  .cc_banner-wrapper {
    -webkit-animation-duration:0.8s;
    -moz-animation-duration:0.8s;
    -o-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-name:growDown;
    animation-name:growDown
  }
  
  /* RSS Stellenazeigen */
  aside.rss li {   
    margin-bottom: 10px;  
  }
  
  aside.rss a.more {
    display: block;
    padding: 5px;
    color: #fff;
    background: #3572ac;
    font-weight: bold;
    margin: 0 -5px -5px -5px;
    
  }  
  