@font-face {
    font-family: 'Mosk';
    src: url('../fonts/mosk500.ttf') format('truetype');
}

@font-face {
    font-family: 'Mosk';
    font-weight: bold;
    src: url('../fonts/mosk700.ttf') format('truetype');
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "Mosk", sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4, a {
overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
}

.msgBox {
  background: #77A8B6;
  padding: 10px 15px 10px;
  margin: 25px 0 10px;
  border-radius: 5px;
}

.container {
    margin: auto;
    position: relative;
    width: 960px;
}

.container-flex {
    margin: auto;
    position: relative;
    width: 1140px;
}

.topnav {
  overflow: hidden;
  background-color: #061445;
  margin-top: 25px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #DD004F;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
//  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#topbar {
    background: #061445;
    text-align: center;
    color: #F0E3CD;
    font-size: 1.2em;
    padding: 15px 0;
    margin: -25px 0 15px;
}

#topbar a {
    color: #F0E3CD;
    text-decoration: none;
}

nav {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 25px 0 0 0;
}

nav .logoImg {
    margin-top: 15px;
}

nav #shortNav {
    position: absolute;
    color: #C0AC95;
    font-size: 0.9em;
    top: -15px;
    right: 0;
}

nav #shortNav a {
    color: #be6f3e;
    text-decoration: none;
}

nav #shortNav a:hover {
    color: #645647;
}

header {
    background: url(../images/header_background.png);
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 20px;
}

header #header_wrapper {
    margin: auto;
    position: relative;
    width: 960px;
    height: 260px;
    top: 30px;
}

header .tag {
    min-height: 70px;
}

header .tag h1 {
    color: #fff;
    font-size: 2.5em;
    font-family: "Mosk", sans-serif;
    margin: 0 0 0 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header #headerBox {
    width: 315px;
    float: left;
    position: relative;
    background: #fff;
    color: #645647;
    padding: 50px 50px 60px 50px;
}

header #headerBox h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.5em;
}

header #headerBox h1 span {
    font-family: "Mosk", sans-serif;
    color: #061445;
    font-size: 38px;
}

header #headerBox p {
    font-size: 1.2em;
}

.preload {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: 0.75}
    to {opacity: 1}
}

header #headerImg {
    width: calc(100% - 415px);
    position: absolute;
    right: 0;
    z-index: 99;
    height: 100%;
    background: url(../images/IMG_1692.jpg);
    background-size: cover;
    background-position: center -15px;
}

header #headerImg #description, header .slide .description {
    position: absolute;
    bottom: 25px;;
    left: 25px;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
}

header #headerBox #button_wrapper {
    width: 100%;
    bottom: -30px;
    position: absolute;
    text-align: center;
    margin: 0 -50px;
}

header #headerBox button {
    background: #213888;
    color: #F0E3CD;
    font-size: 1.5em;
    border: 0;
    padding: 15px 50px;
    border-radius: 3px;
    font-family: "Mosk", sans-serif;
    cursor: pointer;
}

header #headerBox button:hover {
    background: #1b307a;
}

section#main {
    background: #061445;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
}

section#main blockquote {
    font-family: Spumante;
    font-size: 2.0em;
    font-style: italic;
    color: #F0E3CD;
    width: 850px;
    margin: 10px auto;
    line-height: 1.2em;
}

section#main blockquote address {
    font-family: "Mosk", sans-serif;
    font-style: normal;
    font-size: 0.4em;
    color: #C0AC95;
}

section#main blockquote .cite {
    color: #d4b800;
    font-family: "Mosk", sans-serif;
    font-size: 3.6em;
    float: left;
    margin-top: 20px;
    font-weight: bold;
}

section#main blockquote .text {
    float: right;
    width: calc(100% - 100px);
}

section#main #information {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    float: left;
    column-gap: 100px;
    -moz-column-gap: 100px;
    -webkit-column-gap: 100px;
    margin: 25px 0 70px 0;
    color: #f0e3cd;
}

section#main #information p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
}

section#partner {
    background: #213888;
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
}

section#partner #wolf {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    float: left;
    column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    margin: 25px 0 25px 0;
    color: #f0e3cd;
}

section#partner #wolf p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
}

section#partner #wolf p .url {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 30px;
}

section#partner #wolf a {
    color: #f0e3cd;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

section#partner #wolf svg {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
}

section#reference {
    background: #061445;
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
}

.gallery-container > a {
  max-width: 225px;
  max-height: 325px;
  padding: 10px;
  disply: inline-block;
  cursor: pointer;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

section#jobs {
    background: #ededed;
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

section#jobs #karriere {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    float: left;
    column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    margin: 25px 0 25px 0;
}

section#jobs #karriere div {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #222;
}

button.apply {
    background: #DD004F;
    border: 1px solid #DD004F;
    border-radius: 5px;
    padding: 10px 20px 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

button.apply:hover {
    background: #a5003a;
}

.content {
    color: #f0e3cd;
    font-size: 1.2em;
    line-height: 1.35em;
    padding: 20px 0 60px 0;
    float: left;
}

.content h2 {
    font-size: 1.6em;
}

.content h3 {
    font-size: 1.2em;
}

.content h4 {
    font-size: 1.1em;
}

.content a {
    color: #CE1D5A;
    text-decoration: none;
}

.content a:hover {
    color: #85133A;
}

.content input[type="text"], textarea {
    background: #ededed;
    border: 0;
    border-radius: 3px;
    padding: 15px 30px;
    font-family: Arial;
    font-size: 0.9em;
    width: 50%;
    margin: 10px 0 10px 0;
    color: #59504F;
}

.content textarea {
    width: calc(100% - 60px);
}

.content input[type="submit"] {
    background: #213888;
    color: #F0E3CD;
    font-size: 1em;
    border: 0;
    margin-top: 20px;
    padding: 15px 50px;
    border-radius: 3px;
    font-family: "Mosk", sans-serif;
    cursor: pointer;
}

.content input[type="submit"]:hover {
    background: #1b307a;
}

.content input[name="subject"] {
    display: none!important;
}

#main .error {
    background: #aa2d2d;
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 30px 40px;
    font-size: 1.2em;
    text-align: center;
}

#main .success {
    background: #a3aa2d;
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 30px 40px;
    font-size: 1.2em;
    text-align: center;
}

#imprint, #services {
    font-size: 1em;
}

#services h3 {
    margin: 30px 0 10px;
}

#services ul li {
    padding: 3.5px 0;
}

footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0 45px 0;
}

footer #sublogo {
    margin-top: 10px;
    opacity: 0.9;
}

footer #sublogo:hover {
    opacity: 1.0;
    cursor: pointer;
}

footer .legaltext {
    width: 100%;
    margin: 0 0 20px;
}

footer .legaltext .logoImg {
    width: 175px !important;
    //display: none;
}

footer .legaltext #copyright {
    color: #aaa;
    font-size: 0.8em;
}

footer .legaltext #copyright a {
    color: #aaa;
    text-decoration: underline;
}

footer .legaltext #copyright a:hover {
    text-decoration: none;
}

footer .hwk {
    float: right;
    color: #645648;
    display: none;
}

footer .hwk span {
    margin-bottom: 5px;
    margin-top: 2px;
    float: left;
}

footer .hwk #hwkLogo {
    width: 150px;
}
