@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../Fonts/fontAwesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../Fonts/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../Fonts/fontAwesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../Fonts/fontAwesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../Fonts/fontAwesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../Fonts/fontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto/roboto-v29-latin-regular.woff2") format("woff2"), url("../Fonts/roboto/roboto-v29-latin-regular.woff") format("woff"), url("../Fonts/roboto/roboto-v29-latin-regular.ttf") format("truetype"), url("../Fonts/roboto/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto/roboto-v29-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto/roboto-v29-latin-700.woff2") format("woff2"), url("../Fonts/roboto/roboto-v29-latin-700.woff") format("woff"), url("../Fonts/roboto/roboto-v29-latin-700.ttf") format("truetype"), url("../Fonts/roboto/roboto-v29-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto/roboto-mono-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto/roboto-mono-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto/roboto-mono-v13-latin-regular.woff2") format("woff2"), url("../Fonts/roboto/roboto-mono-v13-latin-regular.woff") format("woff"), url("../Fonts/roboto/roboto-mono-v13-latin-regular.ttf") format("truetype"), url("../Fonts/roboto/roboto-mono-v13-latin-regular.svg#RobotoMono") format("svg"); /* Legacy iOS */
}
/* Akkurat Mono */
@font-face {
  font-family: "Akkurat Mono Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/akkuratmono/AkkuratMonoPro.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/akkuratmono/AkkuratMonoPro.eot?#iefix") format("embedded-opentype"), url("../Fonts/akkuratmono/AkkuratMonoPro.woff2") format("woff2"), url("../Fonts/akkuratmono/AkkuratMonoPro.woff") format("woff"), url("../Fonts/akkuratmono/AkkuratMonoPro.ttf") format("truetype"), url("../Fonts/akkuratmono/AkkuratMonoPro.svg#AkkuratMono") format("svg"); /* Legacy iOS */
}
/* Akkurat Pro Regular */
@font-face {
  font-family: "Akkurat Pro Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/akkuratpro/AkkuratPro-Regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/akkuratpro/AkkuratPro-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/akkuratpro/AkkuratPro-Regular.woff2") format("woff2"), url("../Fonts/akkuratpro/AkkuratPro-Regular.woff") format("woff"), url("../Fonts/akkuratpro/AkkuratPro-Regular.ttf") format("truetype");
}
body {
  font-size: 14px;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
  color: #0f0f4a;
}

h1, h2, h3 {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  line-height: 44px;
  margin: 0;
  padding: 0 0 40px;
}
h1 > small:first-child {
  font-size: 12px;
  color: #4A5A86;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  margin-bottom: 25px;
  display: inline-block;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding: 0 0 5px;
  color: #0f0f4a;
}

h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #0f0f4a;
  padding: 0 0 14px;
  transition: all 0.25s ease-out 0s;
  letter-spacing: 0.2px;
}

h5 {
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 12px;
}

p {
  color: #0f0f4a;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.news-single-content *,
.head-item-content * {
  font-size: 16px;
}

strong,
label,
li {
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
}

a:hover,
a:active,
a:focus,
a:link,
a:visited {
  outline: 0;
}

a {
  color: #4b5a87;
  text-decoration: underline;
}
a.backlink {
  margin: -10px 0 70px;
  color: #878787;
  line-height: 30px;
  display: block;
  text-decoration: none;
}
a.backlink:before {
  content: "<";
  margin: 0 5px 0 0;
  text-decoration: none;
}
a.button, a.button-orange {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 200px;
  font-weight: normal;
  font-size: 14px;
}
a.button:hover, a.button-orange:hover {
  background: #e68a59;
}
a.button-orange {
  background: #e68a59;
  display: inline-block;
}
a.button-orange:hover {
  background: #4b5a87;
}

ul {
  list-style: "— ";
}

ul, ol {
  padding-left: 1.25em;
}
ul li, ol li {
  color: #878787;
}

.spaced {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
}

.internal-link {
  font-weight: bold;
}

@media (max-width: 993px) {
  a.backlink {
    margin: -10px 0 30px;
  }
}
#opt-in_screens {
  display: none !important;
}

#usercentrics-button {
  position: fixed;
  z-index: 500;
  background-color: transparent;
}
#usercentrics-button .layout-1 {
  background-color: transparent;
}
#usercentrics-button .uc-card-header,
#usercentrics-button .uc-nav-tabs {
  background-color: #0f0f4a !important;
}
#usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button {
  background-color: #0f0f4a;
}
#usercentrics-button #uc-corner-modal a[href],
#usercentrics-button #uc-center-modal a[href],
#usercentrics-button #uc-banner-modal a[href],
#usercentrics-button #uc-central-banner-modal a[href] {
  color: #0f0f4a !important;
}

#cookie-bar {
  background: fade(#111111, 80%);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: left;
  padding: 15px 15px 10px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  bottom: 0;
  font-size: 12px;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
#cookie-bar p:before {
  content: "i";
  background: #fff;
  border-radius: 100%;
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #0f0f4a;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
#cookie-bar a {
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  color: #e68a59;
}
#cookie-bar a:hover {
  color: #edaf67;
}
#cookie-bar .cb-enable {
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 6px;
  font-size: 0;
  float: right;
  color: #e68a59;
  position: Relative;
  top: 2px;
}
#cookie-bar .cb-enable:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 22px;
  text-decoration: none;
}

#pagepreloader {
  position: fixed;
  transition: bottom 0.25s ease-in;
  bottom: -120px;
  left: 50%;
  margin-left: -150px;
  padding: 6px 20px 10px 20px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #0f0f4a;
}
#pagepreloader p {
  margin-bottom: 0px;
  color: #0f0f4a;
  text-align: center;
}
#pagepreloader.show {
  bottom: 10px;
}
#pagepreloader .barbg {
  width: 100%;
  height: 3px;
  background-color: #0f0f4a;
}
#pagepreloader .progress {
  position: relative;
  top: 3px;
  transition: width 0.25s ease-in;
  width: 0%;
  height: 3px;
  background-color: #e68a59;
  margin: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

input.text,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 15px;
}
.container.layout2 {
  max-width: 1200px;
}

.row {
  margin: 0 -10px;
}

body {
  background: #f2f2f2;
  overflow-x: hidden;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
}

#wrapper.wrapper-magazine-focus {
  background: #0f0f4a;
}

iframe {
  width: 100%;
}

.xdsoft_datetimepicker {
  display: none;
}

.scrollsafe {
  float: left;
  position: relative;
  width: 100%;
}
.scrollsafe:after {
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.scrollsafe.active:after {
  display: none;
}

.navbar {
  min-height: inherit;
}

@media (min-width: 1200px) {
  .col-lg-45 {
    width: 37.5%;
  }
}
@media (max-width: 1201px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #content, footer {
    overflow-x: hidden;
  }
  .container {
    min-width: inherit;
  }
}
#top-bar {
  background: transparent;
  width: 100%;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease-out 0s;
  border-bottom: 5px solid #f2f2f2;
}
#top-bar > .container {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1000px;
}

.scrolled #top-bar,
.header-magazine-focus #top-bar {
  top: -55px;
}

@media (max-width: 1201px) {
  #top-bar {
    display: none;
    top: -45px;
  }
}
@media (max-width: 767px) {
  #top-bar {
    display: none;
  }
}
#top-box {
  background: transparent;
  width: auto;
  height: 100%;
  position: relative;
}
#top-box .container {
  padding: 0;
  position: relative;
  height: 100%;
}
#top-box .tx_indexedsearch {
  float: right;
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
  transition: all 0.25s ease-out 0s;
  z-index: 50;
}
#top-box .tx_indexedsearch input[type=text] {
  background: #f0f0f0;
  border: none;
  color: #878787;
  height: 40px;
  padding: 0 15px;
  float: left;
  width: 261px;
  transition: all 0.25s ease-out 0s;
  font-size: 12px;
}
#top-box .tx_indexedsearch input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
#top-box .tx_indexedsearch input[type=text]::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
#top-box .tx_indexedsearch input[type=text]:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
#top-box .tx_indexedsearch input[type=text]:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
#top-box .tx_indexedsearch .search-button {
  background: #f0f0f0;
  border: none;
  margin: 0 0 0 3px;
  padding: 0 18px;
  height: 40px;
  float: left;
  transition: all 0.25s ease-out 0s;
}
#top-box .tx_indexedsearch .search-button i {
  font-style: inherit;
  color: #878787;
}
#top-box .tx_indexedsearch .search-button i:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 22px;
  position: Relative;
  top: 0;
}
#top-box .tx_indexedsearch .search-button:hover {
  background: #4b5a87;
}
#top-box .tx_indexedsearch .search-button:hover i:before {
  color: #fff;
}

.scrolled #top-box .tx_indexedsearch,
.header-magazine-focus #top-box .tx_indexedsearch {
  bottom: 3px;
  right: 220px;
  margin: 0;
}
.scrolled #top-box .tx_indexedsearch input[type=text],
.header-magazine-focus #top-box .tx_indexedsearch input[type=text] {
  background: transparent;
  width: 78px;
  padding: 0 10px;
}
.scrolled #top-box .tx_indexedsearch .search-button,
.header-magazine-focus #top-box .tx_indexedsearch .search-button {
  background: transparent;
  padding: 0;
}
.scrolled #top-box .tx_indexedsearch .search-button i:before,
.header-magazine-focus #top-box .tx_indexedsearch .search-button i:before {
  color: #878787;
}

.header-magazine-focus #top-box .tx_indexedsearch input[type=text] {
  color: #fff;
}
.header-magazine-focus #top-box .tx_indexedsearch input[type=text]::placeholder {
  color: #fff;
}
.header-magazine-focus #top-box .tx_indexedsearch .search-button i:before {
  color: #fff;
}

@media (max-width: 1201px) {
  #top-box .tx_indexedsearch {
    display: none;
  }
  #top-box.magazine-focus-single-news {
    display: none;
  }
  .menu-open #top-box #login > a {
    color: #fff;
  }
}
@media (max-width: 1201px) {
  #top-box {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    transition: all 0.25s ease-out 0s;
    height: 90px;
    overflow: hidden;
    z-index: 10;
  }
  #top-box > .container {
    max-width: 1040px;
  }
  #top-box #login, #top-box #logout {
    display: none;
  }
  #top-box .tx_indexedsearch {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
    height: 90px;
    position: relative;
    display: flex;
    bottom: auto;
    transition: all 0.25s ease-out 0s;
  }
  #wrapper.page-id-69 #top-box .tx_indexedsearch {
    display: none;
  }
  #top-box .tx_indexedsearch input[type=text] {
    background: #fff;
    border: none;
    height: 50px;
    color: #0f0f4a;
    width: 100%;
  }
  #top-box .tx_indexedsearch .search-button {
    background: #fff;
    border: none;
    margin: 0 0 0 3px;
    padding: 0 18px;
    transition: all 0.25s ease-out 0s;
    height: 50px;
  }
  #top-box .tx_indexedsearch .search-button i {
    font-style: inherit;
    color: #0f0f4a;
  }
  #top-box .tx_indexedsearch .search-button i:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 26px;
    position: Relative;
    top: -2px;
  }
  .header-magazine-focus #top-box {
    position: relative;
    top: auto;
  }
  .header-magazine-focus #top-box .tx_indexedsearch {
    display: none;
  }
  .scrolled #top-box {
    max-height: 0;
  }
  .scrolled #top-box .tx_indexedsearch {
    bottom: auto;
    right: 0;
  }
  .scrolled #top-box .tx_indexedsearch input[type=text] {
    width: 100%;
    padding: 0 0 0 75px;
  }
  .scrolled #top-box .tx_indexedsearch .search-button {
    padding: 0 18px;
  }
}
#quick-links,
#quick-links-main-menu {
  padding: 0 0 0 50px;
  margin: 14px 178px 0 0;
}
#quick-links li,
#quick-links-main-menu li {
  float: left;
  list-style-type: none;
  margin-left: 15px;
}
#quick-links li:hover a,
#quick-links-main-menu li:hover a {
  background-color: #4b5a87;
  color: #fff;
}
#quick-links li:hover a i,
#quick-links-main-menu li:hover a i {
  color: #fff;
}
#quick-links a,
#quick-links-main-menu a {
  padding: 0;
  display: flex;
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #4b5a87;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
#quick-links a i,
#quick-links-main-menu a i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 19px;
  line-height: 21px;
  color: #4b5a87;
  margin: auto;
  display: block;
  transition: all 0.25s ease-in-out 0s;
}
#quick-links a i::after,
#quick-links-main-menu a i::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#quick-links .facebook a i:after,
#quick-links-main-menu .facebook a i:after {
  content: "\f09a";
  line-height: 24px;
}
#quick-links .instagram a i::after,
#quick-links-main-menu .instagram a i::after {
  content: "\f16d";
}
#quick-links .twitter a i:after,
#quick-links-main-menu .twitter a i:after {
  content: "\f099";
}
#quick-links .xing a i:after,
#quick-links-main-menu .xing a i:after {
  content: "\f168";
}
#quick-links .rss a i:after,
#quick-links-main-menu .rss a i:after {
  content: "\f09e";
}
#quick-links .linkedin a i:after,
#quick-links-main-menu .linkedin a i:after {
  content: "\f0e1";
}
#quick-links .whatsapp a i::after,
#quick-links-main-menu .whatsapp a i::after {
  content: "\f232";
}

#quick-links-main-menu {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0 20px;
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: all 0.25s ease-in-out 0s;
}
#quick-links-main-menu:before {
  content: "Follow us on";
  color: #fff;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
}
#quick-links-main-menu li {
  margin-left: 0;
  margin-right: 15px;
}
#quick-links-main-menu a {
  border-color: #fff;
}
#quick-links-main-menu a i {
  color: #fff;
}
#quick-links-main-menu li:hover a {
  background: #fff;
  color: #4b5a87;
}
#quick-links-main-menu li:hover a i {
  color: #4b5a87;
}

.scrolled #quick-links-main-menu,
.header-magazine-focus #quick-links-main-menu {
  max-height: 100px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.header-magazine-focus #quick-links-main-menu {
  margin-top: 10px;
}

@media (max-width: 1201px) {
  #quick-links-main-menu {
    max-height: 100px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
#header-main {
  margin-bottom: 0;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
}
#header-main > .row {
  background: #fff;
}
#header-main > .row .container {
  padding: 0;
  position: relative;
}

.menu-button-home {
  position: absolute;
  left: 20px;
  top: 8px;
  height: 50px;
  color: #fff;
  font-size: 28px;
  display: none;
  z-index: 50;
}
.menu-button-home:hover, .menu-button-home:focus {
  color: #fff;
  text-decoration: none;
}
.magazine-focus-overview .menu-button-home, .magazine-focus-single-news .menu-button-home {
  display: block;
}

@media (max-width: 1201px) {
  #header-main {
    padding: 0 20px;
  }
  #header-main > .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #header-main {
    padding: 0;
  }
  #header-main > .row {
    height: 0;
  }
}
#main-menu-toggle,
#main-menu-back {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  height: 50px;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  left: 20px;
  top: -1px;
  z-index: 50;
  width: 70px;
  clear: both;
}
.magazine-focus-overview #main-menu-toggle, .magazine-focus-single-news #main-menu-toggle,
.magazine-focus-overview #main-menu-back,
.magazine-focus-single-news #main-menu-back {
  left: 60px;
}
#main-menu-toggle .text,
#main-menu-back .text {
  color: #fff;
  line-height: 50px;
  position: absolute;
  font-size: 12px;
  left: 35px;
  top: 3px;
  transition: all 0.25s ease 0.3s;
}
#main-menu-toggle .icon-bar,
#main-menu-back .icon-bar {
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
}
#main-menu-toggle .icon-bar:nth-child(2),
#main-menu-back .icon-bar:nth-child(2) {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s, background 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s, background 0.25s ease 0.3s;
  top: 25px;
  transform: translate(0px, 0) rotate(135deg);
  -webkit-transform: translate(0px, 0) rotate(135deg);
}
#main-menu-toggle .icon-bar:nth-child(3),
#main-menu-back .icon-bar:nth-child(3) {
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
}
#main-menu-toggle .icon-bar:nth-child(4),
#main-menu-back .icon-bar:nth-child(4) {
  top: 21px;
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s, background 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s, background 0.25s ease 0.3s;
  transform: translate(0px, 0) rotate(-135deg);
  -webkit-transform: translate(0px, 0) rotate(-135deg);
}
#main-menu-toggle.collapsed .text,
#main-menu-back.collapsed .text {
  color: #0f0f4a;
  transition: all 0.25s ease 0s;
}
#main-menu-toggle.collapsed .icon-bar,
#main-menu-back.collapsed .icon-bar {
  transition: transform 0.25s ease 0s, top 0.25s ease 0.3s;
  -webkit-transition: transform 0.25s ease 0s, top 0.25s ease 0.3s;
  background: #0f0f4a;
}
#main-menu-toggle.collapsed .icon-bar:nth-child(2),
#main-menu-back.collapsed .icon-bar:nth-child(2) {
  top: 20px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}
#main-menu-toggle.collapsed .icon-bar:nth-child(3),
#main-menu-back.collapsed .icon-bar:nth-child(3) {
  top: 22px;
  opacity: 1;
  transition: opacity 0.25s linear 0.15s;
}
#main-menu-toggle.collapsed .icon-bar:nth-child(4),
#main-menu-back.collapsed .icon-bar:nth-child(4) {
  top: 28px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}

.magazine-focus-overview #main-menu-toggle {
  display: none !important;
}

.header-magazine-focus #main-menu-toggle.collapsed .text {
  color: #fff;
}
.header-magazine-focus #main-menu-toggle.collapsed .icon-bar {
  background: #fff;
}

#main-menu-collapse {
  background: #4b5a87;
  z-index: 50;
  margin: 0;
  padding: 0 10px 0 0;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 67%;
  display: none;
  background-clip: content-box;
}
#main-menu-collapse #main-menu {
  margin: 50px 0 0;
  height: 100%;
  border-top: 1px solid #6d799e;
  padding: 0;
}
#main-menu-collapse > #main-menu > li {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  height: Auto;
  border-bottom: 1px solid #6d799e;
}
#main-menu-collapse > #main-menu > li a {
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
  color: #fff;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  height: 45px;
  outline: none;
  position: relative;
  z-index: 20;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  text-decoration: none;
}
#main-menu-collapse > #main-menu > li .caret {
  display: none;
}
#main-menu-collapse > #main-menu > li.active > a, #main-menu-collapse > #main-menu > li:hover > a {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}
#main-menu-collapse > #main-menu > li:hover > a {
  text-decoration: underline;
}
#main-menu-collapse > #main-menu > li .icon-mainmenu {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  right: 0;
  top: 0;
  position: absolute;
  font-family: "FontAwesome";
  color: #0f0f4a;
  line-height: 35px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}
#main-menu-collapse > #main-menu > li .icon-mainmenu:before {
  content: "\f178";
  transition: all 0.25s ease-in-out 0s;
  display: block;
}
#main-menu-collapse > #main-menu > li > .icon-mainmenu {
  display: none;
}

.menu-open #main-menu-collapse {
  display: block;
}

.header-magazine-focus #main-menu-collapse {
  background-color: #0f0f4a;
  overflow: scroll;
  max-height: 100vh;
  max-height: 100lvh;
}
.header-magazine-focus #main-menu-collapse > #main-menu > li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main-menu-buttonlinks {
  padding: 0;
}
#main-menu-buttonlinks > li {
  width: 100%;
  padding: 15px 0;
}
#main-menu-buttonlinks > li > a {
  transition: all 0.15s ease-in-out 0s;
  background-color: #e68a59;
  color: #fff;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  line-height: 45px;
  text-decoration: none;
  font-size: 16px;
  height: 45px;
  text-align: center;
  padding: 0 20px;
  outline: none;
  position: relative;
  z-index: 20;
}
#main-menu-buttonlinks > li.active > a, #main-menu-buttonlinks > li:hover > a {
  text-decoration: underline;
}

#main-menu-search {
  width: 100%;
  float: left;
  margin: 50px 0 0;
  height: 50px;
  border-top: 1px solid #6d799e;
  position: relative;
}
#main-menu-search form input[type=text] {
  border: none;
  height: 50px;
  background: Transparent;
  color: #fff;
  padding: 0 0 0 56px;
  width: 100%;
  font-size: 14px;
}
#main-menu-search form input[type=text]::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}
#main-menu-search form button {
  background: transparent;
  border: none;
  margin: 0 0 0 3px;
  padding: 0 18px;
  float: left;
  transition: all 0.25s ease-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
}
#main-menu-search form button i {
  font-style: inherit;
  color: #fff;
}
#main-menu-search form button i:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 24px;
  position: Relative;
  top: -2px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-menu-back {
  text-decoration: none;
  display: none;
  align-items: center;
}
#main-menu-back > i {
  font-style: inherit;
  color: #fff;
}
#main-menu-back > i:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magazine-focus-overview #main-menu-back {
  display: flex;
}

@media (max-width: 1201px) {
  #header-main #main-menu-toggle {
    display: block;
    margin: 0;
    left: 20px;
    top: 0;
  }
  #header-main #main-menu-toggle.menu-chevron {
    display: flex;
  }
  #header-main #main-menu-collapse {
    left: 0;
    right: 0;
    width: auto;
    padding: 0;
  }
  #header-main #main-menu-collapse > #main-menu > li a,
  #header-main #main-menu-collapse > #main-menu-buttonlinks > li a {
    line-height: 45px;
    height: 45px;
  }
  #header-main #main-menu-collapse > #main-menu-search ~ #main-menu {
    margin-top: 0;
  }
  .header-magazine-focus #header-main.magazine-focus-single-news #main-menu-back {
    display: flex;
  }
  .header-magazine-focus #header-main.magazine-focus-single-news #main-menu-toggle {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #main-menu-search {
    margin-top: 70px;
  }
  #header-main #main-menu-toggle {
    left: auto;
    right: 20px;
    top: 15px;
  }
  #header-main #main-menu-toggle .text {
    display: none;
  }
  #header-main #main-menu-toggle .icon-bar {
    left: auto;
    right: 0;
  }
  #main-menu-collapse {
    left: 0;
    right: 0;
  }
  #main-menu-collapse #main-menu,
  #main-menu-collapse #main-menu-buttonlinks {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
  }
  #main-menu-collapse #main-menu-search ~ #main-menu {
    margin-top: 0;
  }
  .header-magazine-focus #header-main #main-menu-toggle {
    left: 20px;
    right: auto;
    top: 0;
  }
}
#top-box #login,
#top-box #logout {
  transition: all 0.25s ease-out 0s;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 30;
}
#top-box #login > h5,
#top-box #logout > h5 {
  margin-top: 6px;
}
#top-box #login > h5 > a,
#top-box #logout > h5 > a {
  text-transform: uppercase;
  color: #0f0f4a;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
}
#top-box #login > h5 > a:hover,
#top-box #logout > h5 > a:hover {
  color: #e68a59;
}
#top-box #logout .tx-felogin-pi1 {
  float: left;
  width: 100%;
}
#top-box #logout .tx-felogin-pi1:after {
  content: "";
  clear: both;
  display: block;
}
#top-box #logout #my-account-link {
  float: left;
  clear: both;
  color: #0f0f4a;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
}
#top-box #logout #my-account-link:hover {
  color: #e68a59;
}
#top-box #logout form .info {
  white-space: nowrap;
}
#top-box #logout form input[type=submit] {
  color: #0f0f4a;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  border: none;
  background: Transparent;
  padding: 0;
  margin: 6px 0 0 0;
  text-transform: uppercase;
}
#top-box #logout form input[type=submit]:hover {
  color: #e68a59;
}

.header-magazine-focus #top-box #login > h5 > a,
.header-magazine-focus #top-box #logout > h5 > a {
  color: #fff;
}
.header-magazine-focus #top-box #login > h5 > a:hover,
.header-magazine-focus #top-box #logout > h5 > a:hover {
  color: #e6ebf0;
}
.header-magazine-focus #top-box #logout form input[type=submit] {
  color: #fff;
}
.header-magazine-focus #top-box #logout form input[type=submit]:hover {
  color: #e6ebf0;
}

#main-menu-collapse #logout-main-menu {
  padding: 0;
  border-bottom: 1px solid #6d799e;
  display: none;
}
#main-menu-collapse #logout-main-menu form input[type=submit] {
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
  color: #fff;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  height: 45px;
  outline: none;
  position: relative;
  z-index: 20;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  text-decoration: none;
  background: none;
  border: 0;
}
#main-menu-collapse #logout-main-menu form input[type=submit]:hover {
  text-decoration: underline;
}

@media (max-width: 1201px) {
  #top-box #login > a {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #top-box #login {
    display: none;
  }
  #main-menu-collapse #logout-main-menu {
    display: block;
  }
}
header.container-fluid {
  background: transparent;
  position: fixed;
  height: 235px;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 0 10px;
  background: #fff;
  transition: all 0.25s ease-in-out 0s;
}
header.container-fluid > .row {
  height: 100%;
}
header.container-fluid .container {
  margin-bottom: 0;
}
header.container-fluid #logo-bar {
  transition: all 0.4s ease-in-out 0s;
  padding: 0;
  height: 100%;
}
header.container-fluid #logo-bar .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
header.container-fluid #logo-bar #logo,
header.container-fluid #logo-bar #logo-white {
  transition: all 0.4s ease-in-out 0s;
  height: auto;
  background: transparent;
  padding: 0;
  z-index: 10;
  margin: 0;
  outline: none;
  float: left;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: auto;
  overflow: hidden;
  max-width: 500px;
  max-height: 100px;
}
header.container-fluid #logo-bar #logo img,
header.container-fluid #logo-bar #logo-white img {
  max-width: 100%;
  height: 64px;
  margin: 0 auto;
  width: 500px;
  transition: all 0.15s ease-in-out 0s;
}
header.container-fluid #logo-bar #logo-white {
  display: none;
  z-index: 55;
}
header.container-fluid #logo-bar #logo-small,
header.container-fluid #logo-bar #logo-small-white {
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  height: auto;
  width: 0;
  max-height: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 25px;
  text-align: center;
  margin: 0;
  z-index: 55;
}
header.container-fluid #logo-bar #logo-small img,
header.container-fluid #logo-bar #logo-small-white img {
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}
header.container-fluid #logo-bar #logo-small-white {
  opacity: 0;
}
header.container-fluid .logo-secondary {
  display: none;
}
header.container-fluid.header-magazine-focus {
  background: #0f0f4a;
}
header.container-fluid.header-magazine-focus #logo-bar #logo-small {
  opacity: 0;
}
header.container-fluid.header-magazine-focus #logo-bar #logo-small-white {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
header.container-fluid.header-magazine-focus #logo-bar #logo-small-white .magazine-focus-header-text {
  margin-left: 7px;
  vertical-align: text-bottom;
}

.scrolled header.container-fluid,
header.container-fluid.header-magazine-focus {
  height: 50px;
}
.scrolled header.container-fluid #logo-bar #logo,
header.container-fluid.header-magazine-focus #logo-bar #logo {
  left: 50%;
  max-width: 0;
  max-height: 0;
}
.scrolled header.container-fluid #logo-bar #logo-small,
.scrolled header.container-fluid #logo-bar #logo-small-white,
header.container-fluid.header-magazine-focus #logo-bar #logo-small,
header.container-fluid.header-magazine-focus #logo-bar #logo-small-white {
  width: 227px;
  bottom: 10px;
  max-height: 50px;
  left: calc(50% - 15px);
  margin: 0 0 0 -100px;
}

.menu-open.scrolled header.container-fluid #logo-bar #logo-small {
  opacity: 0;
}
.menu-open.scrolled header.container-fluid #logo-bar #logo-small-white {
  opacity: 1;
}

@media (max-width: 1201px) {
  header.container-fluid {
    overflow-x: inherit;
    padding: 0 20px;
    height: 50px;
  }
  header.container-fluid > .row {
    margin: 0;
  }
  header.container-fluid .container {
    max-width: 1000px;
  }
  header.container-fluid #logo-bar #logo {
    left: 50%;
    max-width: 0;
    max-height: 0;
  }
  header.container-fluid #logo-bar #logo-small,
  header.container-fluid #logo-bar #logo-small-white {
    width: 200px;
    bottom: 10px;
    max-height: 50px;
    left: calc(50% - 15px);
    margin: 0 0 0 -100px;
  }
  .menu-open header.container-fluid #logo-bar #logo-small {
    opacity: 0;
  }
  .menu-open header.container-fluid #logo-bar #logo-small-white {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  header.container-fluid {
    height: 70px;
    background: #fff;
  }
  header.container-fluid #logo-bar {
    height: 100%;
  }
  header.container-fluid #logo-bar #logo-small,
  header.container-fluid #logo-bar #logo-small-white {
    display: block;
    max-width: 240px;
    max-height: inherit;
    left: 60px;
    top: 25px;
    bottom: auto;
  }
  header.container-fluid #logo-bar #logo-small img,
  header.container-fluid #logo-bar #logo-small-white img {
    margin: 0;
    width: 240px;
    height: 31px;
  }
  header.container-fluid #logo-bar #logo-white {
    opacity: 0;
  }
  header.container-fluid #logo-bar #logo-white img {
    width: 119px;
    height: 28px;
  }
  header.container-fluid #logo-bar #logo,
  header.container-fluid #logo-bar #logo-white {
    display: none;
  }
  header.container-fluid.header-magazine-focus #logo-bar #logo-small-white {
    display: block;
    font-size: 24px;
    line-height: 16px;
    bottom: 14px;
    top: 15px;
  }
  header.container-fluid.header-magazine-focus #logo-bar #logo-small-white img {
    width: auto;
    height: 20px;
  }
  header.container-fluid.header-magazine-focus #logo-bar #logo,
  header.container-fluid.header-magazine-focus #logo-bar #logo-white {
    display: none;
  }
  .scrolled header.container-fluid {
    height: 70px;
  }
  .scrolled header.container-fluid.header-magazine-focus {
    height: 50px;
  }
  .scrolled header.container-fluid #logo-bar #logo,
  .scrolled header.container-fluid #logo-bar #logo-white {
    left: 20px;
    top: 20px;
    max-width: 240px;
    max-height: inherit;
  }
  .menu-open header.container-fluid #logo-bar #logo {
    opacity: 0;
  }
  .menu-open header.container-fluid #logo-bar #logo-white {
    opacity: 1;
  }
}
.layout-1 {
  background: #ffffff;
  padding: 10px 20px 20px;
  margin: 0 0 20px;
}

.feature-column {
  min-height: 250px;
}
footer .feature-column {
  min-height: auto;
}
.feature-column .news-single-item-preview-img {
  display: flex;
  justify-content: center;
}
.feature-column.small-left .news-single-item-preview-inner, .feature-column.small-right .news-single-item-preview-inner {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  overflow: hidden;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .feature-column.small-left .news-single-item-preview-inner, .feature-column.small-right .news-single-item-preview-inner {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .feature-column.small-left .news-single-item-preview-inner:has(.news-single-item-preview-img), .feature-column.small-right .news-single-item-preview-inner:has(.news-single-item-preview-img) {
    margin-top: auto;
  }
}
.feature-column.small-left .news-single-item-preview-inner h2, .feature-column.small-right .news-single-item-preview-inner h2 {
  flex: 1 0 100%;
}
.feature-column.small-left .news-single-item-preview-inner .news-single-item-preview-img, .feature-column.small-right .news-single-item-preview-inner .news-single-item-preview-img {
  flex: 0 0 auto;
}
.feature-column.small-left .news-single-item-preview-inner p, .feature-column.small-right .news-single-item-preview-inner p {
  flex: 1 1 0;
}
.feature-column.small-left .news-single-item-preview-inner .news-single-item-preview-img:has(img) {
  padding-right: 20px;
}
.feature-column.small-right .news-single-item-preview-inner .news-single-item-preview-img:has(img) {
  order: 1;
  padding-left: 20px;
}

#topsection .col-wrapper .feature-column {
  text-decoration: none;
  height: 400px;
}
#topsection .col-wrapper .feature-column .news-single-item-preview-img img {
  width: auto;
  height: var(--startbox-image-mobile-height, auto);
}
@media (min-width: 1200px) {
  #topsection .col-wrapper .feature-column {
    height: 500px;
  }
  #topsection .col-wrapper .feature-column .news-single-item-preview-img img {
    width: auto;
    height: 255px;
  }
}
#topsection .col-wrapper .feature-column:hover, #topsection .col-wrapper .feature-column:focus, #topsection .col-wrapper .feature-column:active {
  text-decoration: none;
}

#content .accordion {
  position: relative;
  background: #fff;
  height: auto;
  margin: 0 0 3px;
  float: left;
  width: 100%;
  transition: all 0.25s ease-out 0s;
}
#content .accordion > .header {
  padding: 10px 40px 20px 45px;
  overflow: hidden;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
#content .accordion > .header .number {
  float: left;
  font-size: 45px;
  color: #C4C4C4;
  width: 15%;
  height: 52px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .accordion > .header .date {
  float: left;
  height: 100%;
  color: #C4C4C4;
  width: 10%;
  font-size: 13px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 2px;
  letter-spacing: 1.82px;
}
#content .accordion > .header .title {
  padding-left: 35px;
  font-size: 18px;
  color: #4b5a87;
  float: left;
  width: 75%;
  font-weight: normal;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .accordion .accordioncontent {
  box-sizing: border-box;
  color: #0f0f4a;
  padding: 10px 40px 15px 45px;
  display: none;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}
#content .accordion .accordioncontent .ce-gallery .ce-column {
  padding-left: 0;
  padding-right: 0;
}
#content .accordion .accordioncontent p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
}
#content .accordion .accordioncontent a.button {
  width: 100%;
  font-size: 14px;
  margin: 0 0 20px;
  outline: 0;
}
#content .accordion .accordioncontent .column-2 {
  padding-left: 40px;
  margin-top: -5px;
}
#content .accordion .accordioncontent table tr {
  position: Relative;
}
#content .accordion .accordioncontent table tr:first-child {
  border-top: 1px solid #68759b;
}
#content .accordion .accordioncontent table tr {
  border-bottom: 1px solid #68759b;
}
#content .accordion .accordioncontent table td {
  padding: 10px 0 10px 10px;
  position: relative;
}
#content .accordion .accordioncontent table td:first-child {
  padding-right: 30px;
  padding-left: 0;
}
#content .accordion .accordioncontent table td:first-child:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -1px;
  bottom: -1px;
  background: #e6ebf0;
  transition: all 0.25s ease-out 0s;
  width: 20px;
}
#content .accordion:hover {
  background: #e6ebf0;
}
#content .accordion.active {
  background: #4b5a87;
}
#content .accordion.active > .header {
  padding: 25px 45px;
}
#content .accordion.active > .header > * {
  color: #fff;
}
#content .accordion.active .accordioncontent * {
  color: #fff;
}
#content .accordion.active .accordioncontent table td:first-child:after {
  background: #4b5a87;
}
#content .accordion ul, #content .accordion ol {
  margin-bottom: 20px;
}

@media (max-width: 1201px) {
  #content .accordion > .header .number {
    width: 15%;
  }
  #content .accordion > .header .date {
    width: 15%;
  }
}
@media (max-width: 767px) {
  #content .accordion > .header {
    position: relative;
  }
  #content .accordion > .header .number {
    font-size: 20px;
    line-height: 24px;
    width: 95px;
    transition: all 0.25s ease-out 0s;
  }
  #content .accordion > .header .number span {
    font-size: 14px;
    line-height: 24px;
    transition: all 0.25s ease-out 0s;
  }
  #content .accordion > .header .date {
    position: absolute;
    width: auto;
    left: 0;
    height: auto;
    padding: 0 20px 0;
    top: 45px;
    transition: all 0.25s ease-out 0s;
  }
  #content .accordion > .header .title {
    font-size: 16px;
    line-height: 20px;
  }
  #content .accordion .accordioncontent {
    padding: 25px 20px 15px;
  }
  #content .accordion .accordioncontent .col-wrapper {
    margin: 0 -20px;
  }
  #content .accordion .accordioncontent .col-wrapper > div {
    padding: 0 20px 20px;
  }
  #content .accordion .accordioncontent table tr {
    border: none;
  }
  #content .accordion .accordioncontent table tr td {
    border-bottom: 1px solid #68759b;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  #content .accordion .accordioncontent table tr td:first-child:after {
    display: none;
  }
  #content .accordion.active > .header {
    height: auto;
  }
  #content .accordion.active > .header .number {
    font-size: 26px;
    line-height: 30px;
  }
  #content .accordion.active > .header .number span {
    font-size: 20px;
    line-height: 30px;
  }
  #content .accordion.active > .header .date {
    left: auto;
    right: 0;
    top: 25px;
  }
  #content .accordion.active > .header .title {
    width: 100%;
    padding-top: 0;
  }
}
#content .teaser-group {
  margin: 0 -10px;
}
#content .white-box .teaser-group {
  margin: -10px -20px;
}
#content .teaser-group-item {
  background: transparent;
  float: left;
  padding: 0 10px 20px;
  margin-bottom: 15px;
}
#content .teaser-group-item > div {
  background: #fff;
  position: Relative;
  padding: 20px 10px 40px;
  transition: all 0.25s ease-out 0s;
  line-height: 33px;
}
#content .teaser-group-item > div:after {
  content: "";
  clear: both;
  display: block;
}
#content .teaser-group-item > div .info {
  color: #0f0f4a;
  margin: 0 0 20px;
  line-height: 20px;
}
#content .teaser-group-item > div .image {
  position: Absolute;
  right: 20px;
  top: 20px;
}
#content .teaser-group-item > div > h5 {
  margin: 0 0 0px;
  text-transform: inherit;
}
#content .teaser-group-item > div .text {
  margin-top: 10px;
}
#content .teaser-group-item > div .text > .headline {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
#content .teaser-group-item > div .text > .headline h2 {
  font-weight: normal;
  color: #0f0f4a;
  text-transform: inherit;
  margin: 0px 0 -10px;
  padding: 0;
  font-size: 30px;
  line-height: 1.3;
  flex: 1 1 auto;
}
#content .teaser-group-item > div .text > .headline .magazine, #content .teaser-group-item > div .text > .headline .online, #content .teaser-group-item > div .text > .headline .magazine-online {
  width: 55px;
  height: 45px;
  margin: 0 5px;
  flex: 0 0 55px;
}
#content .teaser-group-item > div .text > .headline .magazine {
  background: transparent url("../Images/icon-magazine.svg") center/contain no-repeat;
}
#content .teaser-group-item > div .text > .headline .online {
  background: transparent url("../Images/icon-online.svg") center/contain no-repeat;
}
#content .teaser-group-item > div .text p {
  margin: 0 0 20px;
}
#content .teaser-group-item > div .text ul {
  padding: 0;
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
#content .teaser-group-item > div .text ul li {
  list-style-type: none;
  color: #0f0f4a;
  margin: 0;
  font-size: 14px;
}
#content .teaser-group-item > div .text ul li a {
  color: #0f0f4a;
}
#content .teaser-group-item > div > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -20px;
  text-indent: -10000px;
  overflow: hidden;
  z-index: 20;
}
#content .teaser-group-item > div > button {
  position: absolute;
  left: 20px;
  top: 100%;
  min-width: 150px;
  right: auto;
  transition: all 0.25s ease-out 0s;
  z-index: 15;
  font-size: 14px;
  background: #0f0f4b;
  color: #fff;
  display: block;
  padding: 10px 30px;
  line-height: 25px;
  margin: -30px 0 0;
  text-align: center;
  text-decoration: none;
  border: none;
}
#content .teaser-group-item > div:hover > button {
  background: #e68a59;
}
#content .teaser-group-item.abo-magazine > div, #content .teaser-group-item.abo-online > div, #content .teaser-group-item.abo-both > div {
  height: 435px;
}
#content .teaser-group-item.abo-online > div:before {
  background-image: url("../Images/icon-online.svg");
}
#content .teaser-group-item.abo-both > div:before {
  background-image: url("../Images/icon-aboboth.svg");
  width: 75px;
  height: 55px;
  top: 10px;
}
#content .teaser-group-item.orange {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#content .teaser-group-item.orange > div {
  padding-top: 20px;
}
#content .teaser-group-item.orange > div:before {
  content: "";
  background: transparent url("../Images/icon-hitlist.svg") center center no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  height: 50px;
}
#content .teaser-group-item.orange > div > h5 {
  text-transform: uppercase;
  color: #e68a59;
}
#content .teaser-group-item.orange > div .info {
  color: #e68a59;
}
#content .teaser-group-item.orange > div .text * {
  color: #e68a59;
}
#content .teaser-group-item.orange > div > a {
  background: #e68a59;
}
#content .teaser-group-item.orange > div > a:hover {
  background: #4b5a87;
}
#content .teaser-group-image-item {
  transition: all 0.25s ease-out 0s;
  width: 100%;
  margin-bottom: 35px;
  padding: 0;
}
#content .teaser-group-image-item > div {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background: #4b5a87;
  padding: 18px 20px 40px;
}
#content .teaser-group-image-item > div .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px;
  color: #fff;
}
#content .teaser-group-image-item > div .info span {
  text-transform: uppercase;
}
#content .teaser-group-image-item > div .info .date {
  font-size: 12px;
}
#content .teaser-group-image-item > div .content {
  display: flex;
}
#content .teaser-group-image-item > div .image {
  padding: 0 20px 0 0;
}
#content .teaser-group-image-item > div .image img {
  width: 150px;
  height: auto;
  max-width: 100%;
}
#content .teaser-group-image-item > div .text {
  flex-grow: 1;
  flex-basis: 0;
  transition: all 0.25s ease-out 0s;
  padding: 0;
  color: #e68a59;
  text-align: left;
}
#content .teaser-group-image-item > div .text * {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
#content .teaser-group-image-item > div .text h2 {
  font-size: 40px;
  margin: 0 0 30px;
  padding: 0;
  z-index: 5;
  line-height: 38px;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  width: 100%;
  float: left;
  border: none;
  color: #0f0f4a;
  font-weight: normal;
  letter-spacing: -2px;
}
#content .teaser-group-image-item > div > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -20px;
  text-indent: -10000px;
  overflow: hidden;
  z-index: 20;
}
#content .teaser-group-image-item > div > button {
  position: absolute;
  left: 20px;
  bottom: -15px;
  right: auto;
  transition: all 0.25s ease-out 0s;
  z-index: 15;
  font-size: 14px;
  background: #0f0f4b;
  color: #fff;
  display: block;
  padding: 10px 30px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
}
#content .teaser-group-image-item > div:hover > button {
  background: #e68a59;
}
#content .teaser-group-image-item.orange > div {
  background: #edaf67;
}
#content .teaser-group-image-item.orange > div .text h2 {
  color: #f04646;
}
#content .teaser-group-image-item.orange > div > button {
  background: #e68a59;
}
#content .teaser-group-image-item.orange > div:hover > button {
  background: #0f0f4a;
}
#content .tx-inside-abo .teaser-group-item h5 {
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #content .tx-inside-abo .teaser-group-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#content .tx-inside-head .image {
  padding: 0 16px 0 0 !important;
}
#content .tx-inside-magazine .teaser-magazine-focus .image {
  padding: 0 9px 0 0 !important;
}

@media (max-width: 1201px) {
  #content .teaser-group-image-item {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 767px) {
  #content .teaser-group-item {
    padding: 0 10px 40px;
  }
  #content .teaser-group-item.orange {
    width: 100%;
  }
  #content .teaser-group-image-item {
    width: 100%;
  }
  #content .teaser-group-image-item > div .text {
    padding-bottom: 45px;
  }
}
#content .magazinefocus-backlink a {
  margin-bottom: 5px;
}
#content .teaser-magazine-focus {
  background: transparent;
  float: left;
  padding: 0 10px;
  border-top: 5px solid #faebb9;
}
#content .teaser-magazine-focus > .row {
  background: #4b5a87;
  position: relative;
  padding: 25px 27px;
  line-height: 33px;
}
#content .teaser-magazine-focus > .row > .col-xs-12:first-child {
  display: flex;
}
#content .teaser-magazine-focus > .row > .col-xs-12:first-child > .image {
  flex: 0 0 auto;
  margin: 8px 15px 30px 0;
}
#content .teaser-magazine-focus > .row > .col-xs-12:first-child > .content {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
#content .teaser-magazine-focus > .row:after {
  content: "";
  clear: both;
  display: block;
}
#content .teaser-magazine-focus > .row .info {
  color: #0f0f4a;
  margin: 0 0 20px;
  line-height: 20px;
}
#content .teaser-magazine-focus > .row .text {
  padding: 20px 7px;
  color: #fff;
}
#content .teaser-magazine-focus > .row .text h1 {
  color: #faebb9;
  font-size: 34px;
  padding: 0;
  margin-bottom: 15px;
}
#content .teaser-magazine-focus > .row .text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.25em;
  margin: 0;
}
#content .teaser-magazine-focus > .row .text.text-start {
  padding-top: 0;
}
#content .teaser-magazine-focus > .row .teaser-buttons {
  margin-bottom: -50px;
}
#content .teaser-magazine-focus > .row .button {
  padding: 8px 20px;
  min-width: auto;
}
#content .teaser-magazine-focus-sidebar {
  transition: all 0.25s ease-out 0s;
  width: 100%;
  margin-bottom: 35px;
}
#content .teaser-magazine-focus-sidebar > div {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background: #0f0f4a;
  padding: 18px 20px 50px;
}
#content .teaser-magazine-focus-sidebar > div .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 30px;
  color: #fff;
}
#content .teaser-magazine-focus-sidebar > div .info span, #content .teaser-magazine-focus-sidebar > div .info a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#content .teaser-magazine-focus-sidebar > div .info a:hover {
  text-decoration: underline;
}
#content .teaser-magazine-focus-sidebar > div .info .date {
  font-size: 12px;
}
#content .teaser-magazine-focus-sidebar > div .content {
  display: flex;
}
#content .teaser-magazine-focus-sidebar > div .image {
  padding: 0 20px 0 0;
  width: 170px;
}
#content .teaser-magazine-focus-sidebar > div .image img {
  width: Auto;
  height: auto;
  max-width: 100%;
}
#content .teaser-magazine-focus-sidebar > div .text {
  flex-grow: 1;
  flex-basis: 0;
  transition: all 0.25s ease-out 0s;
  padding: 0;
  color: #fff;
  text-align: left;
}
#content .teaser-magazine-focus-sidebar > div .text * {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
#content .teaser-magazine-focus-sidebar > div .text h2 {
  font-size: 29px;
  margin: 0 0 30px;
  padding: 0;
  z-index: 5;
  line-height: 46px;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  width: 100%;
  float: left;
  border: none;
  font-weight: normal;
}
#content .teaser-magazine-focus-sidebar > div > button,
#content .teaser-magazine-focus-sidebar > div a.button {
  position: absolute;
  left: 20px;
  bottom: -15px;
  right: auto;
  transition: all 0.25s ease-out 0s;
  z-index: 15;
  font-size: 14px;
  background: #e68a59;
  color: #fff;
  display: block;
  padding: 10px 30px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
}
#content .teaser-magazine-focus-sidebar > div > button:hover,
#content .teaser-magazine-focus-sidebar > div a.button:hover {
  background: #0f0f4a;
}

@media (min-width: 993px) {
  #content .teaser-magazine-focus > .row .text h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #content .magazinefocus-backlink {
    display: none;
  }
  #content .teaser-magazine-focus > .row {
    height: 100%;
  }
  #content .teaser-magazine-focus > .row .text h1 {
    font-size: 28px;
  }
  #content .teaser-magazine-focus > .row .image {
    padding-right: 0;
  }
  #content .teaser-magazine-focus a.button {
    padding: 7px 10px;
    min-width: auto;
  }
}
#content .carousel {
  background: #fff;
  transition: all 0.25s ease-out 0s;
  z-index: 10;
  margin: 0 auto 140px;
  width: auto;
  position: relative;
}
#content .carousel .carousel-inner {
  height: auto;
}
#content .carousel .carousel-inner img {
  width: 100%;
  height: auto;
}
#content .carousel .carousel-control {
  background: transparent;
  width: 10%;
  display: block;
}
#content .carousel .carousel-control.left, #content .carousel .carousel-control.right {
  top: 100%;
  margin: 60px 0 0;
  opacity: 1;
  width: 50%;
}
#content .carousel .carousel-control.left span, #content .carousel .carousel-control.right span {
  color: #0f0f4a;
  transition: all 0.25s ease-out 0s;
  left: 0;
  margin-left: 0;
  text-shadow: none;
  width: 100%;
  text-align: right;
  padding: 0 80px 0 0;
}
#content .carousel .carousel-control.left span:before, #content .carousel .carousel-control.right span:before {
  content: "\f104";
  font-family: "FontAwesome";
  background: transparent;
  padding: 15px 10px;
  font-size: 50px;
  transition: all 0.15s ease-in-out 0s;
}
#content .carousel .carousel-control.right span {
  left: auto;
  right: 0;
  text-align: left;
  padding: 0 0 0 80px;
}
#content .carousel .carousel-control.right span:before {
  content: "\f105";
}
#content .carousel .carousel-info-box {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 100%;
  margin: 58px 0 0;
  font-size: 20px;
  color: #0f0f4a;
}
#content .carousel .carousel-info-box .cur {
  margin: 0 2px 0 10px;
}
#content .carousel .carousel-info-box .res {
  margin: 0 0 0 2px;
}
#content .carousel .carousel-indicators {
  text-align: center;
  width: auto;
  margin: 0;
  right: 15px;
  bottom: 15px;
  left: auto;
  display: none;
}
#content .carousel .carousel-indicators li {
  background: transparent;
  opacity: 0.5;
  margin: 1px 1px 1px 7px;
  transition: all 0.25s ease-out 0s;
  color: #fff;
  border-radius: 0;
  border: none;
  text-indent: 0;
  padding: 0 15px;
  width: Auto;
  height: auto;
}
#content .carousel .carousel-indicators li.active, #content .carousel .carousel-indicators li:hover {
  text-decoration: underline;
  opacity: 1;
}
#content .carousel .carousel-caption {
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  background: #fff;
  float: right;
  text-align: left;
  text-shadow: none;
  padding: 0;
  opacity: 1;
  position: static;
}
#content .carousel .carousel-caption .inner-content {
  text-align: left;
  padding: 10px 0 0;
  width: 100%;
}
#content .carousel .carousel-caption * {
  color: #0f0f4a;
}
#content .carousel.no-controls .carousel-control,
#content .carousel.no-controls .carousel-indicators {
  display: none;
}
#content .carousel.got-news {
  background: #0f0f4a;
  margin-bottom: 20px;
  padding: 0;
}
#content .carousel.got-news .news-top-headline {
  content: "Top News";
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 0;
  transition: all 0.15s ease-in-out 0s;
  z-index: 15;
}
#content .carousel.got-news .carousel-control,
#content .carousel.got-news .carousel-caption,
#content .carousel.got-news .carousel-info-box {
  display: none;
}
#content .carousel.got-news .carousel-indicators {
  display: block;
}
#content .carousel.got-news .carousel-indicators li {
  margin: 0;
}
#content .carousel.got-news .item {
  min-height: 450px;
}
#content .carousel.got-news .item.news-list-item > * {
  z-index: 10;
  position: relative;
}
#content .carousel.got-news .item.news-list-item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
}
#content .carousel.got-news .item.news-list-item .news-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  z-index: 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
}
#content .carousel.got-news .item.news-list-item .news-img-wrap div {
  width: 100%;
  height: 100%;
}
#content .carousel.got-news .item.news-list-item .news-img-wrap img {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
  height: 100%;
  min-width: inherit;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#content .carousel.got-news .item.news-list-item .news-list-date {
  position: absolute;
  left: 20px;
  top: 50px;
  color: #faebb9;
  font-size: 48px;
  line-height: 1.25em;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .carousel.got-news .item.news-list-item h2 {
  color: #fff;
  border: none;
  font-size: 48px;
  line-height: 1.25em;
  text-decoration: underline;
  font-weight: normal;
  padding: 0;
  position: absolute;
  bottom: 80px;
  margin: 0;
  left: 20px;
}
#content .carousel.got-news .carousel-indicators:before {
  content: "News";
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 12px;
  line-height: 22px;
  padding: 0 15px 0 0;
}
#content .carousel.got-news.no-indicators .item {
  min-height: 400px;
}
#content .carousel.got-news.no-indicators .item.news-list-item .news-img-wrap {
  bottom: 0;
}

@media (max-width: 767px) {
  #content .carousel .carousel-info-box {
    margin-top: 72px;
  }
  #content .carousel.got-news {
    margin: 0 0 5px;
  }
  #content .carousel.got-news .item.news-list-item {
    min-height: 300px;
    overflow: hidden;
  }
  #content .carousel.got-news .item.news-list-item .news-list-date {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  #content .carousel.got-news .item.news-list-item h2 {
    padding: 0 20px 0 0;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.tx-powermail {
  margin: 0 -15px;
}
.tx-powermail > div {
  padding: 0;
}
.tx-powermail .powermail_form {
  padding: 0 15px;
}
#content form {
  margin: 0 0 10px;
}
#content form > h3 {
  display: none;
  font-size: 21px;
  font-weight: normal;
  padding: 0 15px;
}
#content form .powermail_fieldset {
  width: 100%;
  float: left;
  padding: 20px;
  background: #e6ebf0;
  margin: 0 0 25px;
  position: relative;
}
#content form .powermail_fieldset h2,
#content form .powermail_fieldset legend {
  line-height: 30px;
  margin-bottom: 5px;
}
#content form .powermail_fieldset > legend {
  display: none;
}
#content form .powermail_fieldset h2 {
  color: #656565;
  border: none;
  border-bottom: 1px solid #656565;
  font-size: 21px;
  font-weight: normal;
}
#content form .powermail_check_outer {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#content form .powermail_check_outer .parsley-errors-list:empty {
  display: none;
}
#content form .powermail_check_outer > div {
  width: 50%;
  float: left;
  padding-right: 10px;
  position: relative;
}
#content form .powermail_check_outer > div label {
  width: 100%;
  padding-left: 25px;
  font-weight: normal;
  line-height: 23px;
}
#content form .powermail_check_outer > div .powermail_checkbox {
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
#content form .powermail_fieldwrap_textarea label {
  width: 100%;
}
#content form label {
  width: 30%;
  display: inline-block;
  float: left;
  color: #0f0f4a;
  cursor: pointer;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 10px 5px 0;
}
#content form .powermail_fieldset label {
  display: none;
}
#content form .powermail_field {
  display: inline-block;
  width: 100%;
}
#content form .powermail_fieldwrap {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
#content form .powermail_fieldwrap.layout1 {
  display: none;
}
#content form .powermail_fieldwrap input[type=text],
#content form .powermail_fieldwrap input[type=email],
#content form .powermail_fieldwrap textarea {
  width: 100%;
  color: #0f0f4a;
  transition: all 0.15s ease-in-out 0s;
  padding: 0 15px;
  resize: vertical;
  border: none;
}
#content form .powermail_fieldwrap input[type=text],
#content form .powermail_fieldwrap input[type=email] {
  height: 30px;
}
#content form .powermail_fieldwrap input[type=text] {
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
#content form .powermail_fieldwrap textarea {
  padding: 15px;
}
#content form .powermail_fieldwrap select,
#content form .powermail_fieldwrap input[type=submit] {
  border: 1px solid #e3e3e3;
  color: #0f0f4a;
  line-height: 43px;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.15s ease-in-out 0s;
}
#content form .powermail_fieldwrap select:focus,
#content form .powermail_fieldwrap input[type=submit]:focus {
  background: #eee;
}
#content form .powermail_fieldwrap input[type=submit] {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 200px;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  left: 20px;
  bottom: -20px;
}
#content form .powermail_fieldwrap input[type=submit]:hover {
  background: #e68a59;
}
#content form .powermail_fieldwrap_type_text {
  margin: 10px 0;
}
#content form .powermail_fieldwrap_captcha label {
  display: block;
  width: 100%;
}
#content form .powermail_fieldwrap_captcha input[type=text] {
  width: 100%;
  margin: 0;
}
#content form .powermail_fieldwrap_captcha input[type=text].parsley-error {
  border: 1px solid #f04646;
  color: #f04646;
}
#content form .powermail_fieldwrap_captcha .powermail_field {
  padding-top: 60px;
  position: relative;
}
#content form .powermail_fieldwrap_captcha .powermail_field img {
  position: absolute;
  left: 0;
  top: 0;
}
#content form .powermail_fieldwrap_type_submit {
  padding-left: 30%;
}
#content form .parsley-errors-list {
  width: 100%;
  margin: -5px 0 5px;
  padding: 0;
  float: left;
}
#content form .parsley-errors-list li {
  margin: 0;
  list-style-type: none;
  display: block;
  background: #f04646;
  color: #fff;
  padding: 5px 0 5px 35px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
#content form .parsley-errors-list li:before {
  content: "\f176";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 20px;
  padding: 5px 0 5px 15px;
  font-size: 14px;
}

.powermail_confirmation .powermail_confirmation_form,
.powermail_confirmation .powermail_confirmation_submit {
  border: 1px solid #e3e3e3;
  color: #656565;
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
  float: left;
  margin-bottom: 10px;
}
.powermail_confirmation .powermail_confirmation_form:hover,
.powermail_confirmation .powermail_confirmation_submit:hover {
  background: #eee;
}
.powermail_confirmation .powermail_confirmation_submit {
  float: right;
}
.powermail_confirmation .powermail_all {
  float: left;
  width: 100%;
}
.powermail_confirmation h4,
.powermail_confirmation .powermail_all_label,
.powermail_confirmation .powermail_all_value {
  color: #656565;
  width: 30%;
  float: left;
}
.powermail_confirmation h4 {
  width: 100%;
}
.powermail_confirmation .powermail_all_value {
  width: 70%;
  margin-bottom: 10px;
}

@media (max-width: 993px) {
  form .powermail_fieldset {
    width: 100%;
  }
  form label,
  form .powermail_fieldwrap {
    width: 100%;
  }
  form label input[type=text],
  form label input[type=email],
  form label textarea,
  form .powermail_fieldwrap input[type=text],
  form .powermail_fieldwrap input[type=email],
  form .powermail_fieldwrap textarea {
    width: 100%;
  }
  form .powermail_fieldwrap_submit {
    margin-left: 0;
  }
  .powermail_confirmation .powermail_all_label,
  .powermail_confirmation .powermail_all_value {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content form label {
    width: 100%;
  }
  #content form .powermail_field {
    width: 100%;
  }
}
#content .plugin-form form {
  width: 100%;
  float: left;
  padding: 20px 20px 40px;
  background: #e6ebf0;
  margin: 0 0 25px;
  position: relative;
}
#content .plugin-form form > h3 {
  display: none;
  font-size: 21px;
  font-weight: normal;
  padding: 0 15px;
}
#content .plugin-form form h2,
#content .plugin-form form legend {
  line-height: 30px;
  margin-bottom: 5px;
}
#content .plugin-form form > legend {
  display: none;
}
#content .plugin-form form h2 {
  color: #656565;
  border: none;
  border-bottom: 1px solid #656565;
  font-size: 21px;
  font-weight: normal;
}
#content .plugin-form form label {
  width: 30%;
  display: inline-block;
  float: left;
  color: #0f0f4a;
  cursor: pointer;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 10px 5px 0;
}
#content .plugin-form form .form-group > label {
  display: none;
}
#content .plugin-form form .form-group,
#content .plugin-form form .actions {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
#content .plugin-form form .form-group.layout1,
#content .plugin-form form .actions.layout1 {
  display: none;
}
#content .plugin-form form .form-group input[type=text],
#content .plugin-form form .form-group input[type=email],
#content .plugin-form form .form-group textarea,
#content .plugin-form form .actions input[type=text],
#content .plugin-form form .actions input[type=email],
#content .plugin-form form .actions textarea {
  width: 100%;
  color: #0f0f4a;
  transition: all 0.15s ease-in-out 0s;
  padding: 0 15px;
  resize: vertical;
  border: none;
}
#content .plugin-form form .form-group input[type=text],
#content .plugin-form form .form-group input[type=email],
#content .plugin-form form .actions input[type=text],
#content .plugin-form form .actions input[type=email] {
  height: 30px;
}
#content .plugin-form form .form-group input[type=text],
#content .plugin-form form .actions input[type=text] {
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
#content .plugin-form form .form-group textarea,
#content .plugin-form form .actions textarea {
  padding: 15px;
}
#content .plugin-form form .form-group select,
#content .plugin-form form .form-group input[type=submit],
#content .plugin-form form .actions select,
#content .plugin-form form .actions input[type=submit] {
  border: 1px solid #e3e3e3;
  color: #0f0f4a;
  line-height: 43px;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.15s ease-in-out 0s;
}
#content .plugin-form form .form-group select:focus,
#content .plugin-form form .form-group input[type=submit]:focus,
#content .plugin-form form .actions select:focus,
#content .plugin-form form .actions input[type=submit]:focus {
  background: #eee;
}
#content .plugin-form form .form-group button[type=submit],
#content .plugin-form form .form-group input[type=submit],
#content .plugin-form form .actions button[type=submit],
#content .plugin-form form .actions input[type=submit] {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 200px;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -60px;
  border-radius: 0;
  border: none;
}
#content .plugin-form form .form-group button[type=submit]:hover,
#content .plugin-form form .form-group input[type=submit]:hover,
#content .plugin-form form .actions button[type=submit]:hover,
#content .plugin-form form .actions input[type=submit]:hover {
  background: #e68a59;
}
#content .plugin-form form .parsley-errors-list {
  width: 100%;
  margin: -5px 0 5px;
  padding: 0;
  float: left;
}
#content .plugin-form form .parsley-errors-list li {
  margin: 0;
  list-style-type: none;
  display: block;
  background: #f04646;
  color: #fff;
  padding: 5px 0 5px 35px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
#content .plugin-form form .parsley-errors-list li:before {
  content: "\f176";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 20px;
  padding: 5px 0 5px 15px;
  font-size: 14px;
}

@media (max-width: 993px) {
  form .powermail_fieldset {
    width: 100%;
  }
  form label,
  form .powermail_fieldwrap {
    width: 100%;
  }
  form label input[type=text],
  form label input[type=email],
  form label textarea,
  form .powermail_fieldwrap input[type=text],
  form .powermail_fieldwrap input[type=email],
  form .powermail_fieldwrap textarea {
    width: 100%;
  }
  form .powermail_fieldwrap_submit {
    margin-left: 0;
  }
  .powermail_confirmation .powermail_all_label,
  .powermail_confirmation .powermail_all_value {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content form label {
    width: 100%;
  }
  #content form .powermail_field {
    width: 100%;
  }
}
#content .news-latest-container {
  width: 100%;
}
#content .news-latest-container .page-navigation {
  background: transparent;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px 0 40px;
  float: left;
}
#content .news-latest-container .page-navigation .pagination-arrow {
  position: absolute;
  width: 50%;
  top: -25px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
#content .news-latest-container .page-navigation .pagination-arrow.left, #content .news-latest-container .page-navigation .pagination-arrow.right {
  color: #0f0f4a;
  transition: all 0.25s ease-out 0s;
  left: 0;
  margin-left: 0;
  text-shadow: none;
  text-align: right;
  padding: 0 80px 0 0;
  display: inline-block;
  font-size: 0;
}
#content .news-latest-container .page-navigation .pagination-arrow.left:before, #content .news-latest-container .page-navigation .pagination-arrow.right:before {
  content: "\f104";
  font-family: "FontAwesome";
  background: transparent;
  padding: 0 10px;
  font-size: 50px;
  transition: all 0.15s ease-in-out 0s;
}
#content .news-latest-container .page-navigation .pagination-arrow.right {
  left: auto;
  right: 0;
  text-align: left;
  padding: 0 0 0 80px;
}
#content .news-latest-container .page-navigation .pagination-arrow.right:before {
  content: "\f105";
}
#content .news-latest-container .page-navigation .pagination-arrow:hover {
  color: #4b5a87;
}
#content .news-latest-container .page-navigation .content {
  display: inline-block;
  font-size: 20px;
  color: #0f0f4a;
}
#content .news-latest-container .archivelink {
  background: #f8f8f8;
  height: auto;
  padding: 14px 20px 14px 20px;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
#content .news-latest-container .archivelink a {
  background: #0f0f4a;
  color: #fff;
  line-height: 45px;
  height: 45px;
  text-align: center;
  padding: 0 50px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
  font-size: 14px;
}
#content .news-latest-container .archivelink a:hover {
  background: #e68a59;
}
#content .news-latest-container.news-latest-bottommargin {
  margin-bottom: 20px;
}
#content .news-latest-container .news-latest-item {
  color: #0f0f4a;
  margin: 0 0 5px;
  padding: 12px 25px 0 115px;
  width: 100%;
  position: relative;
  background: #fff;
  transition: all 0.25s ease-in-out 0s;
  height: 70px;
  overflow: hidden;
}
#content .news-latest-container .news-latest-item.magazinefocus-news-latest-item {
  border-top: 5px solid #faebb9;
}
#content .news-latest-container .news-latest-item .latest-image {
  display: none;
}
#content .news-latest-container .news-latest-item .news-list-img-wrap {
  margin-right: 14px;
  flex: 0 0 85px;
}
#content .news-latest-container .news-latest-item .news-list-img-wrap > img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  filter: grayscale(100%);
}
#content .news-latest-container .news-latest-item .news-latest-social {
  width: auto;
  margin: 30px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}
#content .news-latest-container .news-latest-item .news-latest-social h3 {
  color: #cccccc;
  font-weight: normal;
}
#content .news-latest-container .news-latest-item .news-latest-social ul {
  margin: 0;
  padding: 0;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li {
  float: left;
  margin: 0 15px 0 0;
  list-style-type: none;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li a {
  padding: 0;
  line-height: 23px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 6px;
  border: 3px solid #4b5a87;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  outline: none;
  font-size: 0;
  cursor: pointer;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li a:before {
  content: "\f09a";
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4b5a87;
  text-align: center;
  width: 19px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li.twitter a:before {
  content: "\f099";
  line-height: 20px;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li:hover a {
  background-color: #4b5a87;
  color: #fff;
  border-color: #4b5a87;
}
#content .news-latest-container .news-latest-item .news-latest-social ul li:hover a:before {
  color: #fff;
}
#content .news-latest-container .news-latest-item .news-latest-date {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 115px;
  align-items: center;
  /* justify-content: center; */
  overflow: Hidden;
  font-size: 18px;
  line-height: 24px;
  word-break: break-all;
  padding: 0 15px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .news-latest-container .news-latest-item a, #content .news-latest-container .news-latest-item p {
  color: #0f0f4a;
}
#content .news-latest-container .news-latest-item h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: auto;
  line-height: 24px;
  color: #0f0f4a;
  border: none;
  text-transform: inherit;
  padding: 0;
}
#content .news-latest-container .news-latest-item p {
  display: inline-block;
  margin: 0;
  line-height: 18px;
  max-width: 100%;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#content .news-latest-container .news-latest-item a,
#content .news-latest-container .news-latest-item .latest-more {
  color: #4b5a87;
  line-height: 18px;
  padding: 0 5px;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: underline;
  display: inline-block;
}
#content .news-latest-container .news-latest-item a:hover,
#content .news-latest-container .news-latest-item .latest-more:hover {
  color: #0f0f4a;
}
#content .news-latest-container .news-latest-item > a,
#content .news-latest-container .news-latest-item .news-list-content-wrap > a {
  text-indent: -10000px;
  overflow: hidden;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content .news-latest-container .news-latest-item:hover {
  background: #e6ebf0;
}
#content .news-latest-container .news-latest-item:hover .news-latest-social {
  opacity: 1;
  top: 0;
}
#content .news-latest-container .magazinefocus-news-headline {
  color: #faebb9;
  background: rgba(75, 90, 135, 0.5);
  margin: 0;
  padding: 70px 20px 30px;
}

#content .news-latest-home .news-latest-item {
  padding: 15px 20px;
  height: unset;
  display: flex;
}
#content .news-latest-home .news-latest-item .news-list-content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
#content .news-latest-home .news-latest-item .news-latest-date {
  position: unset;
  padding: unset;
  width: unset;
  font-size: 12px;
  margin-bottom: 15px;
  color: #4A5A86;
}

/* Colors in latest */
#content .news-latest-container .news-latest-item.bright-orange,
#content .news-latest-container .news-latest-item.dark-orange,
#content .news-latest-container .news-latest-item.blue,
#content .news-latest-container .news-latest-item.dark-blue {
  background: #edaf67;
  color: #fff;
  padding: 15px 20px;
  min-height: auto;
}
#content .news-latest-container .news-latest-item.bright-orange .news-latest-date,
#content .news-latest-container .news-latest-item.bright-orange .latest-more,
#content .news-latest-container .news-latest-item.dark-orange .news-latest-date,
#content .news-latest-container .news-latest-item.dark-orange .latest-more,
#content .news-latest-container .news-latest-item.blue .news-latest-date,
#content .news-latest-container .news-latest-item.blue .latest-more,
#content .news-latest-container .news-latest-item.dark-blue .news-latest-date,
#content .news-latest-container .news-latest-item.dark-blue .latest-more {
  display: none;
}
#content .news-latest-container .news-latest-item.bright-orange a.media,
#content .news-latest-container .news-latest-item.dark-orange a.media,
#content .news-latest-container .news-latest-item.blue a.media,
#content .news-latest-container .news-latest-item.dark-blue a.media {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  text-indent: -10000px;
  overflow: hidden;
  margin: 0;
}
#content .news-latest-container .news-latest-item.bright-orange h2, #content .news-latest-container .news-latest-item.bright-orange p,
#content .news-latest-container .news-latest-item.dark-orange h2,
#content .news-latest-container .news-latest-item.dark-orange p,
#content .news-latest-container .news-latest-item.blue h2,
#content .news-latest-container .news-latest-item.blue p,
#content .news-latest-container .news-latest-item.dark-blue h2,
#content .news-latest-container .news-latest-item.dark-blue p {
  display: block;
  float: none;
}
#content .news-latest-container .news-latest-item.bright-orange a, #content .news-latest-container .news-latest-item.bright-orange p, #content .news-latest-container .news-latest-item.bright-orange h2,
#content .news-latest-container .news-latest-item.dark-orange a,
#content .news-latest-container .news-latest-item.dark-orange p,
#content .news-latest-container .news-latest-item.dark-orange h2,
#content .news-latest-container .news-latest-item.blue a,
#content .news-latest-container .news-latest-item.blue p,
#content .news-latest-container .news-latest-item.blue h2,
#content .news-latest-container .news-latest-item.dark-blue a,
#content .news-latest-container .news-latest-item.dark-blue p,
#content .news-latest-container .news-latest-item.dark-blue h2 {
  color: #fff;
}
#content .news-latest-container .news-latest-item.dark-orange {
  background: #e68a59;
}
#content .news-latest-container .news-latest-item.dark-orange h2 {
  font-size: 17px;
  white-space: break-spaces;
}
#content .news-latest-container .news-latest-item.blue {
  background: #4b5a87;
}
#content .news-latest-container .news-latest-item.blue h2 {
  font-size: 17px;
  white-space: break-spaces;
}
#content .news-latest-container .news-latest-item.dark-blue {
  background: #0f0f4a;
}
#content .news-latest-container .news-latest-item.dark-blue h2 {
  font-size: 17px;
  white-space: break-spaces;
}

#content .news-single-item {
  background: #fff;
  padding: 50px 20px;
  margin: 10px 0;
}
#content .news-single-item.magazine-focus-news-item {
  margin-top: 0;
}
#content .news-single-item:after {
  content: "";
  clear: both;
  display: block;
}
#content .news-single-item .unauthenticated-layer {
  margin: 0 0 20px;
  background: #f0f0f0;
  padding: 15px;
}
#content .news-single-item .unauthenticated-layer h2 {
  margin-top: 0;
  color: #0f0f4a;
}
#content .news-single-item .news-single-backlink {
  margin: 0 0 70px;
}
#content .news-single-item .news-single-backlink a {
  color: #878787;
  line-height: 30px;
  text-decoration: none;
}
#content .news-single-item .news-single-backlink a:before {
  content: "<";
  margin: 0 5px 0 0;
  text-decoration: none;
}
#content .news-single-item .news-single-header {
  width: 100%;
  margin: 0 0 50px;
}
#content .news-single-item .news-single-header .news-single-date,
#content .news-single-item .news-single-header .news-single-topnav-link {
  font-size: 12px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  color: #4A5A86;
}
#content .news-single-item .news-single-header h1 {
  font-size: 30px;
  color: #0f0f4a;
  margin: 25px 0 0 0;
  padding: 0;
  line-height: 34px;
}
#content .news-single-item .news-single-topnav {
  display: flex;
  justify-content: space-between;
}
#content .news-single-item .news-single-topnav-prev {
  margin-right: 10px;
}
#content .news-single-item .news-single-topnav-next {
  text-align: right;
  margin-left: 10px;
}
#content .news-single-item .news-img-wrap {
  margin: 0;
  width: auto;
  float: none;
}
#content .news-single-item .news-img-wrap figure {
  margin-bottom: 50px;
}
#content .news-single-item .news-img-wrap figcaption {
  color: #878787;
  letter-spacing: 0.2px;
  margin-top: 20px;
}
#content .news-single-item .news-single-social {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
#content .news-single-item .news-single-social h3 {
  color: #cccccc;
  font-weight: normal;
  padding: 0;
  margin: 0 0 7px;
  letter-spacing: -1px;
  font-size: 14px;
}
#content .news-single-item .news-single-social ul {
  margin: 0;
  padding: 0;
}
#content .news-single-item .news-single-social ul li {
  float: left;
  margin: 0 15px 0 0;
  list-style-type: none;
}
#content .news-single-item .news-single-social ul li a {
  padding: 0;
  line-height: 23px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 6px;
  border: 3px solid #cccccc;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  outline: none;
  font-size: 0;
  cursor: pointer;
}
#content .news-single-item .news-single-social ul li a:before {
  content: "\f09a";
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #cccccc;
  text-align: center;
  width: 19px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
#content .news-single-item .news-single-social ul li.twitter a:before {
  content: "\f099";
  line-height: 20px;
}
#content .news-single-item .news-single-social ul li:hover a {
  background-color: #4b5a87;
  color: #fff;
  border-color: #4b5a87;
}
#content .news-single-item .news-single-social ul li:hover a:before {
  color: #fff;
}
#content .news-single-item .news-single-related-news {
  margin: 60px 0 0;
  float: left;
  width: 100%;
}
#content .news-single-item .news-single-related-news h3 {
  font-weight: normal;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item {
  height: 70px;
  background: #e4e4e4;
  margin: 0 0 3px;
  transition: all 0.25s ease-in-out 0s;
  position: relative;
  padding: 10px 0 0 25%;
  color: #0f0f4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item .related-more {
  color: #0f0f4a;
  line-height: 18px;
  padding: 0 5px;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: underline;
  display: inline-block;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item .related-more:hover {
  color: #0f0f4a;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #0f0f4a;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-indent: -10000px;
  overflow: hidden;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item .news-single-related-date {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 33.33%;
  padding: 0 0 0 20px;
  align-items: flex-end;
  display: flex;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item h2 {
  margin: 0 0 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px 0 0;
  color: #0f0f4a;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item:hover {
  background: #e6ebf0;
}

.news-single-keywords {
  background: #fff;
  padding: 20px 20px;
  float: left;
  width: 100%;
  margin: 30px 0 0;
  color: #cccccc;
}
.news-single-keywords:empty {
  display: none;
}
.news-single-keywords:before {
  content: "Schlagworte:";
  color: #cccccc;
  display: block;
}
.news-single-keywords a {
  color: #cccccc;
  margin: 0 10px 0 0;
  display: inline-block;
}
.news-single-keywords.magazine-focus-news-keywords {
  color: #faebb9;
  background: rgba(75, 90, 135, 0.5);
}

html[lang=en] .news-single-keywords:before, html[lang=en] .news-single-keywords::before {
  content: "Tags:";
}

.news-single-backlink a {
  text-decoration: none;
  color: #8D8E8E;
}

.news-single-related-news {
  margin-top: 50px;
}
.news-single-related-news .news-single-related-news-item {
  background: #fff;
  padding: 15px 20px;
  margin: 0 0 5px;
  position: relative;
}
.news-single-related-news .news-single-related-news-item h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.news-single-related-news .news-single-related-news-item > .news-single-related-news-more-link,
.news-single-related-news .news-single-related-news-item > .news-single-bottomnav-link {
  text-indent: -10000px;
  overflow: hidden;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.news-single-related-news .news-single-related-news-item > .news-single-bottomnav-link {
  text-indent: 0;
  padding: 20px;
}
.news-single-related-news .news-single-related-news-item .news-single-related-date,
.news-single-related-news .news-single-related-news-item .news-single-bottomnav-link {
  display: flex;
  font-size: 12px;
  line-height: 24px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  color: #4A5A86;
  margin-bottom: 25px;
}
.news-single-related-news .news-single-related-news-item .news-single-related-date {
  margin-bottom: 0;
}
.news-single-related-news.magazine-focus-related-news .news-single-related-news-item {
  border-top: 5px solid #faebb9;
  background: #4b5a87;
  color: #fff;
}
.news-single-related-news.magazine-focus-related-news .news-single-related-news-item a {
  color: #fff;
}
.news-single-related-news.magazine-focus-related-news .news-single-related-news-item h2 {
  color: #fff;
}
.news-single-related-news.magazine-focus-related-news .news-single-related-news-item .news-single-related-date {
  color: #fff;
}
.news-single-related-news.magazine-focus-related-news .news-single-related-news-item > .news-single-bottomnav-link h2 {
  color: #fff;
}

.magazine-focus-related-news .magazinefocus-news-headline {
  color: #fff;
  background-color: #4b5a87;
  margin: 0;
  padding: 70px 20px 30px;
}

.news-single-bottomnav {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.news-single-bottomnav .news-single-bottomnav-item {
  width: calc(50% - 5px);
  padding-top: 50px;
}

.news-archive #content .news-latest-container .archivelink {
  display: none;
}
.news-archive #content .news-latest-container .news-latest-pagination {
  display: block;
}

@media (max-width: 767px) {
  #content .news-latest-container > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .news-latest-container .archivelink a {
    float: right;
  }
  #content .news-latest-container .news-latest-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .news-latest-container .news-latest-item .news-latest-social {
    display: none;
  }
  #content .news-latest-container .news-latest-item .latest-more {
    display: none;
  }
  #content .news-latest-container .news-latest-item .news-latest-date {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
  }
  #content .news-latest-container .news-latest-item .news-latest-date br {
    display: none;
  }
  #content .news-latest-container .news-latest-item h2 {
    font-size: 18px;
    line-height: 20px;
  }
  #content .news-latest-container .news-latest-item.Stellengesuch,
  #content .news-latest-container .news-latest-item.Stellengesuch\,,
  #content .news-latest-container .news-latest-item.Stellenangebot,
  #content .news-latest-container .news-latest-item.Stellengesuch\, {
    padding-left: 70px;
    padding-top: 25px;
  }
  .news-single-backlink {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .news-single-item .news-single-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #content .news-single-item .news-single-header .news-single-date {
    margin: 5px 0 0 0;
  }
  #content .news-single-item .news-single-related-news .news-single-related-news-item {
    padding: 10px 0 0 10px;
    height: 90px;
  }
  #content .news-single-item .news-single-related-news .news-single-related-news-item h2 {
    margin: 0;
  }
  #content .news-single-item .news-single-related-news .news-single-related-news-item .news-single-related-date {
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    position: relative;
    padding: 0;
    display: block;
  }
  .news-single-related-news > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-single-bottomnav {
    display: block;
  }
  .news-single-bottomnav .news-single-bottomnav-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#content .news-single-backlink {
  background-color: #fff;
  padding: 20px;
}
#content .news-single-backlink + .news-single-item {
  margin-top: 0;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item {
  padding: 25px;
  height: unset;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item .news-single-related-date {
  position: unset;
  padding: unset;
  width: unset;
  font-size: 1em;
  margin-bottom: 25px;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item h2 {
  font-weight: bold;
}
#content .news-single-item .news-single-related-news .news-single-related-news-item p {
  font-weight: bold;
}

#content .news-single-item-preview a, #content .news-single-item-preview a:focus, #content .news-single-item-preview a:hover {
  text-decoration: none;
}
#content .news-single-item-preview .news-single-item-preview-inner {
  min-height: 300px;
}
#content .news-single-item-preview .news-single-item-preview-inner h2 {
  font-size: 24px;
  text-decoration: underline;
}
#content .news-single-item-preview .news-single-item-preview-inner p {
  font-size: 16px;
}
#content .news-single-item-preview .news-single-item-preview-inner .news-single-item-preview-img {
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  #content .news-latest-home .news-latest-item.visible-lg {
    display: flex !important;
  }
}
#content .ce-menu.ce-menu-2 li,
#content .ce-menu.ce-menu-8 li {
  float: none;
  width: 100%;
  padding: 0;
}
#content .ce-menu.ce-menu-2 li a,
#content .ce-menu.ce-menu-8 li a {
  line-height: 24px;
}
#content .ce-menu.ce-menu-2 li ul,
#content .ce-menu.ce-menu-8 li ul {
  padding-left: 15px;
}
#content .ce-menu.ce-menu-2 li:before,
#content .ce-menu.ce-menu-8 li:before {
  display: none;
}

.newsletter-subscription {
  text-align: center;
  position: relative;
  margin: 0 0 15px;
}
.newsletter-subscription .loader {
  background: url("../Images/loader.svg") no-repeat center/contain;
  height: 32px;
}
.newsletter-subscription input[type=text],
.newsletter-subscription input[type=email],
.newsletter-subscription input[type=submit] {
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  line-height: 30px;
  border: none;
  transition: all 0.25s ease-out 0s;
}
.newsletter-subscription input[type=text],
.newsletter-subscription input[type=email] {
  background: #fff;
  color: #e68a59;
  width: 380px;
  max-width: 100%;
  margin-right: 5px;
  text-align: left;
}
.newsletter-subscription input[type=text]::-webkit-input-placeholder,
.newsletter-subscription input[type=email]::-webkit-input-placeholder {
  color: #edaf67;
  opacity: 1;
}
.newsletter-subscription input[type=text]::-moz-placeholder,
.newsletter-subscription input[type=email]::-moz-placeholder {
  color: #edaf67;
  opacity: 1;
}
.newsletter-subscription input[type=text]:-ms-input-placeholder,
.newsletter-subscription input[type=email]:-ms-input-placeholder {
  color: #edaf67;
  opacity: 1;
}
.newsletter-subscription input[type=text]:-moz-placeholder,
.newsletter-subscription input[type=email]:-moz-placeholder {
  color: #edaf67;
  opacity: 1;
}
.newsletter-subscription input[type=text]:focus,
.newsletter-subscription input[type=email]:focus {
  outline: 1px solid #e68a59;
}
.newsletter-subscription input[type=submit] {
  background: #e68a59;
  color: #fff;
  width: 190px;
  text-align: left;
  font-size: 14px;
}
.newsletter-subscription input[type=submit]:hover {
  background: #0f0f4a;
}
.newsletter-subscription .message {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: 20;
}
.newsletter-subscription .message:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
}
.newsletter-subscription .message > div {
  position: relative;
  padding: 20px;
  background: #fff;
  z-index: 5;
}
.newsletter-subscription .message h2 {
  padding: 0;
  margin: 0 0 20px;
}
.newsletter-subscription .message .content {
  background: #edaf67;
  padding: 20px 0 40px;
  color: #fff;
}
.newsletter-subscription .message .content * {
  color: #fff;
}
.newsletter-subscription .message button {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  border: none;
  min-width: 150px;
  width: 210px;
}
.newsletter-subscription .message button:hover {
  background: #4b5a87;
}

#content .banner.white .newsletter-subscription {
  text-align: left;
  position: relative;
  margin: 10px 0 0;
  background: #0f0f4a;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
#content .banner.white .newsletter-subscription > h3 {
  display: block;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
  line-height: 26px;
}
#content .banner.white .newsletter-subscription .loader {
  background: url("../Images/loader.svg") no-repeat center/contain;
  height: 32px;
}
#content .banner.white .newsletter-subscription input[type=text],
#content .banner.white .newsletter-subscription input[type=email],
#content .banner.white .newsletter-subscription input[type=submit] {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  border: none;
  font-size: 14px;
  width: 100%;
  transition: all 0.25s ease-out 0s;
}
#content .banner.white .newsletter-subscription input[type=text],
#content .banner.white .newsletter-subscription input[type=email] {
  background: #fff;
  color: #e68a59;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0 0 3px;
}
#content .banner.white .newsletter-subscription input[type=text]::-webkit-input-placeholder,
#content .banner.white .newsletter-subscription input[type=email]::-webkit-input-placeholder {
  color: #edaf67;
  opacity: 1;
}
#content .banner.white .newsletter-subscription input[type=text]::-moz-placeholder,
#content .banner.white .newsletter-subscription input[type=email]::-moz-placeholder {
  color: #edaf67;
  opacity: 1;
}
#content .banner.white .newsletter-subscription input[type=text]:-ms-input-placeholder,
#content .banner.white .newsletter-subscription input[type=email]:-ms-input-placeholder {
  color: #edaf67;
  opacity: 1;
}
#content .banner.white .newsletter-subscription input[type=text]:-moz-placeholder,
#content .banner.white .newsletter-subscription input[type=email]:-moz-placeholder {
  color: #edaf67;
  opacity: 1;
}
#content .banner.white .newsletter-subscription input[type=text]:focus,
#content .banner.white .newsletter-subscription input[type=email]:focus {
  outline: 1px solid #e68a59;
}
#content .banner.white .newsletter-subscription input[type=submit] {
  background: #4b5a87;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin: 0 0 15px;
}
#content .banner.white .newsletter-subscription input[type=submit]:hover {
  background: #e68a59;
}
#content .banner.white .newsletter-subscription .text {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px;
}
#content .banner.white .newsletter-subscription .text strong {
  font-size: 14px;
}
#content .banner.white .newsletter-subscription .message {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  z-index: 20;
}
#content .banner.white .newsletter-subscription .message:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
}
#content .banner.white .newsletter-subscription .message > div {
  position: relative;
  padding: 10px;
  background: #fff;
  z-index: 5;
}
#content .banner.white .newsletter-subscription .message h2 {
  padding: 0;
  margin: 0 0 20px;
}
#content .banner.white .newsletter-subscription .message .content {
  background: #edaf67;
  padding: 20px 10px 40px;
  color: #fff;
}
#content .banner.white .newsletter-subscription .message .content * {
  color: #fff;
}
#content .banner.white .newsletter-subscription .message button {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  border: none;
  min-width: 150px;
  width: 210px;
}
#content .banner.white .newsletter-subscription .message button:hover {
  background: #4b5a87;
}

@media (max-width: 1201px) {
  #content .banner.white .newsletter-subscription {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter-subscription input[type=text],
  .newsletter-subscription input[type=email],
  .newsletter-subscription input[type=submit],
  #mc-embedded-subscribe-form input[type=text],
  #mc-embedded-subscribe-form input[type=email],
  #mc-embedded-subscribe-form input[type=submit] {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
  .newsletter-subscription input[type=text],
  .newsletter-subscription input[type=email],
  #mc-embedded-subscribe-form input[type=text],
  #mc-embedded-subscribe-form input[type=email] {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .newsletter-subscription input[type=submit],
  #mc-embedded-subscribe-form input[type=submit] {
    width: 100%;
    text-align: center;
  }
  #content .banner.white {
    min-height: inherit;
  }
  #content .banner.white .newsletter-subscription {
    margin: 0 -10px;
    padding: 10px 20px;
    display: block;
    width: auto;
  }
}
#content .tx-inside-abo .text {
  position: relative;
  height: 100%;
}
#content .tx-inside-abo .text .linelist {
  position: absolute;
  max-width: 100%;
  bottom: 30px;
}

#content #abo-order-wrapper {
  float: left;
  width: 100%;
}
#content #abo-order-wrapper #abo-steps {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
#content #abo-order-wrapper #abo-steps ul {
  margin: 0;
  width: 66.333%;
  padding: 0;
  background: #e6ebf0;
}
#content #abo-order-wrapper #abo-steps ul:after {
  content: "";
  clear: both;
  display: block;
}
#content #abo-order-wrapper #abo-steps ul li {
  list-style-type: none;
  position: relative;
  float: left;
  height: 30px;
  transition: all 0.25s ease-in-out 0s;
  color: #787878;
  width: auto;
  text-align: left;
  line-height: 30px;
  white-space: nowrap;
  margin: 0 20px 0 10px;
  font-size: 14px;
}
#content #abo-order-wrapper #abo-steps ul li a {
  color: #0f0f4a;
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
#content #abo-order-wrapper #abo-steps ul li.done span {
  color: #0f0f4a;
  font-weight: bold;
}
#content #abo-order-wrapper #abo-steps ul li.active {
  color: #0f0f4a;
  font-weight: bold;
}
#content #abo-order-wrapper #abo-steps ul li.active span {
  position: relative;
}
#content #abo-order-wrapper #abo-steps ul li.active span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #0f0f4a;
  right: 0;
}
#content #abo-order-wrapper #abo-steps ul li.active a {
  font-weight: bold;
}
#content #abo-order-wrapper #abo-information-box {
  width: 100%;
  padding: 0 33.667% 0 0;
  float: left;
  margin: 0 0 50px;
}
#content #abo-order-wrapper #abo-information-box h1 {
  position: Relative;
  color: #0f0f4a;
}
#content #abo-order-wrapper #abo-information-box ul {
  margin: 0 0 15px;
  padding: 0;
}
#content #abo-order-wrapper #abo-information-box ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #0f0f4a;
}
#content #abo-order-wrapper #abo-information-box.abo-online h1, #content #abo-order-wrapper #abo-information-box.abo-magazine h1, #content #abo-order-wrapper #abo-information-box.abo-both h1 {
  padding-left: 95px;
}
#content #abo-order-wrapper #abo-information-box.abo-online h1:before, #content #abo-order-wrapper #abo-information-box.abo-magazine h1:before, #content #abo-order-wrapper #abo-information-box.abo-both h1:before {
  content: "";
  background: transparent url("../Images/icon-online.svg") left top no-repeat;
  display: inline-block;
  width: 95px;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
}
#content #abo-order-wrapper #abo-information-box.abo-magazine h1:before {
  background: transparent url("../Images/icon-magazine.svg") left top no-repeat;
}
#content #abo-order-wrapper #abo-information-box.abo-both h1:before {
  background: transparent url("../Images/icon-aboboth.svg") left top no-repeat;
  height: 60px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type {
  padding: 0 15px 40px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div {
  background: #e68a59;
  position: Relative;
  padding: 15px 20px 30px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div ul {
  min-height: 100px;
  margin: 0 0 15px;
  padding: 0;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div ul li {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0;
  position: Relative;
  color: #0f0f4a;
  font-size: 14px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div ul li:before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -20px;
  height: auto;
  width: auto;
  z-index: 20;
  text-indent: -10000px;
  overflow: hidden;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div button {
  position: absolute;
  left: 20px;
  right: 20px;
  width: auto;
  bottom: -15px;
  border: none;
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 200px;
  font-weight: normal;
  font-size: 14px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div h3 {
  margin: 0;
  padding: 0 0 10px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div p {
  border-top: 1px solid #bfb49d;
  padding-top: 10px;
  margin: 0 0 20px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div p + ul {
  margin-top: -20px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div span {
  font-size: 26px;
  line-height: 30px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div:hover button {
  background-color: #4b5a87;
}
#content #abo-order-wrapper #abo-choice .abo-item-type > div h5 {
  font-size: 13px;
  letter-spacing: 2.4px;
}
#content #abo-order-wrapper #abo-choice .abo-item-type.type1 > div * {
  color: #fff;
}
#content #abo-order-wrapper #abo-choice .abo-item-type.type1 > div p {
  border-color: #f3ae8c;
}
#content #abo-order-wrapper #abo-choice .abo-item-type.type2 > div {
  background-color: #faebb9;
}
#content #abo-order-wrapper #abo-choice .abo-item-type.type3 > div {
  background-color: #e6ebf0;
}
#content #abo-order-wrapper .abo-form {
  float: left;
  width: 100%;
  padding: 0 33.667% 40px 0;
}
#content #abo-order-wrapper .abo-form .form-box {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 40px;
}
#content #abo-order-wrapper .abo-form .form-box h3 {
  color: #4b5a87;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 18px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line {
  float: left;
  width: 75%;
  margin: 0 0 5px 0;
  padding: 0;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.checkbox {
  padding-left: 25px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.checkbox input[type=checkbox] {
  left: 8px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.radio > div {
  padding-left: 25px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.radio > div input[type=radio] {
  left: 8px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.submit {
  margin-top: 20px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line > div {
  padding-right: 0;
}
#content #abo-order-wrapper .abo-form .form-box .form-line label.error {
  display: none;
  background: #f04646;
  color: #fff;
  padding: 5px 0 5px 35px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
#content #abo-order-wrapper .abo-form .form-box .form-line label.error:before {
  content: "\f176";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 20px;
  padding: 5px 0 5px 15px;
  font-size: 14px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line label {
  line-height: 16px;
  padding: 5px 0;
  font-weight: normal;
  width: auto;
  color: #0f0f4a;
}
#content #abo-order-wrapper .abo-form .form-box .form-line input[type=text],
#content #abo-order-wrapper .abo-form .form-box .form-line input[type=password],
#content #abo-order-wrapper .abo-form .form-box .form-line input[type=email] {
  width: 100%;
  border-radius: 0;
  border: none;
  height: 30px;
  padding: 0 15px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line select {
  height: 30px;
  background: #b7bdcf;
  bordeR: none;
  border-radius: 0;
  color: #0f0f4a;
  width: 100%;
  padding: 0 15px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line select option {
  padding: 5px 15px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line input[type=checkbox],
#content #abo-order-wrapper .abo-form .form-box .form-line input[type=radio] {
  float: left;
  margin: 5px 0 0 -10px;
}
#content #abo-order-wrapper .abo-form .form-box .form-line a.button,
#content #abo-order-wrapper .abo-form .form-box .form-line button[type=submit] {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  min-width: 150px;
  border: none;
}
#content #abo-order-wrapper .abo-form .form-box .form-line a.button:hover,
#content #abo-order-wrapper .abo-form .form-box .form-line button[type=submit]:hover {
  background: #4b5a87;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.error .error-msg {
  display: block;
}
#content #abo-order-wrapper .abo-form .form-box .form-line.error input[type=text],
#content #abo-order-wrapper .abo-form .form-box .form-line.error input[type=password],
#content #abo-order-wrapper .abo-form .form-box .form-line.error input[type=email] {
  border: 1px solid #f04646;
  padding: 0 14px;
  color: #f04646;
}
#content #abo-order-wrapper .abo-form .form-box .content {
  padding: 20px;
  background: #e6ebf0;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#content #abo-order-wrapper .abo-form .form-box .content hr {
  border-color: #fff;
  border-width: 1px;
  margin-top: 15px;
}
#content #abo-order-wrapper .abo-form .form-box .content a.button,
#content #abo-order-wrapper .abo-form .form-box .content button[type=submit] {
  position: absolute;
  left: 20px;
  bottom: -20px;
}
#content #abo-order-wrapper .abo-form .form-box .overview * {
  color: #0f0f4a;
}
#content #abo-order-wrapper .abo-form .form-box .overview ul {
  margin: 0 0 10px;
  padding: 0;
}
#content #abo-order-wrapper .abo-form .form-box .overview ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #0f0f4a;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line {
  border-bottom: 1px solid #bfc7d6;
  padding: 8px 0 0 0;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line.thick-border {
  border-bottom: 5px solid #4b5a87;
  padding-bottom: 5px;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line.dbl-border {
  border-bottom: 5px double #bfc7d6;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line.end-price {
  border: none;
  line-height: 36px;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line.end-price span {
  font-size: 30px;
  font-weight: normal;
}
#content #abo-order-wrapper .abo-form .form-box .overview .overview-line span {
  float: right;
}

@media (max-width: 1201px) {
  #content #abo-order-wrapper #abo-steps ul {
    width: 100%;
    padding-right: 0;
  }
  #content #abo-order-wrapper #abo-information-box,
  #content #abo-order-wrapper .abo-form {
    width: 100%;
    padding-right: 0;
  }
  #content #abo-order-wrapper #abo-information-box .form-box .form-line,
  #content #abo-order-wrapper .abo-form .form-box .form-line {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content #abo-order-wrapper #abo-steps ul {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  #content #abo-order-wrapper #abo-steps ul li {
    width: 100%;
    margin: 0 20px;
  }
}
#login-form-wrapper {
  display: none;
  z-index: 20;
  position: absolute;
  margin: 0 0 -500px;
  top: 25%;
  width: 100%;
  text-align: center;
}
#login-form-wrapper .loader {
  background: url("../Images/loader.svg") center/contain;
  width: 32px;
  height: 32px;
  display: none;
}
#login-form-wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f2f2f2;
  opacity: 0.95;
}
#login-form-wrapper > div {
  position: relative;
  z-index: 5;
  max-width: 670px;
  margin: 0 auto;
}
#login-form-wrapper > div h2 {
  padding: 0;
  text-align: center;
  color: #4b5a87;
}
#login-form-wrapper > div h2.error {
  color: #ff0000;
}
#login-form-wrapper > div p {
  color: #4b5a87;
}
#login-form-wrapper > div p.error {
  color: #ff0000;
}
#login-form-wrapper > div .white-box {
  background: #fff;
  padding: 20px 20px 20px;
  margin: 50px 0 0;
  float: left;
  width: 100%;
}
#login-form-wrapper > div .white-box h2 {
  padding: 0 0 15px;
  margin: 0;
  color: #4b5a87;
}
#login-form-wrapper > div .white-box h2.error {
  color: #ff0000;
}
#login-form-wrapper > div .white-box .forgot-pw-text {
  margin: 0 0 20px;
  color: #0f0f4a;
}
#login-form-wrapper > div .white-box form,
#login-form-wrapper > div .white-box > div > .ce-textpic {
  background: #edaf67;
  padding: 10px 20px 40px;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  position: Relative;
  text-align: left;
}
#login-form-wrapper > div .white-box form *,
#login-form-wrapper > div .white-box > div > .ce-textpic * {
  color: #fff;
}
#login-form-wrapper > div .white-box form a,
#login-form-wrapper > div .white-box > div > .ce-textpic a {
  color: #fff;
  text-decoration: none;
}
#login-form-wrapper > div .white-box form h3,
#login-form-wrapper > div .white-box > div > .ce-textpic h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0 20px;
  padding: 0;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 2.4px;
}
#login-form-wrapper > div .white-box form p,
#login-form-wrapper > div .white-box > div > .ce-textpic p {
  line-height: 20px;
}
#login-form-wrapper > div .white-box form label,
#login-form-wrapper > div .white-box > div > .ce-textpic label {
  width: 100%;
  display: block;
}
#login-form-wrapper > div .white-box form .form-group,
#login-form-wrapper > div .white-box > div > .ce-textpic .form-group {
  margin: 0 0 5px;
}
#login-form-wrapper > div .white-box form input,
#login-form-wrapper > div .white-box > div > .ce-textpic input {
  outline: none;
  border: none;
  background: #fff;
  padding: 15px;
  width: 100%;
  color: #0f0f4a;
  border-radius: 0;
}
#login-form-wrapper > div .white-box form input[type=text],
#login-form-wrapper > div .white-box form input[type=password],
#login-form-wrapper > div .white-box > div > .ce-textpic input[type=text],
#login-form-wrapper > div .white-box > div > .ce-textpic input[type=password] {
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
}
@media (min-width: 600px) {
  #login-form-wrapper > div .white-box form input[type=text],
  #login-form-wrapper > div .white-box form input[type=password],
  #login-form-wrapper > div .white-box > div > .ce-textpic input[type=text],
  #login-form-wrapper > div .white-box > div > .ce-textpic input[type=password] {
    width: 70%;
  }
}
#login-form-wrapper > div .white-box form input.error,
#login-form-wrapper > div .white-box > div > .ce-textpic input.error {
  border: 1px solid #f04646;
  color: #f04646;
}
#login-form-wrapper > div .white-box form input[type=submit],
#login-form-wrapper > div .white-box form a.button,
#login-form-wrapper > div .white-box > div > .ce-textpic input[type=submit],
#login-form-wrapper > div .white-box > div > .ce-textpic a.button {
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  position: absolute;
  left: 20px;
  bottom: -20px;
  min-width: 150px;
  font-size: 14px;
}
#login-form-wrapper > div .white-box form input[type=submit]:hover,
#login-form-wrapper > div .white-box form a.button:hover,
#login-form-wrapper > div .white-box > div > .ce-textpic input[type=submit]:hover,
#login-form-wrapper > div .white-box > div > .ce-textpic a.button:hover {
  background: #4b5a87;
}
#login-form-wrapper > div .white-box form #register-button,
#login-form-wrapper > div .white-box > div > .ce-textpic #register-button {
  left: 40px;
  bottom: 20px;
  z-index: 20;
}
#login-form-wrapper > div .white-box > div > .ce-textpic {
  background: #e68a59;
}

@media (max-width: 1201px) {
  #login-form-wrapper {
    width: auto;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    top: 120px;
  }
}
#content .tx-kesearch-pi1 .form-inline {
  display: flex;
}
#content .tx-kesearch-pi1 .btn {
  line-height: 45px;
  height: 45px;
  text-align: center;
  padding: 0 50px;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
#content .tx-kesearch-pi1 .btn.btn-primary {
  background: #0f0f4a;
  color: #fff;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .tx-kesearch-pi1 .btn.btn-primary:hover {
  background: #e68a59;
}
#content .tx-kesearch-pi1 input {
  flex-grow: 1;
  border: 0;
  border-radius: 0;
  height: 45px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .tx-kesearch-pi1 input:focus {
  outline: 1px solid #0f0f4a;
  box-shadow: none;
}
#content .tx-kesearch-pi1 .autoComplete_wrapper {
  flex-grow: 1;
}
#content .tx-kesearch-pi1 .autoComplete_wrapper > input {
  width: 100%;
}
#content .tx-kesearch-pi1 #kesearch_num_results {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  margin: 3rem 0 1rem 0;
  color: #f04646;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom,
#content .tx-kesearch-pi1 #kesearch_results .result-list-item {
  color: #0f0f4a;
  margin: 0 0 3px;
  padding: 15px 20px;
  width: 100%;
  float: left;
  background: #fff;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item {
  position: relative;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item .result-list-item-date {
  font-size: 12px;
  line-height: 24px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  color: #4A5A86;
  margin-bottom: 15px;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  color: #0f0f4a;
  padding: 0;
  margin: 0 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a {
  color: #0f0f4a;
  text-decoration: none;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
  color: #0f0f4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  line-height: 18px;
}
#content .tx-kesearch-pi1 #kesearch_results .result-list-item:hover, #content .tx-kesearch-pi1 #kesearch_results .result-list-item:focus {
  background-color: #e6ebf0;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation {
  background: transparent;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #0f0f4a;
  transition: all 0.25s ease-out 0s;
  text-shadow: none;
  font-size: 0;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow::before {
  content: "\f104";
  font-family: "FontAwesome";
  background: transparent;
  margin: 0 20px;
  font-size: 35px;
  transition: all 0.15s ease-in-out 0s;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow.right::before {
  content: "\f105";
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow:hover {
  color: #4b5a87;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow.disabled {
  cursor: default;
  color: #cccccc;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .pagination-arrow.disabled:hover {
  color: #cccccc;
}
#content .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .page-navigation .content {
  margin: 3px 15px 0;
  font-weight: bold;
  font-size: 16px;
  color: #0f0f4a;
}
#content .tx-kesearch-pi1 #kesearch_results::after {
  content: "";
  display: block;
  clear: left;
}

#kesearch_filters {
  padding: 10px;
  background-color: #f8f8f8;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
#kesearch_filters .info {
  padding: 0 30px 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#kesearch_filters .info a {
  text-decoration: none;
}
#kesearch_filters label {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  color: #4b5a87;
  font-size: 12px;
  font-weight: normal;
  padding: 0 15px;
  margin-top: 20px;
}
#kesearch_filters .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #cccccc;
  font-size: 14px;
  color: #4b5a87;
  padding: 10px 35px 10px 15px;
  height: auto;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="32" width="20" viewBox="0 0 320 512"%3e%3cpath fill="%230f0f4b" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 32px 24px;
}
#kesearch_filters .form-control:focus {
  outline: none;
  box-shadow: none;
}
#kesearch_filters .kesearch-filter-list {
  flex: 1 0 auto;
}
#kesearch_filters #dateRange_filter_1 .form-control {
  background-color: #fff;
  color: #0f0f4a;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="32" width="20" viewBox="0 0 320 512"%3e%3cpath fill="%230f0f4a" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/%3e%3c/svg%3e');
}

@media (max-width: 767px) {
  #kesearch_num_results {
    padding-left: 20px;
    padding-right: 20px;
  }
  #form_kesearch_pi1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .tx-kesearch-pi1 .btn {
    padding: 0 25px;
  }
}
#content .article-separator-box {
  background: #edaf67;
  float: left;
  width: 100%;
  padding: 0 45px;
  position: Relative;
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #f0f0f0;
}
#content .article-separator-box:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 308px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-out 0s;
}
#content .article-separator-box * {
  color: #fff;
}
#content .article-separator-box h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#content .article-separator-box.active:after {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  #content .article-separator-box {
    padding: 0 20px;
  }
  #content .article-separator-box:after {
    left: auto;
    right: 20px;
  }
}
#content .head-items-wrapper {
  position: relative;
  overflow: hidden;
}
#content .head-items-wrapper .head-item {
  background: #fff;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  overflow-x: hidden;
}
#content .head-items-wrapper .head-item.active {
  position: static;
}
#content .head-items-wrapper .head-item:after {
  content: "";
  clear: both;
  display: block;
}
#content .head-items-wrapper .head-item .head-item-header {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#content .head-items-wrapper .head-item .head-item-header .date {
  float: left;
  width: 15%;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 0;
}
#content .head-items-wrapper .head-item .head-item-header .date span {
  padding-left: 12px;
}
#content .head-items-wrapper .head-item .head-item-header h1 {
  width: 85%;
  color: #0f0f4a;
  margin: 0;
  float: left;
  padding: 0;
}
#content .head-items-wrapper .head-item .head-item-image {
  margin: 0 0 35px;
  float: left;
  width: 100%;
  background: #dbdee7;
  padding: 0 15px;
}
#content .head-items-wrapper .head-item .head-item-image img {
  margin: 15px auto;
  max-width: 100%;
  display: block;
  float: none;
}
#content .head-items-wrapper .head-item .head-item-content {
  float: left;
  width: 100%;
}

.head-pagination {
  background: transparent;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin: -30px 0 20px;
}
.head-pagination .pagination-arrow {
  position: absolute;
  width: 50%;
  top: -25px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.head-pagination .pagination-arrow.left, .head-pagination .pagination-arrow.right {
  color: #0f0f4a;
  transition: all 0.25s ease-out 0s;
  left: 0;
  margin-left: 0;
  text-shadow: none;
  text-align: right;
  padding: 0 80px 0 0;
  display: inline-block;
}
.head-pagination .pagination-arrow.left:before, .head-pagination .pagination-arrow.right:before {
  content: "\f104";
  font-family: "FontAwesome";
  background: transparent;
  padding: 0 10px;
  font-size: 50px;
  transition: all 0.15s ease-in-out 0s;
}
.head-pagination .pagination-arrow.right {
  left: auto;
  right: 0;
  text-align: left;
  padding: 0 0 0 80px;
}
.head-pagination .pagination-arrow.right:before {
  content: "\f105";
}
.head-pagination .pagination-arrow:hover {
  color: #4b5a87;
}
.head-pagination .content {
  display: inline-block;
  font-size: 20px;
  color: #0f0f4a;
}

.head-year-changer {
  height: 70px;
  background: #e4e4e4;
  margin: 0 0 3px;
  transition: all 0.25s ease-in-out 0s;
  position: relative;
  padding: 10px 15px 0;
  color: #0f0f4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head-year-changer .head-year-changer-more {
  color: #0f0f4a;
  line-height: 18px;
  padding: 0;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: underline;
  display: inline-block;
}
.head-year-changer .head-year-changer-more:hover {
  color: #0f0f4a;
}
.head-year-changer a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #0f0f4a;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-indent: -10000px;
  overflow: hidden;
}
.head-year-changer h2 {
  margin: 0 0 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px 0 0;
  color: #0f0f4a;
}
.head-year-changer h3 {
  margin-top: 8px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.head-year-changer:hover {
  background: #e6ebf0;
}

@media (max-width: 767px) {
  #content .head-items-wrapper .head-item .head-item-header .date {
    width: 25%;
    margin: 5px 0 0 0;
  }
  #content .head-items-wrapper .head-item .head-item-header h1 {
    width: 75%;
    font-size: 30px;
    line-height: 36px;
  }
  .head-pagination {
    margin-top: 0;
  }
}
#content .head-items-wrapper {
  position: relative;
  overflow: hidden;
}
#content .head-items-wrapper .vote-success,
#content .head-items-wrapper .vote-failed {
  float: left;
  width: 100%;
  padding: 0 10px 20px;
  display: none;
}
#content .head-items-wrapper .vote-success > div,
#content .head-items-wrapper .vote-failed > div {
  background: #0f0f4a;
  text-align: center;
  color: #fff;
  padding: 10px;
}
#content .head-items-wrapper .vote-success > div h2,
#content .head-items-wrapper .vote-failed > div h2 {
  margin-top: 0;
}
#content .head-items-wrapper .vote-success > div h2, #content .head-items-wrapper .vote-success > div p,
#content .head-items-wrapper .vote-failed > div h2,
#content .head-items-wrapper .vote-failed > div p {
  color: #fff;
}
#content .head-items-wrapper .vote-failed > div {
  background: #edaf67;
}
#content .head-items-wrapper .vote-failed > div h2, #content .head-items-wrapper .vote-failed > div p {
  color: #f04646;
}
#content .head-items-wrapper .head-item-vote {
  background: #fff;
  padding: 0 10px;
  margin: 0 0 20px;
  overflow-x: hidden;
}
#content .head-items-wrapper .head-item-vote.active {
  position: static;
}
#content .head-items-wrapper .head-item-vote:after {
  content: "";
  clear: both;
  display: block;
}
#content .head-items-wrapper .head-item-vote > div {
  background: #f0f0f0;
  padding: 15px;
}
#content .head-items-wrapper .head-item-vote > div .row {
  margin: 0 -7.5px;
}
#content .head-items-wrapper .head-item-vote .head-item-left-column,
#content .head-items-wrapper .head-item-vote .head-item-right-column {
  padding: 0 7.5px;
  float: left;
}
#content .head-items-wrapper .head-item-vote .head-item-left-column {
  width: 40%;
}
#content .head-items-wrapper .head-item-vote .head-item-right-column {
  width: 60%;
  height: 180px;
}
#content .head-items-wrapper .head-item-vote .head-item-header {
  float: left;
  width: 100%;
  margin: 0;
}
#content .head-items-wrapper .head-item-vote .head-item-header h2 {
  width: 100%;
  color: #0f0f4a;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Akkurat Pro Regular", Arial, Helvetica, sans-serif;
}
#content .head-items-wrapper .head-item-vote .head-item-image {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
  min-height: 1px;
  overflow: hidden;
}
#content .head-items-wrapper .head-item-vote .head-item-image img {
  margin: 0;
  max-width: inherit;
  display: block;
  float: none;
}
#content .head-items-wrapper .head-item-vote .head-item-content {
  float: left;
  width: 100%;
}
#content .head-items-wrapper .head-item-vote .head-item-save-favourit {
  float: left;
  width: 100%;
  padding: 0 7.5px;
  position: relative;
}
#content .head-items-wrapper .head-item-vote .head-item-save-favourit input {
  margin: 0 13px 0 0;
  position: relative;
  top: 2px;
  float: left;
  opacity: 0;
}
#content .head-items-wrapper .head-item-vote .head-item-save-favourit label {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  width: Auto;
  padding: 0;
  font-weight: bold;
}
#content .head-items-wrapper .head-item-vote .head-item-save-favourit label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 0;
  border: 1px solid #787878;
  background: #fff;
  transition: all 0.25s ease-out 0s;
}
#content .head-items-wrapper .head-item-vote .head-item-save-favourit label:hover:before {
  background: #56648e;
}
#content .head-items-wrapper .head-item-vote.active .head-item-save-favourit label:before {
  background: #56648e;
}
#content .head-items-wrapper .heads-item-vote-submit {
  padding: 0 10px 20px;
  float: left;
  width: 100%;
}
#content .head-items-wrapper .heads-item-vote-submit button {
  border-radius: 0;
  background: #0f0f4a;
  color: #fff;
  transition: all 0.25s ease-out 0s;
  padding: 10px 20px;
  line-height: 25px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 200px;
  font-weight: normal;
  font-size: 14px;
}
#content .head-items-wrapper .heads-item-vote-submit button:hover {
  background: #e68a59;
}

@media (max-width: 767px) {
  #content .head-items-wrapper .head-item-vote .head-item-save-favourit {
    padding-top: 15px;
  }
  #content .head-items-wrapper .head-item-vote .head-item-right-column {
    height: auto;
  }
}
#content .banner {
  position: relative;
  min-height: 300px;
  margin-bottom: 20px;
  clear: both;
}
#content .banner img {
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}
#content .banner.white {
  background-color: #fff;
  padding: 0 10px 10px;
}
#content .banner.grey {
  background-color: #e4e4e4;
  min-height: 380px;
}
#content .banner .info {
  position: absolute;
  top: 15px;
  left: 20px;
}

#content .column-2 .banner.grey {
  min-height: inherit;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #content .article-separator-box {
    padding: 0 20px;
  }
  #content .article-separator-box:after {
    left: auto;
    right: 20px;
  }
}
#content section.grey-box {
  position: Relative;
}
#content section.grey-box > .col-wrapper:first-child > .column-1,
#content section.grey-box > .col-wrapper:first-child > .column-2 {
  position: Static;
}
#content section.grey-box > .col-wrapper:first-child > .column-1 .ce-textpic .ce-column,
#content section.grey-box > .col-wrapper:first-child > .column-2 .ce-textpic .ce-column {
  padding-bottom: 0;
}
#content section.grey-box > .col-wrapper:first-child > .column-1 a.button,
#content section.grey-box > .col-wrapper:first-child > .column-2 a.button {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 767px) {
  #content section.grey-box > .col-wrapper:first-child > .column-1 .ce-textpic .ce-column,
  #content section.grey-box > .col-wrapper:first-child > .column-2 .ce-textpic .ce-column {
    padding-bottom: 20px;
  }
  #content section.grey-box > .col-wrapper:first-child > .column-1 a.button,
  #content section.grey-box > .col-wrapper:first-child > .column-2 a.button {
    position: static;
  }
}
.pageflip {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 20px;
}
.pageflip #page-loader {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}

.flipbook-controls {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 30px;
}
.flipbook-controls:after {
  content: "";
  clear: both;
  display: block;
}
.flipbook-controls .flipbook-infos {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 15;
}

.flipbook-arrows {
  position: static;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
  bottom: auto;
  z-index: 3;
  float: left;
  width: 100%;
  height: 45px;
}
.flipbook-arrows li {
  list-style-type: none;
  background: transparent;
  color: #0f0f4a;
  margin: 0 5px;
  width: 75px;
  padding: 0 10px;
  line-height: 45px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: center;
  position: absolute;
  transition: all 0.25s ease-out 0s;
  display: flex;
  height: 45px;
  cursor: pointer;
  pointer-events: all;
  left: 0;
  top: auto;
}
.flipbook-arrows li:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 50px;
  text-rendering: auto;
  align-self: center;
  text-align: left;
  display: inline-block;
  width: 100%;
  color: #0f0f4a;
  transition: color 0.25s ease-out 0s;
  position: static;
  justify-content: flex-end;
  background: transparent;
  background-size: 24px auto;
  background-position: left center;
  height: 45px;
  line-height: 45px;
}
.flipbook-arrows li.right {
  right: 0;
  left: auto;
}
.flipbook-arrows li.right:before {
  transform: rotate(-180deg);
}
.flipbook-arrows li.right:before:before {
  content: "\f105";
}
.flipbook-arrows li:hover {
  background: transparent;
}
.flipbook-arrows li:hover:before {
  color: #0f0f4a;
}
.flipbook-arrows li.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.flipbook-arrows .arrow {
  width: 75px;
  font-size: 30px;
  padding: 0;
}

.flipbook-viewport {
  overflow: hidden;
  width: 100%;
}
.flipbook-viewport .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.flipbook-viewport .flipbook {
  width: 960px;
  height: 1414px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 5;
  overflow: hidden;
  position: Relative;
}
.flipbook-viewport .page {
  width: 960px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.flipbook-viewport .page.even:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  margin: 0 0 0 -1px;
  background: #0f0f4a;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 50;
}
.flipbook-viewport .page img,
.flipbook-viewport .page canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1201px) {
  .flipbook-controls {
    width: 100% !important;
  }
  .pageflip {
    margin: 0 auto 20px;
  }
  .flipbook-viewport .flipbook {
    width: 100%;
    height: auto;
  }
  .flipbook-viewport .page {
    width: 100%;
  }
}
.alert {
  border-radius: 0;
  border: 0;
}
.alert-discountcode {
  position: relative;
  z-index: 200;
  margin-bottom: 0;
  background-color: #4b5a87;
  color: #fff;
  text-align: center;
}
.scrolled .alert-discountcode {
  display: none;
}

.space-after-extra-small {
  margin-bottom: 20px !important;
}
.space-after-small {
  margin-bottom: 40px !important;
}
.space-after-medium {
  margin-bottom: 60px !important;
}
.space-after-large {
  margin-bottom: 80px !important;
}
.space-after-extra-large {
  margin-bottom: 100px !important;
}

.frame-space-before-extra-small {
  margin-top: 2em;
}
.frame-space-before-small {
  margin-top: 4em;
}
.frame-space-before-medium {
  margin-top: 6em;
}
.frame-space-before-large {
  margin-top: 8em;
}
.frame-space-before-extra-large {
  margin-top: 10em;
}
.frame-space-after-extra-small {
  margin-bottom: 2em;
}
.frame-space-after-small {
  margin-bottom: 4em;
}
.frame-space-after-medium {
  margin-bottom: 6em;
}
.frame-space-after-large {
  margin-bottom: 8em;
}
.frame-space-after-extra-large {
  margin-bottom: 10em;
}

.img-thumbnail {
  border-radius: 0;
}

ul.typo3-messages {
  list-style: none;
  padding-left: 0;
}

#content {
  padding: 260px 0 25px;
  width: 1000px;
  max-width: 100%;
  min-height: 500px;
  -webkit-user-select: none;
  user-select: none;
}

#content, #topsection {
  margin: 0 auto;
  position: static;
  background: transparent;
}
#content:after, #topsection:after {
  content: "";
  clear: both;
  display: block;
}
#content .ordinary-wrapper .col-wrapper, #topsection .ordinary-wrapper .col-wrapper {
  margin: 0;
}
#content .col-wrapper,
#content .ordinary-wrapper, #topsection .col-wrapper,
#topsection .ordinary-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
#content .col-wrapper > div:after,
#content .ordinary-wrapper > div:after, #topsection .col-wrapper > div:after,
#topsection .ordinary-wrapper > div:after {
  content: "";
  clear: both;
  display: block;
}
#content .col-wrapper:after,
#content .ordinary-wrapper:after, #topsection .col-wrapper:after,
#topsection .ordinary-wrapper:after {
  content: "";
  clear: both;
  display: block;
}
#content .col-wrapper.teaser-group,
#content .ordinary-wrapper.teaser-group, #topsection .col-wrapper.teaser-group,
#topsection .ordinary-wrapper.teaser-group {
  margin: 0 -10px;
  width: auto;
}
#content .align-center, #topsection .align-center {
  text-align: center;
}
#content .col-wrapper, #topsection .col-wrapper {
  width: auto;
  margin: 0 -10px 0;
  display: flex;
  flex-wrap: wrap;
}
#content .col-wrapper > .bg-white, #topsection .col-wrapper > .bg-white {
  background-color: #fff;
}
#content .col-wrapper > .bg-white header *:nth-child(2), #topsection .col-wrapper > .bg-white header *:nth-child(2) {
  color: #0f0f4a;
}
#content .col-wrapper > .bg-bluegray, #topsection .col-wrapper > .bg-bluegray {
  background-color: #4A5A86;
}
#content .col-wrapper > .bg-bluegray header *:nth-child(2), #topsection .col-wrapper > .bg-bluegray header *:nth-child(2) {
  color: #f9be77;
}
#content .col-wrapper > .bg-darkblue, #topsection .col-wrapper > .bg-darkblue {
  background-color: #0F0F4B;
}
#content .col-wrapper > .bg-darkblue header *:nth-child(2), #topsection .col-wrapper > .bg-darkblue header *:nth-child(2) {
  color: #f9be77;
}
#content .col-wrapper > .bg-lightblue, #topsection .col-wrapper > .bg-lightblue {
  background-color: #e6ebf0;
}
#content .col-wrapper > .bg-lightblue header *:nth-child(2), #topsection .col-wrapper > .bg-lightblue header *:nth-child(2) {
  color: #0f0f4a;
}
#content .col-wrapper > .bg-yellow, #topsection .col-wrapper > .bg-yellow {
  background-color: #EDAF67;
}
#content .col-wrapper > .bg-yellow header *:nth-child(2), #topsection .col-wrapper > .bg-yellow header *:nth-child(2) {
  color: #4A5A86;
}
#content .col-wrapper > .bg-orange, #topsection .col-wrapper > .bg-orange {
  background-color: #E68A59;
}
#content .col-wrapper > .bg-orange header *:nth-child(2), #topsection .col-wrapper > .bg-orange header *:nth-child(2) {
  color: #4A5A86;
}
#content .col-wrapper > .bg-red, #topsection .col-wrapper > .bg-red {
  background-color: #E36345;
}
#content .col-wrapper > .bg-red header *:nth-child(2), #topsection .col-wrapper > .bg-red header *:nth-child(2) {
  color: #4A5A86;
}
#content .col-wrapper > .bg-white,
#content .col-wrapper > .bg-bluegray,
#content .col-wrapper > .bg-lightblue,
#content .col-wrapper > .bg-darkblue,
#content .col-wrapper > .bg-yellow,
#content .col-wrapper > .bg-orange,
#content .col-wrapper > .bg-red, #topsection .col-wrapper > .bg-white,
#topsection .col-wrapper > .bg-bluegray,
#topsection .col-wrapper > .bg-lightblue,
#topsection .col-wrapper > .bg-darkblue,
#topsection .col-wrapper > .bg-yellow,
#topsection .col-wrapper > .bg-orange,
#topsection .col-wrapper > .bg-red {
  padding: 20px;
}
#content .col-wrapper > .bg-white .ce-column,
#content .col-wrapper > .bg-bluegray .ce-column,
#content .col-wrapper > .bg-lightblue .ce-column,
#content .col-wrapper > .bg-darkblue .ce-column,
#content .col-wrapper > .bg-yellow .ce-column,
#content .col-wrapper > .bg-orange .ce-column,
#content .col-wrapper > .bg-red .ce-column, #topsection .col-wrapper > .bg-white .ce-column,
#topsection .col-wrapper > .bg-bluegray .ce-column,
#topsection .col-wrapper > .bg-lightblue .ce-column,
#topsection .col-wrapper > .bg-darkblue .ce-column,
#topsection .col-wrapper > .bg-yellow .ce-column,
#topsection .col-wrapper > .bg-orange .ce-column,
#topsection .col-wrapper > .bg-red .ce-column {
  padding-left: 0;
}
#content .col-wrapper > .bg-white header *:nth-child(2),
#content .col-wrapper > .bg-bluegray header *:nth-child(2),
#content .col-wrapper > .bg-lightblue header *:nth-child(2),
#content .col-wrapper > .bg-darkblue header *:nth-child(2),
#content .col-wrapper > .bg-yellow header *:nth-child(2),
#content .col-wrapper > .bg-orange header *:nth-child(2),
#content .col-wrapper > .bg-red header *:nth-child(2), #topsection .col-wrapper > .bg-white header *:nth-child(2),
#topsection .col-wrapper > .bg-bluegray header *:nth-child(2),
#topsection .col-wrapper > .bg-lightblue header *:nth-child(2),
#topsection .col-wrapper > .bg-darkblue header *:nth-child(2),
#topsection .col-wrapper > .bg-yellow header *:nth-child(2),
#topsection .col-wrapper > .bg-orange header *:nth-child(2),
#topsection .col-wrapper > .bg-red header *:nth-child(2) {
  position: absolute;
  top: 0;
  text-decoration: none;
  font-size: 18px;
}
#content .col-wrapper > .bg-white h1, #content .col-wrapper > .bg-white h2, #content .col-wrapper > .bg-white h3, #content .col-wrapper > .bg-white h4,
#content .col-wrapper > .bg-bluegray h1,
#content .col-wrapper > .bg-bluegray h2,
#content .col-wrapper > .bg-bluegray h3,
#content .col-wrapper > .bg-bluegray h4,
#content .col-wrapper > .bg-lightblue h1,
#content .col-wrapper > .bg-lightblue h2,
#content .col-wrapper > .bg-lightblue h3,
#content .col-wrapper > .bg-lightblue h4,
#content .col-wrapper > .bg-darkblue h1,
#content .col-wrapper > .bg-darkblue h2,
#content .col-wrapper > .bg-darkblue h3,
#content .col-wrapper > .bg-darkblue h4,
#content .col-wrapper > .bg-yellow h1,
#content .col-wrapper > .bg-yellow h2,
#content .col-wrapper > .bg-yellow h3,
#content .col-wrapper > .bg-yellow h4,
#content .col-wrapper > .bg-orange h1,
#content .col-wrapper > .bg-orange h2,
#content .col-wrapper > .bg-orange h3,
#content .col-wrapper > .bg-orange h4,
#content .col-wrapper > .bg-red h1,
#content .col-wrapper > .bg-red h2,
#content .col-wrapper > .bg-red h3,
#content .col-wrapper > .bg-red h4, #topsection .col-wrapper > .bg-white h1, #topsection .col-wrapper > .bg-white h2, #topsection .col-wrapper > .bg-white h3, #topsection .col-wrapper > .bg-white h4,
#topsection .col-wrapper > .bg-bluegray h1,
#topsection .col-wrapper > .bg-bluegray h2,
#topsection .col-wrapper > .bg-bluegray h3,
#topsection .col-wrapper > .bg-bluegray h4,
#topsection .col-wrapper > .bg-lightblue h1,
#topsection .col-wrapper > .bg-lightblue h2,
#topsection .col-wrapper > .bg-lightblue h3,
#topsection .col-wrapper > .bg-lightblue h4,
#topsection .col-wrapper > .bg-darkblue h1,
#topsection .col-wrapper > .bg-darkblue h2,
#topsection .col-wrapper > .bg-darkblue h3,
#topsection .col-wrapper > .bg-darkblue h4,
#topsection .col-wrapper > .bg-yellow h1,
#topsection .col-wrapper > .bg-yellow h2,
#topsection .col-wrapper > .bg-yellow h3,
#topsection .col-wrapper > .bg-yellow h4,
#topsection .col-wrapper > .bg-orange h1,
#topsection .col-wrapper > .bg-orange h2,
#topsection .col-wrapper > .bg-orange h3,
#topsection .col-wrapper > .bg-orange h4,
#topsection .col-wrapper > .bg-red h1,
#topsection .col-wrapper > .bg-red h2,
#topsection .col-wrapper > .bg-red h3,
#topsection .col-wrapper > .bg-red h4 {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  line-height: 1.35em;
  font-size: 32px;
}
#content .col-wrapper > .bg-white h5,
#content .col-wrapper > .bg-bluegray h5,
#content .col-wrapper > .bg-lightblue h5,
#content .col-wrapper > .bg-darkblue h5,
#content .col-wrapper > .bg-yellow h5,
#content .col-wrapper > .bg-orange h5,
#content .col-wrapper > .bg-red h5, #topsection .col-wrapper > .bg-white h5,
#topsection .col-wrapper > .bg-bluegray h5,
#topsection .col-wrapper > .bg-lightblue h5,
#topsection .col-wrapper > .bg-darkblue h5,
#topsection .col-wrapper > .bg-yellow h5,
#topsection .col-wrapper > .bg-orange h5,
#topsection .col-wrapper > .bg-red h5 {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  font-size: 18px;
  color: #f9ebbb;
  text-transform: none;
}
#content .col-wrapper > .bg-white p,
#content .col-wrapper > .bg-bluegray p,
#content .col-wrapper > .bg-lightblue p,
#content .col-wrapper > .bg-darkblue p,
#content .col-wrapper > .bg-yellow p,
#content .col-wrapper > .bg-orange p,
#content .col-wrapper > .bg-red p, #topsection .col-wrapper > .bg-white p,
#topsection .col-wrapper > .bg-bluegray p,
#topsection .col-wrapper > .bg-lightblue p,
#topsection .col-wrapper > .bg-darkblue p,
#topsection .col-wrapper > .bg-yellow p,
#topsection .col-wrapper > .bg-orange p,
#topsection .col-wrapper > .bg-red p {
  color: #fff;
  margin-top: 20px;
}
#content .col-wrapper > .bg-white a,
#content .col-wrapper > .bg-bluegray a,
#content .col-wrapper > .bg-lightblue a,
#content .col-wrapper > .bg-darkblue a,
#content .col-wrapper > .bg-yellow a,
#content .col-wrapper > .bg-orange a,
#content .col-wrapper > .bg-red a, #topsection .col-wrapper > .bg-white a,
#topsection .col-wrapper > .bg-bluegray a,
#topsection .col-wrapper > .bg-lightblue a,
#topsection .col-wrapper > .bg-darkblue a,
#topsection .col-wrapper > .bg-yellow a,
#topsection .col-wrapper > .bg-orange a,
#topsection .col-wrapper > .bg-red a {
  text-decoration: none;
  color: #fff;
}
#content .col-wrapper > .bg-white a p,
#content .col-wrapper > .bg-bluegray a p,
#content .col-wrapper > .bg-lightblue a p,
#content .col-wrapper > .bg-darkblue a p,
#content .col-wrapper > .bg-yellow a p,
#content .col-wrapper > .bg-orange a p,
#content .col-wrapper > .bg-red a p, #topsection .col-wrapper > .bg-white a p,
#topsection .col-wrapper > .bg-bluegray a p,
#topsection .col-wrapper > .bg-lightblue a p,
#topsection .col-wrapper > .bg-darkblue a p,
#topsection .col-wrapper > .bg-yellow a p,
#topsection .col-wrapper > .bg-orange a p,
#topsection .col-wrapper > .bg-red a p {
  text-decoration: none;
}
#content .col-wrapper > .bg-white h1, #content .col-wrapper > .bg-white h2, #content .col-wrapper > .bg-white h3, #content .col-wrapper > .bg-white h4,
#content .col-wrapper > .bg-lightblue h1,
#content .col-wrapper > .bg-lightblue h2,
#content .col-wrapper > .bg-lightblue h3,
#content .col-wrapper > .bg-lightblue h4, #topsection .col-wrapper > .bg-white h1, #topsection .col-wrapper > .bg-white h2, #topsection .col-wrapper > .bg-white h3, #topsection .col-wrapper > .bg-white h4,
#topsection .col-wrapper > .bg-lightblue h1,
#topsection .col-wrapper > .bg-lightblue h2,
#topsection .col-wrapper > .bg-lightblue h3,
#topsection .col-wrapper > .bg-lightblue h4 {
  color: #0f0f4a;
}
#content .col-wrapper > .bg-white h5,
#content .col-wrapper > .bg-lightblue h5, #topsection .col-wrapper > .bg-white h5,
#topsection .col-wrapper > .bg-lightblue h5 {
  color: #e68a59;
}
#content .col-wrapper > .bg-white p,
#content .col-wrapper > .bg-lightblue p, #topsection .col-wrapper > .bg-white p,
#topsection .col-wrapper > .bg-lightblue p {
  color: #0f0f4a;
}
#content .col-wrapper > .bg-yellow h5, #topsection .col-wrapper > .bg-yellow h5 {
  color: #fff;
}
#content .col-wrapper .column-1,
#content .col-wrapper .column-2,
#content .col-wrapper .column-3, #topsection .col-wrapper .column-1,
#topsection .col-wrapper .column-2,
#topsection .col-wrapper .column-3 {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
}
#content .col-wrapper .column-1 .banner-sticky,
#content .col-wrapper .column-2 .banner-sticky,
#content .col-wrapper .column-3 .banner-sticky, #topsection .col-wrapper .column-1 .banner-sticky,
#topsection .col-wrapper .column-2 .banner-sticky,
#topsection .col-wrapper .column-3 .banner-sticky {
  position: sticky;
  top: 70px;
}
#content .col-wrapper .column-1.column-large-padding-right,
#content .col-wrapper .column-2.column-large-padding-right,
#content .col-wrapper .column-3.column-large-padding-right, #topsection .col-wrapper .column-1.column-large-padding-right,
#topsection .col-wrapper .column-2.column-large-padding-right,
#topsection .col-wrapper .column-3.column-large-padding-right {
  padding-right: 50px;
}
#content .col-wrapper .column-1.column-large-padding-left,
#content .col-wrapper .column-2.column-large-padding-left,
#content .col-wrapper .column-3.column-large-padding-left, #topsection .col-wrapper .column-1.column-large-padding-left,
#topsection .col-wrapper .column-2.column-large-padding-left,
#topsection .col-wrapper .column-3.column-large-padding-left {
  padding-left: 50px;
}
#content .grey-box, #topsection .grey-box {
  background: #e4e4e4;
  padding: 35px 20px 20px 20px;
  margin: 0 0 10px;
  clear: both;
}
#content .grey-box .ce-bodytext strong, #topsection .grey-box .ce-bodytext strong {
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: normal;
  display: block;
}
#content .grey-box .ce-bodytext a.button, #topsection .grey-box .ce-bodytext a.button {
  position: unset !important;
  bottom: unset !important;
}
#content .grey-box p, #topsection .grey-box p {
  color: #0f0f4a;
}
#content .white-box, #topsection .white-box {
  background: #fff;
  padding: 20px 20px 10px;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#content ul li, #content ol li, #topsection ul li, #topsection ol li {
  padding: 0;
  font-size: 16px;
  color: #878787;
}
#content ul li.checked, #content ol li.checked, #topsection ul li.checked, #topsection ol li.checked {
  padding-right: 25px;
  position: Relative;
}
#content ul li.checked:after, #content ol li.checked:after, #topsection ul li.checked:after, #topsection ol li.checked:after {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #4b5a87;
}
#content ul.arrowedlist > li:before, #content ol.arrowedlist > li:before, #topsection ul.arrowedlist > li:before, #topsection ol.arrowedlist > li:before {
  content: ">";
  margin: 0 5px 0 0;
}
#content ul.linelist, #content ol.linelist, #topsection ul.linelist, #topsection ol.linelist {
  border-top: 1px solid #f3f3f3;
}
#content ul.linelist > li, #content ol.linelist > li, #topsection ul.linelist > li, #topsection ol.linelist > li {
  border-bottom: 1px solid #f3f3f3;
  line-height: 30px;
}
#content img, #topsection img {
  max-width: 100%;
  height: auto;
}
#content.row, #topsection.row {
  margin: 0;
}
#content hr, #topsection hr {
  border-top: 1px solid #fff;
  margin: 10px 0;
  clear: both;
}
#content table, #topsection table {
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 20px 0;
}
#content table tbody, #topsection table tbody {
  margin: 0 -30px;
}
#content table td, #topsection table td {
  font-size: 14px;
}
#content video, #topsection video {
  max-width: 100%;
}
#content p, #topsection p {
  line-height: 22px;
}
#content .ce-gallery .ce-row, #topsection .ce-gallery .ce-row {
  display: flex;
}
#content .ce-gallery .ce-column, #topsection .ce-gallery .ce-column {
  padding: 0 10px 20px;
}
#content .ce-gallery figure img, #topsection .ce-gallery figure img {
  display: block;
}
#content .ce-gallery figure figcaption, #topsection .ce-gallery figure figcaption {
  padding: 5px 0 0;
}
#content .ce-gallery figure figcaption p, #topsection .ce-gallery figure figcaption p {
  margin: 0;
  line-height: 20px;
}
#content .ce-center .ce-gallery .ce-row, #topsection .ce-center .ce-gallery .ce-row {
  justify-content: center;
}
#content .ce-right .ce-gallery .ce-row, #topsection .ce-right .ce-gallery .ce-row {
  justify-content: flex-end;
}

#topsection {
  padding: 235px 0 0;
  margin-bottom: -235px;
  /*h2, h5, p {
    text-shadow: 0 0 5px #000;
    text-shadow: 0 0 5px #000c;
  }

  .bg-white, .bg-lightblue {
    h2, h5, p {
      text-shadow: 0 0 5px #fff;
      text-shadow: 0 0 5px #fffc;
    }
  }*/
}
#topsection.topsection-magazine-focus {
  padding-top: 60px;
  margin-bottom: -60px;
}

.content-layout2 #content p {
  color: #000;
}
.content-layout2 #content strong, .content-layout2 #content a:not(.backlink) {
  color: #1D58AC;
}

.home #content {
  padding-top: 215px;
}

.noheaderfooter #content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1201px) {
  #content .col-wrapper .column-1.column-large-padding-right,
  #content .col-wrapper .column-2.column-large-padding-right,
  #content .col-wrapper .column-3.column-large-padding-right, #topsection .col-wrapper .column-1.column-large-padding-right,
  #topsection .col-wrapper .column-2.column-large-padding-right,
  #topsection .col-wrapper .column-3.column-large-padding-right {
    padding-right: 10px;
  }
  #content .col-wrapper .column-1.column-large-padding-left,
  #content .col-wrapper .column-2.column-large-padding-left,
  #content .col-wrapper .column-3.column-large-padding-left, #topsection .col-wrapper .column-1.column-large-padding-left,
  #topsection .col-wrapper .column-2.column-large-padding-left,
  #topsection .col-wrapper .column-3.column-large-padding-left {
    padding-left: 10px;
  }
  #content {
    width: 1040px;
    min-width: inherit;
    overflow-x: hidden;
    padding: 140px 20px 20px;
  }
  #content .container {
    padding: 0;
  }
  #content > section.grey {
    padding: 15px;
  }
  #content h3 {
    font-size: 16px;
  }
  #topsection.pagets__Home {
    padding-top: 140px;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  #content .col-wrapper .column-1.column-large-padding-right,
  #content .col-wrapper .column-2.column-large-padding-right,
  #content .col-wrapper .column-3.column-large-padding-right, #topsection .col-wrapper .column-1.column-large-padding-right,
  #topsection .col-wrapper .column-2.column-large-padding-right,
  #topsection .col-wrapper .column-3.column-large-padding-right {
    padding-right: 0;
  }
  #content .col-wrapper .column-1.column-large-padding-left,
  #content .col-wrapper .column-2.column-large-padding-left,
  #content .col-wrapper .column-3.column-large-padding-left, #topsection .col-wrapper .column-1.column-large-padding-left,
  #topsection .col-wrapper .column-2.column-large-padding-left,
  #topsection .col-wrapper .column-3.column-large-padding-left {
    padding-left: 0;
  }
  #content {
    padding: 170px 0 0;
    width: 100%;
    min-width: inherit;
  }
  #content .white-box {
    padding: 20px 20px 15px;
  }
  #wrapper.page-id-69 #content {
    padding-top: 100px;
  }
  #topsection.pagets__Home {
    padding-top: 170px;
    margin-bottom: -140px;
  }
  #topsection.pagets__Home .feature-column {
    min-height: 310px;
  }
}
#content .sidebox-wrapper-link {
  text-decoration: unset;
  margin-bottom: 40px;
}
#content .sidebox-wrapper-link .sidebox-wrapper {
  background-color: #fff;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-image-wrapper {
  position: relative;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-image-wrapper > img {
  height: 265px;
  object-fit: cover;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-image-wrapper .sidebox-image-headline {
  position: absolute;
  bottom: 20px;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-image-wrapper .sidebox-image-headline p {
  line-height: 5px;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-image-wrapper .sidebox-image-headline h3 {
  background: #4b5a87;
  color: #fff;
  text-decoration: none;
  display: inline;
  padding: 5px 20px;
  font-size: 21px;
  font-weight: normal;
  font-family: "Akkurat Mono Pro", "Roboto Mono", monospace;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-content {
  padding: 15px 20px 20px 20px;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-content button {
  margin-top: 20px;
  background: #0f0f4b;
  color: #fff;
  line-height: 45px;
  height: 45px;
  text-align: center;
  padding: 0 50px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
  font-size: 14px;
  border: none;
}
#content .sidebox-wrapper-link .sidebox-wrapper .sidebox-content button:hover {
  background: #ef9366;
}

#to-top {
  transition: all 0.15s ease-in-out 0s;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 45px;
  z-index: 50;
  position: absolute;
  right: 0;
  margin: 0;
  top: -20px;
  background: #4b5a87;
  overflow: hidden;
  font-size: 0;
}
#to-top:after {
  content: "\f077";
  font-family: "FontAwesome";
  padding: 0;
  color: #fff;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 45px;
  text-align: left;
  display: block;
  width: 100%;
}
#to-top:hover {
  background: #0f0f4a;
}

@media (max-width: 1201px) {
  #to-top {
    position: fixed;
    top: auto;
    bottom: 20px;
  }
  #to-top.on-bottom {
    position: absolute;
    top: -20px;
    right: -10px;
    bottom: auto;
    display: block !important;
  }
  .scroll-down #to-top {
    display: block;
  }
}
@media (max-width: 767px) {
  #to-top {
    position: fixed;
    top: auto;
    bottom: 20px;
  }
  #to-top.on-bottom {
    top: -20px;
    bottom: auto;
    position: absolute;
  }
}
#copyright {
  float: left;
  text-align: left;
  margin-bottom: 65px;
  padding: 0 15px 0 0;
  opacity: 0.3;
}

@media (max-width: 1201px) {
  #copyright {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #copyright {
    width: 100%;
    padding: 0 0 15px;
  }
}
#service-menu {
  color: #fff;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  display: inline;
  text-align: center;
  width: 100%;
  float: left;
}
#service-menu li {
  list-style-type: none;
  float: none;
  display: inline-block;
  padding: 0 6px;
}
#service-menu a {
  color: #0f0f4a;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #service-menu {
    padding-left: 0;
  }
}
#service-menu {
  color: #fff;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  display: inline;
  text-align: center;
  width: 100%;
  float: left;
}
#service-menu li {
  list-style-type: none;
  float: none;
  display: inline-block;
  padding: 0 6px;
}
#service-menu a {
  color: #0f0f4a;
  font-size: 14px;
  font-weight: bold;
}

#footer-quick-links {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#footer-quick-links li {
  margin: 0 0 15px;
  float: left;
  width: 100%;
  list-style-type: none;
}
#footer-quick-links a {
  padding: 0;
  line-height: 43px;
  display: block;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
#footer-quick-links a i {
  font-family: "FontAwesome", "Glyphicons Halflings";
  font-style: normal;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  width: 45px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
#footer-quick-links li:hover a {
  background: #fff;
  color: #0f0f4a;
}
#footer-quick-links li:hover a i {
  color: #0f0f4a;
}
#footer-quick-links .phone a i:after {
  content: "\f095";
}
#footer-quick-links .date a i:after {
  content: "\f073";
}
#footer-quick-links .mail a i:after {
  content: "\f0e0";
}

@media (max-width: 993px) {
  #footer-quick-links li {
    float: left;
  }
}
@media (max-width: 767px) {
  #service-menu {
    padding-left: 0;
  }
}
#footer-social-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#footer-social-menu li {
  padding: 0;
  margin: 0 14px 0 0;
  list-style-type: none;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  float: left;
}
#footer-social-menu a {
  padding: 0 15px;
  color: #fff;
  display: block;
  width: 100%;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}
#footer-social-menu a i {
  font-family: "FontAwesome", "Glyphicons Halflings";
  font-style: normal;
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  transition: all 0.25s ease-in-out 0s;
}
#footer-social-menu a i:after {
  content: "\f09a";
}
#footer-social-menu li:hover a {
  background: #fff;
}
#footer-social-menu li:hover a i {
  color: #0f0f4a;
}
#footer-social-menu .googleplus a i:after {
  content: "\f0d5";
}

@media (max-width: 1201px) {
  #footer-social-menu {
    float: right;
  }
  #footer-social-menu li {
    float: left;
  }
}
footer.container-fluid {
  background: #878787;
  color: #fff;
  padding: 100px 10px 100px;
  transition: all 0.15s ease-in-out 0s;
  position: relative;
  font-size: 14px;
}
footer.container-fluid .container {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
footer.container-fluid .col-wrapper {
  margin: 0 -10px;
}
footer.container-fluid .col-wrapper:after {
  content: "";
  clear: both;
  display: block;
}
footer.container-fluid p {
  margin: 0 0 15px;
  line-height: 18px;
}
footer.container-fluid a {
  color: #edaf67;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
footer.container-fluid a:hover {
  text-decoration: underline;
}
footer.container-fluid a:before {
  content: ">";
  padding: 0 5px 0 0;
}
footer.container-fluid ul {
  margin: 0 0 20px;
  width: 100%;
  padding: 0;
}
footer.container-fluid ul li {
  list-style-type: none;
}
footer.container-fluid ul li a {
  color: #edaf67;
}
footer.container-fluid ul li a:before {
  content: ">";
  padding: 0 5px 0 0;
}
footer.container-fluid p {
  color: #fff;
}
footer.container-fluid h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 15px;
}
footer.container-fluid h3 {
  color: #fff;
  padding: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  margin: 0 0 15px;
}
footer.container-fluid h4 {
  font-size: 12px;
  font-weight: bold;
}
footer.container-fluid .ce-bodytext {
  max-width: 770px;
}

@media (max-width: 1201px) {
  footer.container-fluid {
    padding: 100px 20px 100px;
  }
  footer.container-fluid > .row {
    margin: 0;
  }
  footer.container-fluid .container {
    max-width: 1000px;
  }
  footer.container-fluid .col-left {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  footer.container-fluid {
    overflow: inherit;
  }
  footer.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#content .inside-beer {
  padding: 20px 20px 60px 20px;
  color: #0f0f4a;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
}
#content .inside-beer > img {
  width: 70%;
  margin-bottom: 30px;
}
#content .inside-beer span.spaced {
  text-transform: uppercase;
  color: #0f0f4a;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 18px;
}
#content .inside-beer h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}
#content .inside-beer h3 span {
  color: #e68a59;
}
#content .inside-beer h3 a {
  text-decoration: underline;
  color: #0f0f4a;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  transition: all 0.25s ease-in-out 0s;
}
#content .inside-beer h3 a:hover {
  color: #e68a59;
}
#content .inside-beer a {
  color: #0f0f4a;
  text-decoration: underline;
  transition: all 0.25s ease-in-out 0s;
}
#content .inside-beer a:hover {
  color: #e68a59;
}
#content .inside-beer a.button {
  position: absolute;
  left: 20px;
  bottom: -20px;
  color: #fff;
  text-decoration: none;
  z-index: 5;
}
#content .inside-beer .news.news-list-item {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
#content .inside-beer .news.news-list-item:first-child {
  border-top: 1px solid #f3f3f3;
}
#content .inside-beer .news.news-list-item h2,
#content .inside-beer .news.news-list-item p,
#content .inside-beer .news.news-list-item a {
  color: #0f0f4a;
}
#content .inside-beer .news.news-list-item p {
  margin: 0;
  line-height: 25px;
}
#content .inside-beer .news.news-list-item a {
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}
#content .inside-beer .news.news-list-item a:hover {
  color: #e68a59;
}
#content .inside-beer .news.news-list-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

@media (max-width: 767px) {
  #content .inside-beer {
    padding-right: 20px;
    padding-left: 20px;
    min-height: inherit;
  }
  #content .inside-beer:before {
    background-repeat: no-repeat;
  }
  #content .inside-beer:after {
    display: none;
  }
}
