/* VARIABLES */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
/* NORMALIZE */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%; }

p {
  margin: 0;
  text-align: left; }

ul {
  margin-left: 15px;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px; }

body {
  background: #fff;
  color: #515151;
  line-height: 2rem;
  font-family: 'Verdana', sans-serif;
  overflow-x: hidden;
  font-size: 1rem; }

.bodyWrapper {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  z-index: -1; }

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  border: 1px solid #a4a5a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #DBE6EF url("https://assets.stellenpool24.de/gfz/img/bg.png") no-repeat;
  background-size: 100%;
  background-position: center top;
  z-index: 0; }

.box, .intro {
  padding: 0 36px;
  line-height: 2rem; }

.box, .intro, p, a, table {
  font-size: 1.4rem; }

.intro p {
  text-align: justify; }

/* ELEMENTE */
.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

strong, .strong {
  font-weight: 700; }

h1, h2, h3, h4 {
  font-weight: bold;
  color: #00589c; }

h1 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding: 18px 0 0 137px;
  margin-top: 0;
  min-height: 48px; }
  h1 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400; }

h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 18px 0 3px 0;
  color: #515151; }

a {
  color: #00589c;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: auto;
  font-size: inherit; }
  a svg {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1; }
  a:hover {
    color: #515151; }
  a.btn {
    background: #fff;
    color: #00589c;
    padding: 11px 12px 9px;
    border: 1px solid #d9dada;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-weight: 400;
    font-size: 1.3rem;
    width: 100%;
    margin-top: 46px; }
    a.btn::before {
      display: none; }
    a.btn span {
      padding-left: 3px;
      font-weight: 900; }
    a.btn:hover {
      color: #fff;
      background: #00589c;
      border-color: #00589c; }

ul {
  list-style: none; }
  ul li {
    position: relative; }
    ul li::before {
      content: "";
      background: #515151;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 0;
      top: 8px;
      margin-left: -15px;
      border-radius: 50%; }
  ul ul li {
    margin-left: 1px; }
    ul ul li::before {
      content: "";
      background: #515151;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 0;
      top: 8px;
      margin-left: -15px;
      border-radius: 50%; }

table tr td {
  vertical-align: baseline;
  font-size: inherit; }
  table tr td:first-child {
    font-weight: 700;
    width: 164px;
    padding-right: 12px; }

/* HEADER */
header {
  padding: 36px 36px 36px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  header svg#gfz_logo {
    width: 100%;
    max-width: 176px;
    margin-right: 18px; }
  header svg#gfz_sublogo {
    width: 100%;
    max-width: 258px;
    margin-left: 36px; }

.saidanLogo img{
  width: 110%;
  max-width: 152px;
  margin-bottom: 10px;
}

footer .specialBox .txtContent .leftFlex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* INHALT */
.intro {
  padding-bottom: 0; }
  .intro p {
    margin-top: 18px; }
    .intro p:first-child {
      margin-top: 0; }

.box {
  margin: 18px 0;
  line-height: 2rem; }
  .box p {
    margin: 0 0 12px; }
  .box > *:last-child {
    margin-bottom: 0 !important; }
  .box .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .box .side > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 1%);
      flex: 0 0 calc(100% / 2 - 1%);
      -ms-flex-preferred-size: calc(100% / 2 - 1%);
      flex-basis: calc(100% / 2 - 1%);
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .box .side > *:first-child {
        padding-right: 12px; }
  .box .float .floating {
    margin-top: 40px; }
    .box .float .floating p {
      text-align: left; }
  .box .float .floatElement {
    height: 425px;
    margin: -40px -100px -425px 0;
    background: transparent url("https://assets.stellenpool24.de/gfz/img/Geoid19_1.png") no-repeat;
    background-size: contain;
    background-position: center right; }
    .box .float .floatElement div {
      float: right;
      clear: right;
      width: 380px;
      height: 20px; }
      .box .float .floatElement div:first-child {
        margin-top: 20px; }
      .box .float .floatElement div:first-child {
        margin-right: -105px; }
      .box .float .floatElement div:nth-child(2) {
        margin-right: -70px; }
      .box .float .floatElement div:nth-child(3) {
        margin-right: -35px; }
      .box .float .floatElement div:nth-child(4) {
        margin-right: -20px; }
      .box .float .floatElement div:nth-child(5) {
        margin-right: -5px; }
      .box .float .floatElement div:nth-child(6) {
        margin-right: 10px; }
      .box .float .floatElement div:nth-child(7) {
        margin-right: 10px; }
      .box .float .floatElement div:nth-child(8) {
        margin-right: 25px; }
      .box .float .floatElement div:nth-child(9) {
        margin-right: 30px; }
      .box .float .floatElement div:nth-child(10) {
        margin-right: 30px; }
      .box .float .floatElement div:nth-child(11) {
        margin-right: 28px; }
      .box .float .floatElement div:nth-child(12) {
        margin-right: 20px; }
      .box .float .floatElement div:nth-child(13) {
        margin-right: 16px; }
      .box .float .floatElement div:nth-child(14) {
        margin-right: 13px; }
      .box .float .floatElement div:nth-child(15) {
        margin-right: 7px; }
      .box .float .floatElement div:nth-child(16) {
        margin-right: -5px; }
      .box .float .floatElement div:nth-child(17) {
        margin-right: -40px; }
      .box .float .floatElement div:nth-child(18) {
        margin-right: -60px;
        height: 40px; }

.styleBox {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  padding: 16px 0 16px; }

a.btn span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #00589c;
  border-bottom: 0;
  border-left: 0;
  height: 7px;
  width: 4px;
  display: inline-block;
  vertical-align: 1px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }

a.btn:hover span {
  border-color: #fff; }

/* FOOTER */
footer {
  padding: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2rem; }
  footer .specialBox {
    height: 100%;
    position: relative;
    padding-bottom: 36px;
    margin-top: 80px; }
    footer .specialBox span.circle {
      background: #F0F0F0 url("https://assets.stellenpool24.de/gfz/img/topographic-pattern.png");
      border-radius: 50% 50% 0 0;
      width: 3000px;
      height: 1000px;
      display: block;
      left: 50%;
      margin: -50px 0 0 -1430px;
      top: 0;
      position: absolute;
      z-index: -1;
      opacity: .7; }
    footer .specialBox .txtContent {
      padding: 0 36px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      width: 100%;
      color: #515151;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 1; }
      footer .specialBox .txtContent > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding: 0 50px 18px 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        footer .specialBox .txtContent > div:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 142px;
          flex: 0 0 142px;
          padding: 0 0 0 0; }
      footer .specialBox .txtContent p {
        text-align: left; }
      footer .specialBox .txtContent > span {
        font-weight: 700;
        font-size: 1.17rem;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%; }
        footer .specialBox .txtContent > span a.mb-5 {
          margin-bottom: -5px; }
      footer .specialBox .txtContent p {
        margin-bottom: 10px; }
        footer .specialBox .txtContent p:last-child {
          margin-bottom: 0; }
  footer svg#gfz_logo_footer {
    max-width: 158px;
    height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right; }
    footer svg#gfz_logo_footer .st0 {
      fill: #005aa0; }

sup { vertical-align: top; position: relative; top: -0.5em; }

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px; }
  footer .specialBox .txtContent > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  header svg#gfz_sublogo {
    max-height: 59px; }
  header svg#gfz_logo {
    max-height: 115px; }
  table tr td:first-child {
    width: 141px; }
  a.btn i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #00589c;
    border-bottom: 0;
    border-left: 0;
    height: 7px;
    width: 4px;
    display: inline-block;
    vertical-align: -2px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; }
  a.btn:hover i {
    border-color: #fff; } }

@media screen and (max-width: 710px) {
  .contentWrapper {
    background-size: 100% 100%; }
  .box .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .box .side > * {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
      .box .side > *:first-child {
        padding-right: 0; }
    .box .side ul {
      margin-bottom: 0; }
    .box .side > div {
      padding-top: 18px; }
  .float .floatElement {
    display: none; }
  footer .specialBox .txtContent > div {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 0; }
    footer .specialBox .txtContent > div a.btn {
      width: auto;
      margin-bottom: 18px;
      margin-top: 0; }
    footer .specialBox .txtContent > div:first-child {
      margin-top: -20px; }
  footer .specialBox .txtContent > span {
    margin-top: 10px; } }

@media screen and (max-width: 580px) {
  header svg#gfz_logo {
    max-width: 137px; }
  header svg#gfz_sublogo {
    max-width: 200px; }
  h1 {
    padding-left: 115px; } }

@media screen and (max-width: 530px) {
  table tr td:first-child {
    font-weight: 700;
    width: auto;
    padding-right: 12px; }
  footer span svg#gfz_logo_footer {
    max-width: 140px; } }

@media screen and (max-width: 483px) {
  .box, .intro {
    padding: 0 18px; }
  header {
    padding: 18px 18px 36px 10px; }
    header svg#gfz_logo {
      max-width: 103px; }
    header svg#gfz_sublogo {
      max-width: 150px; }
  h1 {
    padding-left: 0;
    font-size: 2rem;
    line-height: 2.5rem; }
  footer .specialBox {
    padding-bottom: 18px; }
    footer .specialBox .txtContent {
      padding: 0 18px; }
      footer .specialBox .txtContent > div {
        padding-bottom: 20px; }
      footer .specialBox .txtContent span {
        margin-top: 0; }
        footer .specialBox .txtContent span svg#gfz_logo_footer {
          max-width: 100px;
          margin-bottom: -4px; } }

@media screen and (max-width: 420px) {
  p {
    text-align: left; } }

@media screen and (max-width: 400px) {
  body, .bodyWrapper {
    padding: 0;
    margin: 0; }
  header svg#gfz_logo {
    max-width: 103px;
    margin-right: 0; }
  header svg#gfz_sublogo {
    max-width: 150px; } }
