@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/*font-family: 'Poppins', sans-serif;
font-family: 'Lora', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;*/
.dark {
  background-color: #0c1e30; }

.icon-wrapper {
  display: inline-block;
  position: relative; }

.icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  color: #2760ca;
  font-size: 30px;
  text-align: left;
  line-height: 1em; }

.icon-box-after {
  padding-left: 45px;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #0a4595;
  display: inline-block;
  text-align: center; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif; }

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

.wrapper-footer {
  width: 100%;
  padding: 0em 0; }

.item-box {
  width: 30%;
  position: relative;
  border: 1px dotted #0a4595;
  display: inline-flex;
  margin: 1em;
  cursor: pointer; }
  .item-box .image {
    position: absolute;
    top: 1em;
    left: 1em;
    bottom: 1em;
    right: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 0.5; }
  .item-box .titel {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    background-color: #0a4595;
    color: #fff;
    padding: 1em;
    text-align: center;
    min-width: 80%;
    transform: translate(-50%, -50%); }

.item-box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.item-box:hover .image {
  opacity: 1; }
.item-box:hover .titel {
  background-color: #f36f21; }

#top-nav {
  z-index: 1000;
  background-color: #0c1e30; }
  #top-nav ul {
    padding: 0;
    margin: 0; }
    #top-nav ul li {
      list-style-type: none;
      display: inline-block;
      text-decoration: none;
      margin: .5em 1em;
      padding: 1em 0;
      position: relative;
      min-width: 5em; }
      #top-nav ul li a {
        text-decoration: none;
        color: #fff; }
      #top-nav ul li a:hover {
        color: #f36f21; }
      #top-nav ul li ul {
        display: none;
        top: 100%;
        left: 0;
        background-color: #0a4595;
        position: absolute; }
        #top-nav ul li ul li {
          display: block;
          min-width: 14em;
          margin: 0em;
          padding: .5em 1em; }
        #top-nav ul li ul li:hover {
          background-color: #f36f21; }
          #top-nav ul li ul li:hover a {
            color: #fff; }
          #top-nav ul li ul li:hover a:hover {
            color: #0a4595; }
    #top-nav ul li:hover ul {
      display: block; }

#bottom-nav ul {
  text-align: center;
  margin: 0; }
  #bottom-nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: .25em 1em; }
    #bottom-nav ul li a {
      text-decoration: none;
      color: #fff; }

.footer {
  color: #fff; }

.pic-2 {
  background-image: url("../images/2.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

.dashed-box {
  border: 1px dashed #0a4595;
  background-color: #0c1e30;
  color: #fff;
  padding: 1em 1em 1em 60px;
  text-align: center; }
  .dashed-box .icon-box {
    position: absolute;
    left: 30px;
    top: 18px;
    color: #2760ca;
    font-size: 40px;
    text-align: left;
    line-height: 1em;
    font-weight: 100; }
  .dashed-box .icon-box-after {
    padding-left: 45px;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px dotted #0a4595;
    display: inline-block;
    text-align: center; }

.center-wrapper {
  display: flex;
  align-items: center;
  /* vertikal */
  justify-content: center;
  /* horizontal */
  width: 100%;
  height: 100%; }

/* das tatsächlich zentrierte Element */
.box {
  padding: 20px;
  margin: 3em;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
  .box h2 {
    color: #0a4595;
    font-size: 60px;
    font-weight: 700; }
  .box a {
    padding: .5em 1em;
    background-color: #0a4595;
    border-radius: .5em;
    color: #fff;
    text-decoration: none; }

.slider {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100; }
  .slider .slider-picture {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 100; }
    .slider .slider-picture .left-transparent {
      position: absolute;
      left: 5em;
      width: 45%;
      top: 2em;
      bottom: 2em;
      background-color: rgba(255, 255, 255, 0.36); }
  .slider .slider-picture:before {
    content: "";
    display: block;
    padding-top: 40%;
    /* initial ratio of 1:1*/ }
