/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: black;
  width: 100vw;
  overflow-x: hidden;
}
body.bigger-fontsize {
  font-size: 160%;
}
body.bigger-fontsize {
  font-size: 180%;
}
body.big-fontsize {
  font-size: 200%;
}
strong {
  font-size: initial;
}
@media (min-width: 1651px) {
  .container {
    width: 80%;
  }
}
.container-content {
  display: inline-block;
  width: 100%;
  padding: 150px 0 0 0;
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container-content {
    padding-top: 4px;
  }
}
.img-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.img-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container .container-small {
  display: inline-block;
  width: 60%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 991px) {
  .container .container-small {
    width: 100%;
    margin: 0;
  }
}
.spacing {
  display: inline-block;
  width: 100%;
  height: 20px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 60px;
  }
  .padding-btm {
    padding-bottom: 60px;
  }
}
.line-container {
  display: inline-block;
  width: 100%;
}
.line-container .line {
  height: 2px;
  width: 24px;
}
.text-align-right {
  text-align: right;
}
.ease {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-vacancy .detail-row,
.post-type-archive-vacancy .detail-row {
  margin-bottom: 20px;
}
.single-vacancy .detail-row div,
.post-type-archive-vacancy .detail-row div {
  float: left;
}
.single-vacancy .detail-row div:not(:first-child),
.post-type-archive-vacancy .detail-row div:not(:first-child) {
  margin-left: 35px;
}
.single-vacancy .detail-row div i,
.post-type-archive-vacancy .detail-row div i {
  color: #0B7868;
  margin-right: 10px;
}
.post-type-archive-vacancy .detail-row div i {
  color: #40C0F0;
  margin-right: 10px;
}
.post-type-archive-oplossingen .page .navigation .menu ul li a.active {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
#cookie-notice .cookie-notice-container {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}
#cookie-notice span {
  font-size: 1.063em;
}
#cookie-notice .button {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0 0 0 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  padding: 8.5px 10px;
  color: white;
  text-transform: uppercase;
  border-radius: 0 !important;
  text-shadow: none !important;
  background-image: none !important;
  background-color: #D4D700 !important;
  font-weight: 700 !important;
  font-family: 'Karla', sans-serif !important;
  border: none !important;
  line-height: 24px !important;
}
#cookie-notice .cookie-revoke-container {
  display: none !important;
}
.picture.IE-browser {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.picture.IE-browser img {
  display: none;
}
.row.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row.row-eq-height:before,
.row.row-eq-height:after {
  content: normal;
}
@supports (display: flex) {
  .row.row-eq-height::before,
  .row.row-eq-height::after {
    display: none;
  }
  .row.row-eq-height > * {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
  }
  .row.row-eq-height > * > * {
    flex: 0 0 auto;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.content iframe,
.text-page iframe {
  max-width: 100%;
}
.content img,
.text-page img {
  max-width: 100%;
  height: auto;
}
.single-team p {
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .mobile-revers {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .mobile-revers .text-page {
    margin-top: 30px;
  }
}
.background-green {
  background-color: #0B7868;
}
.background-green.background-fade {
  background-color: rgba(11, 120, 104, 0.9);
}
.background-orange {
  background-color: #F9B122;
}
.background-orange.background-fade {
  background-color: rgba(249, 177, 34, 0.9);
}
.background-blue {
  background-color: #40C0F0;
}
.background-blue.background-fade {
  background-color: rgba(64, 192, 240, 0.9);
}
.background-grey {
  background-color: #464646;
}
.background-grey.background-fade {
  background-color: rgba(70, 70, 70, 0.9);
}
.banners .banner.banner-has-image {
  background: none;
}
.banners .banner .banner-image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.btn-flat {
  display: inline-block;
  padding: 15px 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 19px;
  border-radius: 0;
  text-transform: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-flat:hover,
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-flat.btn-blue {
  color: white;
  background-color: #40C0F0;
}
.btn-flat.btn-blue:hover,
.btn-flat.btn-blue:active,
.btn-flat.btn-blue:focus {
  background-color: #40C0F0;
  color: white;
}
.btn-flat.btn-yellow {
  color: white;
  background-color: #F9B122;
}
.btn-flat.btn-yellow:hover,
.btn-flat.btn-yellow:active,
.btn-flat.btn-yellow:focus {
  background-color: #f8a809;
  color: white;
}
.btn-flat.btn-grey {
  color: #8a8b8a;
  background-color: #f6f6f6;
}
.btn-flat.btn-grey:hover,
.btn-flat.btn-grey:active,
.btn-flat.btn-grey:focus {
  background-color: #e9e9e9;
  color: #8a8b8a;
}
.btn-flat.btn-green {
  color: white;
  background-color: #0B7868;
}
.btn-flat.btn-green:hover,
.btn-flat.btn-green:active,
.btn-flat.btn-green:focus {
  background-color: #096154;
  color: white;
}
.btn-flat.btn-home-hero {
  color: white;
}
.btn-flat.btn-arrow:hover:after {
  padding-left: 8px;
  padding-right: 0;
}
.btn-flat.btn-arrow:after {
  display: inline-block;
  content: '>';
  width: 16px;
  height: 16px;
  margin-left: 10px;
  padding-right: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 520px) {
  .btn-flat.btn-arrow:after {
    font-size: 12px;
  }
}
form input,
form textarea {
  text-transform: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  line-height: 50px;
  opacity: 1;
  color: #464646;
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0 20px;
  background-color: #F6F6F6;
}
form input:hover,
form textarea:hover,
form input:active,
form textarea:active,
form input:focus,
form textarea:focus {
  outline: none;
  box-shadow: none;
}
form textarea {
  padding: 10px 20px;
  line-height: 120%;
  resize: none;
}
form input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  -ms-appearance: none;
  /* not currently supported */
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: none;
  outline: none;
  margin: 7px 0 0 0 !important;
  padding: 0 !important;
}
form input[type="checkbox"]:checked {
  background-color: #0B7868;
  box-shadow: none;
}
form input[type="checkbox"]:checked:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
}
form input[type="checkbox"]:focus,
form input[type="checkbox"]:checked {
  outline: none;
}
form .label-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-weight: 400;
  font-size: 0.938em;
}
form label {
  display: inline-block;
  font-weight: 900;
  font-size: 1em;
  line-height: 50px;
  font-family: 'Barlow', sans-serif;
  color: white;
  text-transform: uppercase;
}
form label span {
  color: #0B7868;
  font-size: 0.938em;
  margin-left: 5px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-small-navigation form {
  position: relative;
  margin-right: 40px;
  width: 230px;
  float: left;
}
.search-small-navigation form input {
  width: 230px;
  height: 50px;
  padding-right: 40px;
}
.search-small-navigation form button {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/search.svg');
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.search-small-navigation ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-small-navigation ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-small-navigation :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-small-navigation :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
footer form input {
  background-color: white;
  margin-bottom: 10px;
}
footer form button {
  float: right;
}
.feedback-form form label {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 1em;
  line-height: 19px;
  margin-bottom: 8px;
  font-family: 'Barlow', sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.feedback-form form label span {
  color: #0B7868;
  font-size: 0.938em;
  margin-left: 5px;
}
.feedback-form form input {
  text-transform: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  line-height: 50px;
  opacity: 1;
  color: #464646;
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0 20px;
  background-color: #F6F6F6;
  margin-bottom: 30px;
}
.feedback-form form input:hover,
.feedback-form form input:active,
.feedback-form form input:focus {
  outline: none;
  box-shadow: none;
}
.feedback-form form textarea {
  text-transform: none;
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  line-height: 50px;
  opacity: 1;
  color: #464646;
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #F6F6F6;
  margin-bottom: 30px;
  resize: none;
}
.feedback-form form textarea:hover,
.feedback-form form textarea:active,
.feedback-form form textarea:focus {
  outline: none;
  box-shadow: none;
}
.feedback-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.feedback-form form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.feedback-form form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.feedback-form form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 520px) {
  .feedback-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .feedback-form form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Barlow', sans-serif;
    font-size: 0.813em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .feedback-form form :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Barlow', sans-serif;
    font-size: 0.813em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .feedback-form form :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Barlow', sans-serif;
    font-size: 0.813em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
}
.search-form form {
  position: relative;
}
.search-form form input {
  text-transform: none;
  display: inline-block;
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 0px;
  line-height: 64px;
  opacity: 1;
  color: #464646;
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  padding: 0 30px;
  background-color: #F6F6F6;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .search-form form input {
    font-size: 1em;
  }
}
.search-form form input:hover,
.search-form form input:active,
.search-form form input:focus {
  outline: none;
  box-shadow: none;
}
.search-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-form form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-form form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
.search-form form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  color: #464646;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 520px) {
  .search-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .search-form form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .search-form form :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
  .search-form form :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    color: #464646;
    font-weight: 400;
    opacity: 1;
  }
}
.search-form form button {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 22px;
  right: 30px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/search.svg');
  border: none;
  box-shadow: none;
}
.wpcf7 label {
  color: #000000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7 input[type="submit"]:disabled {
  background-color: #464646;
}
.wpcf7 .btn-flat.btn-blue {
  color: white;
  background-color: #40C0F0;
}
.wpcf7-response-output.wpcf7-validation-errors {
  display: inline-block;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #E53A36;
  font-weight: 400;
  opacity: 1;
  line-height: 32px;
  box-shadow: none;
  outline: none;
  background-color: rgba(229, 58, 54, 0.15);
  border: 1px solid #E53A36;
  padding: 0px 15px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: inline-block;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em;
  color: #3BB273;
  font-weight: 400;
  opacity: 1;
  line-height: 32px;
  box-shadow: none;
  outline: none;
  background-color: rgba(59, 178, 115, 0.15);
  border: 1px solid #3BB273;
  padding: 0px 15px;
}
.wpcf7-not-valid-tip {
  display: inline-block !important;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 0.938em !important;
  color: #E53A36 !important;
  font-weight: 400;
  opacity: 1;
  line-height: 32px;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  float: left;
}
.event-details form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.event-details form label {
  text-transform: uppercase;
  font-size: 1em;
  color: black;
  font-weight: 500;
  line-height: 150%;
}
.event-details form input[type="submit"] {
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 20px;
}
.wpcf7-acceptance {
  display: inline-block;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  line-height: 150%;
  font-weight: normal;
}
.wpcf7-acceptance .wpcf7-list-item label span {
  font-size: 0.7em;
  text-transform: none;
  color: black;
  font-weight: normal;
}
.wpcf7-acceptance .wpcf7-list-item label span a {
  font-size: 1em;
  text-transform: none;
  text-decoration: underline;
  color: black;
  font-weight: normal;
  display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item label input {
  display: inline-block;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  -ms-appearance: none;
  /* not currently supported */
  width: 16px !important;
  height: 16px !important;
  border-radius: 0px;
  background-color: #F6F6F6;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 7px 0 0 0 !important;
  padding: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label input:checked {
  border: 1px solid #f7f7f8;
  background-color: #40C0F0 !important;
  outline: none;
}
.wpcf7-acceptance p {
  display: inline-block;
}
.not-found-search-form label {
  width: 100%;
}
.not-found-search-form input[type='submit'] {
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  color: white;
  background-color: #40C0F0;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #F6F6F6;
  position: relative;
  border: none;
  text-transform: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  opacity: 1;
  color: black;
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0 20px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 25px;
  width: 10px;
  height: 6px;
  background-image: url('../images/chevron-down-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*style the items (options), including the selected item:*/
.select-items div {
  color: #404040;
  padding: 8px 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0.875em;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4A.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPCw.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4A.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4A.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4A.ttf) format('truetype');
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-size: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
h1 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 3em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 2.188em;
  }
  h1 i,
  h1 em {
    font-size: 2.188em;
  }
}
h1 i,
h1 em {
  font-size: 3em;
}
h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 2em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 1.875em;
  }
  h2 i,
  h2 em {
    font-size: 1.875em;
  }
}
h2 i,
h2 em {
  font-size: 2em;
}
h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h3 i,
h3 em {
  font-size: 1.5em;
}
h4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h4 i,
h4 em {
  font-size: 1.375em;
}
h5 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h5 i,
h5 em {
  font-size: 1.125em;
}
h6 {
  font-family: 'Barlow', sans-serif;
  display: block;
  font-weight: 500;
  color: #464646;
  font-size: 1.25em;
  line-height: 32px;
  border-left: 5px solid #D4D700;
  padding-left: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h6 em,
h6 i {
  font-size: 1.25em;
}
h6 strong,
h6 b {
  color: black;
  font-weight: 700;
  font-size: 1.25em;
}
h6 a {
  color: #0B7868;
  font-weight: 500;
  font-size: 1.25em;
  text-decoration: underline;
}
p,
a,
address,
time,
mark {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p strong,
a strong,
address strong,
time strong,
mark strong,
p b,
a b,
address b,
time b,
mark b {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}
p strong a,
a strong a,
address strong a,
time strong a,
mark strong a,
p b a,
a b a,
address b a,
time b a,
mark b a {
  font-size: inherit;
  font-weight: inherit;
}
p span,
a span,
address span,
time span,
mark span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
p {
  color: #464646;
}
p a {
  color: #464646;
  text-decoration: underline;
  font-size: inherit;
}
ul li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  color: #464646;
  font-weight: 400;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.container-content span {
  font-size: 1em;
}
hr {
  display: inline-block;
  width: 100%;
  border-color: #F6F6F6;
  border-width: 2px;
}
strong,
b,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
strong a,
b a,
em a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
strong {
  font-weight: 700;
}
em {
  font-weight: inherit;
}
address {
  font-style: normal;
}
mark {
  background-color: transparent;
  font-weight: 700;
}
small {
  font-family: 'Barlow', sans-serif;
  font-size: 85%;
  font-weight: 400;
}
i {
  color: inherit;
}
font {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
nav {
  height: 75px;
  margin: 0 !important;
  border: none !important;
  width: 100vw;
  position: relative;
  border-radius: 0 !important;
  background-color: #0B7868;
  z-index: 900;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  nav {
    height: auto;
  }
}
nav .navbar-brand {
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 18px 25px 18px 0;
}
nav .navbar-brand img {
  height: 44px;
}
nav .navbar-toggle {
  padding: 0px;
  margin: 17px 0 0 15px;
  opacity: 1;
  float: left;
}
nav .navbar-toggle span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle p {
  display: inline-block;
  color: white;
  position: absolute;
  bottom: -24px;
  left: -7px;
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  text-transform: none;
  font-size: 0.938em;
  line-height: 18px;
}
nav .navbar-toggle.collapsed span:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle.collapsed span:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle.collapsed span:nth-child(3) {
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .navbar-toggle span {
  background-color: white;
}
@media (max-width: 767px) {
  nav .navbar-header {
    height: 50px;
  }
}
nav .navbar-collapse.collapse {
  padding: 0;
  text-align: center;
  background-color: #0B7868;
  height: 75px !important;
  position: relative;
}
@media (max-width: 767px) {
  nav .navbar-collapse.collapse {
    text-align: left;
    height: auto !important;
    max-height: 75vh;
    overflow-y: scroll;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 993px) and (max-width: 1650px) {
  nav .navbar-collapse.collapse {
    text-align: left;
  }
}
nav .navbar-collapse.collapsing {
  background-color: #0B7868;
  padding: 0;
}
nav .navbar-collapse .navbar-nav {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
nav .navbar-collapse .navbar-nav li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  float: none;
  position: relative;
}
@media (max-width: 767px) {
  nav .navbar-collapse .navbar-nav li {
    width: 100%;
  }
}
nav .navbar-collapse .navbar-nav li.menu-item-has-children a {
  position: relative;
}
@media (max-width: 767px) {
  nav .navbar-collapse .navbar-nav li.menu-item-has-children a {
    padding-left: 15px !important;
    width: 100%;
  }
}
nav .navbar-collapse .navbar-nav li.menu-item-has-children a:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 9px;
  height: 5px;
  bottom: 15px;
  left: 40%;
  background-image: url('/wp-content/themes/Buchrnhornen//images/chevron-down.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  nav .navbar-collapse .navbar-nav li.menu-item-has-children a:after {
    right: 15px;
    top: 25px;
    left: auto;
  }
}
@media (max-width: 767px) {
  nav .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.open {
    display: inline-block;
    width: 100%;
    background-color: #0a6f60;
  }
}
nav .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  display: none;
}
nav .navbar-collapse .navbar-nav li a {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: white;
  text-transform: none;
  font-size: 1em;
  padding: 0 15px;
  margin: 0;
  line-height: 75px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  nav .navbar-collapse .navbar-nav li a {
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1650px) {
  nav .navbar-collapse .navbar-nav li a {
    padding: 0 10px;
  }
}
nav .navbar-collapse .navbar-nav li a:hover,
nav .navbar-collapse .navbar-nav li a:focus,
nav .navbar-collapse .navbar-nav li a:active {
  text-decoration: none;
  background-color: #409B8F;
}
@media (min-width: 768px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    display: inline-block;
    position: absolute;
    background-color: #0B7868;
    text-align: left;
    left: 0;
    top: 75px;
  }
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li {
    display: inline-block;
    width: 100%;
  }
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li:first-child a {
    padding-top: 15px;
  }
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li a {
    display: inline-block;
    width: 100%;
    line-height: 100%;
    white-space: nowrap;
    padding: 15px 80px 15px 20px;
    font-size: inherit;
  }
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li a:hover:after {
    padding-left: 8px;
    padding-right: 0;
  }
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li a:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '>';
    position: absolute;
    right: 20px !important;
    float: right !important;
    left: auto;
    background-image: none;
    padding-right: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    display: inline-block !important;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (min-width: 521px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li:first-child a {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li a {
    padding: 0 15px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  nav .navbar-collapse .navbar-nav > li.menu-item-has-children:hover > .sub-menu li a:after {
    display: none !important;
  }
}
nav .navbar-collapse .cta-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  nav .navbar-collapse .cta-nav {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  nav .navbar-collapse .cta-nav {
    display: none;
  }
}
nav .navbar-collapse .cta-nav li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  nav .navbar-collapse .cta-nav li {
    border-right: none;
    width: 100%;
  }
}
nav .navbar-collapse .cta-nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  nav .navbar-collapse .cta-nav li:first-child {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
nav .navbar-collapse .cta-nav li a {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 0.938em;
  padding: 0 15px;
  margin: 0;
  line-height: 75px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  nav .navbar-collapse .cta-nav li a {
    line-height: 50px;
    width: 100%;
  }
}
nav .navbar-collapse .cta-nav li a:hover,
nav .navbar-collapse .cta-nav li a:focus,
nav .navbar-collapse .cta-nav li a:active {
  background-color: #409B8F;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav .navbar-collapse .search-small-navigation {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 20px 15px;
  }
  nav .navbar-collapse .search-small-navigation .font-size {
    display: inline-block;
    float: right;
    height: 50px;
  }
  nav .navbar-collapse .search-small-navigation .font-size .default-fontsize {
    line-height: 50px;
    font-weight: 700;
    margin-right: 8px;
    color: #464646;
    font-size: 1em;
    position: relative;
    bottom: 10px;
  }
  nav .navbar-collapse .search-small-navigation .font-size .default-fontsize.active {
    color: #0B7868;
  }
  nav .navbar-collapse .search-small-navigation .font-size .bigger-fontsize {
    line-height: 50px;
    font-weight: 700;
    margin-right: 8px;
    color: #464646;
    font-size: 1.375em;
    position: relative;
    bottom: 10px;
  }
  nav .navbar-collapse .search-small-navigation .font-size .bigger-fontsize.active {
    color: #0B7868;
  }
  nav .navbar-collapse .search-small-navigation .font-size .big-fontsize {
    line-height: 75px;
    font-weight: 700;
    margin-right: 8px;
    color: #464646;
    font-size: 1.5em;
    position: relative;
    bottom: 10px;
  }
  nav .navbar-collapse .search-small-navigation .font-size .big-fontsize.active {
    color: #0B7868;
  }
}
body.page-professionals nav {
  background-color: #464646;
}
body.page-professionals nav .navbar-collapse.collapse {
  background-color: #464646;
}
body.page-professionals nav .navbar-collapse .navbar-nav li.menu-item-has-children:hover .sub-menu {
  background-color: #464646;
}
body.page-professionals nav .navbar-collapse .navbar-nav li a {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 0.938em;
  padding: 0 15px;
  margin: 0;
  line-height: 75px;
}
@media (max-width: 767px) {
  body.page-professionals nav .navbar-collapse .navbar-nav li a {
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 993px) and (max-width: 1650px) {
  body.page-professionals nav .navbar-collapse .navbar-nav li a {
    padding: 0 10px;
  }
}
body.page-professionals nav .navbar-collapse .navbar-nav li a:hover,
body.page-professionals nav .navbar-collapse .navbar-nav li a:focus,
body.page-professionals nav .navbar-collapse .navbar-nav li a:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
body.page-professionals nav .navbar-collapse .cta-nav li:hover a,
body.page-professionals nav .navbar-collapse .cta-nav li:focus a,
body.page-professionals nav .navbar-collapse .cta-nav li:active a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
body.page-professionals #page .intro {
  background-color: #464646;
}
#navbar .cta {
  width: 200px;
  height: auto;
}
#navbar .cta img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #navbar {
    display: flex !important;
    align-items: center;
  }
  #navbar .cta {
    flex: 0 0 auto;
    margin-right: 100px;
  }
  #navbar .navbar-nav {
    flex: 1 1 auto;
  }
}
@media (min-width: 1651px) {
  #navbar .cta {
    margin-right: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navbar .cta {
    width: 180px;
    margin-right: 30px;
  }
  #navbar .navbar-nav > li > a {
    padding: 0 9px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbar .cta {
    width: 160px;
    margin-right: 20px;
  }
  #navbar .navbar-nav li {
    font-size: 1em;
  }
  #navbar .navbar-nav > li > a {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px 15px;
  }
  .navbar-header .navbar-toggle {
    margin: 0;
  }
  .navbar-header .cta {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .navbar-header .cta img {
    width: 100%;
    height: auto;
  }
}
body.default-fontsize .taskbar .right .font-size *,
body.bigger-fontsize .taskbar .right .font-size *,
body.big-fontsize .taskbar .right .font-size * {
  margin-right: 4px;
}
body.default-fontsize #navbar .cta,
body.bigger-fontsize #navbar .cta,
body.big-fontsize #navbar .cta {
  margin-right: 20px;
}
footer {
  position: relative;
  top: -6px;
  margin-bottom: -6px;
}
footer .footer {
  display: inline-block;
  width: 100%;
  padding: 78px 0px 78px 0px;
  background-color: #F6F6F6;
}
footer .footer p {
  display: inline-block;
  width: 100%;
  color: #464646;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
footer .footer p a {
  display: inline-block;
  width: auto;
  font-size: inherit;
}
footer .footer a {
  display: inline-block;
  width: 100%;
  color: #464646;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .footer a.tel {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}
footer .footer a.tel:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-phone.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer a.mail {
  position: relative;
  padding-left: 42px;
}
footer .footer a.mail:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-mail.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer a.shops {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 15px;
  color: #0B7868;
  font-weight: 500;
}
footer .footer a.shops:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '>';
  left: 10px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
footer .footer a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  margin-right: 5px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B8B8B8;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer a.social.facebook {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social-facebook.svg');
}
footer .footer a.social.facebook:hover {
  background-color: #32599E;
}
footer .footer a.social.instagram {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social-instagram.svg');
}
footer .footer a.social.instagram:hover {
  background-color: #FFD961;
}
footer .footer a.social.linkedin {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social-linkedin.svg');
}
footer .footer a.social.linkedin:hover {
  background-color: #0886B1;
}
footer .footer h5,
footer .footer .box > ul > li > a {
  text-transform: none;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 18px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.125em;
  color: #000;
}
footer .footer .box,
footer .footer .col-md-3 {
  vertical-align: top;
}
@media (max-width: 575px) {
  footer .footer .box,
  footer .footer .col-md-3 {
    margin-top: 50px;
  }
  footer .footer .box:first-child,
  footer .footer .col-md-3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer .box,
  footer .footer .col-md-3 {
    margin-top: 50px;
  }
  footer .footer .box:first-child,
  footer .footer .col-md-3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer .box,
  footer .footer .col-md-3 {
    margin-top: 50px;
  }
  footer .footer .box:first-child,
  footer .footer .col-md-3:first-child {
    margin-top: 0;
  }
  footer .footer .box:nth-child(2),
  footer .footer .col-md-3:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  footer .footer .box:last-child,
  footer .footer .col-md-3:last-child {
    margin-top: 50px;
  }
}
footer .footer .box ul,
footer .footer .col-md-3 ul {
  list-style: none;
}
footer .footer .box ul.footer-nav li a,
footer .footer .col-md-3 ul.footer-nav li a {
  text-transform: none;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 18px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.2em;
  color: #000;
}
footer .footer .box ul li:last-of-type,
footer .footer .col-md-3 ul li:last-of-type {
  margin-bottom: 29px;
}
footer .footer .box-2 {
  display: inline-block;
  width: 39%;
  padding: 0 15px;
  vertical-align: top;
}
footer .footer .box-2 a {
  display: inline-block;
  width: 50%;
  line-height: 220%;
  float: left;
}
@media (max-width: 575px) {
  footer .footer .box-2 a {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer .box-2 a {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  footer .footer .box-2 a {
    width: 100%;
  }
}
@media (min-width: 1681px) {
  footer .footer .box-2 a {
    width: 50%;
  }
}
@media (max-width: 575px) {
  footer .footer .box-2 {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer .box-2 {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer .box-2 {
    width: 50%;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  footer .footer .box-2 {
    width: 50%;
  }
}
footer .footer form {
  display: inline-block;
  width: 100%;
}
footer .copyright {
  display: block;
  width: 100%;
  background-color: #0B7868;
  padding: 40px 0;
}
@media (max-width: 991px) {
  footer .copyright {
    height: auto;
    padding: 30px 0;
  }
}
footer .copyright p,
footer .copyright a,
footer .copyright ul {
  display: inline-block;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 0.938em;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
footer .copyright p,
footer .copyright ul {
  float: left;
  list-style: none;
}
footer .copyright [class|="col"] > :not(:first-child) {
  margin-left: 15px;
}
footer .copyright ul.disclaimer-nav li {
  display: inline-block;
}
footer .copyright ul.disclaimer-nav li:not(:last-child) {
  margin-right: 11px;
}
.usp-bar {
  display: inline-block;
  width: 100%;
  text-align: right;
  background-color: #40C0F0;
}
.usp-bar .cta-nav {
  display: inline-block;
  list-style: none;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.usp-bar .cta-nav li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  background-color: #40C0F0;
}
@media (max-width: 767px) {
  .usp-bar .cta-nav li {
    border-right: none;
    width: 100%;
  }
}
.usp-bar .cta-nav li a {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 0.938em;
  padding: 0 15px;
  margin: 0;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.usp-bar .cta-nav li a:hover,
.usp-bar .cta-nav li a:focus,
.usp-bar .cta-nav li a:active {
  background-color: #6fd0f4;
  text-decoration: none;
}
.taskbar {
  display: inline-block;
  width: 100%;
  height: 75px;
  background-color: white;
  text-align: center;
  z-index: 1000;
  position: relative;
}
@media (max-width: 767px) {
  .taskbar {
    height: 60px;
  }
}
.taskbar .container {
  position: relative;
}
.taskbar .right {
  display: flex;
  justify-content: center;
  width: 100%;
}
.taskbar .right form {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(80px);
}
.taskbar .right form input {
  width: 700px;
  height: 48px;
  padding-right: 56px;
}
.taskbar .right form button {
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/search.svg');
  border: none;
  box-shadow: none;
  background-color: transparent;
  transform: translateX(-46px);
}
.taskbar .right .font-size {
  position: relative;
  display: inline-block;
  width: 80px;
  text-align: right;
  z-index: 1;
}
.taskbar .right .font-size .default-fontsize {
  line-height: 75px;
  font-weight: 700;
  margin-right: 8px;
  color: #464646;
  font-size: 1em;
}
.taskbar .right .font-size .default-fontsize.active {
  color: #0B7868;
}
.taskbar .right .font-size .bigger-fontsize {
  line-height: 75px;
  font-weight: 700;
  margin-right: 8px;
  color: #464646;
  font-size: 1.375em;
}
.taskbar .right .font-size .bigger-fontsize.active {
  color: #0B7868;
}
.taskbar .right .font-size .big-fontsize {
  line-height: 75px;
  font-weight: 700;
  margin-right: 8px;
  color: #464646;
  font-size: 1.5em;
}
.taskbar .right .font-size .big-fontsize.active {
  color: #0B7868;
}
@media (min-width: 768px) and (max-width: 991px) {
  .taskbar .right form {
    flex: 1 1 auto;
    justify-content: flex-start;
    width: calc(100% - 75px);
    transform: none;
  }
  .taskbar .right form input {
    max-width: calc(100% - 56px);
    width: 600px;
  }
  .taskbar .right .font-size {
    flex: 0 0 auto;
  }
}
.page_nav {
  display: inline-block;
  width: 100%;
  padding: 0 15% 0 0;
  background-color: transparent;
  margin-left: 0;
}
.page_nav .page-numbers {
  background: transparent;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 4px 4px 4px 4px;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: white;
  opacity: 1;
  border-radius: 0;
  text-transform: uppercase;
}
.page_nav .page-numbers:hover,
.page_nav .page-numbers:active,
.page_nav .page-numbers:focus {
  background: #F1F1F2;
  color: #000000;
  text-decoration: none;
}
.page_nav .page-numbers.current {
  background: #ED498E;
  color: white;
}
.page_nav .page-numbers.next {
  float: right;
}
.page_nav .page-numbers.next:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 10px;
  background-image: url('/wp-content/themes/Buchrnhornen//images/icons/arrow-r-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 2px;
}
.page_nav .page-numbers.prev {
  float: left;
}
.page_nav .page-numbers.prev:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 10px;
  background-image: url('/wp-content/themes/Buchrnhornen//images/icons/arrow-l-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 2px;
}
.breadcrumbs {
  display: inline-block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: relative;
}
.breadcrumbs a.free-scan {
  display: inline-block;
  background-color: #40C0F0;
  color: white;
  padding: 0;
  line-height: 45px;
  position: absolute;
  right: -153px;
  bottom: 0;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
}
@media (max-width: 1200px) {
  .breadcrumbs a.free-scan {
    display: none;
  }
}
.breadcrumbs a.complaint-scan {
  display: inline-block;
  background-color: #F9B122;
  color: white;
  padding: 0;
  line-height: 45px;
  position: absolute;
  right: -153px;
  bottom: -170px;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
}
@media (max-width: 1200px) {
  .breadcrumbs a.complaint-scan {
    display: none;
  }
}
.breadcrumbs a:not(.complaint-scan):not(.free-scan) {
  display: inline-block;
  line-height: 60px;
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumbs a:not(.complaint-scan):not(.free-scan):after {
  content: '>';
  margin: 0 10px;
  display: inline-block;
  font-size: 0.875em;
}
.breadcrumbs span {
  display: inline-block;
  line-height: 60px;
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs p {
  display: inline-block;
  line-height: 60px;
  color: white;
  font-size: 1em;
  font-weight: 700;
}
.breadcrumbs strong {
  font-weight: normal;
}
img.alignright {
  float: right;
  margin: 10px 0px 0px 10px;
}
img.alignleft {
  float: left;
  margin: 10px 10px 0px 0px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.search:not(body) {
  background-image: url('/wp-content/themes/Buchrnhornen//images/search.svg');
}
.facebook {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social/white/facebook.svg');
}
.instagram {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social/white/instagram.svg');
}
.twitter {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social/white/twitter.svg');
}
.youtube {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social/white/youtube.svg');
}
@media (max-width: 992px) {
  .wp-caption {
    display: inline-block;
    width: 100% !important;
    border: none;
    padding: 0;
    max-width: 100%;
    text-align: left;
  }
  .wp-caption img {
    width: 100%;
    height: auto;
  }
}
.slick-list {
  padding: 0 !important;
}
.slick-slider .slick-slide {
  margin: 0;
}
.slick-slider.center div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: 210px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  box-shadow: none;
  z-index: 500;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:active,
.slick-slider .slick-next:active,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  background: #090909;
}
.slick-slider .slick-prev {
  left: -150px;
}
.slick-slider .slick-prev:before {
  content: '';
  width: 80px;
  height: 210px;
  background-position: center;
  background-size: 44px 27px;
  background-repeat: no-repeat;
  background-image: url("../images/icons/arrow-r-white.png");
  display: inline-block;
  transform: rotate(180deg);
  opacity: 1;
}
.slick-slider .slick-next {
  right: -150px;
}
.slick-slider .slick-next:before {
  content: '';
  width: 80px;
  height: 120px;
  background-position: center;
  background-size: 44px 27px;
  background-repeat: no-repeat;
  background-image: url("../images/icons/arrow-l-white.png");
  display: inline-block;
  opacity: 1;
  transform: rotate(-180deg);
}
@media (max-width: 1749px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    box-shadow: none;
    z-index: 500;
  }
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-prev:active,
  .slick-slider .slick-next:active,
  .slick-slider .slick-prev:focus,
  .slick-slider .slick-next:focus {
    background: #090909;
  }
  .slick-slider .slick-prev {
    left: 0px;
  }
  .slick-slider .slick-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 15px 10px;
    background-repeat: no-repeat;
    background-image: url("../images/icons/arrow-r-white.png");
    display: inline-block;
    transform: rotate(180deg);
    opacity: 1;
  }
  .slick-slider .slick-next {
    right: 0px;
  }
  .slick-slider .slick-next:before {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 15px 10px;
    background-repeat: no-repeat;
    background-image: url("../images/icons/arrow-l-white.png");
    display: inline-block;
    opacity: 1;
    transform: rotate(-180deg);
  }
}
@media (min-width: 1500px) and (max-width: 1749px) {
  #home .video,
  #show .video {
    position: relative;
  }
  #home .video .slick-prev,
  #show .video .slick-prev {
    position: absolute;
    left: 0px;
  }
  #home .video .slick-next,
  #show .video .slick-next {
    position: absolute;
    right: 0px;
  }
}
@media (min-width: 1750px) {
  #home .video,
  #show .video {
    position: relative;
  }
  #home .video .slick-prev,
  #show .video .slick-prev {
    position: absolute;
    left: -173px;
  }
  #home .video .slick-next,
  #show .video .slick-next {
    position: absolute;
    right: -173px;
  }
}
#home {
  display: inline-block;
}
#home .top-img {
  overflow: hidden;
}
#home .top-img .video {
  display: inline-block;
  width: 100%;
  height: 600px;
  position: relative;
  background-color: #40C0F0;
  text-align: center;
}
#home .top-img .video #myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #home .top-img .video {
    height: auto;
    margin-bottom: 30px;
    background-image: url('/wp-content/themes/Buchrnhornen/images/video.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  #home .top-img .video #myBtn {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtn.play:before {
    content: '\f04c' !important;
  }
  #home .top-img .video #myBtn:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
  #home .top-img .video #myBtnMute {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 80px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtnMute.mute:before {
    content: '\f028' !important;
  }
  #home .top-img .video #myBtnMute:before {
    content: '\f026';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #home .top-img .video #myBtn {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 130px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtn.play:before {
    content: '\f04c' !important;
  }
  #home .top-img .video #myBtn:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
  #home .top-img .video #myBtnMute {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 80px;
    bottom: 130px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtnMute.mute:before {
    content: '\f028' !important;
  }
  #home .top-img .video #myBtnMute:before {
    content: '\f026';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
}
@media (min-width: 993px) and (max-width: 1450px) {
  #home .top-img .video #myBtn {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 130px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtn.play:before {
    content: '\f04c' !important;
  }
  #home .top-img .video #myBtn:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
  #home .top-img .video #myBtnMute {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 80px;
    bottom: 130px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtnMute.mute:before {
    content: '\f028' !important;
  }
  #home .top-img .video #myBtnMute:before {
    content: '\f026';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
}
@media (min-width: 1451px) {
  #home .top-img .video #myBtn {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 77px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtn.play:before {
    content: '\f04c' !important;
  }
  #home .top-img .video #myBtn:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
  #home .top-img .video #myBtnMute {
    opacity: 1;
    display: inline-block;
    position: absolute;
    right: 80px;
    bottom: 77px;
    width: 45px;
    height: 45px;
    z-index: 70;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: white;
  }
  #home .top-img .video #myBtnMute.mute:before {
    content: '\f028' !important;
  }
  #home .top-img .video #myBtnMute:before {
    content: '\f026';
    font-family: 'FontAwesome';
    font-size: 1em;
    display: inline-block;
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  #home .top-img {
    display: table;
    width: 100%;
    height: 600px;
    position: relative;
  }
  #home .top-img .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding-bottom: 120px;
  }
  #home .top-img .text h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    line-height: 73px;
    margin-bottom: 15px;
  }
  #home .top-img .text h5 {
    text-transform: uppercase;
    color: white;
  }
  #home .top-img .picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  #home .top-img .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home .top-img .no-video {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding-bottom: 110px;
  }
  #home .top-img .no-video .text {
    display: inline-block;
    width: 100%;
  }
  #home .top-img .no-video .text h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    line-height: 73px;
    margin-bottom: 15px;
  }
  #home .top-img .no-video .text h5 {
    text-transform: uppercase;
    color: white;
  }
  #home .top-img .no-video .picture-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home .top-img .no-video .picture-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  #home .top-img .text h1 {
    line-height: 120%;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  #home .top-img .no-video .text h1 {
    line-height: 120%;
  }
}
#home .new-top-img {
  display: inline-block;
  width: 100%;
  height: 680px;
  position: relative;
}
@media (max-width: 767px) {
  #home .new-top-img {
    height: auto;
  }
}
#home .new-top-img .text {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-top: 157px;
  background-image: linear-gradient(to right, #222222 15%, rgba(34, 34, 34, 0) 50%);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #home .new-top-img .text {
    padding: 70px 0;
  }
}
#home .new-top-img .text h1 {
  display: inline-block;
  width: 100%;
  font-size: 2em;
  line-height: 59px;
  color: white;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  #home .new-top-img .text h1 {
    font-size: 1.563em;
    line-height: 120%;
  }
}
#home .new-top-img .text h2 {
  padding-right: 200px;
  color: #D2D2D2;
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
  font-size: 1.563em;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #home .new-top-img .text h2 {
    font-size: 1.25em;
    line-height: 120%;
    padding-right: 0;
  }
}
#home .new-top-img .text .btn-flat {
  font-size: 1.5em;
  color: white;
}
@media (max-width: 767px) {
  #home .new-top-img .text .btn-flat {
    line-height: 120%;
  }
}
#home .new-top-img .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#home .new-top-img .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#home .new-banners {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 50;
  padding-top: 40px;
}
#home .new-banners .banner-left {
  display: inline-block;
  width: 100%;
  height: 394px;
  position: relative;
}
@media (max-width: 767px) {
  #home .new-banners .banner-left {
    margin-bottom: 30px;
  }
}
#home .new-banners .banner-left .content {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: calc(100% + 106px);
  top: -106px;
  left: 0;
  padding: 50px;
  background-color: #F6F6F6;
  z-index: 10;
}
@media (max-width: 992px) {
  #home .new-banners .banner-left .content {
    height: 100%;
    top: 0;
    padding: 30px;
  }
}
#home .new-banners .banner-left .content img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 5;
  max-width: 100%;
}
@media (max-width: 423px) {
  #home .new-banners .banner-left .content img {
    width: 100%;
    height: auto;
    bottom: 0px;
  }
}
@media (min-width: 424px) and (max-width: 767px) {
  #home .new-banners .banner-left .content img {
    width: auto;
    height: 70%;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #home .new-banners .banner-left .content img {
    width: 100%;
    height: auto;
    bottom: 0px;
  }
}
#home .new-banners .banner-right {
  display: inline-block;
  width: 100%;
  height: 394px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home .new-banners .banner-right {
    margin-bottom: 30px;
    padding: 30px;
  }
}
#home .new-banners .banner-right .background {
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
}
#home .new-banners .banner-right .background .gradient {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background-image: linear-gradient(to right, #f6f6f6 30%, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
  padding: 30px;
}
@media (max-width: 767px) {
  #home .new-banners .banner-right .background .gradient {
    background-image: linear-gradient(to right, #f6f6f6 30%, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
  }
}
#home .new-banners .banner-right .background img {
  height: 100%;
  width: auto;
  float: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #home .new-banners .banner-right .background img {
    float: right;
  }
}
#home .new-banners .btn-flat {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: none;
  font-size: 1.5em;
  line-height: 28px;
  z-index: 10;
}
@media (max-width: 992px) {
  #home .new-banners .btn-flat {
    font-size: 1.125em;
    width: 100%;
  }
}
#home .new-banners h3 {
  opacity: 0.75;
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 2.188em;
  line-height: 42px;
  margin-bottom: 27px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
@media (max-width: 1200px) {
  #home .new-banners h3 {
    font-size: 1.875em;
    line-height: 120%;
  }
}
#home .new-banners h4 {
  color: #0B7868;
  font-family: 'Barlow', sans-serif;
  font-size: 1.563em;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
#home .banners {
  display: inline-block;
  width: 100%;
  height: 120px;
  position: relative;
  background-color: white;
  z-index: 25;
}
@media (max-width: 767px) {
  #home .banners {
    height: auto;
    z-index: 15;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .banners {
    height: 360px;
  }
}
#home .banners .frame {
  display: inline-block;
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}
@media (max-width: 767px) {
  #home .banners .frame {
    position: relative;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .banners .frame {
    height: 360px;
    top: -120px;
  }
}
#home .banners .frame .banner {
  display: inline-block;
  width: 100%;
  height: 240px;
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .banners .frame .banner:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
#home .banners .frame .banner:hover p:after {
  padding-right: 0px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  #home .banners .frame .banner {
    margin-bottom: 15px;
    padding: 15px 15px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .banners .frame .banner.background-green {
    margin-bottom: 30px;
  }
}
#home .banners .frame .banner h3 {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  line-height: 39px;
}
@media (max-width: 767px) {
  #home .banners .frame .banner h3 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1650px) {
  #home .banners .frame .banner h3 {
    font-size: 1.563em;
    line-height: 30px;
  }
}
#home .banners .frame .banner p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  text-transform: uppercase;
  font-size: 1.063em;
  color: white;
}
@media (max-width: 767px) {
  #home .banners .frame .banner p {
    position: relative;
    left: auto;
    bottom: auto;
    line-height: 24px;
  }
}
#home .banners .frame .banner p:after {
  content: '>';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home .banners .frame .banner p:after {
    display: none;
  }
}
#home .news {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  background-color: white;
}
@media (max-width: 767px) {
  #home .news {
    padding-top: 0;
  }
}
#home .news h3 {
  text-transform: none;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 10px;
}
#home .news .item {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .news .item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #home .news .item {
    margin-bottom: 30px;
  }
}
#home .news .item .picture {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 66.2% 100%;
}
#home .news .item .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .news .item .picture .category {
  position: absolute;
  top: 20px;
  left: -15px;
  padding: 10px 15px;
  color: white;
  font-size: 0.875em;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
#home .news .item .picture .category.news {
  background-color: #0B7868;
}
#home .news .item .picture .category.news:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #075A4E transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
#home .news .item .picture .category.offer {
  background-color: #F9B122;
}
#home .news .item .picture .category.offer:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #D5981D transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
#home .news .item .picture .category.event {
  background-color: #D4D700;
}
#home .news .item .picture .category.event:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #A9AC03 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
#home .news .item .picture .category.article {
  background-color: #044389;
}
#home .news .item .picture .category.article:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #032b57 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
#home .news .item .text {
  display: inline-block;
  width: 100%;
  background-color: #F6F6F6;
}
#home .news .item .text .text-content {
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
}
#home .news .item .text .text-content .text-above-button {
  display: inline-block;
  width: 100%;
}
#home .news .item .text .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#home .news .item .text .title h5 {
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-weight: 500;
  line-height: 28px;
  color: black;
  margin-bottom: 10px;
}
#home .news .item .text h5 {
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-weight: 500;
  line-height: 28px;
  color: black;
  margin-bottom: 10px;
}
#home .news .item .text .content {
  display: inline-block;
  width: 100%;
}
#home .news .item .text .content p {
  display: inline-block;
  width: 100%;
  color: #464646;
  font-size: 1.125em;
}
#home .news .item .text .content p strong {
  color: #000000;
}
#home .news .item .text .btn-blue {
  margin-top: 20px;
}
#home .products {
  padding-bottom: 60px;
  background-color: white;
}
@media (max-width: 991px) {
  #home .products {
    padding-bottom: 0;
  }
}
#home .products .intro {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
#home .products .intro h3 {
  text-transform: none;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 10px;
}
#home .products .product {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #home .products .product {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home .products .product {
    width: 33%;
    margin-bottom: 30px;
  }
}
#home .products .product .picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 520px) {
  #home .products .product .picture {
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home .products .product .picture {
    height: 150px;
  }
}
#home .products .product .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
#home .products .product .picture .action {
  position: absolute;
  top: 0px;
  left: -15px;
  padding: 10px 15px;
  color: white;
  font-size: 0.875em;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  background-color: #F9B122;
}
#home .products .product .picture .action:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #D5981D transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
#home .products .product .content h5 {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}
#home .products .product .content .price p {
  color: #0B7868;
  font-weight: 700;
}
#home .products .product .content .price p strong {
  text-decoration: line-through;
  color: #464646;
  font-weight: 400;
}
#home .usp {
  display: inline-block;
  width: 100%;
  box-shadow: inset 0 2px 0 0 #F2F2F2;
  background-color: white;
  text-align: center;
}
@media (max-width: 991px) {
  #home .usp {
    padding: 20px 0;
  }
}
#home .usp .box {
  display: inline-block;
  width: 13.5%;
  height: 166px;
  text-align: center;
  padding: 40px 30px 0 30px;
  vertical-align: top;
}
@media (max-width: 991px) {
  #home .usp .box {
    width: 100%;
    height: 40px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home .usp .box {
    padding: 20px 10px;
  }
}
#home .usp .box .picture {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  vertical-align: top;
}
@media (max-width: 991px) {
  #home .usp .box .picture {
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
  }
}
#home .usp .box .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#home .usp .box p {
  font-size: 0.875em;
  color: #464646;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  #home .usp .box p {
    line-height: 40px;
  }
}
#home .free-scan {
  display: inline-block;
  background-color: #40C0F0;
  color: white;
  padding: 0;
  line-height: 45px;
  position: fixed;
  top: calc(50% - 85px);
  right: -170px;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
  z-index: 800;
}
#home .complaint-scan {
  display: inline-block;
  background-color: #F9B122;
  color: white;
  padding: 0;
  line-height: 45px;
  position: fixed;
  top: calc(50% + 85px);
  right: -170px;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
  z-index: 800;
}
.simple-page-template .intro,
.page .intro,
.post-type-archive-partners .intro {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  justify-content: center;
  background-color: #3F9B8E;
  position: relative;
}
.simple-page-template .intro.img,
.page .intro.img,
.post-type-archive-partners .intro.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media (max-width: 992px) {
  .simple-page-template .intro,
  .page .intro,
  .post-type-archive-partners .intro {
    padding-top: 50px;
  }
}
.simple-page-template .intro .breadcrumbs,
.page .intro .breadcrumbs,
.post-type-archive-partners .intro .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 0;
}
.simple-page-template .intro h2,
.page .intro h2,
.post-type-archive-partners .intro h2 {
  text-transform: uppercase;
  color: white;
}
@media (max-width: 480px) {
  .simple-page-template .intro h2,
  .page .intro h2,
  .post-type-archive-partners .intro h2 {
    font-size: 2.375em;
    line-height: 130%;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .simple-page-template .intro h2,
  .page .intro h2,
  .post-type-archive-partners .intro h2 {
    line-height: 130%;
  }
}
.simple-page-template .intro .free-scan,
.page .intro .free-scan,
.post-type-archive-partners .intro .free-scan {
  display: inline-block;
  background-color: #40C0F0;
  color: white;
  padding: 0;
  line-height: 45px;
  position: fixed;
  top: calc(50% - 85px);
  right: -170px;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
  z-index: 800;
}
.simple-page-template .intro .complaint-scan,
.page .intro .complaint-scan,
.post-type-archive-partners .intro .complaint-scan {
  display: inline-block;
  background-color: #F9B122;
  color: white;
  padding: 0;
  line-height: 45px;
  position: fixed;
  top: calc(50% + 85px);
  right: -170px;
  width: 170px;
  text-align: center;
  height: 45px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  text-transform: none;
  font-size: 1.25em;
  z-index: 800;
}
.simple-page-template .navigation,
.page .navigation,
.post-type-archive-partners .navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -261px;
  z-index: 10;
}
@media (min-width: 1201px) {
  .simple-page-template .navigation,
  .page .navigation,
  .post-type-archive-partners .navigation {
    top: -280px;
  }
}
.simple-page-template .navigation .triangle,
.page .navigation .triangle,
.post-type-archive-partners .navigation .triangle {
  position: absolute;
  width: 200%;
  height: 60px;
  background-color: white;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.simple-page-template .navigation .triangle:before,
.page .navigation .triangle:before,
.post-type-archive-partners .navigation .triangle:before {
  content: '';
  width: 105%;
  display: inline-block;
  height: 60px;
  transform: rotate(-5deg);
  transform-origin: bottom left;
  background-color: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .navigation .triangle:before,
  .page .navigation .triangle:before,
  .post-type-archive-partners .navigation .triangle:before {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .simple-page-template .navigation .triangle:before,
  .page .navigation .triangle:before,
  .post-type-archive-partners .navigation .triangle:before {
    height: 125px;
  }
}
.simple-page-template .navigation:before,
.page .navigation:before,
.post-type-archive-partners .navigation:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 101%;
  height: 100%;
  background-color: #F6F6F6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .navigation:before,
  .page .navigation:before,
  .post-type-archive-partners .navigation:before {
    top: 60px;
    height: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .simple-page-template .navigation:before,
  .page .navigation:before,
  .post-type-archive-partners .navigation:before {
    top: 30px;
    height: calc(100% - 60px);
  }
}
.simple-page-template .navigation.shadow,
.page .navigation.shadow,
.post-type-archive-partners .navigation.shadow {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
}
.simple-page-template .navigation.shadow .menu,
.page .navigation.shadow .menu,
.post-type-archive-partners .navigation.shadow .menu {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .simple-page-template .navigation,
  .page .navigation,
  .post-type-archive-partners .navigation {
    top: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .navigation,
  .page .navigation,
  .post-type-archive-partners .navigation {
    top: 0;
    padding: 60px 0;
  }
}
.simple-page-template .navigation .menu,
.page .navigation .menu,
.post-type-archive-partners .navigation .menu {
  display: inline-block;
  width: 100%;
  background-color: #F6F6F6;
  padding: 194px 30px 180px 30px;
}
@media (max-width: 1200px) {
  .simple-page-template .navigation .menu,
  .page .navigation .menu,
  .post-type-archive-partners .navigation .menu {
    padding: 60px 40px;
  }
}
.simple-page-template .navigation .menu h5,
.page .navigation .menu h5,
.post-type-archive-partners .navigation .menu h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 28px;
}
.simple-page-template .navigation .menu ul,
.page .navigation .menu ul,
.post-type-archive-partners .navigation .menu ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.simple-page-template .navigation .menu ul li,
.page .navigation .menu ul li,
.post-type-archive-partners .navigation .menu ul li {
  display: inline-block;
  width: 100%;
}
.simple-page-template .navigation .menu ul li a,
.page .navigation .menu ul li a,
.post-type-archive-partners .navigation .menu ul li a {
  display: inline-block;
  width: 100%;
  line-height: 25px;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  color: rgba(0, 0, 0, 0.5);
}
.simple-page-template .navigation .menu ul li a.active,
.page .navigation .menu ul li a.active,
.post-type-archive-partners .navigation .menu ul li a.active {
  color: #000000;
  font-weight: 700;
}
.simple-page-template .navigation .menu ul li.current-menu-item > a,
.page .navigation .menu ul li.current-menu-item > a,
.post-type-archive-partners .navigation .menu ul li.current-menu-item > a {
  color: #000000;
  font-weight: 700;
}
.simple-page-template .navigation .menu.event-detail p,
.page .navigation .menu.event-detail p,
.post-type-archive-partners .navigation .menu.event-detail p {
  color: #8A8B8A;
  display: inline-block;
  width: 100%;
}
.simple-page-template .navigation .menu.event-detail p strong,
.page .navigation .menu.event-detail p strong,
.post-type-archive-partners .navigation .menu.event-detail p strong {
  color: black;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.simple-page-template .navigation .menu.event-detail a,
.page .navigation .menu.event-detail a,
.post-type-archive-partners .navigation .menu.event-detail a {
  color: #0B7868;
  text-transform: uppercase;
  font-weight: 700;
}
.simple-page-template .navigation .btn-blue,
.page .navigation .btn-blue,
.post-type-archive-partners .navigation .btn-blue,
.simple-page-template .navigation .btn-green,
.page .navigation .btn-green,
.post-type-archive-partners .navigation .btn-green {
  width: 100%;
}
.simple-page-template .navigation .btn-blue:after,
.page .navigation .btn-blue:after,
.post-type-archive-partners .navigation .btn-blue:after,
.simple-page-template .navigation .btn-green:after,
.page .navigation .btn-green:after,
.post-type-archive-partners .navigation .btn-green:after {
  float: right;
}
.simple-page-template .navigation.complaint-check-only,
.page .navigation.complaint-check-only,
.post-type-archive-partners .navigation.complaint-check-only {
  top: 60px;
}
@media (max-width: 991px) {
  .simple-page-template .navigation.complaint-check-only,
  .page .navigation.complaint-check-only,
  .post-type-archive-partners .navigation.complaint-check-only {
    top: 0;
    padding: 60px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .navigation.complaint-check-only,
  .page .navigation.complaint-check-only,
  .post-type-archive-partners .navigation.complaint-check-only {
    top: 0;
    padding: 60px 0 60px 0;
  }
}
.simple-page-template .content h2,
.page .content h2,
.post-type-archive-partners .content h2,
.simple-page-template .content h3,
.page .content h3,
.post-type-archive-partners .content h3,
.simple-page-template .content h4,
.page .content h4,
.post-type-archive-partners .content h4,
.simple-page-template .content h5,
.page .content h5,
.post-type-archive-partners .content h5,
.simple-page-template .content h6,
.page .content h6,
.post-type-archive-partners .content h6,
.simple-page-template .content p,
.page .content p,
.post-type-archive-partners .content p,
.simple-page-template .content ul li,
.page .content ul li,
.post-type-archive-partners .content ul li,
.simple-page-template .content ol li,
.page .content ol li,
.post-type-archive-partners .content ol li,
.simple-page-template .content p a,
.page .content p a,
.post-type-archive-partners .content p a {
  word-break: break-word;
}
.simple-page-template .content h2,
.page .content h2,
.post-type-archive-partners .content h2,
.simple-page-template .content h3,
.page .content h3,
.post-type-archive-partners .content h3,
.simple-page-template .content h4,
.page .content h4,
.post-type-archive-partners .content h4,
.simple-page-template .content h5,
.page .content h5,
.post-type-archive-partners .content h5 {
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 700;
}
.simple-page-template .content h2:first-child,
.page .content h2:first-child,
.post-type-archive-partners .content h2:first-child,
.simple-page-template .content h3:first-child,
.page .content h3:first-child,
.post-type-archive-partners .content h3:first-child,
.simple-page-template .content h4:first-child,
.page .content h4:first-child,
.post-type-archive-partners .content h4:first-child,
.simple-page-template .content h5:first-child,
.page .content h5:first-child,
.post-type-archive-partners .content h5:first-child {
  margin-top: 0px;
  padding-top: 0;
}
.simple-page-template .content ul:not(.blocks-gallery-grid),
.page .content ul:not(.blocks-gallery-grid),
.post-type-archive-partners .content ul:not(.blocks-gallery-grid) {
  list-style-type: none;
  margin-top: 20px;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}
.simple-page-template .content ul:not(.blocks-gallery-grid) li,
.page .content ul:not(.blocks-gallery-grid) li,
.post-type-archive-partners .content ul:not(.blocks-gallery-grid) li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding-left: 30px;
  color: #464646;
  position: relative;
}
.simple-page-template .content ul:not(.blocks-gallery-grid) li:before,
.page .content ul:not(.blocks-gallery-grid) li:before,
.post-type-archive-partners .content ul:not(.blocks-gallery-grid) li:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '\f061';
  position: absolute;
  left: 0px !important;
  float: right !important;
  background-image: none;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0B7868;
  font-family: 'FontAwesome';
}
.simple-page-template .content ul:not(.blocks-gallery-grid) li a,
.page .content ul:not(.blocks-gallery-grid) li a,
.post-type-archive-partners .content ul:not(.blocks-gallery-grid) li a {
  color: inherit !important;
  text-decoration: underline;
}
.simple-page-template .content ul:not(.blocks-gallery-grid) li a:hover,
.page .content ul:not(.blocks-gallery-grid) li a:hover,
.post-type-archive-partners .content ul:not(.blocks-gallery-grid) li a:hover {
  text-decoration: none;
}
.simple-page-template .content .oanl-times-list li:before,
.page .content .oanl-times-list li:before,
.post-type-archive-partners .content .oanl-times-list li:before,
.simple-page-template .content .letter ul li:before,
.page .content .letter ul li:before,
.post-type-archive-partners .content .letter ul li:before {
  content: '';
}
.simple-page-template .content .videowrapper,
.page .content .videowrapper,
.post-type-archive-partners .content .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 20px;
}
.simple-page-template .content .videowrapper iframe,
.page .content .videowrapper iframe,
.post-type-archive-partners .content .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-page-template .content .plain-text,
.page .content .plain-text,
.post-type-archive-partners .content .plain-text {
  display: block;
  margin-bottom: 50px;
}
.simple-page-template .content p,
.page .content p,
.post-type-archive-partners .content p,
.simple-page-template .content ol li,
.page .content ol li,
.post-type-archive-partners .content ol li {
  font-family: 'Barlow', sans-serif;
  font-size: 1em;
  color: #464646;
  line-height: 32px;
}
.simple-page-template .content p strong,
.page .content p strong,
.post-type-archive-partners .content p strong,
.simple-page-template .content ol li strong,
.page .content ol li strong,
.post-type-archive-partners .content ol li strong {
  color: #464646;
}
.simple-page-template .content p::marker,
.page .content p::marker,
.post-type-archive-partners .content p::marker,
.simple-page-template .content ol li::marker,
.page .content ol li::marker,
.post-type-archive-partners .content ol li::marker {
  color: #3F9B8E;
}
.simple-page-template .content .filter,
.page .content .filter,
.post-type-archive-partners .content .filter {
  display: block;
  margin-bottom: 30px;
}
.simple-page-template .content .filter h3,
.page .content .filter h3,
.post-type-archive-partners .content .filter h3 {
  display: inline-block;
  margin-right: 10px;
  line-height: 49px;
  font-size: 1.125em;
}
.simple-page-template .content .filter .btn-flat,
.page .content .filter .btn-flat,
.post-type-archive-partners .content .filter .btn-flat {
  color: #8A8B8A;
  background-color: #F6F6F6;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simple-page-template .content .filter .btn-flat:hover,
.page .content .filter .btn-flat:hover,
.post-type-archive-partners .content .filter .btn-flat:hover {
  background-color: #e9e9e9;
}
.simple-page-template .content .filter .btn-flat.active,
.page .content .filter .btn-flat.active,
.post-type-archive-partners .content .filter .btn-flat.active {
  color: white;
  background-color: #0B7868;
}
.simple-page-template .content .filter .btn-flat.active:hover,
.page .content .filter .btn-flat.active:hover,
.post-type-archive-partners .content .filter .btn-flat.active:hover {
  background-color: #096154;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .simple-page-template .content .row.blocks .col-lg-4,
  .page .content .row.blocks .col-lg-4,
  .post-type-archive-partners .content .row.blocks .col-lg-4 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .content .plain-text,
  .page .content .plain-text,
  .post-type-archive-partners .content .plain-text {
    margin-bottom: 0;
  }
  .simple-page-template .content .row.blocks .col-md-6,
  .page .content .row.blocks .col-md-6,
  .post-type-archive-partners .content .row.blocks .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .simple-page-template .content .row.blocks,
  .page .content .row.blocks,
  .post-type-archive-partners .content .row.blocks {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.simple-page-template .content p,
.page .content p,
.post-type-archive-partners .content p {
  margin-bottom: 30px;
}
.simple-page-template .content p + h3,
.page .content p + h3,
.post-type-archive-partners .content p + h3,
.simple-page-template .content p + h4,
.page .content p + h4,
.post-type-archive-partners .content p + h4,
.simple-page-template .content p + blockquote,
.page .content p + blockquote,
.post-type-archive-partners .content p + blockquote {
  margin-top: 0;
}
.simple-page-template .content p + ul,
.page .content p + ul,
.post-type-archive-partners .content p + ul {
  margin-bottom: 30px;
}
.simple-page-template .content blockquote + h3,
.page .content blockquote + h3,
.post-type-archive-partners .content blockquote + h3,
.simple-page-template .content blockquote + h4,
.page .content blockquote + h4,
.post-type-archive-partners .content blockquote + h4 {
  margin-top: 0;
}
.simple-page-template .employees,
.page .employees,
.post-type-archive-partners .employees {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.simple-page-template .employees.shop h4,
.page .employees.shop h4,
.post-type-archive-partners .employees.shop h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  margin: 0;
}
.simple-page-template .employees.shop h5,
.page .employees.shop h5,
.post-type-archive-partners .employees.shop h5 {
  text-transform: uppercase;
  font-weight: 400;
  color: #8A8B8A;
  margin: 0 0 30px 0;
  font-size: 1.5em;
}
.simple-page-template .employees.shop .text h5,
.page .employees.shop .text h5,
.post-type-archive-partners .employees.shop .text h5 {
  font-size: 1.25em !important;
  color: black !important;
}
.simple-page-template .employees h4,
.page .employees h4,
.post-type-archive-partners .employees h4 {
  margin: 0 0 30px 0;
}
.simple-page-template .employees h4 strong,
.page .employees h4 strong,
.post-type-archive-partners .employees h4 strong {
  color: #8A8B8A;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  font-size: 1.375em;
  display: block;
}
.simple-page-template .employees .employee,
.page .employees .employee,
.post-type-archive-partners .employees .employee {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}
.simple-page-template .employees .employee .picture,
.page .employees .employee .picture,
.post-type-archive-partners .employees .employee .picture {
  display: inline-block;
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 30px;
}
.simple-page-template .employees .employee .picture img,
.page .employees .employee .picture img,
.post-type-archive-partners .employees .employee .picture img {
  width: 99%;
  height: 99%;
  object-fit: cover;
  z-index: 5;
  position: relative;
}
.simple-page-template .employees .employee .picture .triangle-left,
.page .employees .employee .picture .triangle-left,
.post-type-archive-partners .employees .employee .picture .triangle-left {
  position: absolute;
  z-index: 15;
  display: inline-block;
  left: 0;
  bottom: -19px;
  width: 20px;
  height: 20px;
}
.simple-page-template .employees .employee .picture .triangle-bottom,
.page .employees .employee .picture .triangle-bottom,
.post-type-archive-partners .employees .employee .picture .triangle-bottom {
  position: absolute;
  z-index: 10;
  display: inline-block;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 20px;
}
.simple-page-template .employees .employee .picture .triangle-right,
.page .employees .employee .picture .triangle-right,
.post-type-archive-partners .employees .employee .picture .triangle-right {
  position: absolute;
  z-index: 10;
  display: inline-block;
  right: 0;
  top: 0px;
  width: 20px;
  height: 100%;
}
.simple-page-template .employees .employee .text h5,
.page .employees .employee .text h5,
.post-type-archive-partners .employees .employee .text h5 {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.125em !important;
}
.simple-page-template .employees .employee .text h5 a,
.page .employees .employee .text h5 a,
.post-type-archive-partners .employees .employee .text h5 a {
  color: inherit;
}
.simple-page-template .employees .employee .text p,
.page .employees .employee .text p,
.post-type-archive-partners .employees .employee .text p {
  display: block;
  color: #8A8B8A;
  margin-bottom: 15px;
  font-size: 0.8em;
}
.simple-page-template .employees .employee .text a,
.page .employees .employee .text a,
.post-type-archive-partners .employees .employee .text a {
  display: block;
  color: #0B7868;
  font-weight: 600;
}
.simple-page-template .employees .employee .text .social,
.page .employees .employee .text .social,
.post-type-archive-partners .employees .employee .text .social {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.simple-page-template .employees .employee .text .social a,
.page .employees .employee .text .social a,
.post-type-archive-partners .employees .employee .text .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 14px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #B8B8B8;
}
.simple-page-template .employees .employee .text .social a.linkedin,
.page .employees .employee .text .social a.linkedin,
.post-type-archive-partners .employees .employee .text .social a.linkedin {
  background-image: url('/wp-content/themes/Buchrnhornen//images/social-linkedin.svg');
}
.simple-page-template .event-details .plain-text h1,
.page .event-details .plain-text h1,
.post-type-archive-partners .event-details .plain-text h1,
.simple-page-template .event-details .plain-text h2,
.page .event-details .plain-text h2,
.post-type-archive-partners .event-details .plain-text h2,
.simple-page-template .event-details .plain-text h3,
.page .event-details .plain-text h3,
.post-type-archive-partners .event-details .plain-text h3,
.simple-page-template .event-details .plain-text h4,
.page .event-details .plain-text h4,
.post-type-archive-partners .event-details .plain-text h4,
.simple-page-template .event-details .plain-text h5,
.page .event-details .plain-text h5,
.post-type-archive-partners .event-details .plain-text h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 500;
}
.simple-page-template .event-details .plain-text h1:first-child,
.page .event-details .plain-text h1:first-child,
.post-type-archive-partners .event-details .plain-text h1:first-child,
.simple-page-template .event-details .plain-text h2:first-child,
.page .event-details .plain-text h2:first-child,
.post-type-archive-partners .event-details .plain-text h2:first-child,
.simple-page-template .event-details .plain-text h3:first-child,
.page .event-details .plain-text h3:first-child,
.post-type-archive-partners .event-details .plain-text h3:first-child,
.simple-page-template .event-details .plain-text h4:first-child,
.page .event-details .plain-text h4:first-child,
.post-type-archive-partners .event-details .plain-text h4:first-child,
.simple-page-template .event-details .plain-text h5:first-child,
.page .event-details .plain-text h5:first-child,
.post-type-archive-partners .event-details .plain-text h5:first-child {
  margin-top: 0px;
}
.simple-page-template .event-details .plain-text p,
.page .event-details .plain-text p,
.post-type-archive-partners .event-details .plain-text p {
  color: #464646;
  line-height: unset;
  margin-bottom: 20px;
}
.simple-page-template .event-details .picture,
.page .event-details .picture,
.post-type-archive-partners .event-details .picture {
  display: inline-block;
  width: 100%;
  height: auto;
}
.simple-page-template .event-details .picture img,
.page .event-details .picture img,
.post-type-archive-partners .event-details .picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .simple-page-template .event-details .picture img,
  .page .event-details .picture img,
  .post-type-archive-partners .event-details .picture img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .simple-page-template .event-details .form,
  .page .event-details .form,
  .post-type-archive-partners .event-details .form {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
}
.simple-page-template .event-details .form p,
.page .event-details .form p,
.post-type-archive-partners .event-details .form p {
  color: #8A8B8A;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.simple-page-template .feedback-form,
.page .feedback-form,
.post-type-archive-partners .feedback-form {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.simple-page-template .feedback-form h4,
.page .feedback-form h4,
.post-type-archive-partners .feedback-form h4 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.simple-page-template .feedback-form button,
.page .feedback-form button,
.post-type-archive-partners .feedback-form button {
  float: right;
}
.simple-page-template .search-form,
.page .search-form,
.post-type-archive-partners .search-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .simple-page-template .search-form,
  .page .search-form,
  .post-type-archive-partners .search-form {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.simple-page-template .letter,
.page .letter,
.post-type-archive-partners .letter {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.simple-page-template .letter h3,
.page .letter h3,
.post-type-archive-partners .letter h3 {
  display: inline-block;
  width: 100%;
  line-height: 39px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  text-transform: uppercase;
  font-weight: 500;
}
.simple-page-template .letter ul,
.page .letter ul,
.post-type-archive-partners .letter ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple-page-template .letter ul li,
.page .letter ul li,
.post-type-archive-partners .letter ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple-page-template .letter ul li:before,
.page .letter ul li:before,
.post-type-archive-partners .letter ul li:before {
  content: '';
}
.simple-page-template .letter ul li a,
.page .letter ul li a,
.post-type-archive-partners .letter ul li a {
  line-height: 40px;
  font-size: 1em;
  color: #0B7868;
}
.simple-page-template .letter ul li a:after,
.page .letter ul li a:after,
.post-type-archive-partners .letter ul li a:after {
  content: '>';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.simple-page-template .map-legend,
.page .map-legend,
.post-type-archive-partners .map-legend {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  z-index: 100;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .map-legend,
  .page .map-legend,
  .post-type-archive-partners .map-legend {
    padding: 0 15px;
  }
}
.simple-page-template .map-legend .box,
.page .map-legend .box,
.post-type-archive-partners .map-legend .box {
  position: absolute;
  display: inline-block;
  width: 150%;
  height: 100%;
  top: 0;
  left: -15px;
  background-color: white;
  padding: 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .map-legend .box,
  .page .map-legend .box,
  .post-type-archive-partners .map-legend .box {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
  }
}
.simple-page-template .map-legend .box p,
.page .map-legend .box p,
.post-type-archive-partners .map-legend .box p {
  display: inline-block;
  font-weight: 500;
  margin-right: 30px;
  line-height: 60px;
}
.simple-page-template .map-legend .box p:before,
.page .map-legend .box p:before,
.post-type-archive-partners .map-legend .box p:before {
  display: inline-block;
  position: relative;
  top: 5px;
  content: '';
  width: 26px;
  height: 19px;
  margin-right: 10px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.simple-page-template .map-legend .box p#servicelocatie:before,
.page .map-legend .box p#servicelocatie:before,
.post-type-archive-partners .map-legend .box p#servicelocatie:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-dark-green.svg');
}
.simple-page-template .map-legend .box p#vestiging-met-winkel:before,
.page .map-legend .box p#vestiging-met-winkel:before,
.post-type-archive-partners .map-legend .box p#vestiging-met-winkel:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-blue.svg');
}
.simple-page-template .map-legend .box p#vestiging:before,
.page .map-legend .box p#vestiging:before,
.post-type-archive-partners .map-legend .box p#vestiging:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-light-green.svg');
}
.simple-page-template .locations,
.page .locations,
.post-type-archive-partners .locations {
  position: relative;
  height: 800px;
}
@media (max-width: 1199px) {
  .simple-page-template .locations,
  .page .locations,
  .post-type-archive-partners .locations {
    height: auto;
  }
}
.simple-page-template .locations #map,
.page .locations #map,
.post-type-archive-partners .locations #map {
  display: inline-block;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1199px) {
  .simple-page-template .locations #map,
  .page .locations #map,
  .post-type-archive-partners .locations #map {
    position: relative;
    top: auto;
    height: 500px;
  }
}
.simple-page-template .locations-title h2,
.page .locations-title h2,
.post-type-archive-partners .locations-title h2 {
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .simple-page-template .locations-title h2,
  .page .locations-title h2,
  .post-type-archive-partners .locations-title h2 {
    padding: 0 15px;
  }
}
.simple-page-template .locations-list,
.page .locations-list,
.post-type-archive-partners .locations-list {
  display: block;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .simple-page-template .locations-list .col-xs-12:nth-child(2n+2),
  .page .locations-list .col-xs-12:nth-child(2n+2),
  .post-type-archive-partners .locations-list .col-xs-12:nth-child(2n+2) {
    clear: both;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .simple-page-template .locations-list .col-xs-12:nth-child(2n+2),
  .page .locations-list .col-xs-12:nth-child(2n+2),
  .post-type-archive-partners .locations-list .col-xs-12:nth-child(2n+2) {
    clear: both;
  }
}
@media (min-width: 1201px) {
  .simple-page-template .locations-list .col-xs-12:nth-child(3n+2),
  .page .locations-list .col-xs-12:nth-child(3n+2),
  .post-type-archive-partners .locations-list .col-xs-12:nth-child(3n+2) {
    clear: both;
  }
}
.simple-page-template .locations-list.vestiging-met-winkel .panel .panel-heading .panel-title a:not(.tel):before,
.page .locations-list.vestiging-met-winkel .panel .panel-heading .panel-title a:not(.tel):before,
.post-type-archive-partners .locations-list.vestiging-met-winkel .panel .panel-heading .panel-title a:not(.tel):before {
  background-image: url('../images/marker-blue.svg');
}
.simple-page-template .locations-list.vestiging .panel .panel-heading .panel-title a:not(.tel):before,
.page .locations-list.vestiging .panel .panel-heading .panel-title a:not(.tel):before,
.post-type-archive-partners .locations-list.vestiging .panel .panel-heading .panel-title a:not(.tel):before {
  background-image: url('../images/marker-light-green.svg');
}
.simple-page-template .locations-list.servicelocatie .panel .panel-heading .panel-title a:not(.tel):before,
.page .locations-list.servicelocatie .panel .panel-heading .panel-title a:not(.tel):before,
.post-type-archive-partners .locations-list.servicelocatie .panel .panel-heading .panel-title a:not(.tel):before {
  background-image: url('../images/marker-dark-green.svg');
}
.simple-page-template .location-detail,
.page .location-detail,
.post-type-archive-partners .location-detail {
  display: inline-block;
  width: 100%;
  background-color: white;
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
  top: -175px;
  z-index: 10;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .simple-page-template .location-detail,
  .page .location-detail,
  .post-type-archive-partners .location-detail {
    top: 60px;
    padding: 0;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .location-detail,
  .page .location-detail,
  .post-type-archive-partners .location-detail {
    top: 60px;
  }
}
.simple-page-template .location-detail h5,
.page .location-detail h5,
.post-type-archive-partners .location-detail h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.simple-page-template .location-detail .adress p,
.page .location-detail .adress p,
.post-type-archive-partners .location-detail .adress p {
  display: inline-block;
  width: 100%;
  line-height: 27px;
  color: #464646;
}
.simple-page-template .location-detail .adress a,
.page .location-detail .adress a,
.post-type-archive-partners .location-detail .adress a {
  display: inline-block;
  width: 100%;
  color: #464646;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
.simple-page-template .location-detail .adress a.route,
.page .location-detail .adress a.route,
.post-type-archive-partners .location-detail .adress a.route {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #0B7868;
  font-weight: 500;
}
.simple-page-template .location-detail .adress a.route:after,
.page .location-detail .adress a.route:after,
.post-type-archive-partners .location-detail .adress a.route:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '>';
  left: 10px;
  position: relative;
}
.simple-page-template .location-detail .details,
.page .location-detail .details,
.post-type-archive-partners .location-detail .details {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.simple-page-template .location-detail .details a,
.page .location-detail .details a,
.post-type-archive-partners .location-detail .details a {
  display: inline-block;
  width: 100%;
  color: #464646;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
.simple-page-template .location-detail .details a.tel,
.page .location-detail .details a.tel,
.post-type-archive-partners .location-detail .details a.tel {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}
.simple-page-template .location-detail .details a.tel:before,
.page .location-detail .details a.tel:before,
.post-type-archive-partners .location-detail .details a.tel:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-phone.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.simple-page-template .location-detail .details a.mail,
.page .location-detail .details a.mail,
.post-type-archive-partners .location-detail .details a.mail {
  position: relative;
  padding-left: 42px;
}
.simple-page-template .location-detail .details a.mail:before,
.page .location-detail .details a.mail:before,
.post-type-archive-partners .location-detail .details a.mail:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-mail.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.simple-page-template .location-detail .timetable,
.page .location-detail .timetable,
.post-type-archive-partners .location-detail .timetable {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.simple-page-template .location-detail .timetable p,
.page .location-detail .timetable p,
.post-type-archive-partners .location-detail .timetable p {
  color: #464646;
}
.simple-page-template .location-detail .timetable p.title,
.page .location-detail .timetable p.title,
.post-type-archive-partners .location-detail .timetable p.title {
  text-transform: uppercase;
}
.simple-page-template .location-detail .timetable p strong,
.page .location-detail .timetable p strong,
.post-type-archive-partners .location-detail .timetable p strong {
  color: #000000;
}
.simple-page-template .location-detail .text p,
.page .location-detail .text p,
.post-type-archive-partners .location-detail .text p {
  color: #464646;
}
.simple-page-template .location-detail .text .btn-yellow,
.page .location-detail .text .btn-yellow,
.post-type-archive-partners .location-detail .text .btn-yellow {
  margin-top: 30px;
  width: 100%;
}
.simple-page-template .location-detail .text .btn-yellow:after,
.page .location-detail .text .btn-yellow:after,
.post-type-archive-partners .location-detail .text .btn-yellow:after {
  float: right;
}
.simple-page-template .location-detail-text,
.page .location-detail-text,
.post-type-archive-partners .location-detail-text {
  display: inline-block;
  width: 100%;
}
.simple-page-template .location-detail-text img,
.page .location-detail-text img,
.post-type-archive-partners .location-detail-text img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.simple-page-template .location-detail-text p,
.page .location-detail-text p,
.post-type-archive-partners .location-detail-text p {
  color: #464646;
  margin-bottom: 10px;
}
.simple-page-template .solutions,
.page .solutions,
.post-type-archive-partners .solutions {
  display: inline-block;
  width: 100%;
}
.simple-page-template .solutions .item,
.page .solutions .item,
.post-type-archive-partners .solutions .item {
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simple-page-template .solutions .item .picture,
.page .solutions .item .picture,
.post-type-archive-partners .solutions .item .picture {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  width: 100%;
  height: 235px;
  margin-bottom: 10px;
  background-color: #F6F6F6;
}
.simple-page-template .solutions .item .picture img,
.page .solutions .item .picture img,
.post-type-archive-partners .solutions .item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-page-template .solutions .item:hover .picture,
.page .solutions .item:hover .picture,
.post-type-archive-partners .solutions .item:hover .picture {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.simple-page-template .solutions .item:hover .text h5:after,
.page .solutions .item:hover .text h5:after,
.post-type-archive-partners .solutions .item:hover .text h5:after {
  left: 15px;
}
.simple-page-template .solutions .item .text,
.page .solutions .item .text,
.post-type-archive-partners .solutions .item .text {
  display: inline-block;
  width: 100%;
}
.simple-page-template .solutions .item .text h5,
.page .solutions .item .text h5,
.post-type-archive-partners .solutions .item .text h5 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #0B7868;
  font-weight: 500;
  line-height: 28px;
}
.simple-page-template .solutions .item .text h5:after,
.page .solutions .item .text h5:after,
.post-type-archive-partners .solutions .item .text h5:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '>';
  left: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simple-page-template .solutions .item .text .excerpt p,
.page .solutions .item .text .excerpt p,
.post-type-archive-partners .solutions .item .text .excerpt p {
  color: #464646;
  text-decoration: none;
}
.simple-page-template .solutions .item .text .excerpt p a,
.page .solutions .item .text .excerpt p a,
.post-type-archive-partners .solutions .item .text .excerpt p a {
  color: #0B7868;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0;
}
.simple-page-template .solutions .item .text .excerpt p a:hover,
.page .solutions .item .text .excerpt p a:hover,
.post-type-archive-partners .solutions .item .text .excerpt p a:hover,
.simple-page-template .solutions .item .text .excerpt p a:focus,
.page .solutions .item .text .excerpt p a:focus,
.post-type-archive-partners .solutions .item .text .excerpt p a:focus,
.simple-page-template .solutions .item .text .excerpt p a:active,
.page .solutions .item .text .excerpt p a:active,
.post-type-archive-partners .solutions .item .text .excerpt p a:active {
  color: #0B7868;
  text-decoration: underline;
}
.simple-page-template .solutions .item .text .direct-links,
.page .solutions .item .text .direct-links,
.post-type-archive-partners .solutions .item .text .direct-links {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.simple-page-template .solutions .item .text .direct-links p,
.page .solutions .item .text .direct-links p,
.post-type-archive-partners .solutions .item .text .direct-links p {
  color: #000000;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.simple-page-template .solutions .item .text .direct-links a,
.page .solutions .item .text .direct-links a,
.post-type-archive-partners .solutions .item .text .direct-links a {
  display: inline-block;
  color: #0B7868;
}
.simple-page-template .solutions .item .text .direct-links a:after,
.page .solutions .item .text .direct-links a:after,
.post-type-archive-partners .solutions .item .text .direct-links a:after {
  content: ',';
  margin-right: 5px;
}
.simple-page-template .solutions .item .text .direct-links a:last-child:after,
.page .solutions .item .text .direct-links a:last-child:after,
.post-type-archive-partners .solutions .item .text .direct-links a:last-child:after {
  display: none;
}
.simple-page-template .solutions .item .text .direct-links .oplossing_hidden,
.page .solutions .item .text .direct-links .oplossing_hidden,
.post-type-archive-partners .solutions .item .text .direct-links .oplossing_hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .simple-page-template .solutions .col-xs-12:nth-child(2n+2),
  .page .solutions .col-xs-12:nth-child(2n+2),
  .post-type-archive-partners .solutions .col-xs-12:nth-child(2n+2) {
    clear: both;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .simple-page-template .solutions .col-xs-12:nth-child(2n+2),
  .page .solutions .col-xs-12:nth-child(2n+2),
  .post-type-archive-partners .solutions .col-xs-12:nth-child(2n+2) {
    clear: both;
  }
}
@media (min-width: 1201px) {
  .simple-page-template .solutions .col-xs-12:nth-child(3n+4),
  .page .solutions .col-xs-12:nth-child(3n+4),
  .post-type-archive-partners .solutions .col-xs-12:nth-child(3n+4) {
    clear: both;
  }
}
.simple-page-template .related-locations h3,
.page .related-locations h3,
.post-type-archive-partners .related-locations h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.simple-page-template .related-locations .map-legend,
.page .related-locations .map-legend,
.post-type-archive-partners .related-locations .map-legend {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #EDEDED;
}
.simple-page-template .related-locations .map-legend p,
.page .related-locations .map-legend p,
.post-type-archive-partners .related-locations .map-legend p {
  display: inline-block;
  font-weight: 500;
  margin-right: 30px;
  line-height: 60px;
}
.simple-page-template .related-locations .map-legend p:before,
.page .related-locations .map-legend p:before,
.post-type-archive-partners .related-locations .map-legend p:before {
  display: inline-block;
  position: relative;
  top: 5px;
  content: '';
  width: 26px;
  height: 19px;
  margin-right: 10px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.simple-page-template .related-locations .map-legend p#head-location:before,
.page .related-locations .map-legend p#head-location:before,
.post-type-archive-partners .related-locations .map-legend p#head-location:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-dark-green.svg');
}
.simple-page-template .related-locations .map-legend p#shop:before,
.page .related-locations .map-legend p#shop:before,
.post-type-archive-partners .related-locations .map-legend p#shop:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-light-green.svg');
}
.simple-page-template .related-locations .map-legend p#meassure-location:before,
.page .related-locations .map-legend p#meassure-location:before,
.post-type-archive-partners .related-locations .map-legend p#meassure-location:before {
  background-image: url('/wp-content/themes/Buchrnhornen/images/marker-blue.svg');
}
.simple-page-template .related-locations #map,
.page .related-locations #map,
.post-type-archive-partners .related-locations #map {
  display: inline-block;
  width: 100%;
  height: 800px;
  background-color: #464646;
}
@media (max-width: 991px) {
  .simple-page-template .related-locations #map,
  .page .related-locations #map,
  .post-type-archive-partners .related-locations #map {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .related-locations #map,
  .page .related-locations #map,
  .post-type-archive-partners .related-locations #map {
    height: 400px;
  }
}
.simple-page-template .solution-detail h2,
.page .solution-detail h2,
.post-type-archive-partners .solution-detail h2,
.simple-page-template .solution-detail h3,
.page .solution-detail h3,
.post-type-archive-partners .solution-detail h3,
.simple-page-template .solution-detail h4,
.page .solution-detail h4,
.post-type-archive-partners .solution-detail h4,
.simple-page-template .solution-detail h5,
.page .solution-detail h5,
.post-type-archive-partners .solution-detail h5 {
  /*text-transform: lowercase;*/
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 500;
}
.simple-page-template .solution-detail h2::first-letter,
.page .solution-detail h2::first-letter,
.post-type-archive-partners .solution-detail h2::first-letter,
.simple-page-template .solution-detail h3::first-letter,
.page .solution-detail h3::first-letter,
.post-type-archive-partners .solution-detail h3::first-letter,
.simple-page-template .solution-detail h4::first-letter,
.page .solution-detail h4::first-letter,
.post-type-archive-partners .solution-detail h4::first-letter,
.simple-page-template .solution-detail h5::first-letter,
.page .solution-detail h5::first-letter,
.post-type-archive-partners .solution-detail h5::first-letter {
  text-transform: uppercase;
}
.simple-page-template .solution-detail h2:first-child,
.page .solution-detail h2:first-child,
.post-type-archive-partners .solution-detail h2:first-child,
.simple-page-template .solution-detail h3:first-child,
.page .solution-detail h3:first-child,
.post-type-archive-partners .solution-detail h3:first-child,
.simple-page-template .solution-detail h4:first-child,
.page .solution-detail h4:first-child,
.post-type-archive-partners .solution-detail h4:first-child,
.simple-page-template .solution-detail h5:first-child,
.page .solution-detail h5:first-child,
.post-type-archive-partners .solution-detail h5:first-child {
  margin-top: 0;
}
.simple-page-template .solution-detail .panel-group h2,
.page .solution-detail .panel-group h2,
.post-type-archive-partners .solution-detail .panel-group h2 {
  font-weight: 700;
}
.simple-page-template .solution-detail ul,
.page .solution-detail ul,
.post-type-archive-partners .solution-detail ul {
  margin-top: 20px;
  list-style-position: inside;
}
.simple-page-template .solution-detail ul li,
.page .solution-detail ul li,
.post-type-archive-partners .solution-detail ul li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0 0 8px 30px;
  color: #000000;
}
.simple-page-template .solution-detail p,
.page .solution-detail p,
.post-type-archive-partners .solution-detail p {
  color: #464646;
  margin-bottom: 30px;
}
.simple-page-template .solution-detail p + blockquote,
.page .solution-detail p + blockquote,
.post-type-archive-partners .solution-detail p + blockquote {
  margin-top: 0;
}
.simple-page-template .solution-detail blockquote,
.page .solution-detail blockquote,
.post-type-archive-partners .solution-detail blockquote {
  color: #000000;
  font-weight: 500;
}
.simple-page-template .solution-detail blockquote + h3,
.page .solution-detail blockquote + h3,
.post-type-archive-partners .solution-detail blockquote + h3,
.simple-page-template .solution-detail blockquote + h4,
.page .solution-detail blockquote + h4,
.post-type-archive-partners .solution-detail blockquote + h4 {
  margin-top: 0;
}
.simple-page-template .professional-boxes .box,
.page .professional-boxes .box,
.post-type-archive-partners .professional-boxes .box {
  display: inline-block;
  width: 100%;
  height: 240px;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
.simple-page-template .professional-boxes .box .picture,
.page .professional-boxes .box .picture,
.post-type-archive-partners .professional-boxes .box .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.simple-page-template .professional-boxes .box .picture img,
.page .professional-boxes .box .picture img,
.post-type-archive-partners .professional-boxes .box .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-page-template .professional-boxes .box h3,
.page .professional-boxes .box h3,
.post-type-archive-partners .professional-boxes .box h3 {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .simple-page-template .professional-boxes .box h3,
  .page .professional-boxes .box h3,
  .post-type-archive-partners .professional-boxes .box h3 {
    font-size: 1.5em;
  }
}
.simple-page-template .professional-boxes .box a,
.page .professional-boxes .box a,
.post-type-archive-partners .professional-boxes .box a {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: white;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .simple-page-template .professional-boxes .box a,
  .page .professional-boxes .box a,
  .post-type-archive-partners .professional-boxes .box a {
    font-size: 1em;
  }
}
.simple-page-template .professional-boxes .box a:after,
.page .professional-boxes .box a:after,
.post-type-archive-partners .professional-boxes .box a:after {
  content: '>';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.simple-page-template .latest-news h3,
.page .latest-news h3,
.post-type-archive-partners .latest-news h3 {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.simple-page-template .latest-news .item,
.page .latest-news .item,
.post-type-archive-partners .latest-news .item {
  display: inline-block;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.simple-page-template .latest-news .item:hover,
.page .latest-news .item:hover,
.post-type-archive-partners .latest-news .item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.simple-page-template .latest-news .item h5,
.page .latest-news .item h5,
.post-type-archive-partners .latest-news .item h5 {
  display: inline-block;
  color: #0B7868;
  text-transform: uppercase;
  font-weight: 500;
}
.simple-page-template .latest-news .item p,
.page .latest-news .item p,
.post-type-archive-partners .latest-news .item p {
  display: inline-block;
  color: #464646;
  margin-bottom: 15px;
}
.simple-page-template .latest-news .item a,
.page .latest-news .item a,
.post-type-archive-partners .latest-news .item a {
  display: inline-block;
  color: #0B7868;
  text-decoration: underline;
  font-weight: 500;
}
.simple-page-template .latest-news .btn-blue,
.page .latest-news .btn-blue,
.post-type-archive-partners .latest-news .btn-blue {
  float: right;
  margin-right: 15px;
}
.simple-page-template .partners,
.page .partners,
.post-type-archive-partners .partners {
  display: inline-block;
  width: 100%;
}
.simple-page-template .partners h3,
.page .partners h3,
.post-type-archive-partners .partners h3 {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.simple-page-template .partners .partner,
.page .partners .partner,
.post-type-archive-partners .partners .partner {
  display: inline-block;
  width: 20%;
  height: 85px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .simple-page-template .partners .partner,
  .page .partners .partner,
  .post-type-archive-partners .partners .partner {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple-page-template .partners .partner,
  .page .partners .partner,
  .post-type-archive-partners .partners .partner {
    width: 25%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simple-page-template .partners .partner,
  .page .partners .partner,
  .post-type-archive-partners .partners .partner {
    width: 50%;
    margin-bottom: 30px;
  }
}
.simple-page-template .partners .partner img,
.page .partners .partner img,
.post-type-archive-partners .partners .partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.simple-page-template .partners .btn-blue,
.page .partners .btn-blue,
.post-type-archive-partners .partners .btn-blue {
  float: right;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .simple-page-template .partners .btn-blue,
  .page .partners .btn-blue,
  .post-type-archive-partners .partners .btn-blue {
    float: left;
  }
}
.simple-page-template .news,
.page .news,
.post-type-archive-partners .news,
.simple-page-template .blocks,
.page .blocks,
.post-type-archive-partners .blocks {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .simple-page-template .news,
  .page .news,
  .post-type-archive-partners .news,
  .simple-page-template .blocks,
  .page .blocks,
  .post-type-archive-partners .blocks {
    padding-top: 0;
  }
}
.simple-page-template .news a h1,
.page .news a h1,
.post-type-archive-partners .news a h1,
.simple-page-template .blocks a h1,
.page .blocks a h1,
.post-type-archive-partners .blocks a h1,
.simple-page-template .news a h2,
.page .news a h2,
.post-type-archive-partners .news a h2,
.simple-page-template .blocks a h2,
.page .blocks a h2,
.post-type-archive-partners .blocks a h2,
.simple-page-template .news a h3,
.page .news a h3,
.post-type-archive-partners .news a h3,
.simple-page-template .blocks a h3,
.page .blocks a h3,
.post-type-archive-partners .blocks a h3,
.simple-page-template .news a h4,
.page .news a h4,
.post-type-archive-partners .news a h4,
.simple-page-template .blocks a h4,
.page .blocks a h4,
.post-type-archive-partners .blocks a h4,
.simple-page-template .news a h5,
.page .news a h5,
.post-type-archive-partners .news a h5,
.simple-page-template .blocks a h5,
.page .blocks a h5,
.post-type-archive-partners .blocks a h5,
.simple-page-template .news a h6,
.page .news a h6,
.post-type-archive-partners .news a h6,
.simple-page-template .blocks a h6,
.page .blocks a h6,
.post-type-archive-partners .blocks a h6 {
  color: black;
}
.simple-page-template .news h3,
.page .news h3,
.post-type-archive-partners .news h3,
.simple-page-template .blocks h3,
.page .blocks h3,
.post-type-archive-partners .blocks h3 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 10px;
}
.simple-page-template .news .item,
.page .news .item,
.post-type-archive-partners .news .item,
.simple-page-template .blocks .item,
.page .blocks .item,
.post-type-archive-partners .blocks .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 520px) {
  .simple-page-template .news .item,
  .page .news .item,
  .post-type-archive-partners .news .item,
  .simple-page-template .blocks .item,
  .page .blocks .item,
  .post-type-archive-partners .blocks .item {
    margin-top: 30px;
  }
}
.simple-page-template .news .item:hover,
.page .news .item:hover,
.post-type-archive-partners .news .item:hover,
.simple-page-template .blocks .item:hover,
.page .blocks .item:hover,
.post-type-archive-partners .blocks .item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.simple-page-template .news .item:hover .btn-flat:after,
.page .news .item:hover .btn-flat:after,
.post-type-archive-partners .news .item:hover .btn-flat:after,
.simple-page-template .blocks .item:hover .btn-flat:after,
.page .blocks .item:hover .btn-flat:after,
.post-type-archive-partners .blocks .item:hover .btn-flat:after {
  padding-left: 8px;
  padding-right: 0;
}
.simple-page-template .news .item .picture,
.page .news .item .picture,
.post-type-archive-partners .news .item .picture,
.simple-page-template .blocks .item .picture,
.page .blocks .item .picture,
.post-type-archive-partners .blocks .item .picture {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 66.2% 100%;
}
.simple-page-template .news .item .picture img,
.page .news .item .picture img,
.post-type-archive-partners .news .item .picture img,
.simple-page-template .blocks .item .picture img,
.page .blocks .item .picture img,
.post-type-archive-partners .blocks .item .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-page-template .news .item .picture .category,
.page .news .item .picture .category,
.post-type-archive-partners .news .item .picture .category,
.simple-page-template .blocks .item .picture .category,
.page .blocks .item .picture .category,
.post-type-archive-partners .blocks .item .picture .category {
  position: absolute;
  top: 20px;
  left: -15px;
  padding: 10px 15px;
  color: white;
  font-size: 0.875em;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
.simple-page-template .news .item .picture .category.news,
.page .news .item .picture .category.news,
.post-type-archive-partners .news .item .picture .category.news,
.simple-page-template .blocks .item .picture .category.news,
.page .blocks .item .picture .category.news,
.post-type-archive-partners .blocks .item .picture .category.news {
  background-color: #0B7868;
}
.simple-page-template .news .item .picture .category.news:after,
.page .news .item .picture .category.news:after,
.post-type-archive-partners .news .item .picture .category.news:after,
.simple-page-template .blocks .item .picture .category.news:after,
.page .blocks .item .picture .category.news:after,
.post-type-archive-partners .blocks .item .picture .category.news:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #075A4E transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .news .item .picture .category.offer,
.page .news .item .picture .category.offer,
.post-type-archive-partners .news .item .picture .category.offer,
.simple-page-template .blocks .item .picture .category.offer,
.page .blocks .item .picture .category.offer,
.post-type-archive-partners .blocks .item .picture .category.offer {
  background-color: #F9B122;
}
.simple-page-template .news .item .picture .category.offer:after,
.page .news .item .picture .category.offer:after,
.post-type-archive-partners .news .item .picture .category.offer:after,
.simple-page-template .blocks .item .picture .category.offer:after,
.page .blocks .item .picture .category.offer:after,
.post-type-archive-partners .blocks .item .picture .category.offer:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #D5981D transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .news .item .picture .category.event,
.page .news .item .picture .category.event,
.post-type-archive-partners .news .item .picture .category.event,
.simple-page-template .blocks .item .picture .category.event,
.page .blocks .item .picture .category.event,
.post-type-archive-partners .blocks .item .picture .category.event {
  background-color: #D4D700;
}
.simple-page-template .news .item .picture .category.event:after,
.page .news .item .picture .category.event:after,
.post-type-archive-partners .news .item .picture .category.event:after,
.simple-page-template .blocks .item .picture .category.event:after,
.page .blocks .item .picture .category.event:after,
.post-type-archive-partners .blocks .item .picture .category.event:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #A9AC03 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .news .item .picture .category.article,
.page .news .item .picture .category.article,
.post-type-archive-partners .news .item .picture .category.article,
.simple-page-template .blocks .item .picture .category.article,
.page .blocks .item .picture .category.article,
.post-type-archive-partners .blocks .item .picture .category.article {
  background-color: #044389;
}
.simple-page-template .news .item .picture .category.article:after,
.page .news .item .picture .category.article:after,
.post-type-archive-partners .news .item .picture .category.article:after,
.simple-page-template .blocks .item .picture .category.article:after,
.page .blocks .item .picture .category.article:after,
.post-type-archive-partners .blocks .item .picture .category.article:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #032b57 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .news .item .text-content,
.page .news .item .text-content,
.post-type-archive-partners .news .item .text-content,
.simple-page-template .blocks .item .text-content,
.page .blocks .item .text-content,
.post-type-archive-partners .blocks .item .text-content {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
}
.simple-page-template .news .item .text-content .text-above-button,
.page .news .item .text-content .text-above-button,
.post-type-archive-partners .news .item .text-content .text-above-button,
.simple-page-template .blocks .item .text-content .text-above-button,
.page .blocks .item .text-content .text-above-button,
.post-type-archive-partners .blocks .item .text-content .text-above-button {
  display: inline-block;
  width: 100%;
}
.simple-page-template .news .item .text,
.page .news .item .text,
.post-type-archive-partners .news .item .text,
.simple-page-template .blocks .item .text,
.page .blocks .item .text,
.post-type-archive-partners .blocks .item .text {
  display: inline-block;
  width: 100%;
  background-color: #F6F6F6;
}
.simple-page-template .news .item .text .title,
.page .news .item .text .title,
.post-type-archive-partners .news .item .text .title,
.simple-page-template .blocks .item .text .title,
.page .blocks .item .text .title,
.post-type-archive-partners .blocks .item .text .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.simple-page-template .news .item .text h5,
.page .news .item .text h5,
.post-type-archive-partners .news .item .text h5,
.simple-page-template .blocks .item .text h5,
.page .blocks .item .text h5,
.post-type-archive-partners .blocks .item .text h5 {
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-weight: 500;
  line-height: 28px;
  color: black;
  font-size: 1.125em !important;
  word-break: break-word;
}
.simple-page-template .news .item .text .content,
.page .news .item .text .content,
.post-type-archive-partners .news .item .text .content,
.simple-page-template .blocks .item .text .content,
.page .blocks .item .text .content,
.post-type-archive-partners .blocks .item .text .content {
  display: inline-block;
  width: 100%;
}
.simple-page-template .news .item .text .content p,
.page .news .item .text .content p,
.post-type-archive-partners .news .item .text .content p,
.simple-page-template .blocks .item .text .content p,
.page .blocks .item .text .content p,
.post-type-archive-partners .blocks .item .text .content p {
  display: inline-block;
  width: 100%;
  color: #464646;
  font-size: 1em;
  word-break: break-word;
}
.simple-page-template .news .item .text .content p strong,
.page .news .item .text .content p strong,
.post-type-archive-partners .news .item .text .content p strong,
.simple-page-template .blocks .item .text .content p strong,
.page .blocks .item .text .content p strong,
.post-type-archive-partners .blocks .item .text .content p strong {
  color: #000000;
  text-transform: uppercase;
}
.simple-page-template .news .item .text .btn-blue,
.page .news .item .text .btn-blue,
.post-type-archive-partners .news .item .text .btn-blue,
.simple-page-template .blocks .item .text .btn-blue,
.page .blocks .item .text .btn-blue,
.post-type-archive-partners .blocks .item .text .btn-blue {
  margin-top: 20px;
}
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li,
.page .col-md-5 .navigation .menu ul.sidebar-menu li,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li,
.page .col-md-12 .navigation .menu ul.sidebar-menu li,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li {
  display: none;
}
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item {
  display: block;
}
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-page-ancestor .sub-menu .current-menu-item a,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-parent .sub-menu .current-menu-item a,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a,
.page .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a,
.page .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu li.current-menu-item .sub-menu .current-menu-item a {
  display: block;
}
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor > a,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent > a,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item > a,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item > a,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item > a,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item > a,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item > a,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item > a {
  display: none;
}
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor li,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent li,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item li,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item li,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item li,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item li,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item li,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item li,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-page-ancestor .sub-menu,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-parent .sub-menu,
.simple-page-template .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu,
.page .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu,
.post-type-archive-partners .col-md-5 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu,
.simple-page-template .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu,
.page .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu,
.post-type-archive-partners .col-md-12 .navigation .menu ul.sidebar-menu .current-menu-item .sub-menu {
  display: inline-block;
}
.simple-page-template .subtitle,
.page .subtitle,
.post-type-archive-partners .subtitle {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  font-size: 1.375em;
}
.simple-page-template .related,
.page .related,
.post-type-archive-partners .related {
  display: inline-block;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .simple-page-template .related,
  .page .related,
  .post-type-archive-partners .related {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
}
.simple-page-template .related .title,
.page .related .title,
.post-type-archive-partners .related .title {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}
.simple-page-template .related .title h3,
.page .related .title h3,
.post-type-archive-partners .related .title h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .simple-page-template .related .title,
  .page .related .title,
  .post-type-archive-partners .related .title {
    margin-bottom: 15px;
  }
}
.simple-page-template .related .item,
.page .related .item,
.post-type-archive-partners .related .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 520px) {
  .simple-page-template .related .item,
  .page .related .item,
  .post-type-archive-partners .related .item {
    margin-top: 30px;
  }
}
.simple-page-template .related .item:hover,
.page .related .item:hover,
.post-type-archive-partners .related .item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.simple-page-template .related .item .picture,
.page .related .item .picture,
.post-type-archive-partners .related .item .picture {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 66.2% 100%;
}
.simple-page-template .related .item .picture img,
.page .related .item .picture img,
.post-type-archive-partners .related .item .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-page-template .related .item .picture .category,
.page .related .item .picture .category,
.post-type-archive-partners .related .item .picture .category {
  position: absolute;
  top: 20px;
  left: -15px;
  padding: 10px 15px;
  color: white;
  font-size: 0.875em;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
.simple-page-template .related .item .picture .category.news,
.page .related .item .picture .category.news,
.post-type-archive-partners .related .item .picture .category.news {
  background-color: #0B7868;
}
.simple-page-template .related .item .picture .category.news:after,
.page .related .item .picture .category.news:after,
.post-type-archive-partners .related .item .picture .category.news:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #075A4E transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .related .item .picture .category.offer,
.page .related .item .picture .category.offer,
.post-type-archive-partners .related .item .picture .category.offer {
  background-color: #F9B122;
}
.simple-page-template .related .item .picture .category.offer:after,
.page .related .item .picture .category.offer:after,
.post-type-archive-partners .related .item .picture .category.offer:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #D5981D transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .related .item .picture .category.event,
.page .related .item .picture .category.event,
.post-type-archive-partners .related .item .picture .category.event {
  background-color: #D4D700;
}
.simple-page-template .related .item .picture .category.event:after,
.page .related .item .picture .category.event:after,
.post-type-archive-partners .related .item .picture .category.event:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #A9AC03 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .related .item .picture .category.article,
.page .related .item .picture .category.article,
.post-type-archive-partners .related .item .picture .category.article {
  background-color: #044389;
}
.simple-page-template .related .item .picture .category.article:after,
.page .related .item .picture .category.article:after,
.post-type-archive-partners .related .item .picture .category.article:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #032b57 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
.simple-page-template .related .item .text,
.page .related .item .text,
.post-type-archive-partners .related .item .text {
  display: inline-block;
  width: 100%;
  background-color: #F6F6F6;
}
.simple-page-template .related .item .text .text-content,
.page .related .item .text .text-content,
.post-type-archive-partners .related .item .text .text-content {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
}
.simple-page-template .related .item .text .text-content .text-above-button,
.page .related .item .text .text-content .text-above-button,
.post-type-archive-partners .related .item .text .text-content .text-above-button {
  display: inline-block;
  width: 100%;
}
.simple-page-template .related .item .text .title,
.page .related .item .text .title,
.post-type-archive-partners .related .item .text .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
}
.simple-page-template .related .item .text .title h5,
.page .related .item .text .title h5,
.post-type-archive-partners .related .item .text .title h5 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
  color: black;
}
.simple-page-template .related .item .text .content,
.page .related .item .text .content,
.post-type-archive-partners .related .item .text .content {
  display: inline-block;
  width: 100%;
}
.simple-page-template .related .item .text .content p,
.page .related .item .text .content p,
.post-type-archive-partners .related .item .text .content p {
  display: inline-block;
  width: 100%;
  color: #464646;
  font-size: 1em;
}
.simple-page-template .related .item .text .content p strong,
.page .related .item .text .content p strong,
.post-type-archive-partners .related .item .text .content p strong {
  color: #000000;
  text-transform: uppercase;
}
.simple-page-template .related .item .text .btn-blue,
.page .related .item .text .btn-blue,
.post-type-archive-partners .related .item .text .btn-blue {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .simple-page-template .alphabet:nth-child(3n+4),
  .page .alphabet:nth-child(3n+4),
  .post-type-archive-partners .alphabet:nth-child(3n+4) {
    clear: both;
  }
}
.simple-page-template .text-page,
.page .text-page,
.post-type-archive-partners .text-page {
  position: relative;
}
.simple-page-template .text-page h1,
.page .text-page h1,
.post-type-archive-partners .text-page h1,
.simple-page-template .text-page h2,
.page .text-page h2,
.post-type-archive-partners .text-page h2,
.simple-page-template .text-page h3,
.page .text-page h3,
.post-type-archive-partners .text-page h3,
.simple-page-template .text-page h4,
.page .text-page h4,
.post-type-archive-partners .text-page h4,
.simple-page-template .text-page h5,
.page .text-page h5,
.post-type-archive-partners .text-page h5 {
  display: inline-block;
  width: 100%;
}
.simple-page-template .text-page h2,
.page .text-page h2,
.post-type-archive-partners .text-page h2,
.simple-page-template .text-page h3,
.page .text-page h3,
.post-type-archive-partners .text-page h3,
.simple-page-template .text-page h4,
.page .text-page h4,
.post-type-archive-partners .text-page h4,
.simple-page-template .text-page h5,
.page .text-page h5,
.post-type-archive-partners .text-page h5 {
  display: block;
  margin: 30px 0 15px;
}
.simple-page-template .text-page h2:empty,
.page .text-page h2:empty,
.post-type-archive-partners .text-page h2:empty,
.simple-page-template .text-page h3:empty,
.page .text-page h3:empty,
.post-type-archive-partners .text-page h3:empty,
.simple-page-template .text-page h4:empty,
.page .text-page h4:empty,
.post-type-archive-partners .text-page h4:empty,
.simple-page-template .text-page h5:empty,
.page .text-page h5:empty,
.post-type-archive-partners .text-page h5:empty {
  clear: both;
}
.simple-page-template .text-page h3,
.page .text-page h3,
.post-type-archive-partners .text-page h3 {
  padding-top: 0;
}
.simple-page-template .text-page .picture-shoe,
.page .text-page .picture-shoe,
.post-type-archive-partners .text-page .picture-shoe {
  position: absolute;
  top: 250px;
  right: -75%;
  display: inline-block;
  width: 323px;
  height: 145px;
  transform: scaleX(-1) rotate(23deg);
  opacity: 0;
}
.simple-page-template .text-page .picture-shoe img,
.page .text-page .picture-shoe img,
.post-type-archive-partners .text-page .picture-shoe img {
  height: 100%;
  width: auto;
}
.simple-page-template .block-specialists,
.page .block-specialists,
.post-type-archive-partners .block-specialists {
  display: inline-block;
  width: 100%;
  background-color: white;
  padding: 50px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  opacity: 0;
}
@media (max-width: 992px) {
  .simple-page-template .block-specialists,
  .page .block-specialists,
  .post-type-archive-partners .block-specialists {
    margin-bottom: 30px;
  }
}
.simple-page-template .block-specialists h5,
.page .block-specialists h5,
.post-type-archive-partners .block-specialists h5 {
  display: inline-block;
  width: 100%;
  margin-bottom: 195px;
  font-size: 2.188em;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.simple-page-template .block-specialists .btn-flat,
.page .block-specialists .btn-flat,
.post-type-archive-partners .block-specialists .btn-flat {
  font-size: 24px;
  text-transform: none;
  position: relative;
  z-index: 10;
}
.simple-page-template .block-specialists .picture,
.page .block-specialists .picture,
.post-type-archive-partners .block-specialists .picture {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
}
.simple-page-template .block-specialists .picture img,
.page .block-specialists .picture img,
.post-type-archive-partners .block-specialists .picture img {
  height: 100%;
  width: auto;
}
.clearfix {
  display: inline-block;
  width: 100%;
}
body.blue-accents nav {
  background-color: #184892;
}
body.blue-accents nav .navbar-collapse {
  background-color: #184892;
}
body.blue-accents nav .navbar-collapse .navbar-nav li a:hover {
  background-color: #1f5ebe;
}
body.blue-accents nav .navbar-collapse .navbar-nav li.menu-item-has-children:hover .sub-menu {
  background-color: #184892;
}
body.blue-accents nav .navbar-collapse .cta-nav li a:hover {
  background-color: #1f5ebe;
}
body.blue-accents .intro.img {
  background-image: url('/wp-content/themes/Buchrnhornen//images/images/repeating-pattern.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
#oa_widget li {
  display: inline-block;
}
#cookie-notice {
  text-align: right !important;
}
.locations-panel p {
  color: #8A8B8A;
  font-size: 1em;
  line-height: 27px;
}
.locations-panel a.shops {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
  color: #0B7868;
  font-weight: 500;
}
.locations-panel a.shops:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '>';
  left: 10px;
  position: relative;
}
.locations-panel a.tel {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  color: #8A8B8A;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
.locations-panel a.tel:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-phone.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
#cookie-notice .button {
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  body.archive .news .item:nth-child(1) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body.archive .news .item:nth-child(1) {
    margin-top: 30px;
  }
  body.archive .news .item:nth-child(2) {
    margin-top: 30px;
  }
}
.specialisten {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  background-color: #F6F6F6;
  padding: 50px;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 75%;
}
.specialisten h1 {
  margin-bottom: 195px;
}
.specialisten .btn-flat {
  font-size: 24px;
  text-transform: none;
}
.single-oplossingen .page .content .locations-title h2 {
  text-transform: initial;
}
.single-oplossingen .page .content .locations-list h3 {
  font-weight: 500;
}
.single-oplossingen .page .content .locations-list .panel-group.locations-panel {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-oplossingen .page .content .locations-list .panel-group.locations-panel .panel .panel-heading {
    min-height: 120px;
  }
}
.single-oplossingen .page .content .locations-list .panel-group.locations-panel .panel .panel-heading .panel-title a {
  position: relative;
  padding: 0 25px 5px 44px;
  word-wrap: break-word;
}
.single-oplossingen .page .content .locations-list .panel-group.locations-panel .panel .panel-heading .panel-title a::before {
  position: absolute;
  top: 6px;
  left: 0;
}
.single-oplossingen .page .content .locations-list .panel-group.locations-panel .panel .panel-heading .panel-title a::after {
  position: absolute;
  top: 7px;
  right: 0;
  margin-top: 0;
}
.single-oplossingen .page .content .locations-list .panel-group.locations-panel .panel .panel-body .buttons .btn-flat {
  text-transform: uppercase;
}
.post-type-archive-partners .page .news .item .picture img {
  object-fit: contain;
}
.author-box {
  padding: 30px 0;
}
.author-box .detail-author {
  display: flex;
  align-items: center;
}
.author-box .detail-author .avatar {
  min-width: 125px;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}
.author-box .detail-author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-box.top-margin {
  padding-top: 15px;
}
@media (min-width: 1201px) {
  .page-template-locations .page .navigation .menu {
    padding-bottom: 160px;
  }
  .page-template-locations .page .navigation .triangle {
    bottom: -60px;
    background: none;
  }
}
#filter-map {
  display: inline-block;
  width: 35%;
  z-index: 1;
  padding-left: 30px;
  margin-left: -30px;
  position: relative;
  background-color: #fff;
}
#filter-map h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 28px;
}
#filter-map .list-wrapper {
  overflow: auto;
  height: 561px;
}
@media (max-width: 1200px) {
  #filter-map .list-wrapper {
    height: 561px;
  }
}
@media (max-width: 1199px) {
  #filter-map .list-wrapper {
    height: 321px;
  }
}
#filter-map .locations-list {
  padding-right: 15px;
}
#filter-map .locations-title,
#filter-map .location-search {
  padding-right: 30px;
}
#filter-map .location-search {
  padding-bottom: 15px;
}
#filter-map .location-search input {
  border: 1px solid #E0E0E0;
  background-color: #fff;
}
#filter-map .location-search button {
  opacity: 0;
}
.page .locations #map {
  width: 150%;
}
@media (max-width: 1199px) {
  .page .locations #map {
    position: absolute;
    top: auto;
  }
}
.page .locations .map-legend .box {
  position: static;
  margin-left: -30px;
}
.page .locations .map-legend .box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
@media (max-width: 1199px) {
  .page .locations .map-legend {
    height: auto;
  }
}
.page .locations .panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel) {
  padding-left: 45px;
}
.page .locations .panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel):before {
  margin-left: -45px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #filter-map {
    font-size: 12px;
  }
  #filter-map h2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page .locations #map {
    display: none !important;
  }
  .page .locations #filter-map {
    padding-left: 15px;
    width: 100%;
    margin: 0;
  }
  .page .locations #filter-map .list-wrapper {
    height: auto;
  }
  .page .locations .map-legend .box {
    position: static;
    width: 100%;
  }
}
.panel-group.oplossingen {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.panel-group.oplossingen:last-child {
  margin-bottom: 0;
}
.panel-group.oplossingen .panel {
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.panel-group.oplossingen .panel .panel-heading {
  border: none;
  background-color: transparent;
  padding: 0;
}
.panel-group.oplossingen .panel .panel-heading .panel-title a:not(.tel) {
  display: inline-block;
  width: 100%;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid white;
}
.panel-group.oplossingen .panel .panel-heading .panel-title a:not(.tel).collapsed {
  border-bottom: 1px solid #E0E0E0;
}
.panel-group.oplossingen .panel .panel-heading .panel-title a:not(.tel).collapsed:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 11px;
  float: right;
  background-image: url("../images/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.panel-group.oplossingen .panel .panel-heading .panel-title a:not(.tel):after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 11px;
  float: right;
  background-image: url("../images/minus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.panel-group.oplossingen .panel .panel-collapse.collapse.in .panel-body {
  padding-bottom: 15px;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body {
  padding: 15px 0 0 0;
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body p {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body ol {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0;
  list-style-position: inside;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body ol li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #464646;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body ul {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0;
  list-style-position: inside;
}
.panel-group.oplossingen .panel .panel-collapse .panel-body ul li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0 0 8px 30px;
  color: #464646;
}
.panel-group.locations-panel {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.panel-group.locations-panel .panel {
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.panel-group.locations-panel .panel.active .panel-heading {
  border-bottom: 1px solid white;
  padding-bottom: 0;
}
.panel-group.locations-panel .panel .panel-heading {
  border: none;
  background-color: transparent;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E0E0E0;
}
.panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel) {
  display: inline-block;
  width: 100%;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 0 5px 0;
}
.panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel).collapsed:after {
  background-image: url("../images/plus.svg");
}
.panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel):before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.panel-group.locations-panel .panel .panel-heading .panel-title a:not(.tel):after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 11px;
  float: right;
  background-image: url("../images/minus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.panel-group.locations-panel .panel .panel-heading .panel-title p {
  display: block;
  padding-left: 45px;
  opacity: 1;
}
.panel-group.locations-panel .panel .panel-collapse.collapse.in .panel-body {
  padding-bottom: 15px;
}
.panel-group.locations-panel .panel .panel-collapse .panel-body {
  padding: 15px 0 0 45px;
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
}
.panel-group.locations-panel .panel .panel-collapse .panel-body p {
  display: inline-block;
  width: 100%;
}
.panel-group.locations-panel .panel .panel-collapse .panel-body ol,
.panel-group.locations-panel .panel .panel-collapse .panel-body ul {
  display: inline-block;
}
.panel-group.locations-panel .panel .panel-collapse .panel-body ol li,
.panel-group.locations-panel .panel .panel-collapse .panel-body ul li {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin: 0;
}
.gm-style-iw #google-maps-window {
  width: 500px;
  padding: 25px 30px;
  position: relative;
}
.gm-style-iw #google-maps-window svg {
  position: absolute;
  top: 0;
  left: 0;
}
.gm-style-iw #google-maps-window h5 {
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.gm-style-iw #google-maps-window .adress {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.gm-style-iw #google-maps-window .adress p {
  color: #464646;
  font-size: 1em;
  line-height: 27px;
}
.gm-style-iw #google-maps-window .adress a.shops {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
  color: #0B7868;
  font-weight: 500;
}
.gm-style-iw #google-maps-window .adress a.shops:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '>';
  left: 10px;
  position: relative;
}
.gm-style-iw #google-maps-window .details {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.gm-style-iw #google-maps-window .details a {
  display: inline-block;
  width: 100%;
  color: #464646;
  line-height: 25px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
}
.gm-style-iw #google-maps-window .details a.tel {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}
.gm-style-iw #google-maps-window .details a.tel:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-phone.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.gm-style-iw #google-maps-window .details a.mail {
  position: relative;
  padding-left: 42px;
}
.gm-style-iw #google-maps-window .details a.mail:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #B8B8B8;
  position: absolute;
  margin-right: 10px;
  top: -3px;
  left: 0;
  background-image: url('/wp-content/themes/Buchrnhornen/images/icon-mail.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.gm-style-iw #google-maps-window .hours {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.gm-style-iw #google-maps-window .hours p {
  color: #464646;
}
.gm-style-iw #google-maps-window .hours p strong {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.gm-style-iw #google-maps-window .buttons {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.gm-style-iw #google-maps-window .buttons .btn-flat {
  width: 212px;
  display: inline-block;
}
.gm-style-iw #google-maps-window .buttons .btn-flat:first-child {
  margin-right: 15px;
}
#stars {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
#stars .star {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#stars .star.rating-icon-1.hover #rating-icon-1,
#stars .star.rating-icon-1.selected #rating-icon-1 {
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-blue-1.png');
}
#stars .star.rating-icon-1 #rating-icon-1 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-grey-1.png');
}
#stars .star.rating-icon-2.hover #rating-icon-2,
#stars .star.rating-icon-2.selected #rating-icon-2 {
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-blue-2.png');
}
#stars .star.rating-icon-2 #rating-icon-2 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-grey-2.png');
}
#stars .star.rating-icon-3.hover #rating-icon-3,
#stars .star.rating-icon-3.selected #rating-icon-3 {
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-blue-3.png');
}
#stars .star.rating-icon-3 #rating-icon-3 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-grey-3.png');
}
#stars .star.rating-icon-4.hover #rating-icon-4,
#stars .star.rating-icon-4.selected #rating-icon-4 {
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-blue-4.png');
}
#stars .star.rating-icon-4 #rating-icon-4 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-grey-4.png');
}
#stars .star.rating-icon-5.hover #rating-icon-5,
#stars .star.rating-icon-5.selected #rating-icon-5 {
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-blue-5.png');
}
#stars .star.rating-icon-5 #rating-icon-5 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/Buchrnhornen/images/emoji/emoji-grey-5.png');
}
blockquote {
  font-size: 2em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin: 35px 0;
  border: none;
  background-color: #40C0F0;
  padding: 15px 25px;
  position: relative;
  display: inline-block;
  clear: both;
}
blockquote p {
  font-size: 1em !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-transform: none;
  color: white !important;
  line-height: 120% !important;
  margin: 0 !important;
}
blockquote p a {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: white !important;
  line-height: unset;
}
blockquote:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #afdff9 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
}
blockquote strong,
blockquote p,
blockquote a {
  color: white!important;
}
blockquote strong p,
blockquote strong a {
  font-weight: bold!important;
}
#home .home-hero-btn-wrapper {
  width: 100%;
  text-align: center;
  z-index: 100;
  position: absolute;
  margin-top: -300px;
}
@media (max-width: 1300px) {
  #home .home-hero-btn-wrapper {
    margin-top: -200px;
  }
}
@media (max-width: 970px) {
  #home .home-hero-btn-wrapper {
    margin-top: -180px;
  }
}
@media (max-width: 760px) {
  #home .home-hero-btn-wrapper {
    margin-top: -150px;
  }
}
#home .no-video .no-video-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #home .no-video {
    display: table;
    width: 100%;
    height: 500px;
    position: relative;
  }
  #home .no-video-player {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home .no-video-player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home .no-video-player .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
}
#home #map img {
  width: 34px!important;
  height: 24px!important;
}
.team-articles > div {
  margin-bottom: 20px;
}
.team-articles a {
  margin-bottom: 20px;
}
.team-articles a:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.team-articles a .picture {
  position: relative;
  height: 0;
  padding-top: 66.2%;
}
.team-articles a .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-articles a .text {
  background: #f6f6f6;
  padding: 20px 30px;
  color: black;
  height: auto !important;
}
.team-articles a .text .text-content {
  height: 100%;
}
.team-articles a .text .text-content .btn-flat {
  position: relative;
  margin-top: 20px;
}
.wp-block-button {
  margin-bottom: 1em;
}
.wp-block-button__link {
  display: inline-block;
  padding: 15px 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 19px;
  border-radius: 0;
  text-transform: none;
  border: none !important;
  box-shadow: none;
  color: white !important;
  background-color: #40C0F0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  text-decoration: none;
  background-color: #40C0F0;
  color: white;
}
.wp-block-button__link:after {
  display: inline-block;
  content: '>';
  width: 16px;
  height: 16px;
  margin-left: 10px;
  padding-right: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 520px) {
  .wp-block-button__link:after {
    font-size: 12px;
  }
}
.wp-block-button__link:hover:after {
  padding-left: 8px;
  padding-right: 0;
}
ol {
  padding-left: 1em;
}
.blocks-gallery-grid,
.wp-block-gallery {
  min-width: 1px;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9[class*='wp-embed-width-'] {
  display: block;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9[class*='wp-embed-width-'] .wp-block-embed__wrapper {
  padding-top: 56.25%;
  overflow: hidden;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9[class*='wp-embed-width-'] .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-100 {
  width: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-95 {
  width: 95%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-90 {
  width: 90%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-85 {
  width: 85%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-80 {
  width: 80%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-75 {
  width: 75%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-70 {
  width: 70%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-65 {
  width: 65%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-60 {
  width: 60%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-55 {
  width: 55%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-50 {
  width: 50%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-45 {
  width: 45%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-40 {
  width: 40%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-35 {
  width: 35%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-30 {
  width: 30%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-25 {
  width: 25%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-20 {
  width: 20%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-15 {
  width: 15%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-embed-width-10 {
  width: 10%;
}
.wp-block-embed-instagram .wp-block-embed__wrapper iframe {
  max-width: 100% !important;
  min-width: auto !important;
}
.wp-block-embed-facebook .fb_iframe_widget,
.wp-block-embed-facebook .fb_iframe_widget span,
.wp-block-embed-facebook iframe {
  max-width: 100%;
}
.wp-block-embed-spotify .wp-block-embed__wrapper iframe {
  max-width: 100%;
}
.wp-block-file a:not(.wp-block-file__button) {
  font-size: 20px;
}
.wp-block-file a.wp-block-file__button {
  padding: 1em;
}
