@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;
}

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

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

#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: 1.8em;
}

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_1620.jpg);
    background-size: cover;
    background-position: center center;
}

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: 20px 0 40px 0;
}

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

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

.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 {
    font-size: 1em;
}

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

footer #sublogo {
    opacity: 1.0;
}

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

footer .legaltext {
    float: left;
}

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;
}

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

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