/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
@font-face {
  font-family: "Light";
  src: url("../../fonts/2B2F50_0_0.eot");
  src: url("../../fonts/2B2F50_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2B2F50_0_0.woff") format("woff"), url("../../fonts/2B2F50_0_0.ttf") format("truetype"), url("../../fonts/2B2F50_0_0.svg#Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Book";
  src: url("../../fonts/2B2F50_1_0.eot");
  src: url("../../fonts/2B2F50_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2B2F50_1_0.woff") format("woff"), url("../../fonts/2B2F50_1_0.ttf") format("truetype"), url("../../fonts/2B2F50_1_0.svg#Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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-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 {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  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-square:before,
.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-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-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";
}
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
/*** TYPOGRAPHY ***/
#outerWrapper .content ul li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
#outerWrapper .content ul li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
a {
  color: #003974;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.mime {
  display: block;
  min-height: 23px;
  line-height: 20px;
  padding-left: 34px;
  padding-top: 4px;
  margin-bottom: 10px;
  position: relative;
  /* MIME TYPE ICONS */
}
a.mime:before,
a.mime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.mime:before:hover,
a.mime:after:hover {
  border: 1px solid #003974;
}
a.mime:after {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
a.mime:hover:before {
  border-color: #0a1a2a;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
a.mime:hover:after {
  border-color: #0a1a2a;
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  -moz-transform: rotate3d(0, 1, 0, 360deg);
  -ms-transform: rotate3d(0, 1, 0, 360deg);
  -o-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
}
a.mime.mime-PDF:before {
  content: "";
}
a.mime.mime-PNG:before,
a.mime.mime-GIF:before,
a.mime.mime-JPEG:before,
a.mime.mime-JPG:before {
  content: "";
}
h1 {
  font-size: 35px;
}
h5 {
  margin-bottom: 15px;
}
h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
h6 i {
  margin-right: 5px;
}
#back-to-top {
  position: fixed;
  right: -50%;
  margin-right: -700px;
  width: 50px;
  height: 50px;
  bottom: 100px;
  background: #f6f5f5;
  color: #003974;
  overflow: hidden;
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
#back-to-top.visible {
  right: 50%;
}
#back-to-top:hover,
#back-to-top:active {
  line-height: 35px;
}
.open #back-to-top {
  display: none !important;
}
@media all and (max-width: 1460px) {
  #back-to-top {
    margin-right: 0;
    background-color: rgba(246, 245, 245, 0.5);
    width: 40px;
    height: 40px;
    line-height: 35px;
    bottom: 10px;
  }
  #back-to-top:hover,
  #back-to-top:active {
    line-height: 30px;
  }
  #back-to-top.visible {
    right: 10px !important;
  }
}
@media all and (max-width: 768px) {
  h1 {
    word-wrap: break-word;
  }
}
@media all and (max-width: 481px) {
  h1,
  .block.content h1 {
    font-size: 30px !important;
    line-height: 1em;
    margin-bottom: 10px;
  }
  h1 i,
  .block.content h1 i {
    font-size: 21px;
    top: -3px;
  }
  h3,
  .block.content h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
  }
}
label {
  display: inline-block;
}
.ccm-required {
  color: #ff0000;
}
.link-back {
  display: inline-block;
  padding: 4px 0 4px 36px;
  position: relative;
}
.link-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  display: block;
  text-indent: -10px;
  font-size: 16px;
  letter-spacing: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.link-back:before:hover {
  border: 1px solid #003974;
}
.no-touch .link-back:hover:before {
  text-indent: 9px;
}
/*** FORMS ***/
legend {
  font-size: 16px;
  margin-bottom: 1em;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e3e3e3;
  /* line-height: 43px;*/
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
}
select {
  -webkit-appearance: none;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  filter: none !important;
}
#mainColumn input[type="submit"] {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#mainColumn input[type="submit"]:hover {
  background-color: #006db8;
}
/* ie 10 select styling - remove default arrow */
select::-ms-expand {
  display: none;
}
.styled-select {
  border: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.styled-select:after {
  position: absolute;
  right: 15px;
  top: 0px;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 40px;
  color: #0a1a2a;
  z-index: 0;
}
.styled-select select {
  width: 110% !important;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 60px;
  max-width: 1000px;
  box-sizing: border-box;
  height: 40px;
  box-shadow: none !important;
  font-family: "Book";
  color: #0a1a2a;
  font-size: 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ie9 .styled-select select {
  width: 125% !important;
}
form .control-group.floating {
  float: left;
  width: 50%;
}
@media all and (max-width: 490px) {
  form .control-group.floating {
    width: 100%;
    float: none;
  }
}
/*** LAYOUT ***/
body,
html {
  line-height: 20px;
  min-width: 320px;
}
.container {
  width: 96%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
}
.container.home h1 {
  color: #003974;
}
.sideColumn.left {
  float: left;
  width: 32%;
  padding: 30px 0;
}
.sideColumn.left .content-filter-muliple-wrap select {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  font-family: "Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sideColumn.left .content-filter {
  width: 100%;
  font-family: "Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.sideColumn.left .content-filter--category-module li {
  border-bottom: 1px solid #dedfe0;
  padding: 10px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sideColumn.left .content-filter--category-module a {
  position: relative;
}
.sideColumn.left .content-filter--category-module a.active {
  color: #003974;
  padding-right: 20px;
}
.sideColumn.left .content-filter--category-module a.active:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  right: 0;
  top: -1px;
}
#mainColumn.right {
  float: right;
  width: 65%;
}
#mainColumn.right .block.download-single,
#mainColumn.right .block.download-single.without-preview {
  float: left;
  width: 98% !important;
  margin: 0 1% 2% 1%;
}
@media all and (max-width: 768px) {
  #mainColumn.right .block.download-single {
    width: 100%;
  }
}
.block.download-single.without-preview {
  width: 32% !important;
}
@media all and (max-width: 481px) {
  .sideColumn.left,
  #mainColumn.right {
    float: none;
    width: 100%;
  }
}
header {
  height: 118px;
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 900;
  background-color: #fff;
  width: 100%;
}
header #logo {
  position: relative;
  top: 12px;
  width: 200px;
  display: block;
  float: left;
}
header #logo img {
  width: 100%;
}
header #logo .imgProtector {
  position: absolute;
  left: 0;
  top: 0;
}
header .ribbon {
  position: absolute;
  top: 0;
  left: 235px;
  width: 199px;
  height: 135px;
}
header .navigation {
  position: relative;
  float: right;
  width: 63%;
}
header .navigation .nav {
  margin-top: 71px;
}
header .navigation .nav > li {
  float: left;
  margin-left: 7.7%;
}
header .navigation .nav > li:first-child {
  margin-left: 0px;
}
header .navigation .nav > li > .has-submenu.open {
  color: #003974;
}
header .navigation .nav > li > .has-submenu.open:after {
  content: "";
}
header .navigation .nav > li ul {
  display: none;
}
header .navigation .nav > li a {
  font-size: 20px;
  text-decoration: none;
  color: #0a1a2a;
  font-family: Light;
}
header .navigation .nav > li > a {
  margin-right: 18px;
  padding-bottom: 3px;
  position: relative;
}
header .navigation .nav > li > a.has-submenu {
  padding-right: 18px;
  margin-right: 0;
}
header .navigation .nav > li > a.has-submenu:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  right: 0px;
  bottom: 5px;
  font-size: 14px;
}
header .navigation .nav > li > a.nav-path-selected {
  color: #003974;
  border-bottom: 1px solid #003974;
}
header .navigation .nav > li > a:hover {
  color: #003974;
  text-decoration: none;
}
header .navigation .meta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}
header .navigation .meta .meta-intranet {
  float: right;
  display: block;
  margin-left: 10px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #003974;
  text-decoration: none;
  padding: 0px 20px;
  font-family: Book;
  font-size: 14px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
header .navigation .meta .meta-intranet:hover {
  background-color: #006db8;
}
header .navigation .meta .meta-intranet .fa-lock {
  margin-right: 4px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
header .navigation .meta .meta-intranet .fa-user {
  margin-right: 4px;
}
header .navigation .meta .lang-menu {
  float: left;
  width: 10%;
  text-align: center;
  line-height: 42px;
  font-size: 100%;
  z-index: 999;
}
header .navigation .meta .lang-menu a {
  display: inline-block;
  padding: 0 5px;
  color: #0a1a2a;
}
header .navigation .meta .lang-menu a:visited {
  color: #0a1a2a;
}
header .navigation .meta .lang-menu a.DEde {
  color: #003974;
}
header .navigation .meta .lang-menu a.ENen {
  color: #003974;
}
@media all and (max-width: 970px) {
  header .navigation .meta .lang-menu {
    margin: 0;
    position: absolute;
    top: 5px;
    left: -100%;
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  header .ribbon {
    display: none;
  }
  header .navigation {
    width: 78%;
  }
  header .navigation .nav > li {
    margin-left: 7.5%;
  }
}
@media all and (min-width: 971px) {
  header .navigation .nav ul {
    display: none !important;
  }
}
@media all and (max-width: 970px) {
  header {
    height: 53px;
    position: static;
  }
  header .container {
    position: static;
  }
  header #logo {
    width: 100px;
    top: 7px;
  }
  header .ribbon {
    display: block;
    height: 61px;
    left: 120px;
    width: auto;
    z-index: 100;
  }
  header .nav-toggle {
    width: 52px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 44px;
    background-color: #003974;
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 200;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  header .nav-toggle:before {
    content: '\2261';
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    font-family: Verdana;
  }
  header .nav-toggle:hover {
    background-color: #006db8;
  }
  header .navigation {
    position: absolute;
    width: 250px;
    right: -250px;
    margin: 0;
    top: 0px;
    bottom: 0;
    background: #fff;
    z-index: 200;
    -webkit-box-shadow: 2px -3px 10px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px -3px 10px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px -3px 10px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .has-c5-bar header .navigation {
    bottom: 49px;
  }
  header .navigation .nav {
    bottom: 40px;
    left: 10px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 200;
    overflow-y: auto;
  }
  header .navigation .nav.overflow {
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15) inset;
  }
  header .navigation .nav > li {
    margin: 0;
    border-bottom: 1px solid #dedfe0;
    display: block;
    float: none;
  }
  header .navigation .nav > li a {
    background-position: 210px center !important;
    display: block;
    font-size: 16px;
    padding: 10px 20px 10px 10px;
    text-decoration: none !important;
  }
  header .navigation .nav > li a.has-submenu:after {
    top: 10px;
    right: 8px;
  }
  header .navigation .nav > li > a.nav-path-selected {
    border-bottom: 0px;
  }
  header .navigation .nav > li ul {
    margin: 0 0 10px 0;
  }
  header .navigation .nav > li ul li {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  header .navigation .nav > li ul li a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .navigation .meta {
    bottom: 0;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  header .navigation .meta .meta-intranet {
    margin-left: 4px;
    padding: 0 8px;
  }
  header .navigation .meta .meta-intranet .user-name {
    display: none;
  }
}
#mainFlappe {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -300px;
  z-index: 100;
  background-color: #fff;
  min-height: 150px;
  overflow: hidden;
  border-bottom: 20px solid white;
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transition: top 1s ease-out;
  -webkit-transition: top 1s ease-out;
}
#mainFlappe.open {
  top: 118px;
}
.has-c5-bar #mainFlappe.open {
  top: 167px;
}
#mainFlappe a {
  color: #333333;
}
#mainFlappe ul {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
#mainFlappe ul li {
  float: left;
  width: 20%;
  padding-top: 38px;
  margin-bottom: 0;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
#mainFlappe ul li:after {
  content: "";
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #fcfcfc;
  background-color: #f8f8f8;
  width: 1px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
#mainFlappe ul li:nth-child(5n):after {
  content: none;
}
#mainFlappe ul li:nth-child(5n+1) {
  clear: left;
}
#mainFlappe ul li.overview {
  display: none;
}
#mainFlappe ul li.overview.dienstleistungen {
  display: block;
}
#mainFlappe ul ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}
#mainFlappe ul ul li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}
#mainFlappe ul ul li:after {
  content: none;
}
#mainFlappe ul ul li a:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#mainFlappe ul ul li:nth-child(n+5),
#mainFlappe ul ul li.overview {
  display: none;
}
#mainFlappe ul ul li:nth-child(4):after {
  content: "...";
  display: block;
}
@media all and (max-width: 1042px) {
  #mainFlappe ul > li a {
    max-width: 87%;
    word-wrap: break-word;
    display: inline-block;
  }
}
@media all and (max-width: 1042px) {
  #mainFlappe ul li ul > li a {
    max-width: 100%;
  }
}
@media all and (max-width: 970px) {
  #mainFlappe {
    display: none;
  }
}
#mainColumn {
  padding: 30px 0;
}
@media all and (max-width: 481px) {
  #mainColumn {
    padding: 15px 0;
  }
}
footer {
  background-color: #f6f5f5;
  padding: 30px 20px 55px;
}
@media all and (max-width: 768px) {
  footer {
    padding: 20px 10px 55px;
  }
}
footer .footer-meta {
  float: right;
  text-align: right;
  width: 50%;
}
@media all and (max-width: 768px) {
  footer .footer-meta {
    width: 100%;
  }
}
footer .footer-meta .gender {
  font-size: 11px;
  line-height: 16px;
}
footer .footer-meta .privacy-policy-link {
  color: #003974;
  /*margin: -5px 0px 20px 0px;
		  display: block;*/
}
footer .footer-meta .privacy-policy-link:active {
  color: #003974;
}
footer .footer-meta .lang-menu {
  /*float: right;*/
  margin-left: 20px;
  display: inline-block;
}
footer .footer-meta .lang-menu a {
  display: inline-block;
  padding: 0 7px;
}
/*** Notar Search - Pagination  ***/
div.ccm-pagination {
  margin-top: -14px;
}
div.ccm-pagination span.ccm-page-right,
div.ccm-pagination span.ccm-page-left {
  position: relative;
  margin: 0;
}
div.ccm-pagination span {
  margin: 0 20px;
  padding: 17px 8px 0px 8px;
}
div.ccm-pagination span strong {
  font-weight: normal;
}
div.ccm-pagination .currentPage {
  border-top: 1px solid #003974;
}
@media all and (max-width: 768px) {
  div.ccm-pagination span {
    margin: 0 14px;
  }
  div.ccm-pagination .ccm-page-left {
    padding-left: 0;
  }
  div.ccm-pagination .ccm-page-left span {
    margin-left: 0;
    margin-right: 0;
  }
}
#searchResults {
  margin-bottom: 70px;
}
/*** Notar Detail (Single Page) ***/
.notar-detail {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.notar-detail .col-left {
  width: 26%;
  float: left;
}
.notar-detail .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .notar-detail .col-left,
  .notar-detail .col-right {
    float: none;
    width: 100%;
  }
}
.notar-detail .link-back {
  position: relative;
  margin-top: 24px;
  margin-bottom: 35px;
}
.notar-detail .image-wrapper {
  position: relative;
  width: 85%;
  padding-bottom: 85%;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  max-width: 170px;
  max-height: 170px;
  overflow: hidden;
}
.notar-detail .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
@media all and (max-width: 481px) {
  .notar-detail .image-wrapper {
    width: 170px;
    margin: -10px auto 20px;
    padding-bottom: 0;
    height: 170px;
  }
}
.notar-detail .col {
  width: 50%;
  float: left;
  margin-bottom: 25px;
  line-height: 24px;
}
.notar-detail .col i {
  margin-right: 8px;
}
@media all and (max-width: 481px) {
  .notar-detail .col {
    width: 100%;
    float: none;
  }
}
.notar-detail #gmap_canvas {
  clear: both;
  margin-top: 10px;
}
@media all and (max-width: 481px) {
  .notar-detail #gmap_canvas {
    height: 200px !important;
  }
}
.profile-avatar {
  position: relative;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
}
/*** INTRANET OVERRIDES ***/
.intranet header .navigation .nav > li {
  margin-left: 4.95%;
  /* 5.9*/
}
.intranet header .navigation .nav > li:first-child {
  margin-left: 0;
}
.intranet header .navigation .meta .autonav-meta-nav,
.intranet header .navigation .meta .meta-intranet {
  display: inline-block;
}
.intranet header .navigation .meta .meta-search {
  float: none;
  display: block;
  overflow: hidden;
  width: auto;
}
.intranet .hint {
  position: relative;
  width: 50%;
  border: 1px solid #faebcc;
  background-color: #fcf8e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
}
.intranet .hint .hint-content {
  position: relative;
  color: #000;
  padding-left: 20px;
}
.intranet .hint .hint-content p {
  margin-bottom: 0;
}
.intranet .hint .hint-content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f12a ';
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  color: #000;
  font-size: 24px;
}
@media all and (max-width: 768px) {
  .intranet .hint {
    width: auto;
  }
}
/*** SHOP ***/
.btn--shop-cart-modal-list {
  line-height: 53px;
  font-size: 25px;
  position: absolute;
  right: 30px;
}
@media all and (max-width: 601px) {
  .btn--shop-cart-modal-list {
    line-height: 40px;
    margin-right: 60px;
  }
}
/* HELPER STYLES */
#width-check {
  position: absolute;
  left: -19999px;
  top: -19999px;
  width: 1px;
  height: 1px;
}
#width-check > div {
  width: 1px;
  height: 1px;
}
#width-check .medium,
#width-check .low,
#width-check .high {
  display: none;
}
.printButtonHolder .printButton {
  font-size: 12px;
  color: #003974;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
}
.printButtonHolder .printButton span {
  display: block;
  float: left;
  padding-top: 1px;
}
.printButtonHolder .printButton i {
  display: block;
  margin-left: 13px;
  font-size: 20px;
  float: left;
}
.printButtonHolder.notarDetailPrint {
  margin: 0px auto;
  max-width: 1170px;
  padding: 10px 2%;
  width: 96%;
}
@media all and (max-width: 970px) {
  #width-check .high {
    display: block;
  }
  #width-check .medium,
  #width-check .low {
    display: none;
  }
  /*** OFF CANVAS ***/
  #outerWrapper {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
  #outerWrapper.animation-ready {
    overflow-x: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease;
  }
  html.locked,
  html.locked body {
    overflow-y: hidden;
    height: 100%;
    position: relative;
  }
  body.open #outerWrapper {
    -webkit-transform: translate3d(-250px, 0, 0) !important;
    -moz-transform: translate3d(-250px, 0, 0) !important;
    -ms-transform: translate3d(-250px, 0, 0) !important;
    -o-transform: translate3d(-250px, 0, 0) !important;
    transform: translate3d(-250px, 0, 0) !important;
    max-height: 100%;
    overflow-x: visible;
  }
  .intranet header .navigation .meta .meta-intranet .fa-user {
    margin: 0 7px;
  }
  .intranet .meta-search {
    width: 180px;
  }
  .intranet .meta-search input[type="text"] {
    width: 128px;
  }
  .intranet .meta-search input[type="submit"] {
    width: 34px;
  }
  .intranet header .navigation .nav > li {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  #width-check .medium {
    display: block;
  }
  #width-check .high,
  #width-check .low {
    display: none;
  }
  footer .footer-meta {
    float: left;
  }
}
@media all and (max-width: 481px) {
  #width-check .low {
    display: block;
  }
  #width-check .high,
  #width-check .medium {
    display: none;
  }
  .container {
    padding: 0 3%;
    width: 94%;
  }
}
/*** Advanced Forms ***/
.seminar-registration-form .sem-required-indicator {
  color: #003974 !important;
}
.seminar-registration-form .sem-form-section .sem-field-container {
  float: left;
  width: 40%;
}
@media all and (max-width: 768px) {
  .seminar-registration-form .sem-form-section .sem-field-container {
    width: 50%;
  }
}
@media all and (max-width: 481px) {
  .seminar-registration-form .sem-form-section .sem-field-container {
    float: none;
    width: auto;
  }
}
.seminar-registration-form .sem-form-section .sem-field-container:first-child {
  float: none;
}
.seminar-registration-form .sem-form-section .sem-field-container:last-child:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.block.video {
  float: left;
  display: block;
  max-width: 31%;
  margin: 0 2% 2% 2%;
}
.block.video video {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .block.video {
    float: none;
    max-width: 67%;
    margin: 0 0 2% 0;
  }
}
@media all and (max-width: 600px) {
  .block.video {
    max-width: 100%;
  }
}
/* ## ## */
.intranet .ntbs > #mainColumn > .printButtonHolder {
  display: none;
}
/* ccm error styling */
.ccm-error {
  margin-top: 40px;
}
/* Call-to-action-button */
a.cta-button {
  display: block;
  position: absolute;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #626262;
  text-decoration: none;
  padding: 0px 20px;
  font-family: Book;
  font-size: 14px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
a.cta-button:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
#breadcrumbs {
  background-color: #f6f5f5;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05) inset;
}
.autonav-breadcrumb {
  float: left;
  color: #0a1a2a;
  height: 53px;
  line-height: 53px;
}
.autonav-breadcrumb li {
  float: left;
}
.autonav-breadcrumb a {
  text-decoration: none;
  color: #0a1a2a;
  float: left;
  display: block;
}
.autonav-breadcrumb a:hover {
  color: #003974;
  text-decoration: underline;
}
.autonav-breadcrumb .ccm-autonav-breadcrumb-sep {
  float: left;
  display: block;
  width: 30px;
  text-align: center;
}
.autonav-breadcrumb .current {
  display: block;
  background: #fff;
  color: #003974;
  float: left;
  padding: 0;
  position: relative;
}
.autonav-breadcrumb .current .current-name {
  padding: 0 20px;
  display: block;
  float: left;
  height: 53px;
  line-height: 53px;
}
.autonav-breadcrumb .current.hasSub .current-name {
  cursor: pointer;
  padding-right: 48px;
  position: relative;
}
.autonav-breadcrumb .current.hasSub .current-name:after {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 11px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 11px;
  -moz-background-clip: padding;
  border-radius: 11px;
  background-clip: padding-box;
}
.autonav-breadcrumb .current.hasSub .current-name:after:hover {
  border: 1px solid #003974;
}
.autonav-breadcrumb .current .sub-current {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 8px 20px 6px;
  z-index: 50;
  -webkit-transition: -webkit-box-shadow 700ms;
  -moz-transition: -moz-box-shadow 700ms;
  -o-transition: box-shadow 700ms;
  transition: box-shadow 700ms;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0);
}
.autonav-breadcrumb .current .sub-current.open {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.23);
}
.autonav-breadcrumb .current .sub-current a {
  line-height: 18px;
  min-width: 150px;
  width: 95%;
  padding: 10px 0;
}
.autonav-breadcrumb .current .sub-current a.nav-path-selected {
  color: #003974;
  padding-right: 30px;
  position: relative;
}
.autonav-breadcrumb .current .sub-current a.nav-path-selected:after {
  position: absolute;
  right: 10px;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 11px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 11px;
  -moz-background-clip: padding;
  border-radius: 11px;
  background-clip: padding-box;
}
.autonav-breadcrumb .current .sub-current a.nav-path-selected:after:hover {
  border: 1px solid #003974;
}
.autonav-breadcrumb .current .sub-current a:hover {
  text-decoration: underline;
}
@media all and (max-width: 601px) {
  .autonav-breadcrumb {
    height: 40px;
    line-height: 40px;
  }
  .autonav-breadcrumb > a,
  .autonav-breadcrumb > span {
    display: none !important;
  }
  .autonav-breadcrumb > .prev-level {
    display: block !important;
    padding-left: 0px;
  }
  .autonav-breadcrumb > .prev-level:before {
    content: "";
    float: left;
    font-family: FontAwesome;
    margin-right: 5px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.autonav-breadcrumb-sub {
  float: left;
  display: none;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.autonav-meta-nav {
  float: left;
}
.autonav-meta-nav li {
  float: left;
  margin-right: 20px;
}
.autonav-meta-nav a {
  text-decoration: none;
  font-family: Book;
  color: #003974;
  font-size: 14px;
  margin-top: 12px;
  display: block;
}
.autonav-meta-nav a:hover {
  text-decoration: underline;
}
@media all and (max-width: 970px) {
  .autonav-meta-nav {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .autonav-meta-nav li {
    margin: 0 15px 0 0;
  }
  .autonav-meta-nav li:first-child {
    float: left;
    text-align: left;
    margin-right: 25px;
  }
  .autonav-meta-nav li:last-child {
    float: right;
    text-align: right;
    margin: 0;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.autonav-sitemap li {
  marign-bottom: 15px;
  float: none;
}
.autonav-sitemap li ul {
  margin: 0;
}
.autonav-sitemap li.overview {
  display: none;
}
.autonav-sitemap a {
  font-size: 14px;
  color: #0a1a2a;
}
.autonav-sitemap > li {
  float: left;
  margin-right: 3%;
  width: 22%;
}
.autonav-sitemap > li > a {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
@media all and (max-width: 768px) {
  .autonav-sitemap li ul {
    display: none;
  }
  .autonav-sitemap > li {
    float: none;
    margin-right: 0%;
    width: auto;
    border-bottom: 1px solid #dedfe0;
    margin-bottom: 0px;
    padding: 0 20px;
  }
  .autonav-sitemap > li > a {
    font-size: 16px;
    margin-bottom: 0px;
    height: 34px;
    line-height: 34px;
    display: block;
  }
  .autonav-sitemap > li > a.mobile-toggle:after {
    content: "";
    float: right;
    margin-left: 10px;
    font-family: FontAwesome;
    position: relative;
  }
  .autonav-sitemap > li > a.open.mobile-toggle:after {
    content: "";
    top: -2px;
  }
  .autonav-sitemap > li > a.open + ul {
    display: block;
  }
}
.intranet .autonav-sitemap > li {
  float: left;
  margin-right: 3%;
  width: 17%;
}
@media all and (max-width: 768px) {
  .intranet .autonav-sitemap > li {
    float: none;
    margin-right: 0%;
    width: auto;
    border-bottom: 1px solid #dedfe0;
    margin-bottom: 0px;
    padding: 0 20px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.autonav-tab-box {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .autonav-tab-box {
    float: none;
    width: 100%;
  }
}
.autonav-tab-box h3,
.autonav-tab-box h4 {
  text-align: left;
}
.autonav-tab-box ul {
  display: table;
  width: 100%;
}
.autonav-tab-box ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #f6f5f5;
  border-left: 2px solid white;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.autonav-tab-box ul li a {
  padding: 10px 5px;
  display: block;
  color: #0a1a2a;
}
.autonav-tab-box ul li a:hover {
  text-decoration: none;
}
.autonav-tab-box ul li:first-child {
  border-left: 0px;
}
.autonav-tab-box ul li.nav-path-selected,
.no-touch .autonav-tab-box ul li:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15) inset;
}
.autonav-tab-box ul li.nav-path-selected a,
.no-touch .autonav-tab-box ul li:hover a {
  color: #003974;
}
@media all and (max-width: 481px) {
  .autonav-tab-box ul li {
    display: block;
    margin-bottom: 4px;
    border: 0px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.lexikon {
  position: relative;
  padding-top: 0px;
}
.block.lexikon .legend {
  padding-bottom: 5px;
  padding-top: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.block.lexikon .legend .char-wrapper {
  width: 1146px;
  min-width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.block.lexikon .legend.sticky {
  margin: 0 auto;
  max-width: 1170px;
  position: fixed;
  left: 2%;
  right: 2%;
}
@media all and (max-width: 481px) {
  .block.lexikon .legend.sticky {
    left: 3%;
    right: 3%;
  }
}
.has-c5-bar .block.lexikon .legend.sticky {
  top: 50px;
}
.block.lexikon .legend a,
.block.lexikon .legend span {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 1px 5px 0;
  text-align: center;
  padding: 0;
}
.block.lexikon .legend a:hover,
.block.lexikon .legend span:hover {
  background-color: #006db8;
}
.block.lexikon .legend span {
  background-color: #dedfe0;
  color: #aaa;
  text-shadow: none;
}
.block.lexikon .legend span:hover {
  background-color: #dedfe0;
}
.block.lexikon .term-container {
  padding-top: 70px;
}
.block.lexikon .term-container .char-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedfe0;
}
.block.lexikon .term-container .term {
  margin-bottom: 15px;
}
.block.lexikon .term-container .term:last-child {
  margin-bottom: 0;
}
.block.lexikon .term-container .term:first-child {
  margin-top: 5px;
}
.block.lexikon .term-container .term .term-title {
  display: block;
  font-weight: bold;
}
.block.lexikon .term-container .term .description {
  margin-top: 4px;
  display: block;
  margin-left: 15px;
}
.block.lexikon .term-container .term-heading {
  display: block;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}
.block.lexikon .term-container .term-heading .indicator-side {
  font-size: 20px;
}
.block.lexikon .term-container .term-heading .indicator-left {
  font-size: 20px;
  float: left;
}
.block.lexikon .term-container .term-heading .indicator-right {
  font-size: 20px;
  float: right;
}
.block.lexikon .term-container .term-heading.inactive {
  color: #AAA;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: -10px;
  margin-top: -10px;
}
.block.lexikon .term-container .term-heading.inactive .indicator-left,
.block.lexikon .term-container .term-heading.inactive .indicator-right {
  font-size: 15px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
#billboard {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#billboard .billboard {
  float: left;
  width: 100%;
  max-width: 970px;
  max-height: 367px;
  position: relative;
  /*a{
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background: url('../../images/bgs/blank.gif') repeat;
		}*/
}
#billboard .billboard .text-area {
  position: absolute;
  top: 80px;
  font-size: 16px;
  color: #003974;
}
#billboard .billboard .text-area h1 {
  font-size: 50px;
  line-height: 1.2em;
  color: #003974;
  margin-bottom: 0;
}
#billboard .billboard .text-area p {
  padding-left: 5px;
}
@media all and (max-width: 481px) {
  #billboard .billboard .text-area p {
    font-size: 14px;
  }
}
#billboard .billboard a.cta-button {
  top: 160px;
}
#billboard .billboard .text-area {
  width: 60%;
}
#billboard .billboard .text-area.leftAligned {
  left: 65px;
  text-align: left;
}
#billboard .billboard .text-area.leftAligned .cta-button {
  left: 22%;
}
#billboard .billboard .text-area.rightAligned {
  right: 65px;
  text-align: right;
}
#billboard .billboard .text-area.rightAligned .cta-button {
  right: 22%;
}
#billboard .billboard img {
  float: left;
  width: 100%;
  height: auto !important;
  max-height: 367px !important;
}
@media all and (max-width: 970px) {
  #billboard .billboard .text-area {
    width: 60%;
  }
  #billboard .billboard .text-area h1 {
    font-size: 35px;
  }
  #billboard .billboard a.cta-button {
    top: 140px;
  }
}
@media all and (max-width: 768px) {
  #billboard .billboard .text-area {
    width: 60%;
    top: 20px;
  }
  #billboard .billboard .text-area h1 {
    font-size: 30px;
  }
  #billboard .billboard a.cta-button {
    top: 120px;
  }
}
@media all and (max-width: 481px) {
  #billboard .billboard .text-area {
    width: 90%;
  }
  #billboard .billboard .text-area h1 {
    font-size: 20px !important;
  }
  #billboard .billboard .text-area.rightAligned {
    right: 20px;
  }
  #billboard .billboard .text-area.rightAligned a.cta-button {
    top: 85px!important;
  }
  #billboard .billboard .text-area.leftAligned {
    left: 20px;
  }
  #billboard .billboard .text-area.leftAligned a.cta-button {
    top: 85px!important;
  }
}
@media all and (max-width: 400px) {
  #billboard .billboard .text-area {
    width: 90%;
  }
  #billboard .billboard .text-area h1 {
    font-size: 20px !important;
  }
  #billboard .billboard .text-area p {
    display: none!important;
  }
  #billboard .billboard .text-area.rightAligned {
    right: 20px;
  }
  #billboard .billboard .text-area.rightAligned a.cta-button {
    top: 55px!important;
    right: 15%;
  }
  #billboard .billboard .text-area.leftAligned {
    left: 20px;
  }
  #billboard .billboard .text-area.leftAligned a.cta-button {
    top: 55px!important;
    left: 15%;
  }
}
#billboard .shadow-left,
#billboard .shadow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#billboard #billboardPrev {
  left: -30px;
  text-indent: -5px;
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch #billboard #billboardPrev:hover {
  background-color: #fff;
  font-size: 50px;
}
#billboard #billboardNext {
  right: -30px;
  text-indent: 5px;
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch #billboard #billboardNext:hover {
  background-color: #fff;
  font-size: 50px;
}
@media all and (max-width: 970px) {
  #billboard .shadow-left,
  #billboard .shadow-right,
  #billboard #billboardPrev,
  #billboard #billboardNext {
    display: none !important;
  }
}
#billboard .billboard .text-area a:hover {
  text-decoration: none;
}
.no-touch #billboard .billboard .text-area a:hover h1 {
  text-decoration: underline;
}
.touch #billboard .billboard .text-area a h1 {
  text-decoration: underline;
}
body.editmode #billboard .billboard {
  max-height: 90px;
}
body.editmode #billboard .billboard .text-area {
  top: 0;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.contact-chamber {
  margin-bottom: 20px;
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .block.contact-chamber {
    float: none;
    width: 100%;
  }
}
.block.contact-chamber h3,
.block.contact-chamber h4 {
  text-align: left;
}
.block.contact-chamber .contact-data {
  margin-bottom: 10px;
}
.block.contact-chamber .contact-data .contact-col {
  float: left;
  width: 47%;
  /* 22% */
  margin-right: 3%;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.block.contact-chamber .contact-data .contact-col:last-child {
  margin-right: 0;
}
@media all and (max-width: 566px) {
  .block.contact-chamber .contact-data .contact-col {
    width: 47%;
  }
}
@media all and (max-width: 420px) {
  .block.contact-chamber .contact-data .contact-col {
    width: 100%;
    margin-right: 0px;
  }
}
.block.contact-chamber .persons {
  border-bottom: 1px solid #dedfe0;
  padding-bottom: 5px;
}
.block.contact-chamber .persons p {
  margin-bottom: 10px;
}
.block.contact-chamber hr {
  margin-bottom: 20px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.contact-teaser {
  margin-bottom: 15px;
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .contact-teaser {
    float: none;
    width: 100%;
    clear: both;
  }
}
.contact-teaser h3,
.contact-teaser h4 {
  text-align: center;
}
.contact-teaser .image {
  text-align: center;
}
.contact-teaser .image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.contact-teaser .details {
  margin-bottom: 20px;
}
.contact-teaser .details a {
  display: inline-block;
  margin-bottom: 10px;
}
.contact-teaser p {
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.styled-select {
  margin-bottom: 20px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.content-filter-reset {
  margin-left: 10px;
  margin-bottom: 20px;
  width: 120px;
  color: #003974;
  display: inline-block;
  padding-right: 22px;
  position: relative;
  display: none;
}
.content-filter-reset:hover {
  text-decoration: underline;
  cursor: pointer;
}
.content-filter-reset:after {
  position: absolute;
  top: -1px;
  right: 0px;
  content: "\f00d";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.hide-categories,
.hide-places,
.hide-years {
  display: none;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.content-teaser {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: none !important;
  margin: 0 4% 20px 4%;
  clear: both;
  vertical-align: top;
}
.content-teaser img {
  height: auto;
  max-width: 100%;
}
.content-teaser h2 {
  word-wrap: break-word;
  font-size: 30px;
}
.content-teaser .title {
  min-height: 10px;
}
.content-teaser .description {
  background-color: transparent!important;
  text-decoration: none!important;
  padding: 0!important;
  margin: 0!important;
  color: #003974!important;
  font-size: 100%!important;
  text-shadow: none!important;
}
.content-teaser .description:hover {
  text-decoration: underline!important;
}
@media all and (max-width: 848px) {
  .content-teaser {
    width: 41%;
  }
}
@media all and (max-width: 481px) {
  .content-teaser {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-list {
  width: 32%;
  float: right;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  .block.download-list {
    float: none;
    width: 100%;
    clear: both;
  }
}
.block.download-list h3,
.block.download-list h4 {
  text-align: center;
}
.block.download-list .box-content {
  padding: 20px;
}
.block.download-list .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.download-list .date {
  display: block;
  margin-bottom: 5px;
}
.block.download-list .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-list .download-list-entry:last-child .mime {
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .block.download-list {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-group {
  width: 65%;
  float: left;
  clear: left;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  .block.download-group {
    float: none;
    width: 100%;
  }
}
.block.download-group h3,
.block.download-group h4 {
  text-align: left;
}
.block.download-group .box-content {
  padding: 20px;
}
.block.download-group .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.download-group .date {
  display: block;
  margin-bottom: 5px;
}
.block.download-group .description {
  display: block;
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single {
  width: 32%;
  float: right;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  .block.download-single {
    float: none;
    width: 100%;
    clear: both;
  }
}
.block.download-single h3,
.block.download-single h4 {
  text-align: center;
}
.block.download-single .box-content {
  padding: 20px;
}
.block.download-single .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.download-single .date {
  display: block;
  margin-bottom: 5px;
}
.block.download-single .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single .preview {
  text-align: center;
}
.block.download-single h3 {
  font-size: 25px;
}
.block.download-single .details {
  text-align: center;
}
.block.download-single a.mime {
  margin-bottom: 0;
  display: inline-block;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single.without-preview {
  width: 65%;
  float: left;
  clear: left;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  .block.download-single.without-preview {
    float: none;
    width: 100%;
  }
}
.block.download-single.without-preview h3,
.block.download-single.without-preview h4 {
  text-align: left;
}
.block.download-single.without-preview .box-content {
  padding: 20px;
}
.block.download-single.without-preview .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.download-single.without-preview .date {
  display: block;
  margin-bottom: 5px;
}
.block.download-single.without-preview .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single.without-preview.without-date .details {
  text-align: left;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single.without-preview {
  width: 65%;
  float: left;
  clear: left;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  .block.download-single.without-preview {
    float: none;
    width: 100%;
  }
}
.block.download-single.without-preview h3,
.block.download-single.without-preview h4 {
  text-align: left;
}
.block.download-single.without-preview .box-content {
  padding: 20px;
}
.block.download-single.without-preview .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.download-single.without-preview .date {
  display: block;
  margin-bottom: 5px;
}
.block.download-single.without-preview .description {
  display: block;
  margin-bottom: 10px;
}
.block.download-single.without-preview.without-date .details {
  text-align: left;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 970px) {
  .block.content.facility-teaser {
    width: 100%;
  }
}
.block.content.facility-teaser a.cta-button {
  float: right;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.faq {
  width: 65%;
  float: left;
  clear: left;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  .block.faq {
    float: none;
    width: 100%;
  }
}
.block.faq h3,
.block.faq h4 {
  text-align: left;
}
.block.faq .title {
  margin-bottom: 30px;
}
.block.faq .faq-entry {
  margin-bottom: 8px;
  position: relative;
  padding: 0 20px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.block.faq .faq-entry .box-content {
  padding: 20px;
}
.block.faq .faq-entry .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.faq .faq-entry .faq-entry-title {
  color: #003974;
  cursor: pointer;
  display: block;
  line-height: 23px;
  min-height: 23px;
  padding-bottom: 15px;
  padding-right: 40px;
  padding-top: 15px;
  position: relative;
}
.block.faq .faq-entry .faq-entry-title:after {
  position: absolute;
  right: 0;
  top: 14px;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
}
.block.faq .faq-entry .faq-entry-title:after:hover {
  border: 1px solid #003974;
}
.block.faq .faq-entry .faq-entry-title.open:after {
  content: "";
}
.block.faq .faq-entry .faq-entry-content {
  display: none;
  padding-bottom: 20px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.intranet-header {
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.35);
}
.intranet-header a {
  display: block;
  line-height: 0;
}
.intranet-header a:hover {
  text-decoration: none;
}
.intranet-header .content-left {
  float: left;
  width: 57.5%;
  position: relative;
  overflow: hidden;
}
.intranet-header .content-left * {
  line-height: 1.2em;
}
.intranet-header .content-left img {
  height: auto;
  min-height: 370px;
}
@media all and (max-width: 768px) {
  .intranet-header .content-left img {
    min-height: 50px;
  }
}
.intranet-header .content-left .content-left-text {
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: 10;
}
.intranet-header .content-left .content-left-text h1 {
  font-size: 30px;
  color: #003974;
  margin-bottom: 5px;
}
@media all and (max-width: 1185px) {
  .intranet-header .content-left .content-left-text h1 {
    font-size: 25px;
  }
}
@media all and (max-width: 768px) {
  .intranet-header .content-left .content-left-text h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 695px) {
  .intranet-header .content-left .content-left-text h1 {
    font-size: 25px;
  }
}
@media all and (max-width: 570px) {
  .intranet-header .content-left .content-left-text h1 {
    font-size: 20px !important;
  }
}
.intranet-header .content-left .content-left-text p {
  color: #003974;
  font-size: 16px;
  padding-left: 4px;
}
.intranet-header .content-right {
  float: right;
  width: 40%;
}
.intranet-header .content-right * {
  line-height: 1.2em;
}
.intranet-header .content-right .content-right-top,
.intranet-header .content-right .content-right-bottom {
  position: relative;
  overflow: hidden;
  max-height: 148px;
}
.intranet-header .content-right .content-right-top div.content-right-image,
.intranet-header .content-right .content-right-bottom div.content-right-image {
  float: left;
  margin-right: 3%;
  width: 148px;
  line-height: 0;
}
.intranet-header .content-right .content-right-top div.content-right-image img,
.intranet-header .content-right .content-right-bottom div.content-right-image img {
  width: 100%;
  height: auto;
}
.intranet-header .content-right .content-right-top div.content-right-text,
.intranet-header .content-right .content-right-bottom div.content-right-text {
  position: absolute;
  left: 160px;
  top: 0;
}
@media all and (max-width: 481px) {
  .intranet-header .content-right .content-right-top,
  .intranet-header .content-right .content-right-bottom {
    max-height: 120px;
  }
  .intranet-header .content-right .content-right-top div.content-right-image,
  .intranet-header .content-right .content-right-bottom div.content-right-image {
    width: 120px;
  }
  .intranet-header .content-right .content-right-top div.content-right-text,
  .intranet-header .content-right .content-right-bottom div.content-right-text {
    left: 140px;
  }
  .intranet-header .content-right .content-right-top div.content-right-text h2,
  .intranet-header .content-right .content-right-bottom div.content-right-text h2 {
    margin-top: 5px;
    font-size: 20px;
  }
}
.intranet-header .content-right .content-right-top h2,
.intranet-header .content-right .content-right-bottom h2 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.intranet-header .content-right .content-right-top p,
.intranet-header .content-right .content-right-bottom p {
  font-size: 16px;
  line-height: 1.5em;
}
.intranet-header .content-right .content-right-top {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media all and (max-width: 970px) {
  .intranet-header .content-left,
  .intranet-header .content-right {
    float: none;
    width: 100%;
  }
  .intranet-header .content-left img {
    width: 100%;
    height: auto;
  }
  .intranet-header .content-right .content-right-top,
  .intranet-header .content-right .content-right-bottom {
    width: 47%;
    float: left;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .intranet-header .content-right .content-right-top {
    margin-right: 5%;
  }
}
@media all and (max-width: 768px) {
  .intranet-header .content-right .content-right-top,
  .intranet-header .content-right .content-right-bottom {
    width: 100%;
    float: none;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .intranet-header .content-right .content-right-top {
    margin-right: 0%;
  }
}
@media all and (max-width: 481px) {
  .intranet-header .content-left .content-left-text {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
  .intranet-header .content-right .content-right-top,
  .intranet-header .content-right .content-right-bottom {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .intranet-header .content-right .content-right-top img,
  .intranet-header .content-right .content-right-bottom img {
    width: 100%;
    position: relative;
  }
  .intranet-header .content-right .content-right-top {
    margin-right: 0;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.news-expander {
  width: 65%;
  float: left;
  clear: left;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 768px) {
  .block.news-expander {
    float: none;
    width: 100%;
  }
}
.block.news-expander h3,
.block.news-expander h4 {
  text-align: left;
}
.block.news-expander .news-description {
  margin-bottom: 70px;
}
.block.news-expander .cta-button {
  bottom: 15px;
  right: 0px;
}
.block.news-expander .minus-button {
  display: none;
}
.block.news-expander.open .cta-button {
  display: none;
}
.block.news-expander.open .minus-button {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.block.news-expander.open .minus-button:after {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  content: "";
}
.block.news-expander.open .minus-button:after:hover {
  border: 1px solid #003974;
}
.block.news-expander .news-expander-content {
  display: none;
  padding-bottom: 20px;
}
.block.news-expander .news-expander-content .news-expander-table {
  display: table;
  margin-bottom: 55px;
}
.block.news-expander .news-expander-content .news-expander-table .ccm-image-block {
  width: 100%;
  height: auto;
}
.block.news-expander .news-expander-content .news-expander-table .download-list {
  display: table-footer-group;
  float: none;
}
.block.news-expander .news-expander-content .news-expander-table .content {
  width: 100%;
  margin-bottom: 0px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.notar-search.notar-search--horizontal {
  width: 100%;
  margin: 0 auto;
}
.block.notar-search.notar-search--box {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .block.notar-search.notar-search--box {
    float: none;
    width: 100%;
    clear: both;
  }
}
.block.notar-search.notar-search--box h3,
.block.notar-search.notar-search--box h4 {
  text-align: center;
}
.block.notar-search h1,
.block.notar-search h2 {
  text-align: center;
  margin-bottom: 20px;
}
.block.notar-search h1 i,
.block.notar-search h2 i {
  font-size: 32px;
  position: relative;
  top: -5px;
}
.block.notar-search h2 {
  font-size: 25px;
  color: #003974;
}
.block.notar-search h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 481px) {
  .block.notar-search h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .block.notar-search h1 i {
    font-size: 21px;
    top: -3px;
  }
  .block.notar-search h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.block.notar-search form {
  padding: 20px;
  width: 100%;
  background-color: #f6f5f5;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
}
.block.notar-search form input[type="text"],
.block.notar-search form input[type="password"] {
  border: 0px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Book";
  color: #0a1a2a;
  font-size: 14px;
}
.block.notar-search .notarSearch-container .col {
  float: left;
  width: 45%;
  margin-left: 10%;
}
.block.notar-search .notarSearch-container .col input,
.block.notar-search .notarSearch-container .col select {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
}
.block.notar-search .notarSearch-container .col .small {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.block.notar-search .notarSearch-container .col .medium {
  width: 65%;
  float: left;
}
.block.notar-search .notarSearch-container .col input[type="text"]::-webkit-input-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"]:-moz-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"]::-moz-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"]:-ms-input-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"] input::-webkit-input-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"] input:-moz-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"] textarea::-webkit-input-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="text"] textarea:-moz-placeholder {
  color: #003974;
}
.block.notar-search .notarSearch-container .col input[type="submit"] {
  width: auto;
  float: right;
  margin-bottom: 0px;
  height: 40px !important;
  line-height: 40px;
}
@media all and (max-width: 768px) {
  .block.notar-search .notarSearch-container .col input[type="submit"] {
    margin-top: -15px !important;
  }
}
.block.notar-search .notarSearch-container .col .styled-select {
  margin-bottom: 20px;
}
.block.notar-search .notarSearch-container .col:first-child {
  margin-left: 0;
}
@media all and (max-width: 768px) {
  .block.notar-search .notarSearch-container .col {
    width: 100%;
    margin: 0;
  }
  .block.notar-search .notarSearch-container .col input[type="submit"] {
    margin-top: 5px !important;
  }
}
.block.notar-search .notar {
  padding-bottom: 20px;
}
.block.notar-search .notar p {
  margin-bottom: 10px;
}
.block.notar-search .notar .col {
  width: 33%;
  float: left;
  line-height: 23px;
}
.block.notar-search .notar .col i {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .block.notar-search .notar .col {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}
@media all and (max-width: 768px) {
  .block.notar-search .notar {
    padding-bottom: 10px;
  }
}
.block.notar-search .notar a.cta-button {
  margin-top: 20px;
}
.block.notar-search.notar-search--box .form-row {
  clear: both;
}
.block.notar-search.notar-search--box .form-row .col {
  width: 100%;
}
.block.notar-search.notar-search--box h2 {
  font-size: 18px;
}
.block.notar-search.notar-search--horizontal {
  margin-bottom: 40px;
}
.block.notar-search.notar-search--horizontal h2 {
  margin: 0;
}
.block.notar-search.notar-search--horizontal .form-row {
  width: 100%;
  clear: both;
}
.block.notar-search.notar-search--horizontal .form-row .col {
  margin-left: 1.33%;
}
.block.notar-search.notar-search--horizontal .form-row .col input {
  margin: 0;
}
.block.notar-search.notar-search--horizontal .form-row .col input[type="submit"] {
  float: none;
}
.block.notar-search.notar-search--horizontal .form-row .col-1 {
  width: 7.00333333%;
}
.block.notar-search.notar-search--horizontal .form-row .col-2 {
  width: 15.33666667%;
}
.block.notar-search.notar-search--horizontal .form-row .col-3 {
  width: 23.67%;
}
.block.notar-search.notar-search--horizontal .form-row .col-4 {
  width: 32.00333333%;
}
.block.notar-search.notar-search--horizontal .form-row .col-5 {
  width: 40.33666667%;
}
.block.notar-search.notar-search--horizontal .form-row .col-6 {
  width: 48.67%;
}
.block.notar-search.notar-search--horizontal .form-row .col-7 {
  width: 57.00333333%;
}
.block.notar-search.notar-search--horizontal .form-row .col-8 {
  width: 65.33666667%;
}
.block.notar-search.notar-search--horizontal .form-row .col-9 {
  width: 73.67%;
}
.block.notar-search.notar-search--horizontal .form-row .col-10 {
  width: 82.00333333%;
}
.block.notar-search.notar-search--horizontal .form-row .col-11 {
  width: 90.33666667%;
}
.block.notar-search.notar-search--horizontal .form-row .col-12 {
  width: 98.67%;
}
@media all and (max-width: 768px) {
  .block.notar-search.notar-search--horizontal .form-row .col {
    width: 96% !important;
    margin-bottom: 10px;
  }
  .block.notar-search.notar-search--horizontal .form-row .col.med-text-center {
    text-align: center;
  }
  .block.notar-search.notar-search--horizontal .form-row .col input[type="submit"] {
    display: inline-block;
  }
  .block.notar-search.notar-search--horizontal .form-row .col.med-hide {
    display: none;
  }
}
#mainColumn > .notar-search:first-child {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
#mainColumn > .notar-search:first-child .col-left {
  width: 26%;
  float: left;
}
#mainColumn > .notar-search:first-child .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  #mainColumn > .notar-search:first-child .col-left,
  #mainColumn > .notar-search:first-child .col-right {
    float: none;
    width: 100%;
  }
}
/* jquery ui overrides */
.ui-widget.ui-menu {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  max-height: 200px;
  overflow: auto;
}
.ui-menu .ui-menu-item a {
  color: #0a1a2a !important;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
  text-shadow: none !important;
  color: white !important;
  background-color: #003974 !important;
  border-color: #003974 !important;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.notarstelle {
  margin: 0 1% 5% 1%;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  clear: both;
}
.block.notarstelle .box-content {
  padding: 20px;
}
.block.notarstelle .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.notarstelle .notarstelle-contact,
.block.notarstelle .notarstelle-province {
  float: right;
}
.block.notarstelle .notarstelle-province {
  font-size: 16px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.latest-news-list {
  margin-left: -1%;
  margin-bottom: 25px;
}
.latest-news-list .news-list-item {
  float: left;
  width: 30%;
  margin: 0 1%;
}
.latest-news-list .news-list-item h2 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
@media all and (max-width: 768px) {
  .latest-news-list .news-list-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
#mainColumn .block.quick-links {
  width: 32%;
  float: right;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 768px) {
  #mainColumn .block.quick-links {
    float: none;
    width: 100%;
    clear: both;
  }
}
#mainColumn .block.quick-links h3,
#mainColumn .block.quick-links h4 {
  text-align: center;
}
#mainColumn .block.quick-links .box-content {
  padding: 20px;
}
#mainColumn .block.quick-links .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
#mainColumn .block.quick-links .date {
  display: block;
  margin-bottom: 5px;
}
#mainColumn .block.quick-links .description {
  display: block;
  margin-bottom: 10px;
}
#mainColumn .block.quick-links .box-content {
  padding: 20px;
}
#mainColumn .block.quick-links .box-content .title {
  margin-bottom: 10px;
}
#mainColumn .block.quick-links .box-content span {
  display: block;
}
#mainColumn.right .block.quick-links {
  width: 98%;
  margin: 0 1% 2% 1%;
}
#mainColumn .block.quick-links .box-content a,
a.quick-link {
  position: relative;
  padding: 5px 0 1px 32px;
  margin-bottom: 10px;
  display: block;
}
#mainColumn .block.quick-links .box-content a:before,
a.quick-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: left;
  display: block;
  text-indent: 9px;
  font-size: 16px;
  letter-spacing: 12px;
  white-space: nowrap;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #003974;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mainColumn .block.quick-links .box-content a:before:hover,
a.quick-link:before:hover {
  border: 1px solid #003974;
}
.no-touch #mainColumn .block.quick-links .box-content a:hover:before,
.no-touch a.quick-link:hover:before {
  text-indent: -10px;
  border: 1px solid #333333;
  text-decoration: none;
}
#quicklinks {
  min-height: 62px;
  background: url(../../images/bgs/bg_quicklinks.jpg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3) inset;
}
#quicklinks a {
  color: #fff;
  padding: 5px 36px 5px 0;
  position: relative;
  display: block;
}
#quicklinks a:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  text-align: left;
  display: block;
  text-indent: 9px;
  font-size: 16px;
  letter-spacing: 12px;
  white-space: nowrap;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  border: 1px solid #ffffff;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#quicklinks a:after:hover {
  border: 1px solid #ffffff;
}
.no-touch #quicklinks a:hover:after {
  text-indent: -10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
#quicklinks .quick-links {
  text-align: center;
}
#quicklinks .quick-links .title {
  font-size: 25px;
  position: relative;
  top: 3px;
}
#quicklinks .quick-links span {
  display: inline-block;
  margin: 0 20px;
  padding: 18px 0;
}
#quicklinks .quick-links a {
  text-decoration: none;
}
#quicklinks .quick-links a:hover {
  text-decoration: none;
}
@media all and (max-width: 970px) {
  #quicklinks .quick-links .title {
    display: block;
    padding-bottom: 0;
    top: 0px;
  }
}
@media all and (max-width: 481px) {
  #quicklinks .quick-links {
    text-align: left;
    padding: 20px 0;
  }
  #quicklinks .quick-links span,
  #quicklinks .quick-links .title {
    display: block;
    padding: 10px 0;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.quote {
  position: relative;
  margin: 25px 0 15px 0;
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .block.quote {
    float: none;
    width: 100%;
  }
}
.block.quote h3,
.block.quote h4 {
  text-align: left;
}
.block.quote p {
  font-family: Minion Pro, Times, serif;
  font-size: 24px;
  line-height: 35px;
  min-height: 45px;
  color: #003974;
  padding-left: 50px;
}
.block.quote p:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 8px;
  top: 5px;
  font-size: 34px;
}
@media all and (max-width: 481px) {
  .block.quote p {
    font-size: 20px;
    line-height: 26px;
    padding-top: 4px;
  }
  .block.quote p:before {
    top: 11px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.meta-search {
  float: right;
  border: 1px solid #e3e3e3;
  border-top: 0px;
  margin-bottom: 0px;
  width: 40%;
  height: 37px;
  background: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
}
.meta-search input {
  margin-bottom: 0px;
  background: none;
  border: 0;
  padding: 0 2%;
  height: 37px;
  line-height: 37px;
  font-family: Book;
  font-size: 14px;
  float: left;
  width: 86%;
  box-shadow: none;
}
.meta-search input:focus {
  box-shadow: none;
  border: 0;
}
.meta-search input:hover {
  background: none;
  border: 0;
}
.meta-search input[type="submit"] {
  float: right;
  /*background: url(../../images/icons/icon_search.png) center center no-repeat;*/
  color: #003974;
  font-size: 18px;
  font-family: FontAwesome;
  width: 10%;
}
@media all and (max-width: 970px) {
  .meta-search {
    width: 138px;
    float: left;
  }
  .meta-search input {
    width: 91px;
    padding: 0px 9px;
  }
  .meta-search input[type="submit"] {
    width: 29px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.searchResult {
  margin: 15px 0;
  border-top: 1px solid #dedfe0;
  padding-top: 15px;
}
.searchResult .result-highlight {
  background-color: #006db8;
  color: #fff;
}
@media all and (max-width: 768px) {
  .searchResult .pageLink {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
  }
}
.searchResult a.mime:before,
.searchResult a.mime:after {
  font-size: 12px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.content.seminar {
  margin-bottom: 25px;
  padding: 20px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.block.content.seminar .box-content {
  padding: 20px;
}
.block.content.seminar .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.content.seminar .row {
  padding-left: 40%;
  position: relative;
}
.block.content.seminar .row .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
}
.block.content.seminar .row .left a.mime {
  line-height: 23px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.block.content.seminar .row .left .state {
  display: block;
}
.block.content.seminar .row .right {
  min-height: 36px;
}
@media all and (max-width: 768px) {
  .block.content.seminar .row {
    padding-left: 50%;
  }
  .block.content.seminar .row .left {
    width: 50%;
  }
}
@media all and (max-width: 481px) {
  .block.content.seminar .row {
    padding-left: 0;
  }
  .block.content.seminar .row h4 {
    margin-top: 20px;
  }
  .block.content.seminar .row .left {
    width: 100%;
    position: relative;
  }
  .block.content.seminar .row .right {
    min-height: initial;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.seminar-registration {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .block.seminar-registration {
    float: none;
    width: 100%;
  }
}
.block.seminar-registration h3,
.block.seminar-registration h4 {
  text-align: left;
}
.block.seminar-registration .seminar-registration-module {
  margin-bottom: 10px;
}
.block.seminar-registration fieldset {
  padding-top: 10px;
}
.block.seminar-registration .seminar-registration-module-seminars {
  margin-left: 10px;
}
.block.seminar-registration label.error {
  display: none !important;
}
.block.seminar-registration input.error {
  border: 1px solid #ff0000;
}
.block.seminar-registration input[type="checkbox"] {
  margin-right: 7px;
}
.block.seminar-registration input[type="checkbox"].error {
  outline: 1px solid #ff0000;
}
.block.seminar-registration .seminar-registration-module-seminars-row {
  position: relative;
  padding-left: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.block.seminar-registration .seminar-registration-module-seminars-row input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.block.seminar-registration .ccm-captcha-image {
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.seminar-registration {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .block.seminar-registration {
    float: none;
    width: 100%;
  }
}
.block.seminar-registration h3,
.block.seminar-registration h4 {
  text-align: left;
}
.block.seminar-registration .seminar-registration-module {
  margin-bottom: 10px;
}
.block.seminar-registration fieldset {
  padding-top: 10px;
}
.block.seminar-registration .seminar-registration-module-seminars {
  margin-left: 10px;
}
.block.seminar-registration label.error {
  display: none !important;
}
.block.seminar-registration input.error {
  border: 1px solid #ff0000;
}
.block.seminar-registration input[type="checkbox"] {
  margin-right: 7px;
}
.block.seminar-registration input[type="checkbox"].error {
  outline: 1px solid #ff0000;
}
.block.seminar-registration .seminar-registration-module-seminars-row {
  position: relative;
  padding-left: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.block.seminar-registration .seminar-registration-module-seminars-row input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.block.seminar-registration .ccm-captcha-image {
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.seminar-registration {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .block.seminar-registration {
    float: none;
    width: 100%;
  }
}
.block.seminar-registration h3,
.block.seminar-registration h4 {
  text-align: left;
}
.block.seminar-registration .seminar-registration-module {
  margin-bottom: 10px;
}
.block.seminar-registration fieldset {
  padding-top: 10px;
}
.block.seminar-registration .seminar-registration-module-seminars {
  margin-left: 10px;
}
.block.seminar-registration label.error {
  display: none !important;
}
.block.seminar-registration input.error {
  border: 1px solid #ff0000;
}
.block.seminar-registration input[type="checkbox"] {
  margin-right: 7px;
}
.block.seminar-registration input[type="checkbox"].error {
  outline: 1px solid #ff0000;
}
.block.seminar-registration .seminar-registration-module-seminars-row {
  position: relative;
  padding-left: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.block.seminar-registration .seminar-registration-module-seminars-row input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.block.seminar-registration .ccm-captcha-image {
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.product-wrapper {
  clear: both;
}
.block.shop-product {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  box-sizing: border-box;
  min-height: 450px;
  padding: 0 20px 95px 20px;
  font-size: 16px;
  position: relative;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.block.shop-product h4 {
  text-align: center;
}
.block.shop-product .product-image {
  display: block;
  margin: 0 auto 15px auto;
  min-width: 200px;
  /* min-height: 200px;*/
}
.block.shop-product .product-description {
  margin-bottom: 10px;
}
.block.shop-product .product-price-row {
  margin-bottom: 12px;
}
.block.shop-product .product-price-row .product-price span {
  font-size: 25px;
}
.block.shop-product .box-content {
  padding: 20px;
}
.block.shop-product .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.shop-product:nth-child(3n) {
  margin-right: 0px;
}
.block.shop-product .add-to-cart-container {
  float: left;
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
}
.block.shop-product .add-to-cart-container * {
  margin-top: 5px;
}
.block.shop-product .add-to-cart-container .label {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.block.shop-product .add-to-cart-container .quantity-input {
  font-size: 14px;
  width: 27px;
  padding: 12px 18px 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13) inset;
}
.block.shop-product .btn--add-to-cart {
  display: inline-block;
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  height: 34px;
  padding: 3px 20px 2px;
}
.block.shop-product .btn--add-to-cart i {
  margin-right: 5px;
}
.block.shop-product .btn--add-to-cart:hover {
  background-color: #006db8;
}
@media all and (max-width: 1080px) {
  .block.shop-product .btn--add-to-cart {
    overflow: hidden;
    width: 15px;
  }
  .block.shop-product .add-to-cart-container .quantity-input {
    margin-right: 10px;
  }
}
@media all and (max-width: 768px) {
  .block.shop-product {
    padding-bottom: 120px;
    width: 48%;
  }
  .block.shop-product:nth-child(3n) {
    margin-right: 3.5%;
  }
  .block.shop-product:nth-child(2n+2) {
    margin-right: 0px;
  }
  .block.shop-product .add-to-cart-container {
    width: 87%;
  }
  .block.shop-product .btn--add-to-cart {
    float: none;
    width: 100%;
    box-sizing: border-box;
    line-height: 38px;
    height: 40px;
    margin-top: 10px;
  }
}
@media all and (max-width: 481px) {
  .block.shop-product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    float: none;
  }
}
#shop-cart-overlay {
  font-size: 16px;
  background-color: white;
  width: 260px;
  position: absolute;
  right: 20px;
  top: 40px;
  padding: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#shop-cart-overlay .shop-name {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 10px;
}
#shop-cart-overlay .btn--checkout {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-size: 16px;
  line-height: 48px;
  height: 45px;
  display: inline-block;
  padding: 0 22px;
  float: right;
}
#shop-cart-overlay .btn--checkout:hover {
  background-color: #006db8;
}
@media all and (max-width: 601px) {
  #shop-cart-overlay {
    display: none;
  }
}
#shop-cart-overlay:before {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  border: 13px solid white;
  border-width-top: 0px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -26px;
  right: 20px;
  pointer-events: none;
}
@media all and (max-width: 601px) {
  #shop-cart-overlay:before {
    right: 105px;
  }
}
.open #shop-cart-overlay {
  opacity: 1;
}
@media all and (max-width: 601px) {
  .open #shop-cart-overlay {
    right: 60px;
    display: block;
  }
}
@media all and (max-width: 481px) {
  .open #shop-cart-overlay {
    right: 10px;
  }
}
#mainColumn .order-summary .btn--shop-edit-item-amount,
#mainColumn .order-summary .btn--delete-from-cart {
  padding: 10px;
}
.shopping-cart-item-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedfe0;
  position: relative;
}
.shopping-cart-item-container .shopping-cart-item-details {
  width: 197px;
  padding-right: 55px;
  box-sizing: border-box;
  float: left;
}
.shopping-cart-item-container .shopping-cart-item-details .shopping-cart-item-price {
  position: absolute;
  right: 64px;
  top: 0;
}
.shopping-cart-item-container .shopping-cart-item-details input[type="text"] {
  width: 50px;
}
.shopping-cart-item-container .shopping-cart-item-actions {
  font-size: 17px;
  float: right;
}
.shopping-cart-item-container .shopping-cart-item-actions .btn--delete-from-cart {
  display: inline-block;
  margin-left: 10px;
}
@media all and (max-width: 970px) {
  #mainColumn .shopping-cart-item-container .shopping-cart-item-details .shopping-cart-item-price {
    right: 0px;
  }
}
.shopping-cart-sum-row {
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 63px;
}
.shopping-cart-sum-row .shopping-cart-sum-label {
  display: block;
  float: left;
}
.shopping-cart-sum-row .shopping-cart-sum {
  font-size: 20px;
  display: block;
  float: right;
}
@media all and (max-width: 970px) {
  .shopping-cart-sum-row {
    padding-right: 0;
  }
}
/* checkout view*/
.order-summary {
  width: 40%;
  margin-bottom: 40px;
}
@media all and (max-width: 970px) {
  .order-summary {
    width: 370px;
  }
}
@media all and (max-width: 481px) {
  .order-summary {
    width: 100%;
  }
}
.order-form label {
  width: 150px;
}
.order-form input[type="text"] {
  display: inline-block;
}
.btn--shop-cart-modal-list .fa-shopping-cart {
  position: relative;
}
.shopping-cart-counter {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -10px;
}
/* add to cart bounce animation */
@-webkit-keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 1.5s ease infinite;
  animation: bounce 1.5s ease infinite;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
#teasers {
  margin-left: -1%;
}
#teasers .news-list-item {
  float: left;
  width: 30%;
  margin: 0 1%;
}
#teasers .news-list-item a h2 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
#teasers .news-list-item a:hover h2 {
  text-decoration: none;
  cursor: text;
}
#teasers .news-list-item a:hover span {
  color: #003974;
}
#teasers .news-list-item a:hover span:hover {
  text-decoration: underline;
}
#teasers .news-list-item .content-teaser {
  width: 100%;
  text-align: left;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#teasers .news-list-item .content-teaser .description {
  display: inline-block;
  margin-top: 10px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #626262;
  text-decoration: none;
  padding: 0px 20px;
  font-family: Book;
  font-size: 14px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#teasers .news-list-item .content-teaser .description:hover {
  color: #fff;
  background-color: #a3a3a3;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  #teasers .news-list-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.seminar-registration .ccm-captcha-image {
  margin-bottom: 10px;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.block.content {
  width: 65%;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .block.content {
    float: none;
    width: 100%;
  }
}
.block.content h3,
.block.content h4 {
  text-align: left;
}
@media all and (max-width: 768px) {
  .block.content {
    float: none;
    width: 100%;
  }
}
.block.content h1 {
  font-size: 35px;
}
.block.content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.block.content h3 {
  font-size: 16px;
  font-family: Book;
}
.nofloat .content {
  float: none;
  clear: both;
}
body:not(.editmode) .container.ntbs .block.content:first-child,
body:not(.editmode) .container.ntb .block.content:first-child {
  padding-left: 150px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
body:not(.editmode) .container.ntbs .block.content:first-child :before,
body:not(.editmode) .container.ntb .block.content:first-child :before {
  content: " ";
  width: 137px;
  height: 126px;
  position: absolute;
  left: 0;
  top: -30px;
  background: url('../../images/logo-ntbs-wide.png') left top no-repeat transparent;
}
body:not(.editmode) .container.ntbs .block.content:first-child h1,
body:not(.editmode) .container.ntb .block.content:first-child h1 {
  margin-bottom: 10px;
}
body:not(.editmode) .container.ntbs .block.content:first-child h2,
body:not(.editmode) .container.ntb .block.content:first-child h2 {
  font-size: 25px;
}
@media all and (max-width: 768px) {
  body:not(.editmode) .container.ntbs .block.content:first-child h1,
  body:not(.editmode) .container.ntb .block.content:first-child h1 {
    font-size: 40px;
  }
  body:not(.editmode) .container.ntbs .block.content:first-child h2,
  body:not(.editmode) .container.ntb .block.content:first-child h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 481px) {
  body:not(.editmode) .container.ntbs .block.content:first-child h1,
  body:not(.editmode) .container.ntb .block.content:first-child h1 {
    font-size: 30px;
  }
  body:not(.editmode) .container.ntbs .block.content:first-child h2,
  body:not(.editmode) .container.ntb .block.content:first-child h2 {
    line-height: 1.2em;
  }
}
body:not(.editmode) .container.ntb .block.content:first-child {
  padding-left: 107px;
  box-sizing: border-box;
}
body:not(.editmode) .container.ntb .block.content:first-child :before {
  width: 91px;
  left: 0;
  top: -30px;
  background: url('../../images/logo-ntbs-narrow.png') left top no-repeat transparent;
}
/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */
/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.container.home .content-teaser {
  width: 27%;
  margin: 0 2.9%;
  margin-bottom: 30px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5em;
}
.container.home .content-teaser img {
  width: 105px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.container.home .content-teaser h2 {
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 10px;
}
.container.home .content-teaser a:hover {
  text-decoration: none;
}
.container.home .content-teaser a:hover h2.title {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .container.home .content-teaser {
    display: block;
    width: auto;
  }
}

/*# sourceMappingURL=http://notar.dev/css/compiled/styles.css.map */