@font-face {
  font-family: 'Header';
  src: url("../fonts/Caladea-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Menu';
  src: url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Footer';
  src: url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 1.2em;
  line-height: 1.7;
  height: 100%;
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font-size: 1em;
  font-family: arial, verdana;
}
.layout-container {
  max-width: 100%;
  margin: 0 auto;
}
/* Reset the block class*/
.block {
  margin-bottom: 0;
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/******************************************************
 *  Links
 */
a {
  color: #3e57a4;
  text-decoration: none;
}
a:hover {
  color: #3e57a4;
}
a.active {
  color: #cc1725;
}
p a {
  border-bottom: 2px dashed #000;
}
p a:hover {
  color: #3e57a4;
  text-decoration: none;
}
/******************************************************
 *  Headlines
 */
.path-frontpage h1 {
  font-size: 2.3em;
  line-height: 1.2em;
}
h1 {
  font-family: 'Header';
  font-size: 2.3em;
  font-weight: normal;
  font-weight: normal;
  margin: 1em 0;
  line-height: 1.2em;
  display: inline-block;
  color: #3e57a4;
  padding: 5px;
}
h2 {
  font-family: 'Header';
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: bold;
  margin: 10px 0;
  color: #3e57a4;
  display: inline-block;
}
h3,
h4 {
  font-family: 'Header';
  color: #3e57a4;
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
}
.block-page-title-block {
  text-align: center;
}
/******************************************************
 *  Read more & Links
 */
.views-field-field-link a,
.node-readmore a,
.field--name-field-contactlink a,
.more-link a,
.comment-add a,
.comment-reply a,
input[type="button"],
input[type="reset"],
input[type="submit"],
#comments ul.links.inline li a {
  cursor: pointer;
  overflow: visible;
  background: #cc1725;
  border: none;
  padding: 10px;
  transition: width 2s;
  -webkit-transition: width 2s;
  margin-right: 0;
  color: #fff;
  text-align: right;
  font-size: 1em;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px dashed #cc1725;
}
.views-field-field-link a:hover,
.node-readmore a:hover,
.field--name-field-contactlink a:hover,
.more-link a:hover,
.comment-add a:hover,
.comment-reply a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#comments ul.links.inline li a:hover {
  color: #000;
  background: #cfdbfb;
}
.views-field-field-link {
  text-align: right;
}
li.node-readmore {
  text-align: right;
  display: block !important;
}
/******************************************************
 * Tables
 */
table {
  width: 100%;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #3e57a4;
}
table a {
  font-weight: normal;
}
/******************************************************
 *  Additional
 */
.hr {
  border-bottom: 1px solid #3e57a4;
}
.clearfix {
  clear: both;
}
.block-page-title-block {
  padding-top: 0px;
}
#cboxWrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar-tray-open.toolbar-horizontal #header {
  padding-top: 0;
}
.toolbar-tray-open.toolbar-horizontal #header.nav-up {
  padding-top: 79px;
}
.toolbar-tray-open.toolbar-horizontal .slicknav_menu {
  padding-top: 79px;
}
img {
  max-width: 100%;
  height: auto;
}
/******************************************************
 * Header including the scrollup formating
 */
#header {
  z-index: 5000;
  position: relative;
  margin-top: 0;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
  background: none;
  float: left;
  height: auto;
  width: 100%;
  text-align: center;
}
#header #header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .region-header {
  padding: 0;
  margin: 0;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .region-header .block-system-branding-block .block-inner {
  display: flex;
  align-items: center;
}
#header .region-header .site-name {
  color: #000;
  font-size: 1.2em;
  font-family: 'header';
}
#header .region-header .block-system-menu-blockmain {
  margin-left: 20px;
}
#header .region-header img {
  height: auto;
  width: 363px;
  padding: 5px;
  background: none;
}
#header .region-menu-bar {
  margin-top: 0;
  display: flex;
  align-items: center;
  clear: both;
}
#header .region-user-bar {
  float: right;
  margin-left: 10px;
}
#header .region-user-bar .block-menu {
  float: left;
  padding: 10px;
}
#header .region-user-bar .block-block-content {
  float: right;
  margin: 12px 10px 0 10px;
}
#header .region-user-bar .block-block-content p {
  margin: 0;
}
#header .region-user-bar .block-block-content a {
  border: none;
}
.menu--account ul.menu li {
  border-right: 1px solid #cfdbfb;
}
.language-switcher-language-url {
  margin-top: 0;
  margin-left: 20px;
  border-left: 1px solid #3e57a4;
}
.language-switcher-language-url ul.links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.language-switcher-language-url ul.links li {
  list-style-type: none;
  display: inline;
}
.language-switcher-language-url ul.links li a {
  padding: 5px;
  margin-left: 1px;
  text-decoration: none;
  font-size: 0.9em;
  color: #cfdbfb;
}
.language-switcher-language-url ul.links li a:hover {
  background: #3e57a4;
}
#header.nav-up {
  top: 0px;
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #3e57a4;
}
#header.nav-up .region-menu-bar {
  margin-top: 0;
}
#header.nav-up .block-system-menu-blockmain {
  margin-top: 0;
}
#header.nav-up .region-user-bar {
  margin-top: 0;
}
#header.nav-up .region-user-bar .menu {
  margin: 1px 0 0 0;
  padding: 5px;
}
#header.nav-up .region-user-bar ul li {
  padding: 0px 5px 0 5px;
}
/******************************************************
 *  Region System Core
 */
.region-content {
  margin-top: 0;
}
.region-content p {
  word-break: keep-all;
}
main {
  clear: both;
}
/******************************************************
 *  Region Featured
 */
.region-featured {
  clear: both;
  padding: 0;
  margin: 0;
}
.region-featured img {
  height: auto;
  width: 100%;
}
/******************************************************
*   Region Highlighted
*/
.region-highlighted {
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
}
/******************************************************
 *   Region Content Top
 */
.region-content-top {
  width: 100%;
  background: #97c93d;
  padding: 1em;
  float: left;
  margin-bottom: 1em;
}
/******************************************************
 *   Region Partner
 */
.region-partner {
  width: 100%;
  clear: both;
  float: left;
}
/******************************************************
 *  Region Footer
 */
footer {
  width: 100%;
  float: left;
}
footer .region-footer {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
footer .region-footer .block {
  width: 33%;
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
footer .region-footer .block:nth-child(2) a {
  border: none;
}
footer .region-footer .block:nth-child(2) a:hover {
  background: none;
}
footer .region-footer .block a {
  color: #fff;
}
footer .region-footer .block p {
  margin-top: 0;
}
footer .region-footer .block h2,
footer .region-footer .block h3,
footer .region-footer .block h4 {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
footer .region-footer .block ul {
  padding: 0;
  margin: 0;
}
footer .region-footer .block ul.menu list-style-type circle {
  font-size: 1em;
  margin-left: 2em;
}
footer .region-footer .block ul.menu list-style-type circle li {
  list-style-type: circle;
  display: list-item;
  padding: 0;
}
/******************************************************
*   Region legal
*/
#legal {
  clear: both;
  padding: 10px;
}
#legal .region-legal {
  text-align: center;
  font-family: 'Regular';
  clear: both;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 0.1em;
}
#legal .region-legal p {
  margin: 0;
}
#legal .region-legal ul.menu {
  margin-left: 0;
}
#legal .region-legal a {
  text-decoration: none;
}
#legal .region-legal #block-legal {
  font-size: 0.8em;
}
/******************************************************
*   Region maker
*/
#maker {
  clear: both;
}
#maker .region-maker {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
}
#maker .region-maker .text-formatted {
  max-width: 1440px;
}
/******************************************************
 *  Region Similar
 */
#similar .block {
  margin-bottom: 10px;
}
/******************************************************
 * Back to top
 */
#scrollUp {
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #cfdbfb;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #cc1725;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scrollup:focus {
  border: 0px solid #c0c0c0;
}
/******************************************************
 * Overwriting Drupal stuff
 */
.messages--status,
.messages--error,
.messages--warning {
  margin: 25px;
}
.contact-message-form label {
  display: block;
}
ul {
  padding-left: 20px;
}
ul li {
  padding-bottom: 5px;
}
ul li ul {
  padding-left: 30px;
}
ul.inline,
ul.links.inline {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
a.feed-icon img {
  width: 16px;
  height: 16px;
}
ul.menu h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
iframe {
  max-width: 100%;
}
.tabs ul.tabs {
  border-bottom: 1px dotted #c0c0c0;
  display: flex;
}
.tabs ul.tabs li {
  margin-right: 1px;
}
.tabs ul.tabs li a {
  cursor: pointer;
  overflow: visible;
  background: #3e57a4;
  border: none;
  padding: 3px 5px;
  font-size: 1em;
  color: #fff;
}
.tabs ul.tabs li a:hover {
  color: #000 !important;
  background: #97c93d;
}
.js-form-item input {
  max-width: 100%;
}
blockquote {
  font-family: 'Header';
  font-size: 1.3em;
}
blockquote p:before {
  content: '„ ';
  font-size: 1.4em;
}
blockquote p:after {
  content: '“';
  font-size: 1.4em;
}
/******************************************************
 *Cookie Compliance
 */
.sliding-popup-bottom {
  width: 100%;
}
.eu-cookie-compliance-banner {
  background: #3e57a4;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 0.9em;
  padding: 0 10px;
}
.eu-cookie-compliance-banner .popup-content {
  max-width: 1440px;
}
.eu-cookie-compliance-banner #popup-buttons {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
}
.eu-cookie-compliance-banner button.agree-button,
.eu-cookie-compliance-banner button.decline-button,
.eu-cookie-compliance-banner button.find-more-button {
  border: 0px solid #fff;
  color: #000;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.eu-cookie-compliance-banner button.agree-button:hover,
.eu-cookie-compliance-banner button.decline-button:hover,
.eu-cookie-compliance-banner button.find-more-button:hover {
  background: #cc1725;
  color: #fff;
}
/******************************************************
 * ImageCaptcha
 */
.captcha img {
  max-width: 216px;
}
/******************************************************
 *Mailchimp
 */
#mc_embed_signup .mc-field-group {
  padding-bottom: 1% !important;
}
#mc_embed_signup .mc-field-group.input-group ul li label {
  padding-left: 10px;
}
#mc_embed_signup form {
  padding: 10px 0 !important;
}
#mc-embedded-subscribe {
  margin: 0 !important;
}
.caption {
  font-size: 0.8em;
}
/******************************************************
 *User Accounts
 */
/*registration page*/
.path-user .block-local-tasks-block,
.path-user .block-system-main-block {
  max-width: 1440px;
  margin: 0 auto;
}
.path-user .js-form-wrapper summary[role="button"] {
  font-size: 1.1em;
  font-weight: bold;
}
.path-user #edit-user-picture-0--label {
  font-weight: bold;
}
.path-user label {
  vertical-align: top;
}
.path-user .block-system-main-block form {
  padding: 10px;
}
.path-node .fieldset-legend,
.path-node summary,
.path-node label#edit-field-image2-0--label,
.path-node label[for="edit-title-0-value"] {
  font-weight: bold;
}
/**************************************************
Newsletter
**************************************************/
.path-newsletter main {
  width: 1440px;
  margin: 0 auto;
}
/**************************************************
Search
**************************************************/
.path-search main {
  width: 1440px;
  margin: 0 auto;
}
/******************************************************
 * imagelightbox
 */
/* Not used for Chaseandsnow
.imagelightbox-caption
  text-align: center;
  color: white
  font-family 'Header'
  background-color third
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;

.imagelightbox-overlay
  background-color: #202020;
  opacity:1
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0

.imagelightbox-close
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  background-color: black
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  border-radius: 50%;
  border 0px solid third
  color fourth
  transition: color .3s ease;
  &:hover
    background third
*/
/******************************************************
*   all node types
*/
/******************************************************
 *  Node Type for the Articles
 */
.node--type-article img {
  max-width: 100%;
  height: auto;
}
/******************************************************
 *  Node formating
 */
.block-page-title-block {
  margin-top: 50px;
  text-align: center;
}
/******************************************************
 * Block formatting
 */
#block-links {
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/******************************************************
 * Webform
 */
.webform-submission-form .webform-multiple-table td {
  white-space: normal;
  border: 1px dotted #3e57a4;
  padding: 10px;
}
.webform-submission-form .webform-multiple-table td .form-item {
  margin-bottom: 1em;
}
.webform-submission-form .form-type-webform-custom-composite {
  border-bottom: 1px solid #3e57a4;
}
.webform-submission-form .form-type-webform-custom-composite > label {
  font-family: 'Header';
  font-size: 1.9em;
  line-height: 1.1em;
  font-weight: bold;
  margin: 10px 0;
  color: #000 !important;
}
/******************************************************
 * CK override of the overlay Balloon
 */
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n.ck-balloon-panel_visible.ck-balloon-panel_with-arrow {
  z-index: 20000 !important;
}
/******************************************************
 * Maintenance-page
 */
.maintenance-page #header #header-inner {
  justify-content: center;
}
.maintenance-page .layout-content {
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */