/**
 * T3ZeroSeven Less Style
 * @author: André Müller <am@ccdm.de>
 */
/**
 * Variables and Defaults (Normalize)
 */
/**
 * Iconic fonts
 */
/*!
 *  Font Awesome 4.5.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('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesomeBrands';
  font-display: block;
  font-weight: 400;
  src: url("/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome642/fa-brands-400.woff2") format("woff2"), url("/typo3conf/ext/t3zeroseven/Resources/Public/Fonts/FontAwesome642/fa-brands-400.ttf") format("truetype"); }

.fa,
.fab,
.fas {
  display: inline-block;
  font: normal normal normal 16px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fab
 {
  display: inline-block;
  font: normal normal normal 16px FontAwesomeBrands;
  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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.t3z-menu-icon-list > div {
  float: left;
  padding: 3px 5px 3px 0;
  width: 25%;
}
.t3z-menu-icon-list .fa {
  width: 25px;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #6e6e71;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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,
.fa-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-stack-3x {
  font-size: 3em;
}
.fa-inverse {
  color: white;
}
/* 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: "\e61a";
}
.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: "\e61b";
}
.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-linkedin-in: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: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-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-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";
}
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: rgba(50, 50, 51, 0.8);
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 320px;
  line-height: 1.0em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body,
input,
textarea,
button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
div,
img,
header,
section,
figure,
header,
article,
section,
aside,
footer,
table,
tr,
th,
td,
p,
h1,
h2,
h3,
h4,
h5,
hr,
blockquote,
dl,
dt,
dd {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  text-align: left;
}
div,
p,
h1,
h2,
h3,
h4,
h5,
figure,
header,
article,
section,
aside,
footer {
  line-height: 1.2em;
  margin-left: 0;
  margin-right: 0;
}
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
figure:empty,
header:empty,
article:empty,
section:empty,
aside:empty,
footer:empty {
  display: none;
}
ul,
ol,
li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  text-align: left;
}
table {
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
}
tr,
th,
td {
  vertical-align: top;
}
form,
input,
select,
textarea,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}
fieldset,
legend,
label {
  border: 0;
}
/**
 *  Responsive Objects
 */
img,
video,
audio,
embed,
iframe,
object {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1em;
}
video,
embed,
iframe {
  width: auto;
  height: auto;
}
img {
  height: auto;
}
iframe,
embed,
audio[controls],
object {
  width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/**
 * Default margins
 */
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
table,
form,
video,
audio,
object,
embed,
iframe {
  margin-bottom: 1.2em;
}
dt,
dd,
li {
  margin-bottom: 0.2em;
}
hr {
  border-bottom: dotted 1px;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
blockquote {
  position: relative;
  font-style: italic;
}
blockquote::before,
blockquote::after {
  position: absolute;
  font-size: 4em;
  line-height: 1em;
  opacity: 0.3;
}
blockquote::before {
  content: "\201E\0020";
  bottom: 0;
}
blockquote::after {
  content: "\201C\0020";
  top: 0;
  right: 0;
}
blockquote p {
  margin-left: 2em;
  margin-right: 2em;
}
time {
  font-weight: bold;
}
/**
 * Usefull things
 */
.indent {
  padding-left: 3em;
  padding-right: 3em;
}
.hide {
  display: none;
}
/**
 * Basic Typography & Colors
 */
strong,
b,
dt {
  font-weight: bold;
}
.small {
  font-size: 0.9em;
  line-height: 1.2em;
}
h1,
h2,
h3,
h4,
.like-h1,
.like-h2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 1em;
}
h1,
.like-h1 {
  font-size: 1.75em;
  line-height: 1.2em;
}
h2,
.like-h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.25em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.05em;
  line-height: 1.2em;
}
h5 {
  font-size: 16px;
  line-height: 1.2em;
}
h6 {
  font-size: 0.875em;
  line-height: 1.2em;
}
a,
.t3z-donotlink,
.t3z-linkbehaviour {
  color: #1897c2;
  text-decoration: none;
}
a:focus,
.t3z-donotlink:focus,
.t3z-linkbehaviour:focus,
a:hover,
.t3z-donotlink:hover,
.t3z-linkbehaviour:hover,
a.act,
.t3z-donotlink.act,
.t3z-linkbehaviour.act,
a.cur,
.t3z-donotlink.cur,
.t3z-linkbehaviour.cur {
  color: rgba(50, 50, 51, 0.8);
}
a.act,
.t3z-donotlink.act,
.t3z-linkbehaviour.act {
  color: rgba(50, 50, 51, 0.8);
}
svg:not(:root) {
  overflow: hidden;
}
/**
 * Table
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
}
/**
 * Mixin Library
 */
/*** clearfix ***/
.clearfix:after,
.clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* container */
/* item */
.reset-gradient {
  background-image: none;
}
.hyphens {
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
.reset-hyphens {
  word-break: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/**
 * T3Zero Mixins
 */
.set-fixed {
  position: absolute;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.align-vertical-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clean-ulli {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.clean-ulli li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
/*** setting the grid ***/
.t3z-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1rem;
  margin-left: -1rem !important;
}
@media only screen and (max-width: 768px) {
  .t3z-grid {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .t3z-grid {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
@media only all and (min-width: 769px) {
  .t3z-grid {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .t3z-grid {
    margin-left: -0.5rem !important;
  }
}
@media only all and (max-width: 600px) {
  .t3z-grid {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
.t3z-grid > [data-grid] {
  align-self: stretch;
  padding-left: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .t3z-grid > [data-grid] {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .t3z-grid > [data-grid] {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only all and (min-width: 601px) {
  .t3z-grid > [data-grid][data-grid$="/2"] {
    width: 50%;
  }
  .t3z-grid > [data-grid][data-grid$="/2"][data-colspan="1"] {
    width: 50%;
  }
}
.t3z-grid > [data-grid] > div:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 768px) {
  .t3z-grid > [data-grid] > div:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 601px) {
  .t3z-grid > [data-grid][data-grid$="/3"] {
    width: 100%;
  }
}
@media only all and (min-width: 769px) {
  .t3z-grid > [data-grid][data-grid$="/3"] {
    width: 33.3333%;
  }
  .t3z-grid > [data-grid][data-grid$="/3"][data-colspan="1"] {
    width: 33.3333%;
  }
  .t3z-grid > [data-grid][data-grid$="/3"][data-colspan="2"] {
    width: 66.6667%;
  }
}
.t3z-grid > [data-grid] > div:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 768px) {
  .t3z-grid > [data-grid] > div:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 601px) {
  .t3z-grid > [data-grid][data-grid$="/4"] {
    width: 50%;
  }
}
@media only all and (min-width: 769px) {
  .t3z-grid > [data-grid][data-grid$="/4"] {
    width: 25%;
  }
  .t3z-grid > [data-grid][data-grid$="/4"][data-colspan="1"] {
    width: 25%;
  }
  .t3z-grid > [data-grid][data-grid$="/4"][data-colspan="2"] {
    width: 50%;
  }
  .t3z-grid > [data-grid][data-grid$="/4"][data-colspan="3"] {
    width: 75%;
  }
}
.t3z-grid > [data-grid] > div:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 768px) {
  .t3z-grid > [data-grid] > div:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 601px) {
  .t3z-grid > [data-grid][data-grid$="/5"] {
    width: 50%;
  }
}
@media only all and (min-width: 769px) {
  .t3z-grid > [data-grid][data-grid$="/5"] {
    width: 20%;
  }
  .t3z-grid > [data-grid][data-grid$="/5"][data-colspan="1"] {
    width: 20%;
  }
  .t3z-grid > [data-grid][data-grid$="/5"][data-colspan="2"] {
    width: 40%;
  }
  .t3z-grid > [data-grid][data-grid$="/5"][data-colspan="3"] {
    width: 60%;
  }
  .t3z-grid > [data-grid][data-grid$="/5"][data-colspan="4"] {
    width: 80%;
  }
}
.t3z-grid > [data-grid] > div:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 768px) {
  .t3z-grid > [data-grid] > div:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 601px) {
  .t3z-grid > [data-grid][data-grid$="/6"] {
    width: 33.3333%;
  }
}
@media only all and (min-width: 769px) {
  .t3z-grid > [data-grid][data-grid$="/6"] {
    width: 16.6667%;
  }
  .t3z-grid > [data-grid][data-grid$="/6"][data-colspan="1"] {
    width: 16.6667%;
  }
  .t3z-grid > [data-grid][data-grid$="/6"][data-colspan="2"] {
    width: 33.3333%;
  }
  .t3z-grid > [data-grid][data-grid$="/6"][data-colspan="3"] {
    width: 50%;
  }
  .t3z-grid > [data-grid][data-grid$="/6"][data-colspan="4"] {
    width: 66.6667%;
  }
  .t3z-grid > [data-grid][data-grid$="/6"][data-colspan="5"] {
    width: 83.3333%;
  }
}
.t3z-grid-row + .t3z-grid-row {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-grid-row + .t3z-grid-row {
    margin-top: 0.5rem;
  }
}
.t3z-grid > [data-grid][data-colspan="1"] {
  min-width: 256px;
}
/* flexibler content */
.t3z-ce-flex-3 > .t3z-maxwidth,
.t3z-ce-flex-2 > .t3z-maxwidth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-left: -1rem;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-flex-3 > .t3z-maxwidth,
  .t3z-ce-flex-2 > .t3z-maxwidth {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .t3z-ce-flex-3 > .t3z-maxwidth,
  .t3z-ce-flex-2 > .t3z-maxwidth {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
.t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce,
.t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce {
  padding-left: 1rem;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce,
  .t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce .t3z-maxwidth,
.t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce .t3z-maxwidth {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce,
  .t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce {
    margin-bottom: 0.5rem;
  }
}
.t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce {
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce {
    width: 50%;
  }
}
.t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .t3z-ce-flex-3 > .t3z-maxwidth .t3z-ce,
  .t3z-ce-flex-2 > .t3z-maxwidth .t3z-ce {
    width: auto;
    min-width: 0;
  }
}
.t3z-maxwidth {
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  /*	.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
	.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
		padding-bottom: 0;
	}*/
}
.t3z-maxwidth:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.t3z-maxwidth .t3z-maxwidth {
  padding-left: 0;
  padding-right: 0;
}
.t3z-maxwidth .t3z-padding.t3z-ce-box > .t3z-maxwidth,
.t3z-maxwidth .t3z-padding.t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-nomaxwidth .t3z-maxwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .t3z-maxwidth {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*		.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
		.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
			padding-bottom: 0;
		}*/
  }
  .t3z-maxwidth .t3z-padding.t3z-ce-box > .t3z-maxwidth,
  .t3z-maxwidth .t3z-padding.t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
  .t3z-maxwidth .t3z-maxwidth {
    padding-left: 0;
    padding-right: 0;
  }
}
.t3z-padding,
.t3z-forcepadding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-padding,
  .t3z-forcepadding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media print {
  .t3z-padding,
  .t3z-forcepadding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.t3z-padding .t3z-padding,
.t3z-forcepadding .t3z-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.t3z-padding + .t3z-padding {
  padding-top: 0;
}
.t3z-nopadding {
  padding: 0;
}
.t3z-nopadding .t3z-ce {
  padding: 0;
}
/**
 * Fluid Styled Content Elements
 */
.t3z-ce-header {
  padding-bottom: 0;
}
.ce-headline-center {
  text-align: center;
}
.t3z-hgroup-h1 {
  margin-bottom: 1.75em;
}
.t3z-hgroup-h1 h1 {
  margin-bottom: 0.25em;
}
.t3z-hgroup-h2,
.t3z-hgroup-h0 {
  margin-bottom: 1.5em;
}
.t3z-hgroup-h2 h2,
.t3z-hgroup-h0 h2 {
  margin-bottom: 0.25em;
}
.t3z-hgroup-h3 {
  margin-bottom: 1.25em;
}
.t3z-hgroup-h3 h3 {
  margin-bottom: 0.25em;
}
.t3z-hgroup-h4 {
  margin-bottom: 1.05em;
}
.t3z-hgroup-h5 {
  margin-bottom: 16px;
}
/* cObj form */
form {
  position: relative;
  /*
	input + label,
	textarea + label {
		margin: 0.5em 0 0;
	}*/
  /*	select::-ms-expand {
		display:none;
	}*/
}
form ol,
form fieldset {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 0;
}
form ol li,
form fieldset li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
form fieldset + fieldset {
  margin-top: 1.5em;
}
form form.csc-form-confirmation {
  margin: 0;
}
form form.csc-form-confirmation ol,
form form.csc-form-confirmation fieldset {
  margin: 0;
}
form ol li,
form fieldset > div {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5em;
}
form ol li li,
form fieldset > div li,
form ol li ol,
form fieldset > div ol,
form ol li fieldset,
form fieldset > div fieldset,
form ol li div,
form fieldset > div div {
  margin: 0;
}
form ol li.csc-form-element,
form fieldset > div.csc-form-element {
  overflow: visible;
}
form ol li.csc-form-element-hidden,
form fieldset > div.csc-form-element-hidden {
  display: none;
}
form ol li.csc-form-element-fieldset,
form fieldset > div.csc-form-element-fieldset {
  margin-bottom: 0.25em;
}
form ol li.csc-form-element-fieldset fieldset > legend,
form fieldset > div.csc-form-element-fieldset fieldset > legend {
  margin-bottom: 1em;
}
form ol li.csc-form-element-radio,
form fieldset > div.csc-form-element-radio {
  clear: right;
  margin-bottom: 0;
}
form ol li.csc-form-element-radio:last-child,
form fieldset > div.csc-form-element-radio:last-child {
  margin-bottom: 1em;
}
form ol li.csc-form-element-radio label,
form fieldset > div.csc-form-element-radio label {
  float: right;
  width: calc(100% - 1.5em);
}
form ol li.csc-form-element-submit,
form fieldset > div.csc-form-element-submit,
form ol li.csc-form-confirmation-true,
form fieldset > div.csc-form-confirmation-true,
form ol li.csc-form-confirmation-false,
form fieldset > div.csc-form-confirmation-false {
  position: relative;
}
form label {
  display: block;
  float: none;
  margin: 0 0 0.25em 0;
  width: auto;
  font-size: 0.8em;
  color: rgba(50, 50, 51, 0.8);
  opacity: 0.5;
  font-style: italic;
}
form [class*='check'] div label,
form [class*='radio'] div label {
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 0.25em;
  text-indent: 0.25em;
  opacity: 1;
}
form [class*='check'] div label,
form [class*='radio'] div label {
  padding-left: 1.5em;
  text-indent: 1.5em;
}
form [class*='check'] div label input,
form [class*='radio'] div label input {
  margin-right: 0.5em;
  margin-left: -3em;
}
form legend {
  margin-left: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
form legend em,
form legend span,
form legend strong {
  color: #8cd8f1;
  margin-left: 0.25em;
}
form legend strong {
  color: #ed252f;
  margin-left: 0.5em;
}
form fieldset {
  padding: 0;
  position: relative;
}
form fieldset.fieldset-subgroup,
form fieldset.labels-block.fieldset-subgroup {
  margin-bottom: 0;
}
form fieldset.fieldset-subgroup ol,
form fieldset.labels-block.fieldset-subgroup ol {
  top: 0;
  margin: 0;
  padding: 0.5em 0 0;
}
form fieldset.fieldset-subgroup label,
form fieldset.labels-block.fieldset-subgroup label,
form fieldset.fieldset-subgroup legend,
form fieldset.labels-block.fieldset-subgroup legend {
  width: auto;
}
form fieldset.fieldset-subgroup label em,
form fieldset.labels-block.fieldset-subgroup label em,
form fieldset.fieldset-subgroup legend em,
form fieldset.labels-block.fieldset-subgroup legend em,
form fieldset.fieldset-subgroup label span,
form fieldset.labels-block.fieldset-subgroup label span,
form fieldset.fieldset-subgroup legend span,
form fieldset.labels-block.fieldset-subgroup legend span {
  position: relative;
}
form fieldset.fieldset-subgroup label strong,
form fieldset.labels-block.fieldset-subgroup label strong,
form fieldset.fieldset-subgroup legend strong,
form fieldset.labels-block.fieldset-subgroup legend strong {
  position: relative;
  top: 0;
}
form input,
form select,
form textarea,
form button {
  max-width: 100%;
  border: solid 10px;
  border-color: white;
  font-size: 0.9em;
  border-radius: 0;
  color: #5a5a5c;
  background: white;
  font-weight: bold;
  text-transform: uppercase;
}
form input:hover,
form select:hover,
form textarea:hover,
form button:hover,
form input:focus,
form select:focus,
form textarea:focus,
form button:focus {
  border-color: white;
  color: #43bfe8;
  background: white;
  text-transform: none;
}
form select {
  color: rgba(90, 90, 92, 0.5);
}
form select:hover,
form select:focus {
  color: #43bfe8;
}
form optiongroup {
  border: 0;
}
form option {
  background: white;
  color: #5a5a5c;
  opacity: 0.5;
}
form option:checked {
  background: #ececed;
  color: #43bfe8;
  opacity: 1;
}
form textarea {
  max-height: 500px;
  max-height: 80vh;
  max-width: 100% !important;
  width: 100%;
}
form div[class*='submit'] > div,
form li[class*='submit'] {
  text-align: right;
}
form input[type=text],
form input[type=""],
form input[type=email] {
  width: 100%;
}
form input[type=password] {
  width: 100%;
}
form input[type=checkbox],
form input[type=radio] {
  border: 0;
}
form input,
form button {
  text-transform: uppercase;
}
form input[type=submit],
form button[type=submit],
form input[type=reset],
form button[type=reset] {
  width: auto;
  font-size: 0.9em;
  border: solid 10px;
}
form input[type=submit],
form button[type=submit] {
  border-color: #43bfe8;
  background: #43bfe8;
  color: white;
}
form input[type=submit]:hover,
form button[type=submit]:hover,
form input[type=submit]:focus,
form button[type=submit]:focus {
  text-transform: uppercase;
  border-color: #5a5a5c;
  color: white;
  background: #5a5a5c;
}
form input[type=reset],
form button[type=reset] {
  font-size: 0.9em;
  border-color: #43bfe8;
  color: white;
}
form input[type=reset]:hover,
form button[type=reset]:hover,
form input[type=reset]:focus,
form button[type=reset]:focus {
  border-color: #5a5a5c;
  color: white;
  background: #5a5a5c;
}
form ol li[rel=captcha]:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
form ol li[rel=captcha] label {
  width: calc(100% - 300px - 1em);
}
form ol li[rel=captcha] #recaptcha_image {
  margin-bottom: 0.5em;
}
form ol li[rel=captcha] input#recaptcha_response_field {
  width: 300px !important;
  clear: right;
}
@media only screen and (max-width: 768px) {
  form ol li[rel=captcha] label {
    width: 100%;
  }
  form ol li[rel=captcha] #recaptcha_image,
  form ol li[rel=captcha] input#recaptcha_response_field {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  form input,
  form select,
  form textarea {
    border-width: 10px;
    border-radius: 0;
  }
  form input[type=submit],
  form button[type=submit],
  form input[type=reset],
  form button[type=reset] {
    border-width: 10px;
  }
}
@media print {
  form input,
  form select,
  form textarea {
    border-width: 1pt;
    border-radius: 0;
  }
  form input[type=submit],
  form button[type=submit],
  form input[type=reset],
  form button[type=reset] {
    border-width: 1pt;
  }
}
.ce-table td,
.ce-table th {
  vertical-align: top;
}
.ce-gallery,
.ce-outer,
.ce-inner {
  width: 100%;
  max-width: 100%;
}
.ce-gallery:after,
.ce-outer:after,
.ce-inner:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ce-center figure {
  text-align: center;
}
.ce-gallery figure {
  margin: 0;
  line-height: 0;
  position: relative;
}
.ce-gallery figcaption {
  font-size: 0.8em;
  line-height: 1.2em;
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-border img,
.ce-border iframe,
.ce-border video,
.ce-border audio {
  overflow: hidden;
  border: 1px solid #6e6e71;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .ce-border img,
  .ce-border iframe,
  .ce-border video,
  .ce-border audio {
    border: 1px solid #6e6e71;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    padding: 0;
  }
}
@media print {
  .ce-border img,
  .ce-border iframe,
  .ce-border video,
  .ce-border audio {
    border: 1pt solid #6e6e71;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    padding: 0;
  }
}
.ce-above .ce-gallery {
  margin-bottom: 0;
}
.ce-above .ce-bodytext {
  float: none;
  clear: both;
}
.ce-above .ce-gallery + .ce-bodytext {
  margin-top: 1em;
}
.t3z-ce-box:not(.t3z-ce-layout-5):not(.t3z-ce-layout-6):not(.t3z-ce-accordion) .ce-above {
  margin: -1rem;
}
.t3z-ce-box:not(.t3z-ce-layout-5):not(.t3z-ce-layout-6):not(.t3z-ce-accordion) .ce-above .ce-bodytext {
  padding: 1rem;
}
.t3z-ce-box:not(.t3z-ce-layout-5):not(.t3z-ce-layout-6):not(.t3z-ce-accordion) .ce-above .ce-gallery + .ce-bodytext {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-box:not(.t3z-ce-layout-5):not(.t3z-ce-layout-6):not(.t3z-ce-accordion) .ce-above {
    margin: -0.5rem;
  }
  .t3z-ce-box:not(.t3z-ce-layout-5):not(.t3z-ce-layout-6):not(.t3z-ce-accordion) .ce-above .ce-bodytext {
    padding: 0.5rem;
  }
}
.ce-below .ce-gallery {
  clear: both;
}
.ce-below .ce-bodytext {
  float: none;
}
.ce-below .ce-bodytext + .ce-gallery {
  margin-top: 1em;
}
.ce-row + .ce-row {
  margin-top: 1em;
}
.ce-right .ce-gallery {
  float: right;
}
.ce-right .ce-gallery figure {
  text-align: right;
}
.ce-left .ce-gallery {
  float: left;
}
.ce-intext:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ce-intext .ce-gallery {
  margin-bottom: 1.2em;
}
.ce-intext.ce-right .ce-gallery {
  float: right;
  width: 50%;
  margin-left: 3%;
  margin-top: 0em;
}
.ce-intext.ce-right.ce-nowrap .ce-bodytext {
  width: 47%;
}
.ce-intext.ce-left .ce-gallery {
  float: left;
  width: 50%;
  margin-right: 3%;
  margin-top: 0.1em;
}
.ce-intext.ce-left.ce-nowrap .ce-bodytext {
  width: 47%;
  float: right;
}
.t3z-ce-mediawidth-1 .ce-intext.ce-right .ce-gallery {
  width: 33%;
}
.t3z-ce-mediawidth-1 .ce-intext.ce-right.ce-nowrap .ce-bodytext {
  width: 64%;
}
.t3z-ce-mediawidth-1 .ce-intext.ce-left .ce-gallery {
  width: 33%;
}
.t3z-ce-mediawidth-1 .ce-intext.ce-left.ce-nowrap .ce-bodytext {
  width: 64%;
}
.t3z-ce-mediawidth-2 .ce-intext.ce-right .ce-gallery {
  width: 25%;
}
.t3z-ce-mediawidth-2 .ce-intext.ce-right.ce-nowrap .ce-bodytext {
  width: 72%;
}
.t3z-ce-mediawidth-2 .ce-intext.ce-left .ce-gallery {
  width: 25%;
}
.t3z-ce-mediawidth-2 .ce-intext.ce-left.ce-nowrap .ce-bodytext {
  width: 72%;
}
@media only all and (max-width: 600px) {
  .ce-intext .ce-gallery {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ce-intext .ce-bodytext {
    width: 100% !important;
  }
}
/**
 * T3Zero Specials
 */
.t3z-php-ua-isnot-mobile .t3z-mobile-only,
.t3z-js-ua-isnot-mobile .t3z-mobile-only,
.t3z-no-mobile .t3z-mobile-only {
  display: none;
}
.t3z-php-ua-is-mobile .t3z-desktop-only,
.t3z-js-ua-is-mobile .t3z-desktop-only,
.t3z-mobile .t3z-desktop-only {
  display: none;
}
.t3z-nolinebreak {
  white-space: nowrap;
}
.t3z-nomargin {
  margin: 0;
}
.t3z-nojs .t3z-only-js {
  display: none;
}
/**
 * Plugins & Components (T3 & JS)
 */
#canvas .bx-wrapper {
  border: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 0;
}
#canvas .bx-wrapper .bx-viewport {
  left: 0;
}
#canvas .bx-wrapper img {
  width: 100%;
}
#canvas .bx-wrapper .t3z-maxwidth {
  max-width: none;
  padding: 0;
}
#canvas .bx-wrapper .t3z-ce {
  background: transparent;
  padding: 0;
}
#canvas .bx-wrapper .ce-gallery {
  margin-bottom: 0;
}
#canvas .bx-wrapper .bx-controls-direction {
  opacity: 0.77;
}
#canvas .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  font: normal normal normal 16px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  background: transparent;
  color: white;
  width: 25%;
  font-size: 32px;
  font-weight: bold;
}
#canvas .bx-wrapper .bx-controls-direction a.fa-pull-left {
  margin-right: .3em;
}
#canvas .bx-wrapper .bx-controls-direction a.fa-pull-right {
  margin-left: .3em;
}
#canvas .bx-wrapper .bx-controls-direction a.pull-left {
  margin-right: .3em;
}
#canvas .bx-wrapper .bx-controls-direction a.pull-right {
  margin-left: .3em;
}
#canvas .bx-wrapper .bx-controls-direction a:focus,
#canvas .bx-wrapper .bx-controls-direction a:hover {
  color: rgba(50, 50, 51, 0.8);
}
#canvas .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 1rem;
}
#canvas .bx-wrapper .bx-controls-direction a.bx-next {
  right: 1rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #canvas .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0.5rem;
  }
  #canvas .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0.5rem;
  }
}
#canvas .bx-wrapper .bx-pager {
  padding: 0;
  left: 0;
  right: 0;
  opacity: 0.77;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #canvas .bx-wrapper .bx-pager {
    top: 0.5rem;
    left: 0.5rem;
  }
}
#canvas .bx-wrapper .bx-pager * {
  opacity: 1;
}
#canvas .bx-wrapper .bx-pager a {
  border: solid 2px;
  border-color: #ddf4fb;
  color: transparent !important;
  opacity: 1;
  background: #ddf4fb;
}
#canvas .bx-wrapper .bx-pager a:hover,
#canvas .bx-wrapper .bx-pager a:focus {
  background: #8cd8f1;
  border-color: #8cd8f1;
}
#canvas .bx-wrapper .bx-pager a.active {
  background: #8cd8f1;
  border-color: #8cd8f1;
}
#canvas .bx-wrapper .bx-pager a.active:hover,
#canvas .bx-wrapper .bx-pager a.active:focus {
  border-color: #8cd8f1;
}
#canvas #kein-editorial .bx-wrapper .bx-controls-direction a,
#canvas #content .bx-wrapper .bx-controls-direction a {
  color: rgba(50, 50, 51, 0.8);
  font-size: 24px;
  top: 3em;
  font-weight: normal;
}
#canvas #kein-editorial .bx-wrapper .bx-controls-direction a:focus,
#canvas #content .bx-wrapper .bx-controls-direction a:focus,
#canvas #kein-editorial .bx-wrapper .bx-controls-direction a:hover,
#canvas #content .bx-wrapper .bx-controls-direction a:hover {
  color: #1897c2;
}
#canvas #kein-editorial .bx-wrapper .bx-controls-direction a.bx-prev,
#canvas #content .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
#canvas #kein-editorial .bx-wrapper .bx-controls-direction a.bx-next,
#canvas #content .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  #canvas #kein-editorial .bx-wrapper .bx-controls-direction a.bx-prev,
  #canvas #content .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  #canvas #kein-editorial .bx-wrapper .bx-controls-direction a.bx-next,
  #canvas #content .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
}
#canvas #kein-editorial .bx-wrapper .bx-pager,
#canvas #content .bx-wrapper .bx-pager {
  top: auto;
  left: 0;
}
#canvas #kein-editorial .bx-wrapper .bx-pager a,
#canvas #content .bx-wrapper .bx-pager a {
  border-color: #8cd8f1;
  background: #8cd8f1;
}
#canvas #kein-editorial .bx-wrapper .bx-pager a:hover,
#canvas #content .bx-wrapper .bx-pager a:hover,
#canvas #kein-editorial .bx-wrapper .bx-pager a:focus,
#canvas #content .bx-wrapper .bx-pager a:focus {
  background: #43bfe8;
  border-color: #43bfe8;
}
#canvas #kein-editorial .bx-wrapper .bx-pager a.active,
#canvas #content .bx-wrapper .bx-pager a.active {
  background: #43bfe8;
  border-color: #43bfe8;
}
#canvas #kein-editorial .bx-wrapper .bx-pager a.active:hover,
#canvas #content .bx-wrapper .bx-pager a.active:hover,
#canvas #kein-editorial .bx-wrapper .bx-pager a.active:focus,
#canvas #content .bx-wrapper .bx-pager a.active:focus {
  border-color: #43bfe8;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.93);
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 5px #8cd8f1;
  box-shadow: 0 0 5px #8cd8f1;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev,
.fancybox-next,
.fancybox-prev span,
.fancybox-next span {
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fancybox-close {
  top: 18px;
  right: -20px;
}
.fancybox-next span {
  right: -20px;
}
.fancybox-prev span {
  left: -20px;
}
.fancybox-nav {
  width: 40px;
}
#content .shariff ul.orientation-horizontal li {
  min-width: 0;
  max-width: none;
  margin-right: 0.5em;
}
#content .shariff li {
  white-space: nowrap;
  height: 36px;
}
#content .shariff li a {
  height: 36px;
}
#content .shariff li .fa {
  width: 36px;
  line-height: 36px;
  height: 36px;
}
#content .shariff li .share_text {
  display: none;
}
#content .shariff li .share_count {
  display: inline-block;
  display: none;
  top: 0;
  position: relative;
}
/**
 * T3ZeroSeven ToTop
 * @author: Doreen Gröger <dg@ccdm.de>
 */
#totop {
  background: #1897c2;
  opacity: 0.5;
  background-size: 15px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: block;
  position: fixed;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  -webkit-transition: bottom 0.25s linear;
  -moz-transition: bottom 0.25s linear;
  -ms-transition: bottom 0.25s linear;
  -o-transition: bottom 0.25s linear;
  transition: bottom 0.25s linear;
  z-index: 1000;
}
#totop:hover,
#totop:focus {
  bottom: 0;
  opacity: 1;
}
/**
 * T3ZeroSeven Youtube
 * @author: Doreen Gröger <dg@ccdm.de>
 */
.ce-media.ce-youtube,
.ce-media.ce-mp4 {
  padding-top: 56.25%;
  /* 16:9 */
  position: relative;
  /*		figcaption {
			position: relative;
			top: 2em;
			margin-bottom: 2em;
			text-align: left;
		}*/
}
.ce-media.ce-youtube:before,
.ce-media.ce-mp4:before {
  content: '';
  display: block;
}
.ce-media.ce-youtube > iframe,
.ce-media.ce-mp4 > iframe,
.ce-media.ce-youtube > object,
.ce-media.ce-mp4 > object,
.ce-media.ce-youtube > audio,
.ce-media.ce-mp4 > audio,
.ce-media.ce-youtube > video,
.ce-media.ce-mp4 > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .cc_banner-wrapper .cc_container {
  background: white;
  color: rgba(50, 50, 51, 0.8);
  font-size: 0.9em;
  border-top: 0px solid rgba(50, 50, 51, 0.8);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 1;
}
body .cc_banner-wrapper .cc_container a.cc_btn {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  font-size: 0.9em;
  border: solid 10px;
  border-color: #43bfe8;
  background: #43bfe8;
  color: white;
}
body .cc_banner-wrapper .cc_container a.cc_btn:hover,
body .cc_banner-wrapper .cc_container a.cc_btn:focus {
  text-transform: uppercase;
  border-color: #5a5a5c;
  color: white;
  background: #5a5a5c;
}
body .cc_banner-wrapper .cc_message {
  font-size: 1em !important;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  color: rgba(50, 50, 51, 0.8);
}
body .cc_banner-wrapper .cc_message a {
  color: #5a5a5c;
}
body .cc_banner-wrapper .cc_message,
body .cc_banner-wrapper .cc_btn {
  -webkit-animation-name: none;
  animation-name: none;
}
/*
    Created on : 09.12.2016, 15:16:39
    Author     : doreen.groeger
*/
.t3z-pagination,
.f3-widget-paginator {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.4em;
}
.t3z-pagination:after,
.f3-widget-paginator:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.t3z-pagination li,
.f3-widget-paginator li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.t3z-pagination ul,
.f3-widget-paginator ul {
  margin: 16px 0;
  padding: 0;
}
.t3z-pagination li,
.f3-widget-paginator li {
  float: left;
}
.t3z-pagination li a,
.f3-widget-paginator li a {
  color: #fff;
  background-color: #43bfe8;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 16px;
}
.t3z-pagination li a.current,
.f3-widget-paginator li a.current {
  color: #000;
  cursor: default;
  background-color: #43bfe8;
}
.t3z-pagination li span,
.f3-widget-paginator li span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 6px 8px 6px;
}
.t3z-pagination li span.bridge,
.f3-widget-paginator li span.bridge {
  font-weight: bold;
}
.t3z-pagination li a:hover,
.f3-widget-paginator li a:hover,
.t3z-pagination li a:focus,
.f3-widget-paginator li a:focus,
.t3z-pagination li a:active,
.f3-widget-paginator li a:active,
.t3z-pagination li.current,
.f3-widget-paginator li.current {
  color: #000;
  background-color: #43bfe8;
  margin: 0 10px 0 0;
  padding: 8px 16px;
}
/**
 * Local Vars
 */
/**
 * Finally The Layout
 */
body {
  overflow-x: hidden;
}
body[id] {
  background: #fff;
}
a,
.ui-widget-content a,
nav li span,
.t3z-load-more {
  color: #1897c2;
  text-decoration: none;
}
a:focus,
.ui-widget-content a:focus,
nav li span:focus,
.t3z-load-more:focus,
a:active,
.ui-widget-content a:active,
nav li span:active,
.t3z-load-more:active,
a:hover,
.ui-widget-content a:hover,
nav li span:hover,
.t3z-load-more:hover,
a.act,
.ui-widget-content a.act,
nav li span.act,
.t3z-load-more.act,
a.cur,
.ui-widget-content a.cur,
nav li span.cur,
.t3z-load-more.cur,
*.act a,
*.act .ui-widget-content a,
*.act nav li span,
*.act .t3z-load-more,
*.cur a,
*.cur .ui-widget-content a,
*.cur nav li span,
*.cur .t3z-load-more {
  color: rgba(50, 50, 51, 0.8);
}
a.act,
.ui-widget-content a.act,
nav li span.act,
.t3z-load-more.act,
*.act a,
*.act .ui-widget-content a,
*.act nav li span,
*.act .t3z-load-more {
  color: #323233;
}
nav li.act span,
nav li.cur span {
  color: rgba(50, 50, 51, 0.8);
}
time {
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
}
time.t3z-ce-date {
  font-weight: normal;
  margin-bottom: 0.25em;
}
h1,
.like-h1 {
  text-transform: uppercase;
  color: #43bfe8;
  font-weight: normal;
}
h2,
.like-h2 {
  text-transform: none;
  font-weight: bold;
}
h1,
h2,
.like-h1 {
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
/**
 * Let's go
 */
#canvas {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
#canvas > label[for=closeall] {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#canvas > label.closeoverall {
  z-index: 7;
}
#header {
  padding-bottom: 2.75em;
  position: relative;
  z-index: 4;
  background: white;
}
#header > div {
  height: 6em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 6.5em;
  background-image: url('/typo3conf/ext/t3zeroseven/Resources/Public/Images/icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media only screen and (max-width: 600px) {
  #header > div {
    height: 5.5em;
    padding-left: 5.5em;
  }
}
@media only screen and (max-width: 460px) {
  #header > div {
    height: 4.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 4.5em;
  }
}
#header #t3z-logo {
  height: 100%;
  float: left;
  white-space: nowrap;
}
#header #t3z-logo img {
  width: auto;
  height: 100%;
}
#header .sponsorship {
  float: right;
  height: 100%;
}
#header .sponsorship * {
  vertical-align: bottom;
}
#header .sponsorship a {
  margin-left: 2em;
  display: inline-block;
  height: 100%;
}
#header .sponsorship img {
  width: auto;
  height: 100%;
}

#header .sponsorship a.berlin
{padding: 0.5rem 0;}


@media only screen and (max-width: 1024px) {
  #header .sponsorship {
    display: none;
  }
}
/**
 * Navi
 */
@media only screen and (min-width: 1025px) {
  #mainnav {
    position: absolute;
    top: 6em;
    z-index: 5;
    background: #43bfe8;
    color: white;
    width: 100%;
    height: 2.75em;
    /* 2 Level */
  }
  #mainnav::after {
    position: relative;
    z-index: 8;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    background: white;
  }
  #mainnav > .t3z-maxwidth {
    position: relative;
    z-index: 9;
  }
  #mainnav ul {
    position: relative;
    z-index: 9;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  #mainnav ul li {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
  }
  #mainnav li {
    float: left;
    position: relative;
    z-index: 10;
    margin: 0;
  }
  #mainnav li.home {
    display: none;
  }
  #mainnav li:first-child {
    border-left: solid 1px white;
  }
  #mainnav li:first-child::after {
    display: none !important;
  }
  #mainnav li:nth-child(2) {
    border-left: solid 1px white;
  }
  #mainnav li.sub::after {
    position: absolute;
    z-index: 8;
    content: "";
    font-size: 0;
    line-height: 0;
    height: 0;
    background: #43bfe8;
    bottom: -1px;
    width: 100%;
    border-left: solid 1px white;
    margin-left: -1px;
  }
  #mainnav li a,
  #mainnav li span {
    display: block;
    margin: 0;
    padding: 0 0.75em;
    line-height: 2.75em;
    color: white;
    border-right: solid 1px white;
  }
  #mainnav li a span,
  #mainnav li span span {
    display: inline-block;
    background: inherit;
    color: inherit;
  }
  #mainnav li a .t3z-menu-icon,
  #mainnav li span .t3z-menu-icon {
    margin-right: 0.5em;
    display: none;
  }
  #mainnav li a .t3z-menu-linktext,
  #mainnav li span .t3z-menu-linktext {
    color: inherit;
    padding: 0;
    border: 0;
  }
  #mainnav li a.t3z-donotlink,
  #mainnav li span.t3z-donotlink {
    background: #5a5a5c;
  }
  #mainnav li a:focus,
  #mainnav li a:active,
  #mainnav li a:hover {
    background: #ddf4fb;
    color: #43bfe8;
  }
  #mainnav ul > li.act > a {
    background: #5a5a5c;
    color: white;
  }
  #mainnav ul > li.act > a:focus,
  #mainnav ul > li.act > a:active,
  #mainnav ul > li.act > a:hover {
    background: #ddf4fb;
    color: #43bfe8;
  }
  #mainnav ul ul {
    position: absolute;
    top: 2.75em;
    left: 0;
    z-index: 9;
    border: 0;
    background: #43bfe8;
    margin-left: -1px;
    margin-top: 1px;
    border: solid 1px #43bfe8;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition: border 0.25s;
    -moz-transition: border 0.25s;
    -ms-transition: border 0.25s;
    -o-transition: border 0.25s;
    transition: border 0.25s;
  }
  #mainnav ul ul li {
    float: none;
    border: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
  }
  #mainnav ul ul li:first-child {
    border: 0;
  }
  #mainnav ul ul li a,
  #mainnav ul ul li span {
    border-right: 0;
    white-space: nowrap;
    padding: 0 0.75em;
    line-height: 2.25em;
    background: #43bfe8;
  }
  #mainnav ul ul li a span,
  #mainnav ul ul li span span {
    display: inline-block;
    background: inherit;
    color: inherit;
  }
  #mainnav ul ul li a .t3z-menu-icon,
  #mainnav ul ul li span .t3z-menu-icon {
    display: inline;
    margin-right: 0.25em;
  }
  #mainnav ul ul li a.t3z-donotlink,
  #mainnav ul ul li span.t3z-donotlink {
    margin: 0;
  }
  #mainnav ul ul li a .t3z-menu-icon,
  #mainnav ul ul li span .t3z-menu-icon,
  #mainnav ul ul li a .t3z-menu-linktext,
  #mainnav ul ul li span .t3z-menu-linktext {
    font-size: 0.9em;
  }
  #mainnav ul li.sub:hover::after,
  #mainnav ul li.sub:focus::after {
    height: 1px;
  }
  #mainnav ul li.sub:hover ul,
  #mainnav ul li.sub:focus ul {
    display: block;
    border: solid 1px white;
    border-top: 0;
  }
  #mainnav ul li.sub:hover ul li,
  #mainnav ul li.sub:focus ul li {
    height: 2.25em;
  }
  #mainnav .sponsorship,
  #mainnav .t3z-meta {
    display: none;
  }
}
@media only screen and (min-width: 1260px) {
  #mainnav li.home {
    display: block;
  }
  #mainnav li:nth-child(2) {
    border-left: 0;
  }
  #mainnav li a,
  #mainnav ul ul li a,
  #mainnav li span,
  #mainnav ul ul li span {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 1024px) {
  #mainnav {
    position: absolute;
    top: 0;
    z-index: 99;
    color: white;
    width: 270px;
    right: -270px;
    overflow: hidden;
    background: white;
    min-height: 100%;
    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -ms-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
  #mainnav > .t3z-maxwidth {
    padding: 0;
    position: relative;
  }
  #mainnav > .t3z-maxwidth > ul {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
    padding: 1rem;
    background: #43bfe8;
    position: relative;
    top: 0em;
    margin: 0;
  }
  #mainnav > .t3z-maxwidth > ul li {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
  }
  #mainnav > .t3z-maxwidth > ul a,
  #mainnav > .t3z-maxwidth > ul li > span {
    display: block;
    color: white;
  }
  #mainnav > .t3z-maxwidth > ul a span,
  #mainnav > .t3z-maxwidth > ul li > span span {
    color: white;
  }
  #mainnav > .t3z-maxwidth > ul a .t3z-menu-icon,
  #mainnav > .t3z-maxwidth > ul li > span .t3z-menu-icon {
    display: inline-block;
    margin-right: 0.25em;
  }
  #mainnav > .t3z-maxwidth > ul a:focus,
  #mainnav > .t3z-maxwidth > ul a:active,
  #mainnav > .t3z-maxwidth > ul a:hover {
    color: #b9e7f6;
  }
  #mainnav > .t3z-maxwidth > ul a:focus span,
  #mainnav > .t3z-maxwidth > ul a:active span,
  #mainnav > .t3z-maxwidth > ul a:hover span {
    color: #b9e7f6;
  }
  #mainnav > .t3z-maxwidth > ul a.act,
  #mainnav > .t3z-maxwidth > ul .t3z-donotlink.act,
  #mainnav > .t3z-maxwidth > ul a.cur,
  #mainnav > .t3z-maxwidth > ul .t3z-donotlink.cur {
    color: #b9e7f6;
  }
  #mainnav > .t3z-maxwidth > ul a.act span,
  #mainnav > .t3z-maxwidth > ul .t3z-donotlink.act span,
  #mainnav > .t3z-maxwidth > ul a.cur span,
  #mainnav > .t3z-maxwidth > ul .t3z-donotlink.cur span {
    color: #b9e7f6;
  }
  #mainnav > .t3z-maxwidth > ul > li {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  #mainnav > .t3z-maxwidth > ul > li > a,
  #mainnav > .t3z-maxwidth > ul > li > .t3z-donotlink {
    text-transform: uppercase;
  }
  #mainnav > .t3z-maxwidth > ul > li > a::after,
  #mainnav > .t3z-maxwidth > ul > li > .t3z-donotlink::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: white;
    margin: 0.5em 0;
  }
  #mainnav > .t3z-maxwidth > ul > li ul {
    padding-left: 0;
  }
  #mainnav > .t3z-maxwidth > ul > li ul > li {
    font-size: 0.9em;
  }
  #mainnav > .t3z-maxwidth > ul > li ul > li a,
  #mainnav > .t3z-maxwidth > ul > li ul > li .t3z-donotlink {
    height: 1.75em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #mainnav .sponsorship {
    padding: 1rem;
    margin-top: 2.75em;
    width: 66%;
  }
  #mainnav .sponsorship:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #mainnav .sponsorship a {
    display: block;
    margin-bottom: 0.5rem;
  }
  #mainnav .sponsorship a + a {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}
/**
 * Toolbar
 */
#toolbar {
  position: absolute;
  top: 8.75em;
  z-index: 6;
  color: white;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #toolbar {
    margin-top: -2.75em;
    background: #43bfe8;
    height: 2.75em;
  }
}
@media only screen and (max-width: 600px) {
  #toolbar {
    top: 8.25em;
  }
}
@media only screen and (max-width: 460px) {
  #toolbar {
    top: 7.55em;
  }
}
#toolbar .t3z-maxwidth {
  position: relative;
}
#toolbar ul {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
#toolbar ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
/*** Toolbox ***/
#toolbar .toolbox li,
#mainnav .toolbox li,
#toolbar .toolbox label,
#mainnav .toolbox label {
  background: #43bfe8;
  color: white;
  text-align: center;
  line-height: 2.75em;
  height: 2.75em;
  display: block;
  cursor: pointer;
}
#toolbar .toolbox li:focus,
#mainnav .toolbox li:focus,
#toolbar .toolbox label:focus,
#mainnav .toolbox label:focus,
#toolbar .toolbox li:active,
#mainnav .toolbox li:active,
#toolbar .toolbox label:active,
#mainnav .toolbox label:active,
#toolbar .toolbox li:hover,
#mainnav .toolbox li:hover,
#toolbar .toolbox label:hover,
#mainnav .toolbox label:hover {
  background: #ddf4fb;
  color: #43bfe8;
}
#toolbar .t3z-openmobilemenu,
#mainnav .t3z-openmobilemenu,
#toolbar .t3z-opensearch,
#mainnav .t3z-opensearch,
#toolbar .t3z-opencalendar,
#mainnav .t3z-opencalendar,
#toolbar .t3z-fontsizer,
#mainnav .t3z-fontsizer {
  position: relative;
  width: 2.75em;
  border-left: solid 1px white;
  border-right: solid 0px white;
  height: 2.75em;
}
#toolbar .t3z-openmobilemenu label,
#mainnav .t3z-openmobilemenu label,
#toolbar .t3z-opensearch label,
#mainnav .t3z-opensearch label,
#toolbar .t3z-opencalendar label,
#mainnav .t3z-opencalendar label,
#toolbar .t3z-fontsizer label,
#mainnav .t3z-fontsizer label {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 2.75em;
}
#toolbar .t3z-openmobilemenu label .t3z-menu-linktext,
#mainnav .t3z-openmobilemenu label .t3z-menu-linktext,
#toolbar .t3z-opensearch label .t3z-menu-linktext,
#mainnav .t3z-opensearch label .t3z-menu-linktext,
#toolbar .t3z-opencalendar label .t3z-menu-linktext,
#mainnav .t3z-opencalendar label .t3z-menu-linktext,
#toolbar .t3z-fontsizer label .t3z-menu-linktext,
#mainnav .t3z-fontsizer label .t3z-menu-linktext {
  display: none;
}
#toolbar .t3z-openmobilemenu label[for=closeall],
#mainnav .t3z-openmobilemenu label[for=closeall],
#toolbar .t3z-opensearch label[for=closeall],
#mainnav .t3z-opensearch label[for=closeall],
#toolbar .t3z-opencalendar label[for=closeall],
#mainnav .t3z-opencalendar label[for=closeall],
#toolbar .t3z-fontsizer label[for=closeall],
#mainnav .t3z-fontsizer label[for=closeall] {
  background: #5a5a5c;
  color: white;
}
#toolbar .t3z-openmobilemenu label[for=closeall]:focus,
#mainnav .t3z-openmobilemenu label[for=closeall]:focus,
#toolbar .t3z-opensearch label[for=closeall]:focus,
#mainnav .t3z-opensearch label[for=closeall]:focus,
#toolbar .t3z-opencalendar label[for=closeall]:focus,
#mainnav .t3z-opencalendar label[for=closeall]:focus,
#toolbar .t3z-fontsizer label[for=closeall]:focus,
#mainnav .t3z-fontsizer label[for=closeall]:focus,
#toolbar .t3z-openmobilemenu label[for=closeall]:active,
#mainnav .t3z-openmobilemenu label[for=closeall]:active,
#toolbar .t3z-opensearch label[for=closeall]:active,
#mainnav .t3z-opensearch label[for=closeall]:active,
#toolbar .t3z-opencalendar label[for=closeall]:active,
#mainnav .t3z-opencalendar label[for=closeall]:active,
#toolbar .t3z-fontsizer label[for=closeall]:active,
#mainnav .t3z-fontsizer label[for=closeall]:active,
#toolbar .t3z-openmobilemenu label[for=closeall]:hover,
#mainnav .t3z-openmobilemenu label[for=closeall]:hover,
#toolbar .t3z-opensearch label[for=closeall]:hover,
#mainnav .t3z-opensearch label[for=closeall]:hover,
#toolbar .t3z-opencalendar label[for=closeall]:hover,
#mainnav .t3z-opencalendar label[for=closeall]:hover,
#toolbar .t3z-fontsizer label[for=closeall]:hover,
#mainnav .t3z-fontsizer label[for=closeall]:hover {
  background: #ddf4fb;
  color: #43bfe8;
}
#toolbar .t3z-openmobilemenu,
#mainnav .t3z-openmobilemenu {
  border-right: solid 1px white;
}
#toolbar .t3z-openmobilemenu i,
#mainnav .t3z-openmobilemenu i {
  font-size: 1.3em;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  #toolbar .t3z-openmobilemenu,
  #mainnav .t3z-openmobilemenu {
    display: none;
  }
}
#toolbar .toolbox,
#mainnav .toolbox {
  position: absolute;
  right: 1rem;
  z-index: 3;
  border-right: solid 1px white;
  -webkit-transition: margin-right 0.25s;
  -moz-transition: margin-right 0.25s;
  -ms-transition: margin-right 0.25s;
  -o-transition: margin-right 0.25s;
  transition: margin-right 0.25s;
}
@media only screen and (max-width: 768px) {
  #toolbar .toolbox,
  #mainnav .toolbox {
    right: 0.5rem;
  }
}
#toolbar .toolbox .t3z-openmobilemenu,
#mainnav .toolbox .t3z-openmobilemenu {
  float: left;
  border-right: 0;
}
#toolbar .t3z-opensearch,
#mainnav .t3z-opensearch,
#toolbar .t3z-opencalendar,
#mainnav .t3z-opencalendar,
#toolbar .t3z-fontsizer,
#mainnav .t3z-fontsizer,
#toolbar .t3z-langnav,
#mainnav .t3z-langnav {
  float: left;
}
#toolbar .t3z-opensearch,
#mainnav .t3z-opensearch {
  border-right: 0;
}
@media only screen and (min-width: 1025px) {
  #toolbar .t3z-opencalendar,
  #mainnav .t3z-opencalendar {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #toolbar .t3z-fontsizer,
  #mainnav .t3z-fontsizer {
    display: none;
  }
}
#toolbar .t3z-fontsizer .t3z-usability-buttons,
#mainnav .t3z-fontsizer .t3z-usability-buttons {
  position: absolute;
  z-index: 1;
  top: 2.75em;
  width: auto;
  border-left: solid 1px white;
  margin-left: -1px;
}
#toolbar .t3z-fontsizer .t3z-usability-buttons label,
#mainnav .t3z-fontsizer .t3z-usability-buttons label {
  position: relative;
  height: 0;
  width: 2.75em;
  border-right: solid 1px white;
  overflow: hidden;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -ms-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
#toolbar .t3z-fontsizer .t3z-usability-buttons label.disabled,
#mainnav .t3z-fontsizer .t3z-usability-buttons label.disabled {
  cursor: initial;
  color: rgba(255, 255, 255, 0.5);
  background: #43bfe8;
}
#toolbar .t3z-fontsizer .t3z-usability-buttons label:last-child,
#mainnav .t3z-fontsizer .t3z-usability-buttons label:last-child {
  border-bottom: solid 0px white;
}
#toolbar .t3z-langnav,
#mainnav .t3z-langnav {
  width: auto;
  margin-bottom: 0;
  padding: 0;
}
#toolbar .t3z-langnav li,
#mainnav .t3z-langnav li {
  border-left: 0;
  border-left: solid 1px white;
  width: 2.75em;
  position: relative;
  background-position: center;
  background-size: 100% 100%;
  margin: 0;
}
#toolbar .t3z-langnav li a,
#mainnav .t3z-langnav li a,
#toolbar .t3z-langnav li span,
#mainnav .t3z-langnav li span {
  display: block;
  border-right: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  color: white;
  background: rgba(67, 191, 232, 0.8);
}
#toolbar .t3z-langnav li a:focus,
#mainnav .t3z-langnav li a:focus,
#toolbar .t3z-langnav li span:focus,
#mainnav .t3z-langnav li span:focus,
#toolbar .t3z-langnav li a:active,
#mainnav .t3z-langnav li a:active,
#toolbar .t3z-langnav li span:active,
#mainnav .t3z-langnav li span:active,
#toolbar .t3z-langnav li a:hover,
#mainnav .t3z-langnav li a:hover,
#toolbar .t3z-langnav li span:hover,
#mainnav .t3z-langnav li span:hover {
  color: #43bfe8;
  background: #ddf4fb;
}
#toolbar .t3z-langnav li a small,
#mainnav .t3z-langnav li a small,
#toolbar .t3z-langnav li span small,
#mainnav .t3z-langnav li span small {
  font-weight: bold;
  font-size: 0.9em;
}
#toolbar .t3z-langnav li.notrans,
#mainnav .t3z-langnav li.notrans {
  display: none;
  cursor: initial;
}
#toolbar .t3z-langnav li.notrans a,
#mainnav .t3z-langnav li.notrans a,
#toolbar .t3z-langnav li.notrans span,
#mainnav .t3z-langnav li.notrans span {
  cursor: initial;
  opacity: 0.5;
  background: transparent;
}
#toolbar .t3z-langnav li.act,
#mainnav .t3z-langnav li.act {
  display: none;
}
#toolbar .toolbox .t3z-langnav {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #toolbar .toolbox {
    top: -2.75em;
  }
  #toolbar .toolbox .t3z-langnav {
    display: block;
  }
}
#mainnav .toolbox .t3z-langnav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #mainnav .toolbox {
    right: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 1px white;
    background: transparent;
  }
  #mainnav .toolbox .t3z-openmobilemenu,
  #mainnav .toolbox .t3z-langnav {
    float: right !important;
    border-bottom: solid 0px white;
  }
  #mainnav .toolbox .t3z-langnav {
    display: block;
  }
}
.t3z-quicksearch {
  position: absolute;
  z-index: 2;
  height: 2.75em;
  top: 0;
  margin: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  right: 1rem;
  padding-left: 0;
}
@media only screen and (min-width: 1025px) {
  .t3z-quicksearch {
    top: -2.75em;
  }
}
@media only screen and (max-width: 768px) {
  .t3z-quicksearch {
    right: 0.5rem;
    padding-left: 1rem;
  }
}
.t3z-quicksearch .t3z-maxwidth,
.t3z-quicksearch .t3z-padding {
  margin: 0;
  padding: 0;
}
.t3z-quicksearch form,
.t3z-ce-list .t3z-search form {
  margin: 0;
}
.t3z-quicksearch form label,
.t3z-ce-list .t3z-search form label {
  display: none !important;
}
.t3z-quicksearch form label span,
.t3z-ce-list .t3z-search form label span {
  display: none;
}
.t3z-quicksearch form fieldset,
.t3z-ce-list .t3z-search form fieldset {
  margin: 0;
  width: 100%;
  positioin: relative;
}
.t3z-quicksearch form fieldset > div,
.t3z-ce-list .t3z-search form fieldset > div {
  margin: 0;
}
.t3z-quicksearch form *,
.t3z-ce-list .t3z-search form * {
  vertical-align: middle;
}
.t3z-quicksearch form input,
.t3z-ce-list .t3z-search form input,
.t3z-quicksearch form button,
.t3z-ce-list .t3z-search form button,
.t3z-quicksearch form a.button,
.t3z-ce-list .t3z-search form a.button {
  width: auto;
  border: 0;
  color: white;
  font-size: 1.0em;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  height: 2.75em;
  padding: 0 15em 0 4em;
}
.t3z-quicksearch form input:focus,
.t3z-ce-list .t3z-search form input:focus,
.t3z-quicksearch form button:focus,
.t3z-ce-list .t3z-search form button:focus,
.t3z-quicksearch form a.button:focus,
.t3z-ce-list .t3z-search form a.button:focus,
.t3z-quicksearch form input:active,
.t3z-ce-list .t3z-search form input:active,
.t3z-quicksearch form button:active,
.t3z-ce-list .t3z-search form button:active,
.t3z-quicksearch form a.button:active,
.t3z-ce-list .t3z-search form a.button:active,
.t3z-quicksearch form input:hover,
.t3z-ce-list .t3z-search form input:hover,
.t3z-quicksearch form button:hover,
.t3z-ce-list .t3z-search form button:hover,
.t3z-quicksearch form a.button:hover,
.t3z-ce-list .t3z-search form a.button:hover {
  background: #ddf4fb;
  color: #43bfe8;
}
@media only screen and (max-width: 460px) {
  .t3z-quicksearch form input,
  .t3z-ce-list .t3z-search form input,
  .t3z-quicksearch form button,
  .t3z-ce-list .t3z-search form button,
  .t3z-quicksearch form a.button,
  .t3z-ce-list .t3z-search form a.button {
    padding: 0 11.75em 0 0.75em;
  }
}
.t3z-quicksearch form input[type="text"],
.t3z-ce-list .t3z-search form input[type="text"] {
  width: 100%;
  background: #b9e7f6;
  color: #43bfe8;
  border-top: solid 0px #43bfe8;
  border-bottom: solid 0px #43bfe8;
}
.t3z-quicksearch form input[type="text"]:focus,
.t3z-ce-list .t3z-search form input[type="text"]:focus,
.t3z-quicksearch form input[type="text"]:active,
.t3z-ce-list .t3z-search form input[type="text"]:active,
.t3z-quicksearch form input[type="text"]:hover,
.t3z-ce-list .t3z-search form input[type="text"]:hover {
  background: #ddf4fb;
  color: #43bfe8;
}
.t3z-quicksearch form .csc-form-element-submit,
.t3z-ce-list .t3z-search form .csc-form-element-submit {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 460px) {
  .t3z-quicksearch form .csc-form-element-submit,
  .t3z-ce-list .t3z-search form .csc-form-element-submit {
    display: none;
  }
}
.t3z-quicksearch form a.button,
.t3z-ce-list .t3z-search form a.button {
  display: inline-block;
  border: solid 1px white;
  line-height: 2.5em;
}
.t3z-quicksearch form a.button i,
.t3z-ce-list .t3z-search form a.button i {
  display: block;
  line-height: 2.5em;
}
.t3z-quicksearch form button,
.t3z-ce-list .t3z-search form button,
.t3z-quicksearch form a.button,
.t3z-ce-list .t3z-search form a.button {
  background: #43bfe8;
  color: white;
  white-space: nowrap;
  border-right: solid 0px white;
  border-left: solid 1px white;
  padding: 0;
  text-align: center;
  width: 2.75em;
}
.t3z-quicksearch form button .t3z-menu-linktext,
.t3z-ce-list .t3z-search form button .t3z-menu-linktext,
.t3z-quicksearch form a.button .t3z-menu-linktext,
.t3z-ce-list .t3z-search form a.button .t3z-menu-linktext {
  display: none;
}
.t3z-quicksearch form .csc-form-element-submit,
.t3z-ce-list .t3z-search form .csc-form-element-submit {
  float: right;
}
.t3z-ce-list .t3z-search {
  position: relative;
  margin: 0;
}
.t3z-ce-list .t3z-search form input[type="text"] {
  padding: 0 4em 0 1.25em;
  background: white;
  color: #5a5a5c;
}
.t3z-ce-list .t3z-search form input[type="text"]:focus,
.t3z-ce-list .t3z-search form input[type="text"]:active,
.t3z-ce-list .t3z-search form input[type="text"]:hover {
  background: white;
  color: #43bfe8;
}
.t3z-ce-list .t3z-search form button:focus,
.t3z-ce-list .t3z-search form button:active,
.t3z-ce-list .t3z-search form button:hover {
  background: white;
  color: #43bfe8;
}
.t3z-ce-list .t3z-search form input[type="text"],
.t3z-ce-list .t3z-search form button {
  border: solid 1px white;
}
.t3z-ce-list .t3z-search form .csc-form-element-submit {
  left: auto;
  right: 0;
}
.t3z-ce-list .t3z-search-results .t3z-resultinfo {
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-list .t3z-search-results .t3z-resultinfo {
    margin-top: -0.5rem;
  }
}
#mobilecalendar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #mobilecalendar {
    display: block;
    position: absolute;
    z-index: 3;
    left: auto;
    width: 316px;
    right: 2.75em;
    margin: auto;
    margin-top: -100%;
    -webkit-transition: margin 0.25s;
    -moz-transition: margin 0.25s;
    -ms-transition: margin 0.25s;
    -o-transition: margin 0.25s;
    transition: margin 0.25s;
  }
  #mobilecalendar > .t3z-maxwidth {
    background: white;
    margin: 0 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 460px) {
  #mobilecalendar {
    width: 284px;
  }
}
@media only screen and (max-width: 768px) {
  #mobilecalendar > .t3z-maxwidth {
    margin: 0 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/**
 * Sticky
 */
.t3z-js-sticky-menu #toolbar {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .t3z-js-sticky-menu #mainnav {
    position: fixed;
    top: 0;
  }
  .t3z-js-sticky-menu #mainnav::after {
    height: 1px;
  }
}
.t3z-js-sticky-menu #toolbar {
  top: 2.75em;
}
@media only screen and (max-width: 1024px) {
  .t3z-js-sticky-menu #toolbar {
    border-bottom: solid 1px white;
  }
}
.t3z-js-sticky-menu #toolbar .toolbox {
  border-bottom: solid 1px white;
}
@media only screen and (max-width: 1024px) {
  .t3z-js-sticky-menu #toolbar .toolbox {
    border-bottom: solid 1px white;
    margin-top: -1px;
  }
}
.t3z-js-sticky-menu #toolbar .t3z-quicksearch {
  top: -1px;
}
@media only screen and (min-width: 1025px) {
  .t3z-js-sticky-menu #toolbar .t3z-quicksearch {
    top: -2.75em;
  }
}
/**
 * Dynamics
 */
@media only screen and (max-width: 1024px) {
  #openmobilemenu:checked ~ #canvas > label.closeoverall {
    height: 100%;
  }
  #openmobilemenu:checked ~ #canvas #toolbar .t3z-openmobilemenu label[for=closeall],
  #openmobilemenu:checked ~ #canvas #mainnav .t3z-openmobilemenu label[for=closeall] {
    z-index: 3;
  }
  #openmobilemenu:checked ~ #canvas #mainnav {
    right: 0;
  }
}
#opensearchbar:checked ~ #canvas #toolbar .toolbox {
  margin-right: 0;
}
#opensearchbar:checked ~ #canvas #toolbar .t3z-opensearch label[for=closeall] {
  z-index: 3;
}
#opensearchbar:checked ~ #canvas .t3z-quicksearch {
  width: 100%;
  padding-left: 2rem;
}
@media only screen and (max-width: 1024px) {
  #opensearchbar:checked ~ #canvas .t3z-quicksearch {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #opencalendar:checked ~ #canvas > label.closeall {
    height: 100%;
  }
  #opencalendar:checked ~ #canvas #mobilecalendar {
    margin-top: 0 !important;
  }
  #opencalendar:checked ~ #canvas #toolbar .t3z-opencalendar label[for=closeall] {
    z-index: 3;
  }
}
#openfontsizer:checked ~ #canvas #toolbar .t3z-fontsizer label[for=closeall],
#openfontsizer:checked ~ #canvas #mainnav .t3z-fontsizer label[for=closeall] {
  z-index: 3;
}
#openfontsizer:checked ~ #canvas .t3z-usability-buttons label {
  height: 2.75em;
}
#openfontsizer:checked ~ #canvas .t3z-usability-buttons:last-child {
  border-bottom: solid 1px white;
}
#opennewsletter:checked ~ #canvas > label.closeall {
  height: 100%;
}
#opennewsletter:checked ~ #canvas #t3z-newsletterform {
  right: 0;
}
/**
 * Slider
 */
#canvas #slider {
  position: relative;
  z-index: 2;
  background: #ececed;
}
#canvas #slider .bx-wrapper {
  margin: 0;
}
#canvas #slider .bx-wrapper .t3z-maxwidth {
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  /*	.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
	.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
		padding-bottom: 0;
	}*/
}
#canvas #slider .bx-wrapper .t3z-maxwidth:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#canvas #slider .bx-wrapper .t3z-maxwidth .t3z-maxwidth {
  padding-left: 0;
  padding-right: 0;
}
#canvas #slider .bx-wrapper .t3z-maxwidth .t3z-padding.t3z-ce-box > .t3z-maxwidth,
#canvas #slider .bx-wrapper .t3z-maxwidth .t3z-padding.t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-nomaxwidth #canvas #slider .bx-wrapper .t3z-maxwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #canvas #slider .bx-wrapper .t3z-maxwidth {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*		.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
		.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
			padding-bottom: 0;
		}*/
  }
  #canvas #slider .bx-wrapper .t3z-maxwidth .t3z-padding.t3z-ce-box > .t3z-maxwidth,
  #canvas #slider .bx-wrapper .t3z-maxwidth .t3z-padding.t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
  #canvas #slider .bx-wrapper .t3z-maxwidth .t3z-maxwidth {
    padding-left: 0;
    padding-right: 0;
  }
}
#canvas #slider .bx-pager {
  position: absolute;
  top: auto;
  bottom: 1.75rem;
  left: 0;
  right: 0;
}
#canvas #slider .bx-controls-direction a {
  color: #8cd8f1;
  font-weight: normal;
  top: 31vw;
}
#canvas #slider .bx-controls-direction a:hover,
#canvas #slider .bx-controls-direction a:focus {
  color: rgba(50, 50, 51, 0.8);
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .bx-controls-direction {
    display: none;
  }
}
#canvas #slider .t3z-slideshow {
  position: relative;
  height: 100%;
  border-top: solid 0.75em white;
  border-bottom: solid 0.75em white;
}
#canvas #slider .t3z-slideshow > .t3z-ce {
  padding: 0;
  margin-top: 0;
}
#canvas #slider .t3z-slideshow > .t3z-ce > .t3z-maxwidth {
  max-width: none;
  padding: 0;
}
#canvas #slider .t3z-slideshow > .t3z-ce .t3z-ce + .t3z-ce {
  border-top: solid 0.75em white;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
}
#canvas #slider .t3z-ce-textmedia {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#canvas #slider .t3z-ce-textmedia > .t3z-maxwidth {
  max-width: none;
  padding: 0;
}
#canvas #slider .ce-gallery {
  margin-bottom: 0;
}
#canvas #slider img {
  width: 100%;
}
#canvas #slider .ce-bodytext {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.15em;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  /*	.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
	.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
		padding-bottom: 0;
	}*/
  width: 45%;
  margin: -1em auto 0 auto;
  background: rgba(50, 50, 51, 0.5);
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#canvas #slider .ce-bodytext:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#canvas #slider .ce-bodytext .t3z-maxwidth {
  padding-left: 0;
  padding-right: 0;
}
#canvas #slider .ce-bodytext .t3z-padding.t3z-ce-box > .t3z-maxwidth,
#canvas #slider .ce-bodytext .t3z-padding.t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-nomaxwidth #canvas #slider .ce-bodytext {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #canvas #slider .ce-bodytext {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*		.t3z-padding.t3z-ce-box[data-galleryposition="above"] > .t3z-maxwidth,
		.t3z-padding.t3z-ce-box[data-galleryposition="above"]  > .bx-wrapper {
			padding-bottom: 0;
		}*/
  }
  #canvas #slider .ce-bodytext .t3z-padding.t3z-ce-box > .t3z-maxwidth,
  #canvas #slider .ce-bodytext .t3z-padding.t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
  #canvas #slider .ce-bodytext .t3z-maxwidth {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .ce-bodytext {
    font-size: 0.9em;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #canvas #slider .ce-bodytext {
    margin-top: -0.5em;
    font-size: 0.8em;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 70%;
  }
}
@media only screen and (max-width: 460px) {
  #canvas #slider .ce-bodytext {
    margin: 0;
    background: rgba(50, 50, 51, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
#canvas #slider .ce-left .ce-bodytext {
  right: auto;
  left: 4rem;
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .ce-left .ce-bodytext {
    left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #canvas #slider .ce-left .ce-bodytext {
    left: 0;
    right: 0;
  }
}
#canvas #slider .ce-right .ce-bodytext {
  left: auto;
  right: 4rem;
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .ce-right .ce-bodytext {
    right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #canvas #slider .ce-right .ce-bodytext {
    left: 0;
    right: 0;
  }
}
#canvas #slider .bx-wrapper .t3z-slideshow[style]:not(.loaded) .ce-bodytext {
  opacity: 0;
}
#canvas #slider .t3z-ce-textmedia h1,
#canvas #slider .t3z-ce-textmedia h2,
#canvas #slider .t3z-ce-textmedia h3 {
  font-size: 1.75em;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .t3z-ce-textmedia h1,
  #canvas #slider .t3z-ce-textmedia h2,
  #canvas #slider .t3z-ce-textmedia h3 {
    font-size: 1.5em;
  }
}
#canvas #slider .t3z-ce-textmedia .t3z-hgroup-h2 {
  margin: 0;
}
#canvas #slider .t3z-ce-textmedia .t3z-hgroup-h2 h3,
#canvas #slider .t3z-ce-textmedia .t3z-hgroup-h2 h4 {
  font-size: 0.9em;
  margin: 0;
  display: none;
}
#canvas #slider .t3z-ce-textmedia h1 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: none;
  font-weight: bold;
}
#canvas #slider .t3z-ce-textmedia h1,
#canvas #slider .t3z-ce-textmedia h2,
#canvas #slider .t3z-ce-textmedia h3,
#canvas #slider .t3z-ce-textmedia h4,
#canvas #slider .t3z-ce-textmedia .ce-bodytext * {
  color: white;
  text-align: center;
}
#canvas #slider .t3z-ce-textmedia p {
  margin-bottom: 0;
  margin-top: 1.2em;
}
@media only screen and (max-width: 768px) {
  #canvas #slider .t3z-ce-textmedia p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 460px) {
  #canvas #slider .t3z-ce-textmedia p {
    display: none;
  }
}
#canvas #slider .t3z-ce-textmedia p + p {
  display: none;
}
#canvas #slider .t3z-ce-textmedia .t3z-ce-cta {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 1.2em;
}
@media only screen and (max-width: 768px) {
  #canvas #slider .t3z-ce-textmedia .t3z-ce-cta {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 460px) {
  #canvas #slider .t3z-ce-textmedia .t3z-ce-cta {
    margin-top: 0;
  }
}
#canvas #slider .t3z-ce-textmedia p + .t3z-ce-cta::before,
#canvas #slider .t3z-ce-textmedia p + .t3z-link-to-cta::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 25%;
  height: 2px;
  background: white;
}
@media only screen and (max-width: 768px) {
  #canvas #slider .t3z-ce-textmedia p + .t3z-ce-cta::before,
  #canvas #slider .t3z-ce-textmedia p + .t3z-link-to-cta::before {
    display: none;
  }
}
#canvas #slider .t3z-ce-gridelement.t3z-ce-layout-5 h2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.75em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #43bfe8;
  font-weight: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
#canvas #slider .t3z-ce-gridelement.t3z-ce-layout-5 h2,
#canvas #slider .t3z-ce-gridelement.t3z-ce-layout-5 h3,
#canvas #slider .t3z-ce-gridelement.t3z-ce-layout-5 header h2,
#canvas #slider .t3z-ce-gridelement.t3z-ce-layout-5 header h3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
#canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard + .t3z-vcard {
  display: none;
}
#canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.imagewrap img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.infowrap {
  width: calc(100% - 14em);
}
#canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.infowrap > * {
  padding-right: 1em;
}
#canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.infowrap .email {
  display: block;
  margin-top: 1.2em;
  font-size: 0.9em;
}
@media only screen and (max-width: 1024px) {
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div {
    margin-bottom: 2.5em;
  }
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.imagewrap {
    width: 100% !important;
    max-width: none;
  }
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.imagewrap .email {
    left: -0.5em;
  }
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.infowrap {
    width: 100% !important;
  }
  #canvas #slider .t3z-ce-ttaddress_listview .t3z-vcard .t3z-flexwrap > div.infowrap * {
    text-align: center;
  }
}
#canvas #slider .t3z-ce-ttaddress_listview .bx-wrapper .bx-controls-direction a.bx-prev {
  top: 2em;
  left: 0;
  width: 32px;
}
#canvas #slider .t3z-ce-ttaddress_listview .bx-wrapper .bx-controls-direction a.bx-next {
  top: 2em;
  right: 0;
  width: 32px;
}
#canvas #slider .t3z-ce-ttaddress_listview .bx-pager {
  bottom: 0;
}
#canvas #slider .t3z-slideshow > div {
  display: none;
}
#canvas #slider .t3z-slideshow > div:first-child {
  display: block;
}
#canvas #slider .t3z-slideshow .tx-ttaddress-pi1 > .t3z-vcard + .t3z-vcard {
  opacity: 0;
}
#canvas #slider .t3z-slideshow.loaded .tx-ttaddress-pi1 > .t3z-vcard + .t3z-vcard {
  opacity: 1;
  display: block;
}
.t3z-nojs #canvas #slider .t3z-slideshow .tx-ttaddress-pi1 > .t3z-vcard + .t3z-vcard {
  opacity: 1;
}
body:not(#t3z-page-1) #canvas #slider {
  border-top: solid 0.75em white;
  border-bottom: solid 0.75em white;
}
body:not(#t3z-page-1) #canvas #slider .bx-controls-direction {
  display: none;
}
body:not(#t3z-page-1) #canvas #slider .t3z-slideshow {
  border: 0;
}
#t3z-newsletterform {
  position: fixed;
  width: 400px;
  right: -400px;
  -webkit-transition: right 0.25s;
  -moz-transition: right 0.25s;
  -ms-transition: right 0.25s;
  -o-transition: right 0.25s;
  transition: right 0.25s;
  border: solid 1px white;
  border-right: 0;
  z-index: 4;
  top: 8.75em;
}
@media only screen and (max-width: 600px) {
  #t3z-newsletterform {
    top: 8.25em;
  }
}
@media only screen and (max-width: 460px) {
  #t3z-newsletterform {
    top: 7.55em;
    position: absolute;
    width: 280px;
    right: -280px;
  }
}
@media only screen and (max-height: 680px) {
  #t3z-newsletterform {
    position: absolute;
  }
}
#t3z-newsletterform label[for=opennewsletter],
#t3z-newsletterform label[for=closeall] {
  text-align: center;
  position: absolute;
  background: #43bfe8;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border: solid 1px white;
}
#t3z-newsletterform label[for=opennewsletter]:hover,
#t3z-newsletterform label[for=closeall]:hover,
#t3z-newsletterform label[for=opennewsletter]:focus,
#t3z-newsletterform label[for=closeall]:focus {
  background: #ddf4fb;
  color: #43bfe8;
}
#t3z-newsletterform label[for=opennewsletter]:hover > i,
#t3z-newsletterform label[for=closeall]:hover > i,
#t3z-newsletterform label[for=opennewsletter]:focus > i,
#t3z-newsletterform label[for=closeall]:focus > i {
  border-color: #ddf4fb;
}
#t3z-newsletterform label[for=opennewsletter] {
  border-bottom: 0;
  display: inline-block;
  width: 9em;
  top: 12em;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100% 50% 0;
  -moz-transform-origin: 0% 100% 50% 0;
  -o-transform-origin: 0% 100% 50% 0;
  -ms-transform-origin: 0% 100% 50%;
  transform-origin: 0% 100% 50% 0;
  padding: 0.5rem;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
#t3z-newsletterform label[for=closeall] {
  z-index: 1;
  width: 2.75em;
  height: 2.75em;
  line-height: 2.75em;
  right: 0;
  border-right: 0;
  border-top: 0;
}
#t3z-newsletterform label[for=closeall] .t3z-menu-linktext {
  display: none;
}
#t3z-newsletterform .t3z-ce {
  margin: 0;
  padding: 0;
}
#t3z-newsletterform .t3z-ce .t3z-maxwidth {
  padding: 0.5rem !important;
}
/**
 * Kein Editorial
 */
#kein-editorial {
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #kein-editorial {
    padding-top: 0.5rem;
  }
}
#t3z-page-1 #kein-editorial {
  background: #ececed;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #t3z-page-1 #kein-editorial {
    padding-bottom: 0.5rem;
  }
}
#kein-editorial > .t3z-maxwidth > .t3z-ce {
  padding-bottom: 0;
}
#kein-editorial .t3z-grid > [data-grid] > div,
#kein-editorial .t3z-grid > [data-grid] > div > .t3z-maxwidth {
  height: 100%;
}
/**
 * Content
 */
#content {
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #content {
    margin-top: 0.5rem;
  }
}
body:not(#t3z-page-1) #kein-editorial + #content {
  margin-top: 0;
}
#content > .t3z-grid > [data-grid],
#footer > .t3z-maxwidth > .t3z-grid > [data-grid] {
  align-self: flex-start;
}
#content > .t3z-grid > [data-grid] > div,
#footer > .t3z-maxwidth > .t3z-grid > [data-grid] > div,
#content > .t3z-grid > [data-grid] > div > .t3z-maxwidth,
#footer > .t3z-maxwidth > .t3z-grid > [data-grid] > div > .t3z-maxwidth {
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #content > .t3z-grid,
  #footer > .t3z-maxwidth > .t3z-grid {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #content > .t3z-grid > [data-grid],
  #footer > .t3z-maxwidth > .t3z-grid > [data-grid] {
    width: 100%;
    align-self: flex-start;
  }
}
#content .t3z-ce-flex-2 .t3z-ce > .t3z-maxwidth,
#footer > .t3z-maxwidth .t3z-ce-flex-2 .t3z-ce > .t3z-maxwidth,
#content .t3z-ce-flex-3 .t3z-ce > .t3z-maxwidth,
#footer > .t3z-maxwidth .t3z-ce-flex-3 .t3z-ce > .t3z-maxwidth {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#content .t3z-ce-flex-2:hover .t3z-ce > .t3z-maxwidth,
#footer > .t3z-maxwidth .t3z-ce-flex-2:hover .t3z-ce > .t3z-maxwidth,
#content .t3z-ce-flex-3:hover .t3z-ce > .t3z-maxwidth,
#footer > .t3z-maxwidth .t3z-ce-flex-3:hover .t3z-ce > .t3z-maxwidth {
  opacity: 0.7;
}
#content .t3z-ce-flex-2:hover .t3z-ce > .t3z-maxwidth:hover,
#footer > .t3z-maxwidth .t3z-ce-flex-2:hover .t3z-ce > .t3z-maxwidth:hover,
#content .t3z-ce-flex-3:hover .t3z-ce > .t3z-maxwidth:hover,
#footer > .t3z-maxwidth .t3z-ce-flex-3:hover .t3z-ce > .t3z-maxwidth:hover {
  opacity: 1;
}
aside {
  padding-bottom: 5rem;
}
aside .t3z-padding {
  padding-bottom: 0;
}
.t3z-social-share .fa-share-alt {
  display: none;
}
#germancapital {
  position: absolute;
  bottom: 2.5rem;
  right: 1rem;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  #germancapital {
    bottom: 1rem;
    right: 0.5rem;
  }
}
/**
 * Footer
 */
#footer {
  background: #5a5a5c;
  color: white;
}
#footer a,
#footer li > span {
  display: block;
  color: white;
}
#footer a i,
#footer li > span i {
  margin-right: 0.25em;
}
#footer a span,
#footer li > span span {
  color: white;
}
#footer a:focus,
#footer a:active,
#footer a:hover {
  color: #b9e7f6;
}
#footer a:focus span,
#footer a:active span,
#footer a:hover span {
  color: #b9e7f6;
}
#footer a.act,
#footer .t3z-donotlink.act,
#footer a.cur,
#footer .t3z-donotlink.cur {
  color: #b9e7f6;
}
#footer a.act span,
#footer .t3z-donotlink.act span,
#footer a.cur span,
#footer .t3z-donotlink.cur span {
  color: #b9e7f6;
}
#footer nav:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer nav ul {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
  margin: 0;
}
#footer nav ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#footer nav li {
  margin: 0;
}
#footer nav li a,
#footer nav li .t3z-donotlink {
  padding: 0 0em;
  line-height: 1.75em;
}
#footer .t3z-index > ul {
  /*			.t3z-flex-container(row wrap);	
						justify-content: flex-start;
						align-content: flex-start;
						align-items: flex-start;
			*/
}
@media only screen and (max-width: 1024px) {
  #footer .t3z-index > ul {
    display: none;
  }
}
#footer .t3z-index > ul > li {
  float: left;
  padding-right: 1rem;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 25%;
  /*				@media only screen and (max-width: @switchVersion) {
									width: 50%;
								}
					
								@media only screen and (max-width: @switchToNoFloat) {
									width: auto;
								}*/
}
#footer .t3z-index > ul > li > a,
#footer .t3z-index > ul > li > .t3z-donotlink {
  text-transform: uppercase;
}
#footer .t3z-index > ul > li > a::after,
#footer .t3z-index > ul > li > .t3z-donotlink::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: white;
  margin: 0.5em 0;
}
#footer .t3z-index > ul > li ul > li a,
#footer .t3z-index > ul > li ul > li .t3z-donotlink {
  height: 1.75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer .footercontent a,
#footer .footercontent li > span {
  display: inline-block;
  white-space: normal;
}
#footer .footercontent nav ul {
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 1024px) {
  #footer .footercontent nav {
    float: right;
    margin-right: 0.5rem;
  }
}
#footer .t3z-langnav {
  font-size: 16px;
  text-transform: uppercase;
}
#footer .t3z-langnav li {
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 0.5em;
  border-left: solid 1px white;
}
#footer .t3z-langnav li:last-child {
  margin-right: 0;
  padding-left: 0;
  border-left: 0;
}
#footer .t3z-langnav li a,
#footer .t3z-langnav li span {
  padding: 0 0em;
  line-height: 1.75em;
  color: white;
}
#footer .t3z-langnav li a span,
#footer .t3z-langnav li span span {
  color: white;
}
#footer .t3z-langnav .notrans a,
#footer .t3z-langnav .act a,
#footer .t3z-langnav .notrans span,
#footer .t3z-langnav .act span {
  opacity: 0.5;
  cursor: initial;
}
#footer .t3z-langnav .act span {
  text-decoration: underline;
}
#footer .t3z-langnav small {
  line-height: 0;
}
#footer .t3z-meta li {
  font-size: 0.9em;
}
#footer .t3z-social-buttons {
  padding: 0;
}
#footer .t3z-social-buttons .t3z-menu-linktext {
  display: none;
}
#footer .t3z-social-buttons li {
  display: inline-block;
  margin-right: 1em;
}
#footer .t3z-social-buttons i {
  vertical-align: sub;
  font-size: 1.75em;
}
#footer .copyright {
  font-size: 0.8em;
}
@media only screen and (max-width: 1024px) {
  #footer .copyright {
    display: inline-block;
    float: left;
    margin-right: 0.5rem;
    max-width: 60%;
  }
}
/**
 * cObjects
 */
.t3z-ce:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.t3z-ce + .t3z-ce {
  margin-top: 1.2em;
}
.t3z-ce-cta,
.t3z-link-to-cta {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 1.2em;
}
.t3z-ce-cta i,
.t3z-link-to-cta i {
  margin-right: 0.25em;
}
.t3z-ce-box .t3z-ce-cta,
.t3z-ce-box .t3z-link-to-cta {
  margin-bottom: 0.25em;
}
.t3z-ce .t3z-link-to-cta::before {
  content: "\f054";
  font: normal normal normal 16px FontAwesome;
  font-size: 1em;
  font-size: inherit;
  text-rendering: auto;
  display: inline-block;
  margin: 0;
  width: 1em;
  height: 1em;
}
[class*="t3z-ce-flex"] .t3z-ce-cta,
[class*="t3z-ce-flex"] .t3z-link-to-cta {
  margin-top: 2.4em;
}
[class*="t3z-ce-flex"] .t3z-ce-cta a,
[class*="t3z-ce-flex"] .t3z-link-to-cta a {
  position: absolute;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  [class*="t3z-ce-flex"] .t3z-ce-cta a,
  [class*="t3z-ce-flex"] .t3z-link-to-cta a {
    bottom: 0.5rem;
  }
}
.t3z-ce-layout-1 > .t3z-maxwidth,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth,
.t3z-ce-layout-1 > .bx-wrapper {
  background-color: #43bfe8 !important;
  padding: 2rem 2rem;
  position: relative;
}
.t3z-ce-layout-1 > .t3z-maxwidth h1,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h1,
.t3z-ce-layout-1 > .bx-wrapper h1,
.t3z-ce-layout-1 > .t3z-maxwidth h2,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h2,
.t3z-ce-layout-1 > .bx-wrapper h2,
.t3z-ce-layout-1 > .t3z-maxwidth h3,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h3,
.t3z-ce-layout-1 > .bx-wrapper h3,
.t3z-ce-layout-1 > .t3z-maxwidth h4,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h4,
.t3z-ce-layout-1 > .bx-wrapper h4,
.t3z-ce-layout-1 > .t3z-maxwidth h5,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h5,
.t3z-ce-layout-1 > .bx-wrapper h5,
.t3z-ce-layout-1 > .t3z-maxwidth h6,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h6,
.t3z-ce-layout-1 > .bx-wrapper h6,
.t3z-ce-layout-1 > .t3z-maxwidth p,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth p,
.t3z-ce-layout-1 > .bx-wrapper p,
.t3z-ce-layout-1 > .t3z-maxwidth blockquote,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth blockquote,
.t3z-ce-layout-1 > .bx-wrapper blockquote,
.t3z-ce-layout-1 > .t3z-maxwidth li,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth li,
.t3z-ce-layout-1 > .bx-wrapper li,
.t3z-ce-layout-1 > .t3z-maxwidth figcaption,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth figcaption,
.t3z-ce-layout-1 > .bx-wrapper figcaption,
.t3z-ce-layout-1 > .t3z-maxwidth label,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth label,
.t3z-ce-layout-1 > .bx-wrapper label,
.t3z-ce-layout-1 > .t3z-maxwidth legend,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth legend,
.t3z-ce-layout-1 > .bx-wrapper legend,
.t3z-ce-layout-1 > .t3z-maxwidth dt,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth dt,
.t3z-ce-layout-1 > .bx-wrapper dt,
.t3z-ce-layout-1 > .t3z-maxwidth dd,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth dd,
.t3z-ce-layout-1 > .bx-wrapper dd,
.t3z-ce-layout-1 > .t3z-maxwidth summary,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth summary,
.t3z-ce-layout-1 > .bx-wrapper summary {
  color: white;
}
.t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-1 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-1 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce-layout-1 > .t3z-maxwidth,
.t3z-padding#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-1 > .bx-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-totop,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-1 > .bx-wrapper .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-1 > .t3z-maxwidth,
  #t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth,
  .t3z-ce-layout-1 > .bx-wrapper {
    padding: 1rem;
  }
  .t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  #t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-1 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  #t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-1 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-ce-layout-1 > .t3z-maxwidth a,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth a,
.t3z-ce-layout-1 > .bx-wrapper a,
.t3z-ce-layout-1 > .t3z-maxwidth time,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth time,
.t3z-ce-layout-1 > .bx-wrapper time,
.t3z-ce-layout-1 > .t3z-maxwidth .t3z-ce-cta,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-cta,
.t3z-ce-layout-1 > .bx-wrapper .t3z-ce-cta,
.t3z-ce-layout-1 > .t3z-maxwidth .t3z-link-to-cta,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth .t3z-link-to-cta,
.t3z-ce-layout-1 > .bx-wrapper .t3z-link-to-cta,
.t3z-ce-layout-1 > .t3z-maxwidth h1,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h1,
.t3z-ce-layout-1 > .bx-wrapper h1,
.t3z-ce-layout-1 > .t3z-maxwidth h2,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h2,
.t3z-ce-layout-1 > .bx-wrapper h2,
.t3z-ce-layout-1 > .t3z-maxwidth h3,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h3,
.t3z-ce-layout-1 > .bx-wrapper h3,
.t3z-ce-layout-1 > .t3z-maxwidth h4,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h4,
.t3z-ce-layout-1 > .bx-wrapper h4,
.t3z-ce-layout-1 > .t3z-maxwidth h5,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h5,
.t3z-ce-layout-1 > .bx-wrapper h5,
.t3z-ce-layout-1 > .t3z-maxwidth h6,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth h6,
.t3z-ce-layout-1 > .bx-wrapper h6,
.t3z-ce-layout-1 > .t3z-maxwidth p,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth p,
.t3z-ce-layout-1 > .bx-wrapper p,
.t3z-ce-layout-1 > .t3z-maxwidth blockquote,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth blockquote,
.t3z-ce-layout-1 > .bx-wrapper blockquote,
.t3z-ce-layout-1 > .t3z-maxwidth li,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth li,
.t3z-ce-layout-1 > .bx-wrapper li,
.t3z-ce-layout-1 > .t3z-maxwidth figcaption,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth figcaption,
.t3z-ce-layout-1 > .bx-wrapper figcaption,
.t3z-ce-layout-1 > .t3z-maxwidth label,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth label,
.t3z-ce-layout-1 > .bx-wrapper label,
.t3z-ce-layout-1 > .t3z-maxwidth legend,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth legend,
.t3z-ce-layout-1 > .bx-wrapper legend,
.t3z-ce-layout-1 > .t3z-maxwidth dt,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth dt,
.t3z-ce-layout-1 > .bx-wrapper dt,
.t3z-ce-layout-1 > .t3z-maxwidth dd,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth dd,
.t3z-ce-layout-1 > .bx-wrapper dd,
.t3z-ce-layout-1 > .t3z-maxwidth summary,
#t3z-newsletterform .t3z-ce-layout-4 > .t3z-maxwidth summary,
.t3z-ce-layout-1 > .bx-wrapper summary {
  color: white !important;
}
.t3z-ce-layout-2 > .t3z-maxwidth,
.t3z-ce-layout-2 > .bx-wrapper {
  background-color: #b9e7f6 !important;
  padding: 2rem 2rem;
  position: relative;
}
.t3z-ce-layout-2 > .t3z-maxwidth h1,
.t3z-ce-layout-2 > .bx-wrapper h1,
.t3z-ce-layout-2 > .t3z-maxwidth h2,
.t3z-ce-layout-2 > .bx-wrapper h2,
.t3z-ce-layout-2 > .t3z-maxwidth h3,
.t3z-ce-layout-2 > .bx-wrapper h3,
.t3z-ce-layout-2 > .t3z-maxwidth h4,
.t3z-ce-layout-2 > .bx-wrapper h4,
.t3z-ce-layout-2 > .t3z-maxwidth h5,
.t3z-ce-layout-2 > .bx-wrapper h5,
.t3z-ce-layout-2 > .t3z-maxwidth h6,
.t3z-ce-layout-2 > .bx-wrapper h6,
.t3z-ce-layout-2 > .t3z-maxwidth p,
.t3z-ce-layout-2 > .bx-wrapper p,
.t3z-ce-layout-2 > .t3z-maxwidth blockquote,
.t3z-ce-layout-2 > .bx-wrapper blockquote,
.t3z-ce-layout-2 > .t3z-maxwidth li,
.t3z-ce-layout-2 > .bx-wrapper li,
.t3z-ce-layout-2 > .t3z-maxwidth figcaption,
.t3z-ce-layout-2 > .bx-wrapper figcaption,
.t3z-ce-layout-2 > .t3z-maxwidth label,
.t3z-ce-layout-2 > .bx-wrapper label,
.t3z-ce-layout-2 > .t3z-maxwidth legend,
.t3z-ce-layout-2 > .bx-wrapper legend,
.t3z-ce-layout-2 > .t3z-maxwidth dt,
.t3z-ce-layout-2 > .bx-wrapper dt,
.t3z-ce-layout-2 > .t3z-maxwidth dd,
.t3z-ce-layout-2 > .bx-wrapper dd,
.t3z-ce-layout-2 > .t3z-maxwidth summary,
.t3z-ce-layout-2 > .bx-wrapper summary {
  color: rgba(50, 50, 51, 0.8);
}
.t3z-ce-layout-2 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-2 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-2 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-2 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce-layout-2 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-2 > .bx-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce-layout-2 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-2 > .bx-wrapper .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-2 > .t3z-maxwidth,
  .t3z-ce-layout-2 > .bx-wrapper {
    padding: 1rem;
  }
  .t3z-ce-layout-2 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-2 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-2 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-2 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-ce-layout-3 > .t3z-maxwidth,
.t3z-ce-layout-3 > .bx-wrapper {
  background-color: #ddf4fb !important;
  padding: 2rem 2rem;
  position: relative;
}
.t3z-ce-layout-3 > .t3z-maxwidth h1,
.t3z-ce-layout-3 > .bx-wrapper h1,
.t3z-ce-layout-3 > .t3z-maxwidth h2,
.t3z-ce-layout-3 > .bx-wrapper h2,
.t3z-ce-layout-3 > .t3z-maxwidth h3,
.t3z-ce-layout-3 > .bx-wrapper h3,
.t3z-ce-layout-3 > .t3z-maxwidth h4,
.t3z-ce-layout-3 > .bx-wrapper h4,
.t3z-ce-layout-3 > .t3z-maxwidth h5,
.t3z-ce-layout-3 > .bx-wrapper h5,
.t3z-ce-layout-3 > .t3z-maxwidth h6,
.t3z-ce-layout-3 > .bx-wrapper h6,
.t3z-ce-layout-3 > .t3z-maxwidth p,
.t3z-ce-layout-3 > .bx-wrapper p,
.t3z-ce-layout-3 > .t3z-maxwidth blockquote,
.t3z-ce-layout-3 > .bx-wrapper blockquote,
.t3z-ce-layout-3 > .t3z-maxwidth li,
.t3z-ce-layout-3 > .bx-wrapper li,
.t3z-ce-layout-3 > .t3z-maxwidth figcaption,
.t3z-ce-layout-3 > .bx-wrapper figcaption,
.t3z-ce-layout-3 > .t3z-maxwidth label,
.t3z-ce-layout-3 > .bx-wrapper label,
.t3z-ce-layout-3 > .t3z-maxwidth legend,
.t3z-ce-layout-3 > .bx-wrapper legend,
.t3z-ce-layout-3 > .t3z-maxwidth dt,
.t3z-ce-layout-3 > .bx-wrapper dt,
.t3z-ce-layout-3 > .t3z-maxwidth dd,
.t3z-ce-layout-3 > .bx-wrapper dd,
.t3z-ce-layout-3 > .t3z-maxwidth summary,
.t3z-ce-layout-3 > .bx-wrapper summary {
  color: rgba(50, 50, 51, 0.8);
}
.t3z-ce-layout-3 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-3 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-3 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-3 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce-layout-3 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-3 > .bx-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce-layout-3 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-3 > .bx-wrapper .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-3 > .t3z-maxwidth,
  .t3z-ce-layout-3 > .bx-wrapper {
    padding: 1rem;
  }
  .t3z-ce-layout-3 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-3 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-3 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-3 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-ce-layout-4 > .t3z-maxwidth,
.t3z-ce-layout-4 > .bx-wrapper,
.t3z-ce-layout-5 > .t3z-maxwidth,
.t3z-ce-layout-5 > .bx-wrapper,
.t3z-ce-layout-77 > .t3z-maxwidth,
.t3z-ce-layout-77 > .bx-wrapper,
.t3z-ce-layout-88 > .t3z-maxwidth,
.t3z-ce-layout-88 > .bx-wrapper,
.t3z-ce-layout-99 > .t3z-maxwidth,
.t3z-ce-layout-99 > .bx-wrapper,
.typo3-messages > div,
.powermail_confirmation,
.powermail_create {
  background-color: #ececed !important;
  padding: 2rem 2rem;
  position: relative;
}
.t3z-ce-layout-4 > .t3z-maxwidth h1,
.t3z-ce-layout-4 > .bx-wrapper h1,
.t3z-ce-layout-5 > .t3z-maxwidth h1,
.t3z-ce-layout-5 > .bx-wrapper h1,
.t3z-ce-layout-77 > .t3z-maxwidth h1,
.t3z-ce-layout-77 > .bx-wrapper h1,
.t3z-ce-layout-88 > .t3z-maxwidth h1,
.t3z-ce-layout-88 > .bx-wrapper h1,
.t3z-ce-layout-99 > .t3z-maxwidth h1,
.t3z-ce-layout-99 > .bx-wrapper h1,
.typo3-messages > div h1,
.powermail_confirmation h1,
.powermail_create h1,
.t3z-ce-layout-4 > .t3z-maxwidth h2,
.t3z-ce-layout-4 > .bx-wrapper h2,
.t3z-ce-layout-5 > .t3z-maxwidth h2,
.t3z-ce-layout-5 > .bx-wrapper h2,
.t3z-ce-layout-77 > .t3z-maxwidth h2,
.t3z-ce-layout-77 > .bx-wrapper h2,
.t3z-ce-layout-88 > .t3z-maxwidth h2,
.t3z-ce-layout-88 > .bx-wrapper h2,
.t3z-ce-layout-99 > .t3z-maxwidth h2,
.t3z-ce-layout-99 > .bx-wrapper h2,
.typo3-messages > div h2,
.powermail_confirmation h2,
.powermail_create h2,
.t3z-ce-layout-4 > .t3z-maxwidth h3,
.t3z-ce-layout-4 > .bx-wrapper h3,
.t3z-ce-layout-5 > .t3z-maxwidth h3,
.t3z-ce-layout-5 > .bx-wrapper h3,
.t3z-ce-layout-77 > .t3z-maxwidth h3,
.t3z-ce-layout-77 > .bx-wrapper h3,
.t3z-ce-layout-88 > .t3z-maxwidth h3,
.t3z-ce-layout-88 > .bx-wrapper h3,
.t3z-ce-layout-99 > .t3z-maxwidth h3,
.t3z-ce-layout-99 > .bx-wrapper h3,
.typo3-messages > div h3,
.powermail_confirmation h3,
.powermail_create h3,
.t3z-ce-layout-4 > .t3z-maxwidth h4,
.t3z-ce-layout-4 > .bx-wrapper h4,
.t3z-ce-layout-5 > .t3z-maxwidth h4,
.t3z-ce-layout-5 > .bx-wrapper h4,
.t3z-ce-layout-77 > .t3z-maxwidth h4,
.t3z-ce-layout-77 > .bx-wrapper h4,
.t3z-ce-layout-88 > .t3z-maxwidth h4,
.t3z-ce-layout-88 > .bx-wrapper h4,
.t3z-ce-layout-99 > .t3z-maxwidth h4,
.t3z-ce-layout-99 > .bx-wrapper h4,
.typo3-messages > div h4,
.powermail_confirmation h4,
.powermail_create h4,
.t3z-ce-layout-4 > .t3z-maxwidth h5,
.t3z-ce-layout-4 > .bx-wrapper h5,
.t3z-ce-layout-5 > .t3z-maxwidth h5,
.t3z-ce-layout-5 > .bx-wrapper h5,
.t3z-ce-layout-77 > .t3z-maxwidth h5,
.t3z-ce-layout-77 > .bx-wrapper h5,
.t3z-ce-layout-88 > .t3z-maxwidth h5,
.t3z-ce-layout-88 > .bx-wrapper h5,
.t3z-ce-layout-99 > .t3z-maxwidth h5,
.t3z-ce-layout-99 > .bx-wrapper h5,
.typo3-messages > div h5,
.powermail_confirmation h5,
.powermail_create h5,
.t3z-ce-layout-4 > .t3z-maxwidth h6,
.t3z-ce-layout-4 > .bx-wrapper h6,
.t3z-ce-layout-5 > .t3z-maxwidth h6,
.t3z-ce-layout-5 > .bx-wrapper h6,
.t3z-ce-layout-77 > .t3z-maxwidth h6,
.t3z-ce-layout-77 > .bx-wrapper h6,
.t3z-ce-layout-88 > .t3z-maxwidth h6,
.t3z-ce-layout-88 > .bx-wrapper h6,
.t3z-ce-layout-99 > .t3z-maxwidth h6,
.t3z-ce-layout-99 > .bx-wrapper h6,
.typo3-messages > div h6,
.powermail_confirmation h6,
.powermail_create h6,
.t3z-ce-layout-4 > .t3z-maxwidth p,
.t3z-ce-layout-4 > .bx-wrapper p,
.t3z-ce-layout-5 > .t3z-maxwidth p,
.t3z-ce-layout-5 > .bx-wrapper p,
.t3z-ce-layout-77 > .t3z-maxwidth p,
.t3z-ce-layout-77 > .bx-wrapper p,
.t3z-ce-layout-88 > .t3z-maxwidth p,
.t3z-ce-layout-88 > .bx-wrapper p,
.t3z-ce-layout-99 > .t3z-maxwidth p,
.t3z-ce-layout-99 > .bx-wrapper p,
.typo3-messages > div p,
.powermail_confirmation p,
.powermail_create p,
.t3z-ce-layout-4 > .t3z-maxwidth blockquote,
.t3z-ce-layout-4 > .bx-wrapper blockquote,
.t3z-ce-layout-5 > .t3z-maxwidth blockquote,
.t3z-ce-layout-5 > .bx-wrapper blockquote,
.t3z-ce-layout-77 > .t3z-maxwidth blockquote,
.t3z-ce-layout-77 > .bx-wrapper blockquote,
.t3z-ce-layout-88 > .t3z-maxwidth blockquote,
.t3z-ce-layout-88 > .bx-wrapper blockquote,
.t3z-ce-layout-99 > .t3z-maxwidth blockquote,
.t3z-ce-layout-99 > .bx-wrapper blockquote,
.typo3-messages > div blockquote,
.powermail_confirmation blockquote,
.powermail_create blockquote,
.t3z-ce-layout-4 > .t3z-maxwidth li,
.t3z-ce-layout-4 > .bx-wrapper li,
.t3z-ce-layout-5 > .t3z-maxwidth li,
.t3z-ce-layout-5 > .bx-wrapper li,
.t3z-ce-layout-77 > .t3z-maxwidth li,
.t3z-ce-layout-77 > .bx-wrapper li,
.t3z-ce-layout-88 > .t3z-maxwidth li,
.t3z-ce-layout-88 > .bx-wrapper li,
.t3z-ce-layout-99 > .t3z-maxwidth li,
.t3z-ce-layout-99 > .bx-wrapper li,
.typo3-messages > div li,
.powermail_confirmation li,
.powermail_create li,
.t3z-ce-layout-4 > .t3z-maxwidth figcaption,
.t3z-ce-layout-4 > .bx-wrapper figcaption,
.t3z-ce-layout-5 > .t3z-maxwidth figcaption,
.t3z-ce-layout-5 > .bx-wrapper figcaption,
.t3z-ce-layout-77 > .t3z-maxwidth figcaption,
.t3z-ce-layout-77 > .bx-wrapper figcaption,
.t3z-ce-layout-88 > .t3z-maxwidth figcaption,
.t3z-ce-layout-88 > .bx-wrapper figcaption,
.t3z-ce-layout-99 > .t3z-maxwidth figcaption,
.t3z-ce-layout-99 > .bx-wrapper figcaption,
.typo3-messages > div figcaption,
.powermail_confirmation figcaption,
.powermail_create figcaption,
.t3z-ce-layout-4 > .t3z-maxwidth label,
.t3z-ce-layout-4 > .bx-wrapper label,
.t3z-ce-layout-5 > .t3z-maxwidth label,
.t3z-ce-layout-5 > .bx-wrapper label,
.t3z-ce-layout-77 > .t3z-maxwidth label,
.t3z-ce-layout-77 > .bx-wrapper label,
.t3z-ce-layout-88 > .t3z-maxwidth label,
.t3z-ce-layout-88 > .bx-wrapper label,
.t3z-ce-layout-99 > .t3z-maxwidth label,
.t3z-ce-layout-99 > .bx-wrapper label,
.typo3-messages > div label,
.powermail_confirmation label,
.powermail_create label,
.t3z-ce-layout-4 > .t3z-maxwidth legend,
.t3z-ce-layout-4 > .bx-wrapper legend,
.t3z-ce-layout-5 > .t3z-maxwidth legend,
.t3z-ce-layout-5 > .bx-wrapper legend,
.t3z-ce-layout-77 > .t3z-maxwidth legend,
.t3z-ce-layout-77 > .bx-wrapper legend,
.t3z-ce-layout-88 > .t3z-maxwidth legend,
.t3z-ce-layout-88 > .bx-wrapper legend,
.t3z-ce-layout-99 > .t3z-maxwidth legend,
.t3z-ce-layout-99 > .bx-wrapper legend,
.typo3-messages > div legend,
.powermail_confirmation legend,
.powermail_create legend,
.t3z-ce-layout-4 > .t3z-maxwidth dt,
.t3z-ce-layout-4 > .bx-wrapper dt,
.t3z-ce-layout-5 > .t3z-maxwidth dt,
.t3z-ce-layout-5 > .bx-wrapper dt,
.t3z-ce-layout-77 > .t3z-maxwidth dt,
.t3z-ce-layout-77 > .bx-wrapper dt,
.t3z-ce-layout-88 > .t3z-maxwidth dt,
.t3z-ce-layout-88 > .bx-wrapper dt,
.t3z-ce-layout-99 > .t3z-maxwidth dt,
.t3z-ce-layout-99 > .bx-wrapper dt,
.typo3-messages > div dt,
.powermail_confirmation dt,
.powermail_create dt,
.t3z-ce-layout-4 > .t3z-maxwidth dd,
.t3z-ce-layout-4 > .bx-wrapper dd,
.t3z-ce-layout-5 > .t3z-maxwidth dd,
.t3z-ce-layout-5 > .bx-wrapper dd,
.t3z-ce-layout-77 > .t3z-maxwidth dd,
.t3z-ce-layout-77 > .bx-wrapper dd,
.t3z-ce-layout-88 > .t3z-maxwidth dd,
.t3z-ce-layout-88 > .bx-wrapper dd,
.t3z-ce-layout-99 > .t3z-maxwidth dd,
.t3z-ce-layout-99 > .bx-wrapper dd,
.typo3-messages > div dd,
.powermail_confirmation dd,
.powermail_create dd,
.t3z-ce-layout-4 > .t3z-maxwidth summary,
.t3z-ce-layout-4 > .bx-wrapper summary,
.t3z-ce-layout-5 > .t3z-maxwidth summary,
.t3z-ce-layout-5 > .bx-wrapper summary,
.t3z-ce-layout-77 > .t3z-maxwidth summary,
.t3z-ce-layout-77 > .bx-wrapper summary,
.t3z-ce-layout-88 > .t3z-maxwidth summary,
.t3z-ce-layout-88 > .bx-wrapper summary,
.t3z-ce-layout-99 > .t3z-maxwidth summary,
.t3z-ce-layout-99 > .bx-wrapper summary,
.typo3-messages > div summary,
.powermail_confirmation summary,
.powermail_create summary {
  color: rgba(50, 50, 51, 0.8);
}
.t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-4 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-5 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-5 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-77 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-77 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-88 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-88 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-99 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-99 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.typo3-messages > div .t3z-ce-box > .t3z-maxwidth,
.powermail_confirmation .t3z-ce-box > .t3z-maxwidth,
.powermail_create .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-4 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-5 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-5 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-77 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-77 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-88 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-88 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-99 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-99 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
.typo3-messages > div .t3z-ce-box > .bx-wrapper,
.powermail_confirmation .t3z-ce-box > .bx-wrapper,
.powermail_create .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce-layout-4 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-4 > .bx-wrapper,
.t3z-padding.t3z-ce-layout-5 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-5 > .bx-wrapper,
.t3z-padding.t3z-ce-layout-77 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-77 > .bx-wrapper,
.t3z-padding.t3z-ce-layout-88 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-88 > .bx-wrapper,
.t3z-padding.t3z-ce-layout-99 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-99 > .bx-wrapper,
.t3z-padding.typo3-messages > div,
.t3z-padding.powermail_confirmation,
.t3z-padding.powermail_create {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-4 > .bx-wrapper .t3z-ce-totop,
.t3z-ce-layout-5 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-5 > .bx-wrapper .t3z-ce-totop,
.t3z-ce-layout-77 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-77 > .bx-wrapper .t3z-ce-totop,
.t3z-ce-layout-88 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-88 > .bx-wrapper .t3z-ce-totop,
.t3z-ce-layout-99 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-99 > .bx-wrapper .t3z-ce-totop,
.typo3-messages > div .t3z-ce-totop,
.powermail_confirmation .t3z-ce-totop,
.powermail_create .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-4 > .t3z-maxwidth,
  .t3z-ce-layout-4 > .bx-wrapper,
  .t3z-ce-layout-5 > .t3z-maxwidth,
  .t3z-ce-layout-5 > .bx-wrapper,
  .t3z-ce-layout-77 > .t3z-maxwidth,
  .t3z-ce-layout-77 > .bx-wrapper,
  .t3z-ce-layout-88 > .t3z-maxwidth,
  .t3z-ce-layout-88 > .bx-wrapper,
  .t3z-ce-layout-99 > .t3z-maxwidth,
  .t3z-ce-layout-99 > .bx-wrapper,
  .typo3-messages > div,
  .powermail_confirmation,
  .powermail_create {
    padding: 1rem;
  }
  .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-4 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-5 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-5 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-77 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-77 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-88 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-88 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-99 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-99 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .typo3-messages > div .t3z-ce-box > .t3z-maxwidth,
  .powermail_confirmation .t3z-ce-box > .t3z-maxwidth,
  .powermail_create .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-4 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-4 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-5 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-5 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-77 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-77 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-88 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-88 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-99 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-99 > .bx-wrapper .t3z-ce-box > .bx-wrapper,
  .typo3-messages > div .t3z-ce-box > .bx-wrapper,
  .powermail_confirmation .t3z-ce-box > .bx-wrapper,
  .powermail_create .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-ce-layout-6 > .t3z-maxwidth,
.t3z-ce-layout-6 > .bx-wrapper {
  background-color: white !important;
  padding: 2rem 2rem;
  position: relative;
}
.t3z-ce-layout-6 > .t3z-maxwidth h1,
.t3z-ce-layout-6 > .bx-wrapper h1,
.t3z-ce-layout-6 > .t3z-maxwidth h2,
.t3z-ce-layout-6 > .bx-wrapper h2,
.t3z-ce-layout-6 > .t3z-maxwidth h3,
.t3z-ce-layout-6 > .bx-wrapper h3,
.t3z-ce-layout-6 > .t3z-maxwidth h4,
.t3z-ce-layout-6 > .bx-wrapper h4,
.t3z-ce-layout-6 > .t3z-maxwidth h5,
.t3z-ce-layout-6 > .bx-wrapper h5,
.t3z-ce-layout-6 > .t3z-maxwidth h6,
.t3z-ce-layout-6 > .bx-wrapper h6,
.t3z-ce-layout-6 > .t3z-maxwidth p,
.t3z-ce-layout-6 > .bx-wrapper p,
.t3z-ce-layout-6 > .t3z-maxwidth blockquote,
.t3z-ce-layout-6 > .bx-wrapper blockquote,
.t3z-ce-layout-6 > .t3z-maxwidth li,
.t3z-ce-layout-6 > .bx-wrapper li,
.t3z-ce-layout-6 > .t3z-maxwidth figcaption,
.t3z-ce-layout-6 > .bx-wrapper figcaption,
.t3z-ce-layout-6 > .t3z-maxwidth label,
.t3z-ce-layout-6 > .bx-wrapper label,
.t3z-ce-layout-6 > .t3z-maxwidth legend,
.t3z-ce-layout-6 > .bx-wrapper legend,
.t3z-ce-layout-6 > .t3z-maxwidth dt,
.t3z-ce-layout-6 > .bx-wrapper dt,
.t3z-ce-layout-6 > .t3z-maxwidth dd,
.t3z-ce-layout-6 > .bx-wrapper dd,
.t3z-ce-layout-6 > .t3z-maxwidth summary,
.t3z-ce-layout-6 > .bx-wrapper summary {
  color: rgba(50, 50, 51, 0.8);
}
.t3z-ce-layout-6 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-6 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
.t3z-ce-layout-6 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
.t3z-ce-layout-6 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce-layout-6 > .t3z-maxwidth,
.t3z-padding.t3z-ce-layout-6 > .bx-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce-layout-6 > .t3z-maxwidth .t3z-ce-totop,
.t3z-ce-layout-6 > .bx-wrapper .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-6 > .t3z-maxwidth,
  .t3z-ce-layout-6 > .bx-wrapper {
    padding: 1rem;
  }
  .t3z-ce-layout-6 > .t3z-maxwidth .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-6 > .bx-wrapper .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce-layout-6 > .t3z-maxwidth .t3z-ce-box > .bx-wrapper,
  .t3z-ce-layout-6 > .bx-wrapper .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-ce-layout-6 > .t3z-maxwidth .ce-row,
.t3z-ce-layout-6 > .bx-wrapper .ce-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.t3z-ce-layout-6 > .t3z-maxwidth .ce-row + .ce-row,
.t3z-ce-layout-6 > .bx-wrapper .ce-row + .ce-row {
  margin-top: 2rem;
}
.t3z-ce-layout-5 > .t3z-maxwidth > h2,
.t3z-ce-layout-5 > .bx-wrapper > h2,
.t3z-ce-layout-6 > .t3z-maxwidth > h2,
.t3z-ce-layout-6 > .bx-wrapper > h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h2,
.news-related > h2,
.t3z-ce-layout-5 > .t3z-maxwidth > h3,
.t3z-ce-layout-5 > .bx-wrapper > h3,
.t3z-ce-layout-6 > .t3z-maxwidth > h3,
.t3z-ce-layout-6 > .bx-wrapper > h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h3,
.news-related > h3,
.t3z-ce-layout-5 > .t3z-maxwidth > header h2,
.t3z-ce-layout-5 > .bx-wrapper > header h2,
.t3z-ce-layout-6 > .t3z-maxwidth > header h2,
.t3z-ce-layout-6 > .bx-wrapper > header h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h2,
.news-related > header h2,
.t3z-ce-layout-5 > .t3z-maxwidth > header h3,
.t3z-ce-layout-5 > .bx-wrapper > header h3,
.t3z-ce-layout-6 > .t3z-maxwidth > header h3,
.t3z-ce-layout-6 > .bx-wrapper > header h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h3,
.news-related > header h3,
.t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h2,
.t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h2,
.t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h2,
.t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h2,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h2,
.news-related > .t3z-ce-header:first-child h2,
.t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h3,
.t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h3,
.t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h3,
.t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h3,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h3,
.news-related > .t3z-ce-header:first-child h3 {
  font-size: 0.875em;
  background: #43bfe8;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5rem;
  margin: -1rem;
  margin-bottom: 1rem;
}
.t3z-ce-layout-5 > .t3z-maxwidth > h2 a,
.t3z-ce-layout-5 > .bx-wrapper > h2 a,
.t3z-ce-layout-6 > .t3z-maxwidth > h2 a,
.t3z-ce-layout-6 > .bx-wrapper > h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h2 a,
.news-related > h2 a,
.t3z-ce-layout-5 > .t3z-maxwidth > h3 a,
.t3z-ce-layout-5 > .bx-wrapper > h3 a,
.t3z-ce-layout-6 > .t3z-maxwidth > h3 a,
.t3z-ce-layout-6 > .bx-wrapper > h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h3 a,
.news-related > h3 a,
.t3z-ce-layout-5 > .t3z-maxwidth > header h2 a,
.t3z-ce-layout-5 > .bx-wrapper > header h2 a,
.t3z-ce-layout-6 > .t3z-maxwidth > header h2 a,
.t3z-ce-layout-6 > .bx-wrapper > header h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h2 a,
.news-related > header h2 a,
.t3z-ce-layout-5 > .t3z-maxwidth > header h3 a,
.t3z-ce-layout-5 > .bx-wrapper > header h3 a,
.t3z-ce-layout-6 > .t3z-maxwidth > header h3 a,
.t3z-ce-layout-6 > .bx-wrapper > header h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h3 a,
.news-related > header h3 a,
.t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h2 a,
.news-related > .t3z-ce-header:first-child h2 a,
.t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h3 a,
.t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h3 a,
.t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h3 a,
.t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h3 a,
.t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h3 a,
.news-related > .t3z-ce-header:first-child h3 a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-layout-5 > .t3z-maxwidth > h2,
  .t3z-ce-layout-5 > .bx-wrapper > h2,
  .t3z-ce-layout-6 > .t3z-maxwidth > h2,
  .t3z-ce-layout-6 > .bx-wrapper > h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h2,
  .news-related > h2,
  .t3z-ce-layout-5 > .t3z-maxwidth > h3,
  .t3z-ce-layout-5 > .bx-wrapper > h3,
  .t3z-ce-layout-6 > .t3z-maxwidth > h3,
  .t3z-ce-layout-6 > .bx-wrapper > h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > h3,
  .news-related > h3,
  .t3z-ce-layout-5 > .t3z-maxwidth > header h2,
  .t3z-ce-layout-5 > .bx-wrapper > header h2,
  .t3z-ce-layout-6 > .t3z-maxwidth > header h2,
  .t3z-ce-layout-6 > .bx-wrapper > header h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h2,
  .news-related > header h2,
  .t3z-ce-layout-5 > .t3z-maxwidth > header h3,
  .t3z-ce-layout-5 > .bx-wrapper > header h3,
  .t3z-ce-layout-6 > .t3z-maxwidth > header h3,
  .t3z-ce-layout-6 > .bx-wrapper > header h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > header h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > header h3,
  .news-related > header h3,
  .t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h2,
  .news-related > .t3z-ce-header:first-child h2,
  .t3z-ce-layout-5 > .t3z-maxwidth > .t3z-ce-header:first-child h3,
  .t3z-ce-layout-5 > .bx-wrapper > .t3z-ce-header:first-child h3,
  .t3z-ce-layout-6 > .t3z-maxwidth > .t3z-ce-header:first-child h3,
  .t3z-ce-layout-6 > .bx-wrapper > .t3z-ce-header:first-child h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .t3z-maxwidth > .t3z-ce-header:first-child h3,
  .t3z-ce-layout-5 .t3z-ce-ttaddress_listview > .bx-wrapper > .t3z-ce-header:first-child h3,
  .news-related > .t3z-ce-header:first-child h3 {
    padding: 0.5rem;
    margin: -0.5rem;
    margin-bottom: 0.5rem;
  }
}
.t3z-ce-layout-77 > .t3z-maxwidth,
.t3z-ce-layout-77 > .bx-wrapper,
.t3z-ce-layout-88 > .t3z-maxwidth,
.t3z-ce-layout-88 > .bx-wrapper,
.t3z-ce-layout-99 > .t3z-maxwidth,
.t3z-ce-layout-99 > .bx-wrapper,
.typo3-messages > div,
.powermail_confirmation,
.powermail_create {
  position: relative;
  margin-top: 1.2em;
  padding-top: 3.5em !important;
  text-align: center;
}
.t3z-ce-layout-77 > .t3z-maxwidth h1,
.t3z-ce-layout-77 > .bx-wrapper h1,
.t3z-ce-layout-88 > .t3z-maxwidth h1,
.t3z-ce-layout-88 > .bx-wrapper h1,
.t3z-ce-layout-99 > .t3z-maxwidth h1,
.t3z-ce-layout-99 > .bx-wrapper h1,
.typo3-messages > div h1,
.powermail_confirmation h1,
.powermail_create h1,
.t3z-ce-layout-77 > .t3z-maxwidth h2,
.t3z-ce-layout-77 > .bx-wrapper h2,
.t3z-ce-layout-88 > .t3z-maxwidth h2,
.t3z-ce-layout-88 > .bx-wrapper h2,
.t3z-ce-layout-99 > .t3z-maxwidth h2,
.t3z-ce-layout-99 > .bx-wrapper h2,
.typo3-messages > div h2,
.powermail_confirmation h2,
.powermail_create h2,
.t3z-ce-layout-77 > .t3z-maxwidth h3,
.t3z-ce-layout-77 > .bx-wrapper h3,
.t3z-ce-layout-88 > .t3z-maxwidth h3,
.t3z-ce-layout-88 > .bx-wrapper h3,
.t3z-ce-layout-99 > .t3z-maxwidth h3,
.t3z-ce-layout-99 > .bx-wrapper h3,
.typo3-messages > div h3,
.powermail_confirmation h3,
.powermail_create h3,
.t3z-ce-layout-77 > .t3z-maxwidth h4,
.t3z-ce-layout-77 > .bx-wrapper h4,
.t3z-ce-layout-88 > .t3z-maxwidth h4,
.t3z-ce-layout-88 > .bx-wrapper h4,
.t3z-ce-layout-99 > .t3z-maxwidth h4,
.t3z-ce-layout-99 > .bx-wrapper h4,
.typo3-messages > div h4,
.powermail_confirmation h4,
.powermail_create h4,
.t3z-ce-layout-77 > .t3z-maxwidth h5,
.t3z-ce-layout-77 > .bx-wrapper h5,
.t3z-ce-layout-88 > .t3z-maxwidth h5,
.t3z-ce-layout-88 > .bx-wrapper h5,
.t3z-ce-layout-99 > .t3z-maxwidth h5,
.t3z-ce-layout-99 > .bx-wrapper h5,
.typo3-messages > div h5,
.powermail_confirmation h5,
.powermail_create h5,
.t3z-ce-layout-77 > .t3z-maxwidth h6,
.t3z-ce-layout-77 > .bx-wrapper h6,
.t3z-ce-layout-88 > .t3z-maxwidth h6,
.t3z-ce-layout-88 > .bx-wrapper h6,
.t3z-ce-layout-99 > .t3z-maxwidth h6,
.t3z-ce-layout-99 > .bx-wrapper h6,
.typo3-messages > div h6,
.powermail_confirmation h6,
.powermail_create h6,
.t3z-ce-layout-77 > .t3z-maxwidth p,
.t3z-ce-layout-77 > .bx-wrapper p,
.t3z-ce-layout-88 > .t3z-maxwidth p,
.t3z-ce-layout-88 > .bx-wrapper p,
.t3z-ce-layout-99 > .t3z-maxwidth p,
.t3z-ce-layout-99 > .bx-wrapper p,
.typo3-messages > div p,
.powermail_confirmation p,
.powermail_create p,
.t3z-ce-layout-77 > .t3z-maxwidth blockquote,
.t3z-ce-layout-77 > .bx-wrapper blockquote,
.t3z-ce-layout-88 > .t3z-maxwidth blockquote,
.t3z-ce-layout-88 > .bx-wrapper blockquote,
.t3z-ce-layout-99 > .t3z-maxwidth blockquote,
.t3z-ce-layout-99 > .bx-wrapper blockquote,
.typo3-messages > div blockquote,
.powermail_confirmation blockquote,
.powermail_create blockquote {
  text-align: center;
}
.t3z-ce-layout-77 > .t3z-maxwidth::before,
.t3z-ce-layout-77 > .bx-wrapper::before,
.t3z-ce-layout-88 > .t3z-maxwidth::before,
.t3z-ce-layout-88 > .bx-wrapper::before,
.t3z-ce-layout-99 > .t3z-maxwidth::before,
.t3z-ce-layout-99 > .bx-wrapper::before,
.typo3-messages > div::before,
.powermail_confirmation::before,
.powermail_create::before {
  display: inline-block;
  font: normal normal normal 16px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  width: 2em;
  height: 2em;
  line-height: 1.85em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 4px white;
  background: #8cd8f1;
  content: "\f00c";
  text-align: center;
  color: white;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  margin: auto;
}
.t3z-ce-layout-77 > .t3z-maxwidth::before.fa-pull-left,
.t3z-ce-layout-77 > .bx-wrapper::before.fa-pull-left,
.t3z-ce-layout-88 > .t3z-maxwidth::before.fa-pull-left,
.t3z-ce-layout-88 > .bx-wrapper::before.fa-pull-left,
.t3z-ce-layout-99 > .t3z-maxwidth::before.fa-pull-left,
.t3z-ce-layout-99 > .bx-wrapper::before.fa-pull-left,
.typo3-messages > div::before.fa-pull-left,
.powermail_confirmation::before.fa-pull-left,
.powermail_create::before.fa-pull-left {
  margin-right: .3em;
}
.t3z-ce-layout-77 > .t3z-maxwidth::before.fa-pull-right,
.t3z-ce-layout-77 > .bx-wrapper::before.fa-pull-right,
.t3z-ce-layout-88 > .t3z-maxwidth::before.fa-pull-right,
.t3z-ce-layout-88 > .bx-wrapper::before.fa-pull-right,
.t3z-ce-layout-99 > .t3z-maxwidth::before.fa-pull-right,
.t3z-ce-layout-99 > .bx-wrapper::before.fa-pull-right,
.typo3-messages > div::before.fa-pull-right,
.powermail_confirmation::before.fa-pull-right,
.powermail_create::before.fa-pull-right {
  margin-left: .3em;
}
.t3z-ce-layout-77 > .t3z-maxwidth::before.pull-left,
.t3z-ce-layout-77 > .bx-wrapper::before.pull-left,
.t3z-ce-layout-88 > .t3z-maxwidth::before.pull-left,
.t3z-ce-layout-88 > .bx-wrapper::before.pull-left,
.t3z-ce-layout-99 > .t3z-maxwidth::before.pull-left,
.t3z-ce-layout-99 > .bx-wrapper::before.pull-left,
.typo3-messages > div::before.pull-left,
.powermail_confirmation::before.pull-left,
.powermail_create::before.pull-left {
  margin-right: .3em;
}
.t3z-ce-layout-77 > .t3z-maxwidth::before.pull-right,
.t3z-ce-layout-77 > .bx-wrapper::before.pull-right,
.t3z-ce-layout-88 > .t3z-maxwidth::before.pull-right,
.t3z-ce-layout-88 > .bx-wrapper::before.pull-right,
.t3z-ce-layout-99 > .t3z-maxwidth::before.pull-right,
.t3z-ce-layout-99 > .bx-wrapper::before.pull-right,
.typo3-messages > div::before.pull-right,
.powermail_confirmation::before.pull-right,
.powermail_create::before.pull-right {
  margin-left: .3em;
}
.t3z-ce-layout-88 > .t3z-maxwidth h1,
.t3z-ce-layout-88 > .bx-wrapper h1,
.typo3-messages.error-message > div h1,
.typo3-messages.general-message > div h1,
.powermail_confirmation h1,
.t3z-ce-layout-88 > .t3z-maxwidth h2,
.t3z-ce-layout-88 > .bx-wrapper h2,
.typo3-messages.error-message > div h2,
.typo3-messages.general-message > div h2,
.powermail_confirmation h2,
.t3z-ce-layout-88 > .t3z-maxwidth h3,
.t3z-ce-layout-88 > .bx-wrapper h3,
.typo3-messages.error-message > div h3,
.typo3-messages.general-message > div h3,
.powermail_confirmation h3,
.t3z-ce-layout-88 > .t3z-maxwidth h4,
.t3z-ce-layout-88 > .bx-wrapper h4,
.typo3-messages.error-message > div h4,
.typo3-messages.general-message > div h4,
.powermail_confirmation h4,
.t3z-ce-layout-88 > .t3z-maxwidth h5,
.t3z-ce-layout-88 > .bx-wrapper h5,
.typo3-messages.error-message > div h5,
.typo3-messages.general-message > div h5,
.powermail_confirmation h5,
.t3z-ce-layout-88 > .t3z-maxwidth h6,
.t3z-ce-layout-88 > .bx-wrapper h6,
.typo3-messages.error-message > div h6,
.typo3-messages.general-message > div h6,
.powermail_confirmation h6,
.t3z-ce-layout-88 > .t3z-maxwidth p,
.t3z-ce-layout-88 > .bx-wrapper p,
.typo3-messages.error-message > div p,
.typo3-messages.general-message > div p,
.powermail_confirmation p,
.t3z-ce-layout-88 > .t3z-maxwidth blockquote,
.t3z-ce-layout-88 > .bx-wrapper blockquote,
.typo3-messages.error-message > div blockquote,
.typo3-messages.general-message > div blockquote,
.powermail_confirmation blockquote {
  text-transform: none;
}
.t3z-ce-layout-88 > .t3z-maxwidth::before,
.t3z-ce-layout-88 > .bx-wrapper::before,
.typo3-messages.error-message > div::before,
.typo3-messages.general-message > div::before,
.powermail_confirmation::before {
  background: #f29400;
  content: "\f129";
}
.powermail_create h1,
.powermail_create h2,
.powermail_create h3,
.powermail_create h4,
.powermail_create h5,
.powermail_create h6,
.powermail_create p,
.powermail_create blockquote {
  font-weight: bold;
}
.t3z-ce-layout-99 > .t3z-maxwidth::before,
.t3z-ce-layout-99 > .bx-wrapper::before {
  background: #ed252f;
  content: "\f188";
}
.powermail_create {
  font-weight: bold;
}
.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}
.t3z-ce-menu,
.ce-menu-2,
.ce-menu-8 {
  margin-bottom: 0 !important;
}
.ce-menu-2 {
  margin-bottom: -1em !important;
}
.ce-menu-2,
.ce-menu-8 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.ce-menu-2 li,
.ce-menu-8 li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.ce-menu-2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.ce-menu-2 li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.ce-menu-2 > li {
  margin: 0;
}
.ce-menu-2 > li > span > a {
  display: none;
}
.ce-menu-2 > li > span > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1rem;
}
@media only screen and (max-width: 768px) {
  .ce-menu-2 > li > span > ul {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .ce-menu-2 > li > span > ul {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
.ce-menu-2 > li > span > ul > li {
  width: 33.333%;
  padding-left: 1rem;
  margin-bottom: 1rem;
  align-self: stretch;
}
@media only screen and (max-width: 768px) {
  .ce-menu-2 > li > span > ul > li {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.ce-menu-2 > li > span > ul > li > span {
  background-color: #ececed !important;
  padding: 2rem 2rem;
  position: relative;
  display: block;
  height: 100%;
  padding: 1rem;
}
.ce-menu-2 > li > span > ul > li > span h1,
.ce-menu-2 > li > span > ul > li > span h2,
.ce-menu-2 > li > span > ul > li > span h3,
.ce-menu-2 > li > span > ul > li > span h4,
.ce-menu-2 > li > span > ul > li > span h5,
.ce-menu-2 > li > span > ul > li > span h6,
.ce-menu-2 > li > span > ul > li > span p,
.ce-menu-2 > li > span > ul > li > span blockquote,
.ce-menu-2 > li > span > ul > li > span li,
.ce-menu-2 > li > span > ul > li > span figcaption,
.ce-menu-2 > li > span > ul > li > span label,
.ce-menu-2 > li > span > ul > li > span legend,
.ce-menu-2 > li > span > ul > li > span dt,
.ce-menu-2 > li > span > ul > li > span dd,
.ce-menu-2 > li > span > ul > li > span summary {
  color: rgba(50, 50, 51, 0.8);
}
.ce-menu-2 > li > span > ul > li > span .t3z-ce-box > .t3z-maxwidth,
.ce-menu-2 > li > span > ul > li > span .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.ce-menu-2 > li > span > ul > li > span {
  padding-left: 0;
  padding-right: 0;
}
.ce-menu-2 > li > span > ul > li > span .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .ce-menu-2 > li > span > ul > li > span {
    padding: 1rem;
  }
  .ce-menu-2 > li > span > ul > li > span .t3z-ce-box > .t3z-maxwidth,
  .ce-menu-2 > li > span > ul > li > span .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .ce-menu-2 > li > span > ul > li > span {
    padding: 0.5rem;
  }
}
.ce-menu-2 > li > span > ul > li > span li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ce-menu-2 > li > span > ul > li > span i {
  margin-right: 0.5em;
}
.ce-menu-2 > li > span > ul > li > span > a {
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25em;
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
  margin-bottom: 1em;
}
.ce-menu-2 > li > span > ul > li > span > a i {
  display: block;
  margin: 0 auto 0.5em auto;
  width: 2em;
  height: 2em;
  line-height: 1.85em;
  font-size: 1.5em;
  border: solid 4px #ececed;
  background: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
}
.ce-menu-2 > li > span > ul > li > span > ul {
  margin-top: 1.25em;
  padding-left: 0;
}
.ce-menu-2 > li > span > ul > li > span > ul ul {
  padding-left: 1em;
  margin-top: 0.5em;
}
.ce-menu-2 > li > span > ul > li > span > ul ul li {
  font-size: 0.9em;
}
@media only screen and (max-width: 600px) {
  .ce-menu-2 > li > span > ul > li {
    width: 100%;
  }
}
.t3z-ce-slider .bx-wrapper .t3z-maxwidth,
.t3z-ce-carousel .bx-wrapper .t3z-maxwidth {
  max-width: none;
}
.t3z-ce-slider .bx-wrapper .t3z-maxwidth .t3z-ce + .t3z-ce,
.t3z-ce-carousel .bx-wrapper .t3z-maxwidth .t3z-ce + .t3z-ce {
  margin-top: 0;
}
.t3z-ce-slider .bx-wrapper .bx-pager,
.t3z-ce-carousel .bx-wrapper .bx-pager {
  bottom: 0.5em;
}
.t3z-ce-slider .bx-wrapper .bx-controls-direction a.bx-prev,
.t3z-ce-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  top: 50%;
  left: 1em;
  width: 32px;
}
.t3z-ce-slider .bx-wrapper .bx-controls-direction a.bx-next,
.t3z-ce-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  top: 50%;
  right: 1em;
  width: 32px;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 0.25em 1em;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
}
#content .t3z-ce-slider,
#content .t3z-ce-carousel {
  padding-bottom: 2.4em;
}
.t3z-ce-accordion {
  margin-bottom: 1rem;
  margin-left: 2.75em;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-accordion {
    margin-bottom: 0.5rem;
  }
}
@media print {
  .t3z-ce-accordion {
    margin-bottom: 1rem;
  }
}
.t3z-ce-accordion.t3z-ce-box > .t3z-maxwidth {
  padding: 1rem !important;
}
.t3z-ce-accordion .t3z-summary {
  height: 5.5em;
  line-height: 5.5em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3.25em;
}
.t3z-ce-accordion .t3z-summary .ellipsis {
  line-height: 5.5em;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  margin-left: 3.25em;
}
.t3z-ce-accordion.t3z-ce-box > .t3z-maxwidth > .t3z-summary {
  margin: -1rem;
  padding: 0 1rem;
  padding-left: 3.25em;
}
.t3z-ce-accordion.t3z-ce-box > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  margin-left: 2.25em;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
    margin-top: 0.5rem;
  }
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary {
  cursor: pointer;
  position: relative;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i {
  position: absolute;
  top: 0;
  left: -2.75em;
  height: 5.5em;
  width: 5.5em;
  background: #5a5a5c;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 8px white;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i::before {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.0em;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i.fa-chevron-down::before {
  font-size: 1.75em;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:hover i,
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:focus i,
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:active i {
  background: #43bfe8;
  color: white;
}
.t3z-ce-accordion > .t3z-maxwidth > .t3z-summary.t3z-accordion-open .fa-arrow-down::before {
  content: "\f00d";
  font-size: 2.0em;
}
.t3z-ce-accordion.t3z-ce-layout-1 > .t3z-maxwidth > .t3z-summary {
  color: white;
}
.t3z-ce-accordion.t3z-ce-layout-1 > .t3z-maxwidth > .t3z-summary i {
  border-color: #43bfe8;
  background: white;
  color: #5a5a5c;
}
.t3z-ce-accordion.t3z-ce-layout-1 > .t3z-maxwidth > .t3z-summary:hover i,
.t3z-ce-accordion.t3z-ce-layout-1 > .t3z-maxwidth > .t3z-summary:focus i,
.t3z-ce-accordion.t3z-ce-layout-1 > .t3z-maxwidth > .t3z-summary:active i {
  background: white;
  color: #43bfe8;
}
.t3z-ce-accordion.t3z-ce-layout-2 > .t3z-maxwidth > .t3z-summary i {
  border-color: #b9e7f6;
  background: white;
  color: #5a5a5c;
}
.t3z-ce-accordion.t3z-ce-layout-2 > .t3z-maxwidth > .t3z-summary:hover i,
.t3z-ce-accordion.t3z-ce-layout-2 > .t3z-maxwidth > .t3z-summary:focus i,
.t3z-ce-accordion.t3z-ce-layout-2 > .t3z-maxwidth > .t3z-summary:active i {
  background: white;
  color: #43bfe8;
}
.t3z-ce-accordion.t3z-ce-layout-3 > .t3z-maxwidth > .t3z-summary i {
  border-color: #ddf4fb;
}
.t3z-ce-accordion.t3z-ce-layout-4 > .t3z-maxwidth > .t3z-summary i,
.t3z-ce-accordion.t3z-ce-layout-5 > .t3z-maxwidth > .t3z-summary i {
  border-color: #ececed;
}
.t3z-ce-accordion-small,
.t3z-ce-accordion .t3z-ce-accordion {
  margin-left: 1.75em;
  /*
		.tx-ccdmsimplecompanies & {
			.t3z-summary {
				.ellipsis {
	
					line-height: 1.25em;
					padding-top: 0.5em;
					//padding-bottom: 1em;
				}
			}
		}*/
}
.t3z-ce-accordion-small.company .image,
.t3z-ce-accordion .t3z-ce-accordion.company .image {
  margin-bottom: 1.2em;
}
.t3z-ce-accordion-small .t3z-summary,
.t3z-ce-accordion .t3z-ce-accordion .t3z-summary {
  height: 3.5em;
  line-height: 3.5em;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  padding-left: 2.25em;
}
.t3z-ce-accordion-small .t3z-summary .ellipsis,
.t3z-ce-accordion .t3z-ce-accordion .t3z-summary .ellipsis {
  line-height: 3.5em;
}
.t3z-ce-accordion-small .t3z-summary strong,
.t3z-ce-accordion .t3z-ce-accordion .t3z-summary strong {
  text-transform: uppercase;
}
.t3z-ce-accordion-small .t3z-summary small,
.t3z-ce-accordion .t3z-ce-accordion .t3z-summary small {
  margin-left: 0.25em;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary ~ .t3z-ce,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  margin-left: 1.25em;
  margin-top: 1.5rem;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary:not(.t3z-accordion-open) ~ .t3z-ce,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:not(.t3z-accordion-open) ~ .t3z-ce {
  display: none;
}
.t3z-ce-accordion-small.t3z-ce-box > .t3z-maxwidth > .t3z-summary,
.t3z-ce-accordion .t3z-ce-accordion.t3z-ce-box > .t3z-maxwidth > .t3z-summary {
  padding-left: 2.25em;
}
.t3z-ce-accordion-small.t3z-ce-box > .t3z-maxwidth > .t3z-summary ~ .t3z-ce,
.t3z-ce-accordion .t3z-ce-accordion.t3z-ce-box > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  margin-left: 1.25em;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary i,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i {
  left: -1.75em;
  height: 3.5em;
  width: 3.5em;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary i::before,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i::before {
  text-align: center;
  font-size: 1.5em;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary i.fa-chevron-down::before,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i.fa-chevron-down::before {
  font-size: 1.25em;
}
.t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary.t3z-accordion-open .fa-arrow-down::before,
.t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary.t3z-accordion-open .fa-arrow-down::before {
  content: "\f00d";
  font-size: 1.5em;
}
.t3z-nojs t3z-ce-accordion-small > .t3z-maxwidth > .t3z-summary ~ .t3z-ce,
.t3z-nojs .t3z-ce-accordion .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary ~ .t3z-ce {
  display: block;
}
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth {
  background: white !important;
}
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary i {
  border-color: white;
  background: #5a5a5c;
  color: white;
}
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:hover i,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:focus i,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth > .t3z-summary:active i {
  background: #43bfe8;
  color: white;
}
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h1,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h2,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h3,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h4,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h5,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth h6,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth p,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth blockquote,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth li,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth figcaption,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth label,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth legend,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth dt,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth dd,
.t3z-ce-box .t3z-ce-accordion > .t3z-maxwidth summary {
  color: rgba(50, 50, 51, 0.8);
}
.ce-uploads dl {
  position: relative;
  display: block;
  padding-left: 4em;
  margin-bottom: 1.2em;
  min-height: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 0.725em;
}
.ce-uploads dt,
.ce-uploads dd {
  display: inline;
  margin: 0 0.5em 0 0;
}
.ce-uploads dd {
  opacity: 0.6;
  text-transform: uppercase;
}
.ce-uploads .ce-uploads-description {
  white-space: normal;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
}
.ce-uploads dt i {
  position: absolute;
  left: 0;
  top: 0;
  height: 3em;
  width: 3em;
  background: #5a5a5c;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 0px white;
}
.ce-uploads dt i::before {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.25em;
}
.ce-uploads dt i.preview {
  height: 3em;
  width: 3em;
  background-size: cover;
}
.ce-uploads dt i.preview::before {
  display: none;
}
.ce-uploads a:hover ~ .ce-uploads-description,
.ce-uploads dt:hover ~ .ce-uploads-description,
.ce-uploads a:focus ~ .ce-uploads-description,
.ce-uploads dt:focus ~ .ce-uploads-description,
.ce-uploads a:active ~ .ce-uploads-description,
.ce-uploads dt:active ~ .ce-uploads-description {
  opacity: 1;
  height: 1.25em;
  margin-top: 0.5em;
}
.ce-uploads a:hover i,
.ce-uploads dt:hover i,
.ce-uploads a:focus i,
.ce-uploads dt:focus i,
.ce-uploads a:active i,
.ce-uploads dt:active i {
  background-color: #43bfe8;
}
/**
 * Plugins
 */
.t3z-ce:not(.t3z-ce-box) .container-fluid,
.t3z-ce:not(.t3z-ce-box) .csc-mailform {
  background-color: #ececed !important;
  padding: 2rem 2rem;
  position: relative;
  padding-bottom: 0;
}
.t3z-ce:not(.t3z-ce-box) .container-fluid h1,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h1,
.t3z-ce:not(.t3z-ce-box) .container-fluid h2,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h2,
.t3z-ce:not(.t3z-ce-box) .container-fluid h3,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h3,
.t3z-ce:not(.t3z-ce-box) .container-fluid h4,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h4,
.t3z-ce:not(.t3z-ce-box) .container-fluid h5,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h5,
.t3z-ce:not(.t3z-ce-box) .container-fluid h6,
.t3z-ce:not(.t3z-ce-box) .csc-mailform h6,
.t3z-ce:not(.t3z-ce-box) .container-fluid p,
.t3z-ce:not(.t3z-ce-box) .csc-mailform p,
.t3z-ce:not(.t3z-ce-box) .container-fluid blockquote,
.t3z-ce:not(.t3z-ce-box) .csc-mailform blockquote,
.t3z-ce:not(.t3z-ce-box) .container-fluid li,
.t3z-ce:not(.t3z-ce-box) .csc-mailform li,
.t3z-ce:not(.t3z-ce-box) .container-fluid figcaption,
.t3z-ce:not(.t3z-ce-box) .csc-mailform figcaption,
.t3z-ce:not(.t3z-ce-box) .container-fluid label,
.t3z-ce:not(.t3z-ce-box) .csc-mailform label,
.t3z-ce:not(.t3z-ce-box) .container-fluid legend,
.t3z-ce:not(.t3z-ce-box) .csc-mailform legend,
.t3z-ce:not(.t3z-ce-box) .container-fluid dt,
.t3z-ce:not(.t3z-ce-box) .csc-mailform dt,
.t3z-ce:not(.t3z-ce-box) .container-fluid dd,
.t3z-ce:not(.t3z-ce-box) .csc-mailform dd,
.t3z-ce:not(.t3z-ce-box) .container-fluid summary,
.t3z-ce:not(.t3z-ce-box) .csc-mailform summary {
  color: rgba(50, 50, 51, 0.8);
}
.t3z-ce:not(.t3z-ce-box) .container-fluid .t3z-ce-box > .t3z-maxwidth,
.t3z-ce:not(.t3z-ce-box) .csc-mailform .t3z-ce-box > .t3z-maxwidth,
.t3z-ce:not(.t3z-ce-box) .container-fluid .t3z-ce-box > .bx-wrapper,
.t3z-ce:not(.t3z-ce-box) .csc-mailform .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding.t3z-ce:not(.t3z-ce-box) .container-fluid,
.t3z-padding.t3z-ce:not(.t3z-ce-box) .csc-mailform {
  padding-left: 0;
  padding-right: 0;
}
.t3z-ce:not(.t3z-ce-box) .container-fluid .t3z-ce-totop,
.t3z-ce:not(.t3z-ce-box) .csc-mailform .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .t3z-ce:not(.t3z-ce-box) .container-fluid,
  .t3z-ce:not(.t3z-ce-box) .csc-mailform {
    padding: 1rem;
  }
  .t3z-ce:not(.t3z-ce-box) .container-fluid .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce:not(.t3z-ce-box) .csc-mailform .t3z-ce-box > .t3z-maxwidth,
  .t3z-ce:not(.t3z-ce-box) .container-fluid .t3z-ce-box > .bx-wrapper,
  .t3z-ce:not(.t3z-ce-box) .csc-mailform .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
.t3z-padding.t3z-ce:not(.t3z-ce-box) .container-fluid,
.t3z-padding.t3z-ce:not(.t3z-ce-box) .csc-mailform {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .t3z-ce:not(.t3z-ce-box) .container-fluid,
  .t3z-ce:not(.t3z-ce-box) .csc-mailform {
    padding-bottom: 0;
  }
  .t3z-padding.t3z-ce:not(.t3z-ce-box) .container-fluid,
  .t3z-padding.t3z-ce:not(.t3z-ce-box) .csc-mailform {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.t3z-ce-box .container-fluid,
.t3z-ce-box .csc-mailform {
  background: transparent;
  padding-bottom: 0;
  padding-top: 0.5rem;
}
.t3z-padding.t3z-ce-box .container-fluid,
.t3z-padding.t3z-ce-box .csc-mailform {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .t3z-ce-box .container-fluid,
  .t3z-ce-box .csc-mailform {
    padding-bottom: 0;
    padding-top: 0.25rem;
  }
  .t3z-padding.t3z-ce-box .container-fluid,
  .t3z-padding.t3z-ce-box .csc-mailform {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.container-fluid .nolabel legend,
.csc-mailform .nolabel legend {
  display: none;
}
.container-fluid .nolabel label,
.csc-mailform .nolabel label {
  display: none;
}
.container-fluid .nolabel [class*='check'] label,
.csc-mailform .nolabel [class*='check'] label,
.container-fluid .nolabel [class*='radio'] label,
.csc-mailform .nolabel [class*='radio'] label {
  display: block;
}
.container-fluid .readonly label,
.csc-mailform .readonly label {
  display: block;
}
.container-fluid .readonly input,
.csc-mailform .readonly input {
  pointer-events: none;
}
.container-fluid .powermail_fieldwrap.invisble,
.csc-mailform .powermail_fieldwrap.invisble {
  display: none;
}
.container-fluid .powermail_fieldwrap_captcha label,
.csc-mailform .powermail_fieldwrap_captcha label {
  display: block;
}
.container-fluid fieldset > div,
.csc-mailform fieldset > div {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .container-fluid .smallfield,
  .csc-mailform .smallfield {
    width: 50%;
    float: left;
  }
  .container-fluid .smallfield input,
  .csc-mailform .smallfield input,
  .container-fluid .smallfield select,
  .csc-mailform .smallfield select {
    width: 100%;
  }
  .container-fluid .smallfield + .smallfield,
  .csc-mailform .smallfield + .smallfield {
    clear: none;
    padding-left: 1em;
  }
}
.container-fluid fieldset.flex,
.csc-mailform fieldset.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1em;
}
.container-fluid fieldset.flex legend,
.csc-mailform fieldset.flex legend {
  padding-left: 1em;
}
.container-fluid fieldset.flex > div,
.csc-mailform fieldset.flex > div {
  padding-left: 1em;
  min-width: 50%;
}
.container-fluid form input[readonly],
.csc-mailform form input[readonly] {
  padding-top: 0;
  background: transparent;
  border-color: transparent;
  border-bottom: dotted 1px rgba(90, 90, 92, 0.4);
  color: #43bfe8;
}
.container-fluid ul,
.csc-mailform ul {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  margin: 0.0em 0 0;
  padding: 0;
  font-size: 0.8em;
  position: absolute;
}
.container-fluid ul li,
.csc-mailform ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.container-fluid ul.parsley-errors-list li,
.csc-mailform ul.parsley-errors-list li {
  color: #ed252f !important;
  font-weight: bold;
}
.powermail_confirmation table {
  min-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.powermail_confirmation .powermail_all_label,
.powermail_confirmation .powermail_all_value {
  padding: 0.6em 0.6em;
  max-width: 100%;
  font-size: 0.9em;
  color: rgba(50, 50, 51, 0.8);
  border-bottom: dotted 1px rgba(90, 90, 92, 0.4);
}
.powermail_confirmation .powermail_all_label {
  background: transparent;
  color: rgba(50, 50, 51, 0.8);
  font-style: italic;
  font-weight: normal;
  opacity: 0.5;
}
.powermail_confirmation .powermail_all_label strong {
  font-size: 0.9em;
  font-weight: normal;
}
.powermail_confirmation .powermail_all_value {
  color: rgba(50, 50, 51, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
}
.powermail_confirmation .btn-group {
  position: relative;
  min-height: 5.5em;
  margin-top: 2.4em;
}
.powermail_confirmation form button {
  position: absolute;
  right: 0;
  width: 49%;
  font-size: 1rem;
  overflow: hidden;
  height: 5.5em;
  background: #43bfe8;
  padding: 0;
  padding-right: 6em;
  padding-left: 2em;
  border-top-right-radius: 2.75em;
  border-bottom-right-radius: 2.75em;
  border: 0;
  /*			& > i {
					right: 0;
					border-color: @brandPrimary;
					background: white;
					color: @textColor;
		
					&::before {
						//font-size: 1em;
					}
				}*/
  /*			span {
					display: block;
					//text-align: right;
					font-size: 0.9em;
				}*/
}
@media only screen and (max-width: 600px) {
  .powermail_confirmation form button {
    width: 100%;
    position: static;
  }
}
.powermail_confirmation form button > i {
  position: absolute;
  top: 0;
  right: 0;
  height: 5.5em;
  width: 5.5em;
  background: white;
  color: #5a5a5c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 8px #43bfe8;
}
.powermail_confirmation form button > i::before {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.0em;
}
.powermail_confirmation form button:hover,
.powermail_confirmation form button:focus {
  background: #5a5a5c;
}
.powermail_confirmation form button:hover > i,
.powermail_confirmation form button:focus > i {
  background: white;
  color: #43bfe8;
  border-color: #5a5a5c;
}
.powermail_confirmation form button span {
  display: block;
  font-size: 0.9em;
  text-align: right;
  font-weight: bold;
}
.powermail_confirmation form button.btn-danger {
  rigth: auto;
  left: 0;
  background: white;
  color: #43bfe8;
  padding-right: 2em;
  padding-left: 6em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2.75em;
  border-bottom-left-radius: 2.75em;
}
@media only screen and (max-width: 600px) {
  .powermail_confirmation form button.btn-danger {
    display: none;
  }
}
.powermail_confirmation form button.btn-danger > i {
  right: auto;
  left: 0;
  height: 5.5em;
  width: 5.5em;
  background: #5a5a5c;
  color: white;
  border-color: white;
}
.powermail_confirmation form button.btn-danger:hover > i,
.powermail_confirmation form button.btn-danger:focus > i {
  background: #43bfe8;
  color: white;
  border-color: white;
}
.powermail_confirmation form button.btn-danger span {
  text-align: left;
  font-weight: normal;
}
.t3z-load-more {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.t3z-load-more .fa-spin {
  display: none;
}
.t3z-load-more.loading {
  opacity: 0.8;
}
.t3z-load-more.loading .fa-chevron-right {
  display: none;
}
.t3z-load-more.loading .fa-spin {
  display: inline-block;
}
main {
  position: relative;
  z-index: 1;
}
main .t3z-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  background: #ececed;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  min-height: 10em;
}
@media only screen and (max-width: 768px) {
  main .t3z-list-item {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
@media only screen and (max-width: 768px) {
  main .t3z-list-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
main .t3z-list-item .t3z-list-image,
main .t3z-list-item .t3z-list-content {
  padding-left: 1rem;
  margin-bottom: 1rem;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  main .t3z-list-item .t3z-list-image,
  main .t3z-list-item .t3z-list-content {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  main .t3z-list-item .t3z-list-image,
  main .t3z-list-item .t3z-list-content {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
main .t3z-list-item .t3z-list-image {
  width: 25%;
  min-width: 10em;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
main .t3z-list-item .t3z-list-image img {
  position: absolute;
  max-width: none;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .t3z-list-item .t3z-list-image span[style] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main .t3z-list-item .t3z-list-image span[style] + img {
  display: none;
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item .t3z-list-image {
    width: 100%;
    padding-left: 0;
  }
  main .t3z-list-item .t3z-list-image img {
    display: block;
    position: static;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  main .t3z-list-item .t3z-list-image span[style] {
    display: none;
  }
}
main .t3z-list-item header {
  margin-bottom: 0.25em;
}
main .t3z-list-item h2,
main .t3z-list-item h3,
main .t3z-list-item .t3z-ce-cta,
main .t3z-list-item .t3z-link-to-cta {
  margin-bottom: 0;
  color: #1897c2;
}
main .t3z-list-item .t3z-categories {
  font-weight: bold;
}
main .t3z-list-item .t3z-categories,
main .t3z-list-item footer {
  font-size: 1.25em;
}
main .t3z-list-item footer .news-event-organizer {
  margin-right: 0.5em;
}
main .t3z-list-item.topnews:not(.is-event) {
  -webkit-flex-flow: column;
  flex-flow: column;
  background: #ddf4fb;
}
main .t3z-list-item.topnews:not(.is-event) .t3z-list-content,
main .t3z-list-item.topnews:not(.is-event) .t3z-list-image {
  width: 100%;
}
main .t3z-list-item.topnews:not(.is-event) .t3z-list-image {
  padding-left: 0;
}
main .t3z-list-item.topnews:not(.is-event) .t3z-list-image img {
  display: block;
  position: static;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
main .t3z-list-item.topnews:not(.is-event) .t3z-list-image span[style] {
  display: none;
}
main .t3z-list-item.topnews:not(.is-event) .t3z-ce-cta,
main .t3z-list-item.topnews:not(.is-event) .t3z-link-to-cta {
  display: block !important;
}
main .t3z-list-item .t3z-list-content {
  width: 100%;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  main .t3z-list-item .t3z-list-content {
    padding: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item .t3z-list-content {
    width: 100%;
  }
}
main .t3z-list-item.is-event .event-list-date {
  padding: 0;
  line-height: 1.2em;
  min-width: 10em;
  max-width: 10em;
  height: 10em;
  border: solid 0.5rem #ececed;
  background: white;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
main .t3z-list-item.is-event .event-list-date time {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: rgba(50, 50, 51, 0.8);
}
main .t3z-list-item.is-event .event-list-date time > span {
  display: block;
  text-transform: uppercase;
}
main .t3z-list-item.is-event .event-list-date time .day {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.0em;
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item.is-event .event-list-date {
    padding-left: 0;
    min-width: 8em;
    max-width: 8em;
    height: 8em;
  }
  main .t3z-list-item.is-event .event-list-date time .day {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item.is-event .t3z-list-content {
    padding-left: 0.5rem;
  }
}
main .t3z-list-item.is-event.topnews {
  background: #ddf4fb;
}
main .t3z-list-item.is-event.topnews .event-list-date {
  border-color: #ddf4fb;
}
main .t3z-list-item.t3z-search-result .t3z-list-image {
  background: #9a9a9c;
}
main .t3z-list-item.t3z-search-result .t3z-list-image img[src*="gif"] {
  display: none;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  main .t3z-list-item.t3z-search-result .t3z-list-image {
    display: none;
  }
}
main .t3z-list-item.t3z-search-result h2 > span,
main .t3z-list-item.t3z-search-result h3 > span {
  display: none;
}
main .t3z-list-item.t3z-search-result h2 a,
main .t3z-list-item.t3z-search-result h3 a {
  color: #43bfe8;
}
main .t3z-list a {
  color: rgba(50, 50, 51, 0.8);
}
main .t3z-list a .t3z-list-item h2,
main .t3z-list a .t3z-list-item h3,
main .t3z-list a .t3z-list-item .t3z-ce-cta,
main .t3z-list a .t3z-list-item .t3z-link-to-cta {
  margin-bottom: 0;
  color: #43bfe8;
}
main .t3z-list a .t3z-list-item .t3z-ce-cta,
main .t3z-list a .t3z-list-item .t3z-link-to-cta {
  display: none;
  margin-top: 1.2em;
  margin-bottom: 0.25em;
}
main .t3z-list a:hover,
main .t3z-list a:focus {
  color: white;
}
main .t3z-list a:hover .t3z-list-item,
main .t3z-list a:focus .t3z-list-item {
  background: #43bfe8;
}
main .t3z-list a:hover .t3z-list-item.is-event .event-list-date,
main .t3z-list a:focus .t3z-list-item.is-event .event-list-date {
  border-color: #43bfe8;
}
main .t3z-list a:hover h2,
main .t3z-list a:focus h2,
main .t3z-list a:hover h3,
main .t3z-list a:focus h3,
main .t3z-list a:hover .t3z-ce-cta,
main .t3z-list a:focus .t3z-ce-cta,
main .t3z-list a:hover .t3z-link-to-cta,
main .t3z-list a:focus .t3z-link-to-cta {
  color: white;
}
main .t3z-ajaxwrapper .t3z-ce-ke_search_pi1 {
  display: none;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .bx-wrapper .bx-pager {
  top: auto;
  bottom: 0;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .bx-wrapper article {
  height: 100%;
  padding-bottom: 1rem;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .t3z-list .t3z-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .t3z-list time {
  font-weight: normal;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .t3z-list .t3z-categories {
  text-transform: uppercase;
}
.t3z-ce-news_pi1.t3z-ce-layout-5 .t3z-list .t3z-categories::before {
  content: " - ";
}
.t3z-ce.loading {
  opacity: 0.3;
}
/*
#calendar {
	margin: -(@desktopContentPadding);
	margin-bottom: 0;

	@media only screen and (max-width: @switchVersion) {
		margin: -(@mobileContentPadding);
		margin-bottom: 0;
	}

	.navigation {
	}
	.calwrap {
		display: block;
		vertical-align: top;
		position: relative;
	}

	.calendar {
		border: none;
		border-spacing: 0;
		width: 100%;
		font-size: @fontSizeSmall;
		background: white;
		padding-bottom: @fontLineHeight;

		.title {
			border: 0;
			text-align: center;
			font-weight: bold;
			line-height: 2.5em;
			background: white;

			.navigation {
				&.left {
					float: left;
				}
				&.right {
					float: right;
				}
			}
		}

		.days > div,
		.week > div {
			width: 14.2%;
			float: left;
		}

		.days {
			background-color: @brandSecondary;
		}

		.days > div {
			background-color: @brandSecondary;
			color: @gray;
			line-height: 2em;
			height: 2em;
		}
		.week {
			position: relative;
		}
		.days .th {
			font-weight: normal;
			text-align: center;
		}
		.day {
			text-align: center;
			background: white;
			color: @textColor;
			line-height: 3em;
			height: 3em;
			position: relative;

			span {
				display: inline-block;
				width: 100%;

				a {
					display: block;
					z-index: 2;
					position: absolute;
					top: 50%;
					left: 50%;
					margin-top: -1.125em;
					margin-left: -1.125em;
					height: 2.25em;
					width: 2.25em;
					line-height: 2.25em;
					.border-radius(50%);
					color: white;
					background: @brandPrimary;
				}
			}
		}

		.othermonth .day {
			//color: @gray;
			opacity: 0.5;
		}

		.hasevents {
			.day {
				.events {
					text-align: left;
					list-style: none;
					padding: 0 !important;
					margin: 0;
					background: white;
					border: 1px solid @brandPrimary;
					z-index: 100;
					display: none;
					position: absolute;
					left: 0;
					top: 33px;
					width: 80%;
					overflow: hidden;

					li {
						border-bottom: 1px solid @brandPrimary;
						margin: 0;

						&:last-child {
							border-bottom: 0;
						}

						&:before {
							left: 0;
							content: none;
							display: none;
						}
					}
				}

				&:hover, &:focus {
				}
			}

			&.day7 .events {
				right: 2px;
				left: auto;
			}

			&:focus, &:active, &:hover {
				pointer-events: auto;

				.events {
					//display: block;
				}
			}
		}

		.today {
			.day {
				font-weight: bold;

				span {
					font-size: 1.25em;
				}
			}
		}

		.today.hasevents {
			.day {
			}
		}

		.curmonth.active {
			.day {
				span, span a {
					background: @brandSecondary;
				}
			}
		}
	}
}
*/
#canvas .newscal-list-view {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  #canvas .newscal-list-view {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
  }
}
#canvas .newscal-list-view article {
  padding: 1rem;
  background: #ececed;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #canvas .newscal-list-view article {
    padding: 0.5rem;
  }
}
#canvas .newscal-list-view .bx-wrapper .bx-pager {
  top: auto;
  bottom: 0;
}
#canvas .newscal-list-view .bx-wrapper .t3z-wrapper {
  height: 100%;
}
#canvas .newscal-list-view .bx-wrapper .t3z-wrapper article {
  height: 100%;
}
#canvas .newscal-list-view h2,
#canvas .newscal-list-view h3,
#canvas .newscal-list-view h4 {
  font-size: inherit;
  background: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  padding: 0;
}
#canvas .newscal-list-view h2 a,
#canvas .newscal-list-view h3 a,
#canvas .newscal-list-view h4 a {
  color: #1897c2;
}
@media only screen and (max-width: 768px) {
  #canvas .newscal-list-view h2,
  #canvas .newscal-list-view h3,
  #canvas .newscal-list-view h4 {
    margin: 0;
    padding: 0;
  }
}
#canvas .newscal-list-view .dateheader {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  background: #43bfe8;
  color: white;
}
@media only screen and (max-width: 768px) {
  #canvas .newscal-list-view .dateheader {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 0.5rem;
  }
}
#canvas .newscal-list-view .dateheader span {
  display: inline-block;
}
#canvas .newscal-list-view .dateheader .day {
  font-size: 1.75em;
  position: relative;
  font-weight: normal;
}
#canvas .newscal-list-view .dateheader .day::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8em;
  left: 0.25em;
  height: 0.5em;
  width: 0.5em;
  background: #43bfe8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#canvas .newscal-list-view .dateheader .day small {
  font-size: 1em;
}
#canvas .newscal-list-view .dateheader .monthyear {
  font-size: 0.875em;
  font-weight: normal;
  text-align: right;
  float: right;
}
#canvas .newscal-list-view .dateheader .monthyear .month {
  margin-right: 0.5em;
}
#canvas .newscal-list-view h4,
#canvas .newscal-list-view h3 {
  white-space: normal;
  overflow: visible;
}
#canvas .newscal-list-view h4 a,
#canvas .newscal-list-view h3 a {
  color: rgba(50, 50, 51, 0.8);
}
#canvas .newscal-list-view h4 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
#canvas .newscal-list-view h4,
#canvas .newscal-list-view span,
#canvas .newscal-list-view p,
#canvas .newscal-list-view time {
  display: inline-block;
}
#canvas .newscal-list-view .t3z-list-content h4,
#canvas .newscal-list-view .t3z-list-content span,
#canvas .newscal-list-view .t3z-list-content p {
  vertical-align: middle;
}
#canvas .newscal-list-view .t3z-readmore {
  display: block;
}
#canvas .newscal-list-view footer {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 2.5em;
}
#canvas .newscal-list-view footer span {
  display: inline;
}
#canvas .newscal-list-view footer .news-event-organizer {
  font-weight: bold;
  margin-right: 0.5em;
}
.newscal-cta,
.newscal-control {
  display: block;
  margin-top: 1rem;
  font-size: 0.9em;
}
.newscal-cta i,
.newscal-control i {
  margin-right: 0.25em;
}
@media only screen and (max-width: 768px) {
  .newscal-cta,
  .newscal-control {
    margin-top: 0.5rem;
  }
}
.newscal-cta {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (max-width: 768px) {
  .newscal-cta {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.newscal-control + .newscal-cta {
  margin-top: 0;
}
.t3z-vcard .t3z-flexwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1rem;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
}
@media only screen and (max-width: 768px) {
  .t3z-vcard .t3z-flexwrap {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .t3z-vcard .t3z-flexwrap {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
@media only screen and (max-width: 600px) {
  .t3z-vcard .t3z-flexwrap {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.t3z-vcard .t3z-flexwrap > div {
  padding-left: 1rem;
  margin-bottom: 1rem;
  width: 256px;
}
@media only screen and (max-width: 768px) {
  .t3z-vcard .t3z-flexwrap > div {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.t3z-vcard .t3z-flexwrap > div.imagewrap {
  min-width: 12em;
  max-width: 12em;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .t3z-vcard .t3z-flexwrap > div.infowrap {
    padding-right: 2em;
  }
}
.t3z-vcard .imagewrap {
  position: relative;
}
.t3z-vcard .imagewrap figure,
.t3z-vcard .imagewrap .email {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  text-align: center;
  width: 8em;
  max-width: 8em;
  min-width: 8em;
  height: 8em;
}
.t3z-vcard .imagewrap .email {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  background: #43bfe8;
  line-height: 8em;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0.5em);
  -moz-transform: translateX(0.5em);
  -o-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.t3z-vcard .imagewrap .email * {
  color: white;
}
.t3z-vcard .imagewrap .email:hover,
.t3z-vcard .imagewrap .email:focus {
  opacity: 0.8;
}
.t3z-vcard figure {
  position: relative;
  display: block;
  margin: auto;
}
.t3z-vcard figure .photo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  max-width: none;
  width: auto !important;
  height: 100%;
}
.t3z-vcard h4 {
  color: #43bfe8 !important;
  margin-bottom: 0;
}
.t3z-vcard header {
  margin-bottom: 1.2em;
}
.t3z-vcard .pos,
.t3z-vcard .org {
  margin-top: 0.5em;
}
.t3z-vcard .tel b {
  display: none;
}
.t3z-vcard .infowrap .email {
  display: none;
}
main .tx-ttaddress-pi1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-left: -1rem;
}
@media only screen and (max-width: 768px) {
  main .tx-ttaddress-pi1 {
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  main .tx-ttaddress-pi1 {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
main .t3z-vcard {
  padding-left: 1rem;
  margin-bottom: 1rem;
  min-width: 33%;
}
@media only screen and (max-width: 768px) {
  main .t3z-vcard {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  main .t3z-vcard {
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  main .t3z-vcard .imagewrap {
    margin-left: -1rem;
  }
}
main .t3z-vcard .imagewrap figure,
main .t3z-vcard .imagewrap .email {
  width: 12em;
  max-width: 12em;
  min-width: 12em;
  height: 12em;
}
main .t3z-vcard .imagewrap .email {
  line-height: 12em;
}
@media only screen and (min-width: 768px) {
  main .t3z-vcard .imagewrap .email {
    -webkit-transform: translateX(1em);
    -moz-transform: translateX(1em);
    -o-transform: translateX(1em);
    -ms-transform: translateX(1em);
    transform: translateX(1em);
  }
}
main .t3z-vcard * {
  text-align: center;
}
main .t3z-vcard .infowrap .email {
  display: block;
}
#canvas #kein-editorial .t3z-ce-ttaddress_listview.t3z-ce-layout-5,
#canvas aside .t3z-ce-ttaddress_listview.t3z-ce-layout-5 {
  margin: -1rem;
}
@media only screen and (max-width: 768px) {
  #canvas #kein-editorial .t3z-ce-ttaddress_listview.t3z-ce-layout-5,
  #canvas aside .t3z-ce-ttaddress_listview.t3z-ce-layout-5 {
    margin: -0.5rem;
  }
}
#canvas #kein-editorial .t3z-ce-ttaddress_listview .bx-wrapper .t3z-vcard .t3z-flexwrap,
#canvas aside .t3z-ce-ttaddress_listview .bx-wrapper .t3z-vcard .t3z-flexwrap {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #canvas #kein-editorial .t3z-ce-ttaddress_listview .bx-wrapper .t3z-vcard .t3z-flexwrap,
  #canvas aside .t3z-ce-ttaddress_listview .bx-wrapper .t3z-vcard .t3z-flexwrap {
    margin-bottom: 0.5rem;
  }
}
#canvas #kein-editorial .t3z-ce-ttaddress_listview .bx-wrapper .bx-pager,
#canvas aside .t3z-ce-ttaddress_listview .bx-wrapper .bx-pager {
  bottom: 0;
}
#canvas .news-detail .bx-wrapper .bx-pager {
  bottom: 30px;
}
#canvas .news-detail .news-media-wrap figure {
  line-height: 0;
}
#canvas .news-detail .news-media-wrap figure img {
  width: 100%;
}
#canvas .news-detail .news-media-wrap figure figcaption {
  line-height: 1em;
}
#canvas .news-detail .news-detail-content {
  background-color: #ececed !important;
  padding: 2rem 2rem;
  position: relative;
}
#canvas .news-detail .news-detail-content h1,
#canvas .news-detail .news-detail-content h2,
#canvas .news-detail .news-detail-content h3,
#canvas .news-detail .news-detail-content h4,
#canvas .news-detail .news-detail-content h5,
#canvas .news-detail .news-detail-content h6,
#canvas .news-detail .news-detail-content p,
#canvas .news-detail .news-detail-content blockquote,
#canvas .news-detail .news-detail-content li,
#canvas .news-detail .news-detail-content figcaption,
#canvas .news-detail .news-detail-content label,
#canvas .news-detail .news-detail-content legend,
#canvas .news-detail .news-detail-content dt,
#canvas .news-detail .news-detail-content dd,
#canvas .news-detail .news-detail-content summary {
  color: rgba(50, 50, 51, 0.8);
}
#canvas .news-detail .news-detail-content .t3z-ce-box > .t3z-maxwidth,
#canvas .news-detail .news-detail-content .t3z-ce-box > .bx-wrapper {
  padding: 1rem;
}
.t3z-padding#canvas .news-detail .news-detail-content {
  padding-left: 0;
  padding-right: 0;
}
#canvas .news-detail .news-detail-content .t3z-ce-totop {
  display: inline-block;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  #canvas .news-detail .news-detail-content {
    padding: 1rem;
  }
  #canvas .news-detail .news-detail-content .t3z-ce-box > .t3z-maxwidth,
  #canvas .news-detail .news-detail-content .t3z-ce-box > .bx-wrapper {
    padding: 0.5rem;
  }
}
#canvas .news-detail .news-detail-content .t3z-ce-layout-4 > .t3z-maxwidth {
  padding: 0;
}
#canvas .news-detail .news-detail-content h1 {
  font-weight: bold;
  color: #43bfe8;
  text-transform: none;
  margin-bottom: 0.25em;
}
#canvas .news-detail .news-detail-content header {
  margin-bottom: 1.75em;
}
#canvas .news-detail .news-detail-content header .news-categories {
  font-weight: bold;
  font-size: 1.25em;
}
#canvas .news-detail .news-detail-content header .news-event-organizer,
#canvas .news-detail .news-detail-content header .news-event-location {
  font-size: 1.25em;
  display: block;
}
#canvas .news-detail .news-detail-content p:last-child {
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 769px) {
  #canvas .news-detail.is-event .news-detail-content {
    position: relative;
    padding-left: 13em;
  }
}
#canvas .news-detail .event-date {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0;
  line-height: 1.2em;
  min-width: 10em;
  max-width: 10em;
  height: 10em;
  background: white;
}
#canvas .news-detail .event-date time {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1em;
  color: rgba(50, 50, 51, 0.8);
}
#canvas .news-detail .event-date time > span {
  display: block;
  text-transform: uppercase;
}
#canvas .news-detail .event-date time .day {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.0em;
}
@media only screen and (max-width: 768px) {
  #canvas .news-detail .event-date {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #canvas .news-detail .event-date {
    padding-left: 0;
    min-width: 8em;
    max-width: 8em;
    height: 8em;
  }
  #canvas .news-detail .event-date time .day {
    font-size: 1.75em;
  }
}
#canvas .news-detail span > b::after {
  content: ": ";
}
#canvas .news-detail .news-event-meta {
  position: relative;
}
#canvas .news-detail .news-event-meta .news-event-datetime,
#canvas .news-detail .news-event-meta .t3z-summary,
#canvas .news-detail .news-event-meta button {
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  height: 5.5em;
}
#canvas .news-detail .news-event-meta .news-event-datetime > i,
#canvas .news-detail .news-event-meta .t3z-summary > i,
#canvas .news-detail .news-event-meta button > i {
  position: absolute;
  top: 0;
  height: 5.5em;
  width: 5.5em;
  background: #5a5a5c;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 8px white;
}
#canvas .news-detail .news-event-meta .news-event-datetime > i::before,
#canvas .news-detail .news-event-meta .t3z-summary > i::before,
#canvas .news-detail .news-event-meta button > i::before {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.0em;
}
#canvas .news-detail .news-event-meta .t3z-summary:hover > i,
#canvas .news-detail .news-event-meta .t3z-summary:focus > i {
  background: #43bfe8;
  color: white;
}
#canvas .news-detail .news-event-meta button:hover > i,
#canvas .news-detail .news-event-meta button:focus > i {
  background: white;
  color: #43bfe8;
}
#canvas .news-detail .news-event-meta .news-event-datetime,
#canvas .news-detail .news-event-meta .t3z-summary {
  padding-left: 6em;
  background: white;
  margin-bottom: 1.2em;
  border-top-left-radius: 2.75em;
  border-bottom-left-radius: 2.75em;
  vertical-align: middle;
}
#canvas .news-detail .news-event-meta .news-event-datetime > i,
#canvas .news-detail .news-event-meta .t3z-summary > i {
  left: 0;
}
#canvas .news-detail .news-event-meta .news-event-datetime .t3z-vertical,
#canvas .news-detail .news-event-meta .t3z-summary .t3z-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.9em;
  max-height: 4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  padding-right: 1rem;
}
#canvas .news-detail .news-event-meta .news-event-datetime {
  padding-right: 50%;
}
#canvas .news-detail .news-event-meta .news-event-datetime time {
  display: block;
}
#canvas .news-detail .news-event-meta .news-event-datetime time {
  font-weight: normal;
  text-transform: none;
}
#canvas .news-detail .news-event-meta .t3z-details {
  margin-bottom: 1.2em;
}
#canvas .news-detail .news-event-meta .t3z-summary {
  margin-bottom: 0;
  cursor: pointer;
  word-break: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}
#canvas .news-detail .news-event-meta .t3z-summary .news-event-organizer,
#canvas .news-detail .news-event-meta .t3z-summary .news-event-location {
  display: block;
}
#canvas .news-detail .news-event-meta .t3z-details-content {
  position: relative;
  background: white;
  margin-left: 2.75em;
  margin-top: -8px;
  padding: 1em;
  padding-left: 3.25em;
  padding-top: 0;
}
#canvas .news-detail .news-event-meta .t3z-details-content span {
  font-size: 0.9em;
  display: block;
}
#canvas .news-detail .news-event-meta button {
  padding: 0;
  padding-right: 6em;
  padding-left: 2em;
}
#canvas .news-detail .news-event-meta button > i {
  right: 0;
  border-color: #43bfe8;
  background: white;
  color: rgba(50, 50, 51, 0.8);
}
#canvas .news-detail .news-event-meta button span {
  display: block;
  text-align: right;
  font-size: 0.9em;
}
#canvas .news-detail .news-event-meta form.newsevent-registrationlink {
  height: 5.5em;
  min-width: 39%;
  padding-left: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #ececed;
}
@media only screen and (max-width: 768px) {
  #canvas .news-detail .news-event-meta form.newsevent-registrationlink {
    position: relative;
    padding-left: 0em;
  }
}
#canvas .news-detail .news-event-meta form.newsevent-registrationlink button {
  display: block;
  width: 100%;
  background: #43bfe8;
  color: white;
  border-top-right-radius: 2.75em;
  border-bottom-right-radius: 2.75em;
  border: 0;
}
#canvas .news-detail .news-event-meta form.newsevent-registrationlink button:hover,
#canvas .news-detail .news-event-meta form.newsevent-registrationlink button:focus {
  background: #5a5a5c;
}
#canvas .news-detail .news-event-meta form.newsevent-registrationlink button:hover > i,
#canvas .news-detail .news-event-meta form.newsevent-registrationlink button:focus > i {
  border-color: #5a5a5c;
}
#canvas .news-detail .news-teaser-text {
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
}
#canvas .news-detail .news-teaser-text,
#canvas .news-detail footer {
  margin-bottom: 1.2em;
}
#canvas .news-detail .news-related-wrap .news-related > ul {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#canvas .news-detail .news-related-wrap .news-related > ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#canvas .news-detail .news-related-wrap .news-related > ul .news-related-news-date {
  display: none;
}
#canvas .news-detail .news-related-wrap .news-related > ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#canvas .news-detail .news-related > h3 {
  color: white;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1em;
}
#canvas .news-detail .news-related-news i {
  margin-right: 0.25em;
}
#canvas .news-detail section + .news-related-news {
  margin-top: 1.2em;
}
#canvas .news-detail .news-related-company {
  margin-bottom: 2.4em;
}
#canvas .news-detail .news-related-company .t3z-details .t3z-summary {
  margin-left: -1.5em;
}
#canvas .news-detail .news-related-company h3 {
  display: none;
}
#canvas .news-detail .news-related-files h3,
#canvas .news-detail .news-related-links h3,
#canvas .news-detail .t3z-backlink h3 {
  display: none;
}
#canvas .news-detail .news-related-files li,
#canvas .news-detail .news-related-links li,
#canvas .news-detail .t3z-backlink li {
  display: block;
  min-height: 3em;
}
#canvas .news-detail .news-related-files i,
#canvas .news-detail .news-related-links i,
#canvas .news-detail .t3z-backlink i {
  position: relative;
  height: 2.5em;
  width: 2.5em;
  background: #5a5a5c;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 0px white;
  margin-right: 0.5em;
}
#canvas .news-detail .news-related-files i::before,
#canvas .news-detail .news-related-links i::before,
#canvas .news-detail .t3z-backlink i::before {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.0em;
}
#canvas .news-detail .news-related-files a,
#canvas .news-detail .news-related-links a,
#canvas .news-detail .t3z-backlink a {
  margin-right: 0.25em;
  font-weight: bold;
}
#canvas .news-detail .news-related-files a:hover i,
#canvas .news-detail .news-related-links a:hover i,
#canvas .news-detail .t3z-backlink a:hover i,
#canvas .news-detail .news-related-files a:focus i,
#canvas .news-detail .news-related-links a:focus i,
#canvas .news-detail .t3z-backlink a:focus i,
#canvas .news-detail .news-related-files a:active i,
#canvas .news-detail .news-related-links a:active i,
#canvas .news-detail .t3z-backlink a:active i {
  background: #43bfe8;
}
#canvas .news-detail .news-related-files *,
#canvas .news-detail .news-related-links *,
#canvas .news-detail .t3z-backlink * {
  line-height: 2.5em;
  vertical-align: top;
}
#canvas .news-detail .news-related-files li > span,
#canvas .news-detail .news-related-links li > span,
#canvas .news-detail .t3z-backlink li > span {
  opacity: 0.6;
}
#canvas .news-detail .t3z-backlink span {
  display: none;
}
iframe body,
.t3z-ce-html body {
  background: transparent;
}
#fnbb_main {
  margin-top: -1.2em;
}
#fnbb_main > p:nth-child(5) {
  display: none;
}
#fnbb_main .ebl_article_list > div {
  position: relative;
  margin-left: 0;
  margin-bottom: 1rem;
  background: #ececed;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #fnbb_main .ebl_article_list > div {
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
#fnbb_main .ebl_article_list p {
  margin: 0;
}
#fnbb_main .ebl_article_list img {
  position: absolute;
  left: 0;
  top: 0;
  /*			width: 10em;
						height: 10em;*/
}
#fnbb_main .ebl_article_list a {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #43bfe8;
  margin-bottom: 0.25em;
  line-height: 1.2em;
}
#fnbb_main .ebl_article_list br {
  display: none;
}
#fnbb_main .ebl_article_list .ebl_small {
  display: block;
}
